@charset "UTF-8";
/*!
Theme Name: GK
Theme URI: 
Author: Grzegorz Kowalski
Author URI: https://grzegorzkowalski.pl
Description: 
Version: 1.0.0
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gk_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 1156px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  display: flex;
  justify-content: center;
}

/* node modules improts, requires command line param --load-path=node_modules*/
/* there is corresponding include in head, see site-specific-settings */
/*
    Reference: 

    https://www.webdevsplanet.com/post/fontawesome-unicodes-with-css-not-working

    Usage:

    .foo {
        @include FontAwesome5-Solid();
        content: '\f0c8';
    }
*/
/* full-online import */
/* tekst domyślny */
body {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #292929;
}

p {
  margin-top: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
p p:last-of-type {
  margin-bottom: 0;
}

figure {
  text-align: center;
  display: table;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
}

main ul:not(.filepond--list) {
  list-style: none;
  padding-left: 0;
}
main ul:not(.filepond--list) li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 10px;
  line-height: 12px;
  color: #292929;
  display: var(--li-display, inline-block);
  vertical-align: middle;
  margin-right: 5px;
}
main ul.lidex_lista_jezykow {
  display: grid;
  flex-wrap: wrap;
  text-transform: lowercase;
  row-gap: 16px;
  /* column-gap: calc(25% - 115px); */
  justify-content: space-around;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}
@media (max-width: 786px) {
  main ul.lidex_lista_jezykow {
    display: flex;
  }
}
main ul.lidex_lista_jezykow li {
  width: 120px;
}
main ul.lidex_lista_jezykow li::before {
  font-size: 16px;
  content: "\f0ac";
}
main .insert-page-2327 ul li::before {
  display: none;
}

h1, h2, h3, h4, h5, h6,
.wp-block-image {
  margin: 0;
  padding: 0;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "Maven Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.rc_big_image + .wp-block-group h2,
.rc_big_image + h2 {
  margin-top: 35px;
}

.rc_big_image + .wp-block-group h2,
.rc_big_image + h2,
.wpml-source-post-id-18 article h2,
.wpml-source-post-id-14 article h2,
.wpml-source-post-id-26 article h2,
.wpml-source-post-id-30 article h2,
.wpml-source-post-id-12 article h2,
.wpml-source-post-id-6 article h2 {
  font-size: var(--h2-font-size, 45px);
  line-height: var(--h2-line-height, 1.2);
  color: var(--color, #E00D1A);
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 786px) {
  .rc_big_image + .wp-block-group h2,
  .rc_big_image + h2,
  .wpml-source-post-id-18 article h2,
  .wpml-source-post-id-14 article h2,
  .wpml-source-post-id-26 article h2,
  .wpml-source-post-id-30 article h2,
  .wpml-source-post-id-12 article h2,
  .wpml-source-post-id-6 article h2 {
    --h2-font-size: 30px;
    --h2-line-height: 35px;
  }
}

body.archive.category h2,
body.blog h2,
.wpml-source-post-id-6 article h2,
.wpml-source-post-id-12 article h2,
.wpml-source-post-id-18 article h2,
.wpml-source-post-id-14 article h2,
.wpml-source-post-id-26 article h2,
.wpml-source-post-id-30 article h2 {
  --h2-font-size: 45px;
}

h2, .h2 {
  font-size: var(--h2-font-size, 30px);
  line-height: var(--h2-line-height, 1.2);
  color: var(--color, #292929);
  margin-bottom: 8px;
  margin-top: 35px;
}

.wp-block-group > .wp-block-group__inner-container > h2 {
  margin-top: 0;
}

.entry-content > .wp-block-group:not(.rc_big_image) {
  padding-top: 50px;
}

.wpml-source-post-id-6 .entry-content > .wp-block-group:not(.rc_big_image),
.wpml-source-post-id-12 .entry-content > .wp-block-group:not(.rc_big_image),
.wpml-source-post-id-18 .entry-content > .wp-block-group:not(.rc_big_image),
.wpml-source-post-id-14 .entry-content > .wp-block-group:not(.rc_big_image),
.wpml-source-post-id-26 .entry-content > .wp-block-group:not(.rc_big_image),
.wpml-source-post-id-30 .entry-content > .wp-block-group:not(.rc_big_image),
.wpml-source-post-id-22 .entry-content > .wp-block-group:not(.rc_big_image) {
  padding: 50px 0;
}

h3, .h3 {
  font-size: var(--h3-font-size, 20px);
  line-height: var(--h3-line-height, 1.5);
  color: var(--h3-color, #292929);
  margin-bottom: 15px;
}

a, a:active, a:hover, a:visited {
  color: #E00D1A;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

*:last-child {
  margin-bottom: 0;
}

html {
  scroll-behavior: auto !important;
}

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

body {
  background-color: #fafafa;
}
body .entry-header {
  display: none;
}

#page header {
  background-color: white;
}

/*
	Główny selektor odpowiadający za zawężanie treści. Wszystko poza nim to full-width.
*/
footer > div,
#bottom_menus,
#relocable_breadcrumb,
.entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container,
.entry-content > :not(.wp-block-group),
.insert-page > .wp-block-group > .wp-block-group__inner-container,
body.search .insert-page-5658 > :not(.rc_big_image),
body.search main .insert-page > :not(.rc_big_image),
body.archive.category .insert-page-2327 > .wp-block-columns,
body.blog .insert-page-2327 > .wp-block-columns,
body.date .insert-page-2327 > .wp-block-columns,
body.single .insert-page-2335 > .wp-block-columns,
body.error404 .insert-page-5096 > :not(.rc_big_image),
.wp-block-post-template,
.wp-block-post-content {
  max-width: 1296px;
  --wp--style--global--content-size: 1296px;
  --gk--theme--global--content-margin: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 787px) and (max-width: 1296px) {
  footer > div,
  #bottom_menus,
  #relocable_breadcrumb,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container,
  .entry-content > :not(.wp-block-group),
  .insert-page > .wp-block-group > .wp-block-group__inner-container,
  body.search .insert-page-5658 > :not(.rc_big_image),
  body.search main .insert-page > :not(.rc_big_image),
  body.archive.category .insert-page-2327 > .wp-block-columns,
  body.blog .insert-page-2327 > .wp-block-columns,
  body.date .insert-page-2327 > .wp-block-columns,
  body.single .insert-page-2335 > .wp-block-columns,
  body.error404 .insert-page-5096 > :not(.rc_big_image),
  .wp-block-post-template,
  .wp-block-post-content {
    max-width: 1122px;
    --wp--style--global--content-size: 1122px;
    --gk--theme--global--content-margin: 87px;
    margin-left: 87px !important;
    margin-right: 87px !important;
  }
  footer > div .wp-block-query .entry-content,
  footer > div .wp-block-query .wp-block-post-content,
  footer > div .wp-block-query .wp-block-post-template,
  footer > div .wp-block-query .entry-content > :not(.wp-block-group),
  #bottom_menus .wp-block-query .entry-content,
  #bottom_menus .wp-block-query .wp-block-post-content,
  #bottom_menus .wp-block-query .wp-block-post-template,
  #bottom_menus .wp-block-query .entry-content > :not(.wp-block-group),
  #relocable_breadcrumb .wp-block-query .entry-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-template,
  #relocable_breadcrumb .wp-block-query .entry-content > :not(.wp-block-group),
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .entry-content,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .wp-block-post-content,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .wp-block-post-template,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .entry-content > :not(.wp-block-group),
  .entry-content > :not(.wp-block-group) .wp-block-query .entry-content,
  .entry-content > :not(.wp-block-group) .wp-block-query .wp-block-post-content,
  .entry-content > :not(.wp-block-group) .wp-block-query .wp-block-post-template,
  .entry-content > :not(.wp-block-group) .wp-block-query .entry-content > :not(.wp-block-group),
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-template,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content > :not(.wp-block-group),
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .entry-content,
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content,
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content,
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content,
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .entry-content,
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .entry-content,
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  .wp-block-post-template .wp-block-query .entry-content,
  .wp-block-post-template .wp-block-query .wp-block-post-content,
  .wp-block-post-template .wp-block-query .wp-block-post-template,
  .wp-block-post-template .wp-block-query .entry-content > :not(.wp-block-group),
  .wp-block-post-content .wp-block-query .entry-content,
  .wp-block-post-content .wp-block-query .wp-block-post-content,
  .wp-block-post-content .wp-block-query .wp-block-post-template,
  .wp-block-post-content .wp-block-query .entry-content > :not(.wp-block-group) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 786px) {
  footer > div,
  #bottom_menus,
  #relocable_breadcrumb,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container,
  .entry-content > :not(.wp-block-group),
  .insert-page > .wp-block-group > .wp-block-group__inner-container,
  body.search .insert-page-5658 > :not(.rc_big_image),
  body.search main .insert-page > :not(.rc_big_image),
  body.archive.category .insert-page-2327 > .wp-block-columns,
  body.blog .insert-page-2327 > .wp-block-columns,
  body.date .insert-page-2327 > .wp-block-columns,
  body.single .insert-page-2335 > .wp-block-columns,
  body.error404 .insert-page-5096 > :not(.rc_big_image),
  .wp-block-post-template,
  .wp-block-post-content {
    max-width: 722px;
    --wp--style--global--content-size: 722px;
    --gk--theme--global--content-margin: 32px;
    margin-left: 32px !important;
    margin-right: 32px !important;
    overflow: hidden;
  }
  footer > div .wp-block-query .entry-content,
  footer > div .wp-block-query .wp-block-post-content,
  footer > div .wp-block-query .wp-block-post-template,
  footer > div .wp-block-query .entry-content > :not(.wp-block-group),
  #bottom_menus .wp-block-query .entry-content,
  #bottom_menus .wp-block-query .wp-block-post-content,
  #bottom_menus .wp-block-query .wp-block-post-template,
  #bottom_menus .wp-block-query .entry-content > :not(.wp-block-group),
  #relocable_breadcrumb .wp-block-query .entry-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-template,
  #relocable_breadcrumb .wp-block-query .entry-content > :not(.wp-block-group),
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .entry-content,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .wp-block-post-content,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .wp-block-post-template,
  .entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-query .entry-content > :not(.wp-block-group),
  .entry-content > :not(.wp-block-group) .wp-block-query .entry-content,
  .entry-content > :not(.wp-block-group) .wp-block-query .wp-block-post-content,
  .entry-content > :not(.wp-block-group) .wp-block-query .wp-block-post-template,
  .entry-content > :not(.wp-block-group) .wp-block-query .entry-content > :not(.wp-block-group),
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-template,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content > :not(.wp-block-group),
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .entry-content,
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content,
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content,
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.blog .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content,
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.date .insert-page-2327 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .entry-content,
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .wp-block-post-content,
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .wp-block-post-template,
  body.single .insert-page-2335 > .wp-block-columns .wp-block-query .entry-content > :not(.wp-block-group),
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .entry-content,
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  .wp-block-post-template .wp-block-query .entry-content,
  .wp-block-post-template .wp-block-query .wp-block-post-content,
  .wp-block-post-template .wp-block-query .wp-block-post-template,
  .wp-block-post-template .wp-block-query .entry-content > :not(.wp-block-group),
  .wp-block-post-content .wp-block-query .entry-content,
  .wp-block-post-content .wp-block-query .wp-block-post-content,
  .wp-block-post-content .wp-block-query .wp-block-post-template,
  .wp-block-post-content .wp-block-query .entry-content > :not(.wp-block-group) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
footer > div li.post::before,
footer > div .wp-block-latest-posts li::before,
#bottom_menus li.post::before,
#bottom_menus .wp-block-latest-posts li::before,
#relocable_breadcrumb li.post::before,
#relocable_breadcrumb .wp-block-latest-posts li::before,
.entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container li.post::before,
.entry-content > .wp-block-group:not(.rc_big_image) > .wp-block-group__inner-container .wp-block-latest-posts li::before,
.entry-content > :not(.wp-block-group) li.post::before,
.entry-content > :not(.wp-block-group) .wp-block-latest-posts li::before,
.insert-page > .wp-block-group > .wp-block-group__inner-container li.post::before,
.insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-latest-posts li::before,
body.search .insert-page-5658 > :not(.rc_big_image) li.post::before,
body.search .insert-page-5658 > :not(.rc_big_image) .wp-block-latest-posts li::before,
body.search main .insert-page > :not(.rc_big_image) li.post::before,
body.search main .insert-page > :not(.rc_big_image) .wp-block-latest-posts li::before,
body.archive.category .insert-page-2327 > .wp-block-columns li.post::before,
body.archive.category .insert-page-2327 > .wp-block-columns .wp-block-latest-posts li::before,
body.blog .insert-page-2327 > .wp-block-columns li.post::before,
body.blog .insert-page-2327 > .wp-block-columns .wp-block-latest-posts li::before,
body.date .insert-page-2327 > .wp-block-columns li.post::before,
body.date .insert-page-2327 > .wp-block-columns .wp-block-latest-posts li::before,
body.single .insert-page-2335 > .wp-block-columns li.post::before,
body.single .insert-page-2335 > .wp-block-columns .wp-block-latest-posts li::before,
body.error404 .insert-page-5096 > :not(.rc_big_image) li.post::before,
body.error404 .insert-page-5096 > :not(.rc_big_image) .wp-block-latest-posts li::before,
.wp-block-post-template li.post::before,
.wp-block-post-template .wp-block-latest-posts li::before,
.wp-block-post-content li.post::before,
.wp-block-post-content .wp-block-latest-posts li::before {
  display: none;
}

.wp-block-buttons {
  display: flex;
}

nav:not(.toggled) .rc_menu_featured a, nav:not(.toggled) .rc_menu_featured a:active, nav:not(.toggled) .rc_menu_featured a:hover, nav:not(.toggled) .rc_menu_featured a:visited,
.wp-block-button a,
.wp-block-button a:active,
.wp-block-button a:hover,
.wp-block-button a:visited {
  /* from original WP styles */
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 54px;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  color: white;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  transition: 0.2s ease-in-out;
}
nav:not(.toggled) .rc_menu_featured a:hover, nav:not(.toggled) .rc_menu_featured a:active:hover, nav:not(.toggled) .rc_menu_featured a:hover:hover, nav:not(.toggled) .rc_menu_featured a:visited:hover,
.wp-block-button a:hover,
.wp-block-button a:active:hover,
.wp-block-button a:hover:hover,
.wp-block-button a:visited:hover {
  transform: translateY(-5px);
  color: white;
}
nav:not(.toggled) .rc_menu_featured a:hover::after, nav:not(.toggled) .rc_menu_featured a:active:hover::after, nav:not(.toggled) .rc_menu_featured a:hover:hover::after, nav:not(.toggled) .rc_menu_featured a:visited:hover::after,
.wp-block-button a:hover::after,
.wp-block-button a:active:hover::after,
.wp-block-button a:hover:hover::after,
.wp-block-button a:visited:hover::after {
  transform: translateX(10px);
}
nav:not(.toggled) .rc_menu_featured a::after, nav:not(.toggled) .rc_menu_featured a:active::after, nav:not(.toggled) .rc_menu_featured a:hover::after, nav:not(.toggled) .rc_menu_featured a:visited::after,
.wp-block-button a::after,
.wp-block-button a:active::after,
.wp-block-button a:hover::after,
.wp-block-button a:visited::after {
  content: " ";
  display: inline-block;
  background-image: url(images/arrow-right.svg);
  width: 16px;
  height: 12px;
  margin-left: 6px;
  transition: 0.2s ease-in-out;
}

p + .wp-block-buttons a {
  margin-top: 0 !important;
}

.rc_video {
  background-color: #f1f1f1;
  padding: 0;
}
.rc_video .wp-block-embed { /* YouTube poprzez standardowy gutenbergowy embed*/
  margin: 0;
}
.rc_video .wp-block-embed .wp-block-embed .wp-block-embed__wrapper {
  padding-bottom: 56.25%; /* 16:9 */
}
.rc_video .wp-block-group__inner-container { /* Vimeo poprzez custom html */
  padding-bottom: min(56.25%, 670px);
}
@media (max-width: 1296px) {
  .rc_video .wp-block-group__inner-container {
    margin: 0 !important;
  }
}
.rc_video .wp-block-embed .wp-block-embed__wrapper,
.rc_video .wp-block-group__inner-container { /* Vimeo poprzez custom html */
  line-height: 0;
  position: relative;
  height: 0;
  width: 100%;
}
.rc_video .wp-block-embed .wp-block-embed__wrapper iframe,
.rc_video .wp-block-group__inner-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.not-mobile {
  display: initial;
}

.mobile-only {
  display: none;
}

@media (max-width: 786px) {
  .not-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
body.lang-pl .lang-en,
body.lang-en .lang-pl {
  display: none;
}

.hidden {
  display: none;
}

/* LIDEX */
.menu {
  list-style: none;
  text-decoration: none;
}

footer,
.contact_footer {
  background-color: #292929;
  color: white;
}

.contact_footer {
  margin-top: 60px;
  padding: 65px 0;
  /* fix for strange Firefox behaviour */
}
@media (max-width: 786px) {
  .contact_footer {
    padding: 50px 32px;
  }
}
body.wpml-source-post-id-18 .contact_footer {
  margin-top: 0;
}
.contact_footer h2 {
  font-size: 50px;
  line-height: 59px;
  color: white;
  text-align: left;
  margin-bottom: 10px;
}
.contact_footer h3 {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 786px) {
  .contact_footer h3 {
    padding-bottom: 0;
  }
}
.contact_footer > div {
  display: grid;
  justify-content: space-between;
  align-items: start;
  grid-template-columns: repeat(3, auto);
  grid-row-gap: 70px;
}
.contact_footer > div .wp-block-group:nth-of-type(4) {
  position: relative;
}
.contact_footer > div .wp-block-group:nth-of-type(4)::before {
  content: " ";
  position: absolute;
  top: -35px;
  left: 0;
  width: calc(100vw - 2 * var(--gk--theme--global--content-margin, 0px));
  max-width: 1296px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 786px) {
  .contact_footer > div .wp-block-group:nth-of-type(4)::before {
    top: 0;
  }
}
@media (max-width: 786px) {
  .contact_footer > div .wp-block-group:nth-of-type(4) {
    padding-top: 44px;
  }
}
@media (max-width: 786px) {
  .contact_footer > div {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
}
.contact_footer p:empty {
  display: none;
}

#bottom_menus {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 0 64px 0;
  justify-content: space-between;
}
@media (min-width: 787px) and (max-width: 1296px) {
  #bottom_menus {
    flex-direction: column;
  }
}
@media (max-width: 786px) {
  #bottom_menus {
    flex-direction: column;
  }
}
#bottom_menus .menu {
  display: flex;
  flex-direction: column;
}
#bottom_menus .menu a, #bottom_menus .menu a:active, #bottom_menus .menu a:hover, #bottom_menus .menu a:visited {
  display: inline;
  padding-left: 3px;
}
#bottom_menus .rc_bottom_menu:first-of-type a, #bottom_menus .rc_bottom_menu:first-of-type a:active, #bottom_menus .rc_bottom_menu:first-of-type a:hover, #bottom_menus .rc_bottom_menu:first-of-type a:visited {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 55px;
  color: #E00D1A;
  transition: 0.2s ease-in-out;
}
#bottom_menus .rc_bottom_menu:first-of-type a:active, #bottom_menus .rc_bottom_menu:first-of-type a:hover {
  transform: translateX(8px);
  color: black;
}
#bottom_menus .rc_bottom_menu a, #bottom_menus .rc_bottom_menu a:active, #bottom_menus .rc_bottom_menu a:hover, #bottom_menus .rc_bottom_menu a:visited {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #292929;
  transition: 0.2s ease-in-out;
}
#bottom_menus .rc_bottom_menu a:active, #bottom_menus .rc_bottom_menu a:hover {
  transform: translateX(5px);
  color: black;
}
#bottom_menus .bottom_headings {
  padding-left: 0;
}
#bottom_menus .bottom_headings li {
  display: none;
  text-align: left;
}
#bottom_menus .bottom_headings li a, #bottom_menus .bottom_headings li a:active, #bottom_menus .bottom_headings li a:hover, #bottom_menus .bottom_headings li a:visited {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 55px;
  color: #E00D1A;
  text-align: left;
  text-decoration: none;
}
#bottom_menus .bottom_headings li a:active, #bottom_menus .bottom_headings li a:hover {
  transform: translateX(8px);
  color: black;
}
#bottom_menus .rc_bottom_menu:nth-of-type(2) .bottom_headings li:first-of-type {
  display: block;
}
#bottom_menus .rc_bottom_menu:nth-of-type(3) .bottom_headings li:nth-of-type(2) {
  display: block;
}
#bottom_menus .rc_bottom_menu:nth-of-type(4) .bottom_headings li:last-of-type {
  display: block;
}

#bottom_secondary li::before,
#bottom_tertiary li::before,
#bottom_4th li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 10px;
  line-height: 12px;
  color: #292929;
  display: inline-block;
  vertical-align: middle;
}

footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  flex-wrap: wrap;
}
footer > div .menu {
  width: 100%;
  padding: 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 786px) {
  footer > div .menu {
    flex-direction: column-reverse;
  }
}
footer > div .menu a, footer > div .menu a:active, footer > div .menu a:hover, footer > div .menu a:visited {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: white;
}
footer > div .menu a:active, footer > div .menu a:hover {
  text-decoration: underline;
  color: #E00D1A;
}

header {
  --logo-size: 181px;
  --logo-left: max(0px, (100% - 1296px) / 2);
  --nav-height: 99px;
  --nav-height-with-adminbar: calc(var(--nav-height) + var(--wp-admin--admin-bar--height, 0px));
}
header.sticky-header {
  --logo-size: 125px;
}
@media (min-width: 787px) and (max-width: 1296px) {
  header {
    --logo-size: 120px;
    --logo-left: 87px;
    --nav-height: 66px;
  }
  header.sticky-header {
    --logo-size: 120px;
  }
}
@media (max-width: 786px) {
  header {
    --logo-size: 96px;
    --logo-left: 32px;
    --nav-height: 53px;
  }
  header.sticky-header {
    --logo-size: 96px;
  }
}

.custom-logo-link img {
  max-width: var(--logo-size);
  max-height: var(--logo-size);
  width: auto;
  position: absolute;
  top: 0;
  left: var(--logo-left) !important;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

/* mobile menu */
#primary .menu-top {
  display: none;
}

.mobile-language-switcher {
  display: none;
  position: absolute;
  width: 78px !important;
  height: auto;
  top: 11px;
  right: var(--logo-left, 0px);
  background: #383836;
  border-radius: 6px;
  padding: 10px;
  line-height: 0;
}
@media (max-width: 786px) {
  .mobile-language-switcher {
    top: 4px;
  }
}
.mobile-language-switcher::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
  color: white;
  display: block;
  position: absolute;
  right: 10px;
  top: 23px;
}
.mobile-language-switcher:hover::after, .mobile-language-switcher:focus::after, .mobile-language-switcher:active::after {
  content: "\f106";
}
.mobile-language-switcher:hover ul.sub-menu, .mobile-language-switcher:focus ul.sub-menu, .mobile-language-switcher:active ul.sub-menu {
  display: inline-flex;
  left: auto;
}

@media (max-width: 1296px) {
  .mobile-language-switcher {
    display: inline-block;
  }
  .mobile-language-switcher ul.sub-menu {
    background: #383836;
    border-radius: 6px;
    padding: 10px;
    line-height: 0;
    right: -10px;
    display: none;
    flex-direction: column;
    row-gap: 10px;
  }
  .mobile-language-switcher #mobile_lang_switch > li > a {
    pointer-events: none;
  }
  .mobile-language-switcher #mobile_lang_switch,
  .mobile-language-switcher li,
  .mobile-language-switcher .menu-mobile-language-swticher-container {
    display: inline-block;
    line-height: 0;
  }
  .mobile-language-switcher ul {
    margin: 0 !important;
  }
  .mobile-language-switcher ul a {
    display: inline-flex !important;
    width: max-content !important;
  }
  #wpadminbar {
    display: none;
  }
  /* fix for hardcoded wordpress margin for admin bar */
  html {
    position: relative;
    top: calc(-1 * var(--wp-admin--admin-bar--height, 0px));
  }
  body.toggled #primary .menu-top {
    display: block;
  }
  button.menu-toggle {
    position: absolute;
    width: auto;
    height: auto;
    top: 24px;
    right: calc(var(--logo-left, 0px) + 10px + 38px + 27px + 20px);
    color: transparent;
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  button.menu-toggle > span {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  button.menu-toggle > span, button.menu-toggle > span::before, button.menu-toggle > span::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #292929;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  button.menu-toggle > span::before, button.menu-toggle > span::after {
    position: absolute;
    content: "";
  }
  button.menu-toggle > span::before {
    top: -8px;
  }
  button.menu-toggle > span::after {
    top: 8px;
  }
  .main-navigation.toggled button.menu-toggle > span {
    background-color: transparent;
  }
  .main-navigation.toggled button.menu-toggle > span::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .main-navigation.toggled button.menu-toggle > span::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 1296px) and (max-width: 786px) {
  button.menu-toggle {
    width: 23px;
    height: 18px;
    top: 18px;
  }
}
@media (max-width: 1296px) {
  .main-navigation.toggled {
    border-bottom: 0 !important;
  }
  .main-navigation.toggled #primary {
    position: absolute;
    align-items: flex-end;
    z-index: 15;
    background-color: white;
    width: 100vw;
    height: calc(100vh - var(--nav-height, 0px));
    margin: 0;
    top: calc(var(--nav-height, 0px) + 0px);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: space-between;
    padding: 40px 0;
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .main-navigation.toggled #primary li {
    margin-right: var(--logo-left, 0px);
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: var(--color, #000000);
  }
  .main-navigation.toggled #primary li.menu-item-search {
    display: none;
  }
  .main-navigation.toggled #primary li.current-menu-item {
    font-weight: 700;
  }
}
.header_wrapper {
  background-color: white;
  position: relative;
}

.sticky-header {
  width: 100%;
  z-index: 1825;
}

.site-branding {
  line-height: 0;
  height: 0;
}

.rc_top_menu {
  display: flex;
  max-width: 896px;
  margin-right: var(--logo-left, 0px);
  background-color: white;
  row-gap: 1px;
  flex-direction: column;
  margin-left: auto;
  min-height: var(--nav-height);
}
.rc_top_menu .main-navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1296px) {
  .rc_top_menu .main-navigation {
    border-bottom: 0;
  }
}

.rc_primary_menu {
  display: flex;
}
.rc_primary_menu .main-navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
}

.menu-top-menu-container,
.rc_top_menu > .main-navigation > div {
  width: 100%;
}
.menu-top-menu-container > ul,
.rc_top_menu > .main-navigation > div > ul {
  align-items: center;
}
.menu-top-menu-container .menu,
.rc_top_menu > .main-navigation > div .menu {
  column-gap: 20px;
  margin: 12px 0px;
}
.menu-top-menu-container .menu-item.menu-top + .wpml-ls-menu-item,
.rc_top_menu > .main-navigation > div .menu-item.menu-top + .wpml-ls-menu-item {
  margin-left: auto;
}

.menu-item.menu-top {
  --color: white;
  --background-color: #E00D1A;
  --border-color: #E00D1A;
  padding: 3px 40px;
  display: inline-block;
  border-radius: 100px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: var(--background-color);
  border: 1px solid var(--border-color);
  color: var(--color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu-item.menu-top a, .menu-item.menu-top a:active, .menu-item.menu-top a:hover, .menu-item.menu-top a:visited {
  color: inherit;
  background-color: inherit;
}
.menu-item.menu-top a:active, .menu-item.menu-top a:hover {
  text-decoration: none;
}
.menu-item.menu-top:hover {
  color: var(--background-color) !important;
  background-color: var(--color);
}
.menu-item.menu-top.menu-zrownowazony-rozwoj {
  --color: #2DB541;
  --background-color: white;
  --border-color: #2DB541;
}
.menu-item.menu-top.menu-portal-klienta {
  --color: #292929;
  --background-color: white;
  --border-color: #292929;
}

div[class^=menu-primary-menu] {
  width: 100%;
}
div[class^=menu-primary-menu] .menu {
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
}
div[class^=menu-primary-menu] .menu-item {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: transform 0.2s;
}
div[class^=menu-primary-menu] .menu-item.menu-item-search {
  transform: translateY(-2px);
}
div[class^=menu-primary-menu] .menu-item:hover {
  transform: translateY(-2px);
  color: #E21019;
}
div[class^=menu-primary-menu] .menu-item a, div[class^=menu-primary-menu] .menu-item a:active, div[class^=menu-primary-menu] .menu-item a:hover, div[class^=menu-primary-menu] .menu-item a:visited {
  color: inherit;
  background-color: inherit;
}
div[class^=menu-primary-menu] .menu-item a:active, div[class^=menu-primary-menu] .menu-item a:hover {
  text-decoration: none;
}
div[class^=menu-primary-menu] .menu-item.current_page_item {
  font-weight: 800;
}
div[class^=menu-primary-menu] .search-form {
  max-width: 230px;
  overflow: hidden;
}
div[class^=menu-primary-menu] .search-form::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 5px;
  background-color: white;
  pointer-events: auto;
  color: black;
  z-index: 1;
}
div[class^=menu-primary-menu] .search-form label {
  display: none;
}
div[class^=menu-primary-menu] .search-submit {
  position: absolute;
  left: 202px;
  width: 16px;
  padding: 0;
  top: 5px;
  height: 24px;
  border-color: transparent;
  background: transparent;
  color: transparent;
  z-index: 2;
  border: 0;
  pointer-events: auto;
}
div[class^=menu-primary-menu] .search-field {
  border: 1px solid #000000;
  border-radius: 24.5px;
  padding: 3px 11px 4px;
  width: 39px;
  transition: width 0.2s;
  z-index: 0;
}
div[class^=menu-primary-menu] .search-field:focus {
  outline: none;
  width: 230px;
}
div[class^=menu-primary-menu] .search-field:focus ~ label::after {
  pointer-events: none;
}
div[class^=menu-primary-menu] .search-form:hover .search-field {
  outline: none;
  width: 230px;
}
div[class^=menu-primary-menu] .search-form:hover label::after {
  pointer-events: none;
}

body.search .rc_big_image,
body.archive.category .rc_big_image,
body.blog .rc_big_image,
body.single-post .rc_big_image {
  margin-bottom: 30px;
}

#relocable_breadcrumb {
  padding: 24px 0 0;
}
body.home #relocable_breadcrumb, body.wpml-source-post-id-6 #relocable_breadcrumb, body.wpml-source-post-id-12 #relocable_breadcrumb, body.wpml-source-post-id-14 #relocable_breadcrumb, body.wpml-source-post-id-16 #relocable_breadcrumb, body.wpml-source-post-id-18 #relocable_breadcrumb, body.wpml-source-post-id-26 #relocable_breadcrumb, body.wpml-source-post-id-28 #relocable_breadcrumb, body.wpml-source-post-id-30 #relocable_breadcrumb, body.wpml-source-post-id-2220 #relocable_breadcrumb {
  display: none;
}
#relocable_breadcrumb a, #relocable_breadcrumb a:active, #relocable_breadcrumb a:hover, #relocable_breadcrumb a:visited {
  color: black;
}

body.wpml-source-post-id-12 h2 {
  --color: #E00D1A;
}

.rc_big_image > div:not(#relocable_breadcrumb) {
  max-height: calc(90vh - 150px);
  overflow: hidden;
  position: relative;
}
.rc_big_image img {
  width: 100vw;
}
@media (max-width: 786px) {
  .rc_big_image img {
    width: auto;
    height: 546px;
    max-width: none;
  }
}

body.home.page .wp-block-cover .wp-block-cover__inner-container {
  bottom: 48px;
}
.wp-block-cover.has-parallax {
  --parallax-min-height: 70vh;
  min-height: var(--parallax-min-height, 70vh) !important;
}
.wp-block-cover.has-parallax h2 {
  text-align: left;
}

.wp-block-cover__image-background {
  background-position: 50% 100px !important;
  background-size: auto calc(100vh - 100px) !important;
}

.rc_big_image > div:not(#relocable_breadcrumb),
.wp-block-cover {
  max-width: 100% !important;
}

.rc_big_image .wp-block-group > div,
.wp-block-cover__inner-container {
  padding: 16px 50px;
}
@media (max-width: 786px) {
  .rc_big_image .wp-block-group > div,
  .wp-block-cover__inner-container {
    padding: 16px 32px;
  }
}

.rc_big_image .wp-block-group,
.wp-block-cover__inner-container {
  position: absolute;
  bottom: 96px;
  left: 0;
  background-color: #E00D1A;
  width: min(725px, 50vw) !important;
  text-align: left;
}
@media (max-width: 786px) {
  .rc_big_image .wp-block-group,
  .wp-block-cover__inner-container {
    width: 95% !important;
  }
}
.rc_big_image .wp-block-group h2,
.wp-block-cover__inner-container h2 {
  font-family: "Maven Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px !important;
  line-height: 41px !important;
  color: white;
  margin: 0;
  text-align: left !important;
}
@media (max-width: 786px) {
  .rc_big_image .wp-block-group h2,
  .wp-block-cover__inner-container h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.rc_big_image .wp-block-group p, .rc_big_image .wp-block-group time,
.wp-block-cover__inner-container p,
.wp-block-cover__inner-container time {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: white;
  text-align: left;
}
@media (max-width: 786px) {
  .rc_big_image .wp-block-group p, .rc_big_image .wp-block-group time,
  .wp-block-cover__inner-container p,
  .wp-block-cover__inner-container time {
    font-size: 16px;
    line-height: 22px;
  }
}

#nasza-oferta {
  padding-bottom: 63px;
}
#nasza-oferta h2 + p {
  margin-bottom: 54px;
}
@media (max-width: 786px) {
  #nasza-oferta h2 + p {
    margin-bottom: 0;
  }
}

#dziedziny-tlumaczen h2 {
  margin-bottom: 0;
  line-height: 60px;
}
#dziedziny-tlumaczen .is-layout-flex {
  padding-top: 60px;
  row-gap: 41px;
  column-gap: 49px;
  display: flex;
  justify-content: center;
}
@media (max-width: 786px) {
  #dziedziny-tlumaczen .is-layout-flex {
    flex-direction: column;
    row-gap: 20px;
    column-gap: 20px;
  }
}

/* used on: front-page */
#boksy {
  padding: 0 0 95px;
}

.lidex_boxes_with_images {
  justify-content: space-around;
  flex-wrap: wrap !important;
}
.lidex_boxes_with_images .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0 !important;
}

/* used on: front-page */
.lidex_box_with_image {
  max-width: 374px;
  min-height: 480px;
  background: #FFFFFF;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.lidex_box_with_image img {
  width: 374px;
  aspect-ratio: 374/182;
}
.lidex_box_with_image h3 {
  --h3-font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.05em;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.lidex_box_with_image p {
  text-align: center;
  padding: 0;
  line-height: 22.4px;
  margin-bottom: 15px;
  font-size: 14px;
}

.lidex_box_with_image_2 {
  background: #FFFFFF;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.lidex_box_with_image_2 img {
  width: 374px;
  height: 182px;
}
.lidex_box_with_image_2 h3 {
  --h3-font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.05em;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.lidex_box_with_image_2 p {
  text-align: center;
  padding: 0 10px;
}

body.home .lidex_box_with_image {
  position: relative;
  margin: 0 auto;
  min-width: 300px;
}
body.home .lidex_box_with_image h3 {
  --h3-font-size: 24px;
  --h3-color: #E00D1A;
}
body.home .lidex_box_with_image .text_content {
  padding: 2em 1.5em;
  padding-top: 1.5em;
}
body.home .lidex_box_with_image .wp-block-button {
  width: 100%;
}
body.home .lidex_box_with_image a {
  background-color: #292929;
  width: 100%;
  font-size: 16px;
}
body.home .lidex_box_with_image a:hover {
  background-color: #292929;
}
body.home .lidex_box_with_image .wp-block-buttons {
  padding-bottom: 40px;
}
body.home .lidex_box_with_image .wp-block-buttons .wp-block-button {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 2em 2em;
  bottom: 0;
}

body:not(.home) .lidex_box_with_image {
  position: relative;
  padding: 2em 1.5em;
  padding-top: 1.5em;
  min-height: 260px;
}
body:not(.home) .lidex_box_with_image h3 {
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
body:not(.home) .lidex_box_with_image .wp-block-group__inner-container > p {
  margin-bottom: 1em;
}
body:not(.home) .lidex_box_with_image .wp-block-buttons {
  position: absolute;
  bottom: 1.5em;
  transform: translateX(-50%);
  left: 50%;
  width: max-content;
}

body.wpml-source-post-id-14 .lidex_box_with_image {
  position: relative;
  min-height: 225px;
}

body.wpml-source-post-id-26 .lidex_box_with_image {
  position: relative;
  min-height: 260px;
}

.lidex_box_with_image + .lidex_box_with_image {
  margin-top: 60px;
}

.lidex_box_with_image_2 {
  padding: 48px;
}

/* used on: front-page */
.lidex_zaufali_nam p {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
}
.lidex_zaufali_nam .wp-block-columns > .wp-block-column:first-of-type {
  flex-basis: 23% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lidex_zaufali_nam .wp-block-columns > .wp-block-column:last-of-type {
  flex-basis: 77% !important;
}
.lidex_zaufali_nam h2 {
  margin-left: auto;
  margin-right: auto;
}

/* zrownowazony rozwoj */
.lidex_deklaracja .is-layout-flex {
  gap: 16px;
  max-width: 1024px;
  margin: 0 auto;
}

.lidex_inicjatywy .is-layout-flex {
  gap: 28px;
  margin-bottom: 60px;
}
.lidex_inicjatywy li::before {
  content: "\f0c8";
}

.lidex_wlacz_sie .is-layout-flex {
  gap: 28px;
  margin-bottom: 60px;
}
.lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box {
  max-width: 560px;
  height: 624px;
  background: #FFFFFF;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box > div > :not(figure) {
  padding: 0 19px;
}
.lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 15px;
}
.lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box p {
  text-align: justify;
}
.lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box ul a, .lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box ul a:active, .lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box ul a:hover, .lidex_wlacz_sie .is-layout-flex .lidex_wlacz_sie_box ul a:visited {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration-line: underline;
  color: black;
  margin-bottom: 8px;
}

/* o nas */
.lidex_o-nas_wstep p {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
}

.lidex_osoba {
  text-align: right;
  font-size: 18px;
}
.lidex_osoba figure {
  margin-left: auto;
}

.lidex_misja h3 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  text-align: right;
  padding-right: 146px;
}
@media (max-width: 1296px) {
  .lidex_misja h3 {
    padding-right: 0;
  }
}
@media (max-width: 786px) {
  .lidex_misja h3 {
    text-align: center;
  }
}

.lidex_cert_nagr h3 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  margin-top: 50px;
  margin-bottom: 8px;
}
.lidex_cert_nagr .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.is-layout-flex.lidex_certyfikaty {
  justify-content: space-around;
  align-items: flex-start;
}
.wp-block-group.is-layout-flex.lidex_certyfikaty figure {
  position: relative;
  width: 175px;
}

.wp-block-group.is-layout-flex.lidex_nagrody {
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 40px;
  column-gap: 60px;
  row-gap: 58px;
}
.wp-block-group.is-layout-flex.lidex_nagrody figure {
  flex-basis: 15%;
}

/* kontakt */
.lidex_kontakt {
  margin-bottom: 50px;
}

.lidex_kontakt_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-bottom: 30px;
  margin-bottom: 57px;
  padding: 3em 2em;
  max-width: 362px;
  margin-right: auto;
  margin-left: auto;
}
.lidex_kontakt_box + .lidex_kontakt_box {
  margin-bottom: 0;
}
.lidex_kontakt_box div[id*=wpmap] {
  margin-bottom: 2em;
}
.lidex_kontakt_box img {
  margin-bottom: 15px;
}
.lidex_kontakt_box h3 {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.05em;
  color: #E00D1A;
}
.lidex_kontakt_box p a-tags {
  text-decoration-line: underline;
  color: black;
}

#kontakt .is-layout-flex,
#contact-form-in-article {
  gap: 80px;
  justify-content: space-between;
}
#kontakt .is-layout-flex > div:last-of-type,
#contact-form-in-article > div:last-of-type {
  display: flex;
}
@media (max-width: 1296px) {
  #kontakt .is-layout-flex,
  #contact-form-in-article {
    flex-direction: column;
  }
}

/* alternatywa dla zwykłych stron */
/*
.wp-block-columns.is-layout-flex > .is-layout-flow:last-of-type[style="flex-basis:66.66%"] {
	display: flex;
}
*/
#oddzialy {
  display: grid;
  grid-template-columns: 362px 362px 362px;
  align-items: stretch;
  gap: 0;
}
#oddzialy .lidex_kontakt_box {
  padding: 0 0 3em;
}
#oddzialy div[id*=wpmap] + div {
  padding: 0 2em;
}
@media (max-width: 1296px) {
  #oddzialy {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: center;
  }
}

.lidex_form_kontaktowy {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 22px 45px;
}
.lidex_form_kontaktowy h3 {
  font-size: 25px;
  line-height: 29px;
  color: black;
}

/* aktualnosci */
.archive.category .wp-block-query h2,
.blog .wp-block-query h2 {
  padding: 50px;
  font-size: 50px;
  line-height: 59px;
}
.archive.category .wp-block-query h3,
.blog .wp-block-query h3 {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.05em;
  color: #292929;
  padding-bottom: 20px;
}
.archive.category .wp-block-query h3 a, .archive.category .wp-block-query h3 a:active, .archive.category .wp-block-query h3 a:hover, .archive.category .wp-block-query h3 a:visited,
.blog .wp-block-query h3 a,
.blog .wp-block-query h3 a:active,
.blog .wp-block-query h3 a:hover,
.blog .wp-block-query h3 a:visited {
  color: inherit;
  text-decoration: none;
}
.archive.category .wp-block-query h3 a-tags-hover,
.blog .wp-block-query h3 a-tags-hover {
  color: #E00D1A;
}
.archive.category .wp-block-query p,
.blog .wp-block-query p {
  text-align: justify;
}
.archive.category .wp-block-query a, .archive.category .wp-block-query a:active, .archive.category .wp-block-query a:hover, .archive.category .wp-block-query a:visited,
.blog .wp-block-query a,
.blog .wp-block-query a:active,
.blog .wp-block-query a:hover,
.blog .wp-block-query a:visited {
  color: #E00D1A;
  text-decoration: none;
}
.archive.category .wp-block-query a:active, .archive.category .wp-block-query a:hover,
.blog .wp-block-query a:active,
.blog .wp-block-query a:hover {
  text-decoration: underline;
}
.archive.category .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next,
.archive.category .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-prev,
.blog .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next,
.blog .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-prev {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.15);
  border-radius: 24.5px;
  width: 235px;
  display: inline-block;
  text-align: center;
  padding: 8px;
}
.archive.category .wp-block-query .wp-block-query-pagination a, .archive.category .wp-block-query .wp-block-query-pagination a:active, .archive.category .wp-block-query .wp-block-query-pagination a:hover, .archive.category .wp-block-query .wp-block-query-pagination a:visited,
.blog .wp-block-query .wp-block-query-pagination a,
.blog .wp-block-query .wp-block-query-pagination a:active,
.blog .wp-block-query .wp-block-query-pagination a:hover,
.blog .wp-block-query .wp-block-query-pagination a:visited {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #292929;
  text-decoration: none;
}

/* blog and single post */
.lidex_data_i_autor {
  column-gap: 25px;
  padding: 10px 0;
}

.wp-block-post-featured-image {
  max-width: 750px;
  width: 100% !important;
  aspect-ratio: 750/450;
  margin: 0;
  padding: 0;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-post-featured-image img {
  max-height: 450px;
  width: auto;
}

.wp-block-post-date,
.wp-block-post-author {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.05em;
}

/* fix for Firefox weird behavior */
.wp-block-post-author {
  flex-wrap: nowrap;
  flex-direction: row;
}
.wp-block-post-author .wp-block-post-author__content {
  width: max-content;
}

.wp-block-post-date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  padding-right: 0.5em;
}

.wp-block-post-author::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  padding-right: 0.5em;
}

/* single post */
.single-post .wp-block-post-template {
  max-width: 750px;
  margin: 0 auto;
}
.single-post .lidex_data_i_autor {
  padding: 18px 0 24px;
}
.single-post .wp-block-post-title {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: -0.05em;
  color: #292929;
  text-align: left;
}
.single-post .wp-block-post-content h2, .single-post .wp-block-post-content h3, .single-post .wp-block-post-content h4, .single-post .wp-block-post-content h5, .single-post .wp-block-post-content h6 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  padding-top: 50px;
  padding-bottom: 8px;
  color: #292929;
  line-height: 1.5;
}
.single-post .wp-block-post-content p {
  padding-bottom: 1.2em;
}
.single-post .wp-block-post-content p, .single-post .wp-block-post-content li {
  text-align: justify;
}
.single-post a, .single-post a:active, .single-post a:hover, .single-post a:visited {
  color: var(--link-color, #E00D1A);
  text-decoration: none;
}
.single-post a:active, .single-post a:hover {
  text-decoration: underline;
}
.single-post .wp-block-post-content {
  padding: 37px 0 50px;
}
.single-post .title-post-pagination {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 786px) {
  .single-post .title-post-pagination {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.single-post .title-post-pagination > div {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  max-width: 363px;
  width: 100%;
  padding: 11px 27px;
  --link-color: #292929;
}
.single-post .title-post-pagination .title,
.single-post .title-post-pagination .arrow {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.05em;
}
.single-post .title-post-pagination .title {
  padding-bottom: 16px;
}
.single-post .title-post-pagination .arrow {
  font-weight: 400;
}
.single-post .title-post-pagination .title-post-pagination__prev {
  text-align: left;
}
.single-post .title-post-pagination .title-post-pagination__prev .arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  padding-right: 5px;
}
.single-post .title-post-pagination .title-post-pagination__next {
  text-align: right;
}
.single-post .title-post-pagination .title-post-pagination__next .arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-left: 5px;
}
.single-post .title-post-pagination .title-post-pagination__none {
  visibility: hidden;
}

/* Style dla "Zamów lub wyceń" */
.lidex_zamow_lub_wycen > div {
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2em 8em;
  background: white;
}
.lidex_zamow_lub_wycen h3 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: black;
  margin-bottom: 30px;
}
.lidex_zamow_lub_wycen input[type=radio] {
  display: none;
}
.lidex_zamow_lub_wycen input[type=radio] ~ .labels > label {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 100px;
  border: 1px solid black;
  cursor: pointer;
  background-color: white;
}
.lidex_zamow_lub_wycen .labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 786px) {
  .lidex_zamow_lub_wycen .labels {
    justify-content: center;
  }
}
.lidex_zamow_lub_wycen input[type=radio]:checked + label {
  color: white;
  background-color: black;
}
.lidex_zamow_lub_wycen input ~ .wp-block-group {
  display: none;
}
.lidex_zamow_lub_wycen input:nth-of-type(1):checked ~ .labels > label:nth-of-type(1),
.lidex_zamow_lub_wycen input:nth-of-type(2):checked ~ .labels > label:nth-of-type(2),
.lidex_zamow_lub_wycen input:nth-of-type(3):checked ~ .labels > label:nth-of-type(3),
.lidex_zamow_lub_wycen input:nth-of-type(4):checked ~ .labels > label:nth-of-type(4) {
  color: white;
  background-color: black;
}
.lidex_zamow_lub_wycen input:nth-of-type(1):checked ~ .wp-block-group:nth-of-type(1),
.lidex_zamow_lub_wycen input:nth-of-type(2):checked ~ .wp-block-group:nth-of-type(2),
.lidex_zamow_lub_wycen input:nth-of-type(3):checked ~ .wp-block-group:nth-of-type(3),
.lidex_zamow_lub_wycen input:nth-of-type(4):checked ~ .wp-block-group:nth-of-type(4) {
  display: block;
}
.lidex_zamow_lub_wycen .form-group input[type=text],
.lidex_zamow_lub_wycen .form-group input[type=date],
.lidex_zamow_lub_wycen .form-group input[type=password],
.lidex_zamow_lub_wycen .form-group input[type=number],
.lidex_zamow_lub_wycen .form-group input[type=email],
.lidex_zamow_lub_wycen .form-group textarea,
.lidex_zamow_lub_wycen .form-group select {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid rgba(41, 41, 41, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 12px 20px;
  color: black;
  font-weight: 400;
}
.lidex_zamow_lub_wycen .row,
.lidex_zamow_lub_wycen .form-group {
  margin-bottom: 1rem;
  align-items: center;
}
.lidex_zamow_lub_wycen .row > .form-group {
  margin-bottom: 0;
}
.lidex_zamow_lub_wycen .filepond--panel-root {
  background-color: transparent;
}
.lidex_zamow_lub_wycen .filepond--credits,
.lidex_zamow_lub_wycen .filepond--credits[style] {
  top: -25px;
  z-index: 100;
  right: 10px;
}
.lidex_zamow_lub_wycen .upload label {
  position: relative;
  opacity: 1;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid rgba(41, 41, 41, 0.1);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.lidex_zamow_lub_wycen .upload .qbutton {
  position: relative;
  opacity: 1;
  background: #FAFAFA;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s ease-in;
  border: none;
}
.lidex_zamow_lub_wycen button[type=submit] {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  background: #E00D1A;
  padding: 7px 40px;
  color: white;
  outline: none;
  border: none;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  max-width: max-content;
  margin-top: 25px !important;
}

/* Style dla formularza tłumacza */
body div.lidex_form_tlumacz {
  background-color: #fafafa;
}

#lidex--translation_languages--group .form-control {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc((100% - 480px) / 3);
  row-gap: 15px;
}

.cus-card {
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2em;
  background: white;
  padding-bottom: 30px;
}

#form-tlumacz,
#form-stazysta,
#form-kontakt,
#form-konferencyjne,
#form-online,
#form-pisemne,
#form-ustne {
  width: 100%;
  position: relative;
  --dark: #292929;
  margin-top: 60px;
  /* custom checkboxes */
}
#form-tlumacz .disabled,
#form-stazysta .disabled,
#form-kontakt .disabled,
#form-konferencyjne .disabled,
#form-online .disabled,
#form-pisemne .disabled,
#form-ustne .disabled {
  display: none !important;
}
#form-tlumacz h3,
#form-stazysta h3,
#form-kontakt h3,
#form-konferencyjne h3,
#form-online h3,
#form-pisemne h3,
#form-ustne h3 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #292929;
  margin-bottom: 30px;
  text-align: left;
}
#form-tlumacz h3.form-title,
#form-stazysta h3.form-title,
#form-kontakt h3.form-title,
#form-konferencyjne h3.form-title,
#form-online h3.form-title,
#form-pisemne h3.form-title,
#form-ustne h3.form-title {
  text-align: center;
}
#form-tlumacz .row,
#form-tlumacz .form-group,
#form-stazysta .row,
#form-stazysta .form-group,
#form-kontakt .row,
#form-kontakt .form-group,
#form-konferencyjne .row,
#form-konferencyjne .form-group,
#form-online .row,
#form-online .form-group,
#form-pisemne .row,
#form-pisemne .form-group,
#form-ustne .row,
#form-ustne .form-group {
  margin-bottom: 1rem;
  align-items: flex-start;
}
#form-tlumacz .row > .form-group,
#form-stazysta .row > .form-group,
#form-kontakt .row > .form-group,
#form-konferencyjne .row > .form-group,
#form-online .row > .form-group,
#form-pisemne .row > .form-group,
#form-ustne .row > .form-group {
  margin-bottom: 0;
}
#form-tlumacz .repeater_item,
#form-stazysta .repeater_item,
#form-kontakt .repeater_item,
#form-konferencyjne .repeater_item,
#form-online .repeater_item,
#form-pisemne .repeater_item,
#form-ustne .repeater_item {
  align-items: flex-start;
}
#form-tlumacz textarea,
#form-stazysta textarea,
#form-kontakt textarea,
#form-konferencyjne textarea,
#form-online textarea,
#form-pisemne textarea,
#form-ustne textarea {
  overflow: hidden;
}
#form-tlumacz input[type=submit],
#form-stazysta input[type=submit],
#form-kontakt input[type=submit],
#form-konferencyjne input[type=submit],
#form-online input[type=submit],
#form-pisemne input[type=submit],
#form-ustne input[type=submit] {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  background: #E00D1A;
  padding: 7px 40px;
  color: white;
  outline: none;
  border: none;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  max-width: max-content;
  margin-top: 25px !important;
}
#form-tlumacz input[type=text],
#form-tlumacz input[type=password],
#form-tlumacz input[type=number],
#form-tlumacz input[type=email],
#form-tlumacz input[type=tel],
#form-tlumacz input[type=date],
#form-tlumacz textarea,
#form-tlumacz select,
#form-tlumacz .filepond--drop-label,
#form-stazysta input[type=text],
#form-stazysta input[type=password],
#form-stazysta input[type=number],
#form-stazysta input[type=email],
#form-stazysta input[type=tel],
#form-stazysta input[type=date],
#form-stazysta textarea,
#form-stazysta select,
#form-stazysta .filepond--drop-label,
#form-kontakt input[type=text],
#form-kontakt input[type=password],
#form-kontakt input[type=number],
#form-kontakt input[type=email],
#form-kontakt input[type=tel],
#form-kontakt input[type=date],
#form-kontakt textarea,
#form-kontakt select,
#form-kontakt .filepond--drop-label,
#form-konferencyjne input[type=text],
#form-konferencyjne input[type=password],
#form-konferencyjne input[type=number],
#form-konferencyjne input[type=email],
#form-konferencyjne input[type=tel],
#form-konferencyjne input[type=date],
#form-konferencyjne textarea,
#form-konferencyjne select,
#form-konferencyjne .filepond--drop-label,
#form-online input[type=text],
#form-online input[type=password],
#form-online input[type=number],
#form-online input[type=email],
#form-online input[type=tel],
#form-online input[type=date],
#form-online textarea,
#form-online select,
#form-online .filepond--drop-label,
#form-pisemne input[type=text],
#form-pisemne input[type=password],
#form-pisemne input[type=number],
#form-pisemne input[type=email],
#form-pisemne input[type=tel],
#form-pisemne input[type=date],
#form-pisemne textarea,
#form-pisemne select,
#form-pisemne .filepond--drop-label,
#form-ustne input[type=text],
#form-ustne input[type=password],
#form-ustne input[type=number],
#form-ustne input[type=email],
#form-ustne input[type=tel],
#form-ustne input[type=date],
#form-ustne textarea,
#form-ustne select,
#form-ustne .filepond--drop-label {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid rgba(41, 41, 41, 0.1);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 12px 20px;
  color: black;
  font-weight: 400;
}
#form-tlumacz input[type=text].disabled, #form-tlumacz input[type=text][disabled],
#form-tlumacz input[type=password].disabled,
#form-tlumacz input[type=password][disabled],
#form-tlumacz input[type=number].disabled,
#form-tlumacz input[type=number][disabled],
#form-tlumacz input[type=email].disabled,
#form-tlumacz input[type=email][disabled],
#form-tlumacz input[type=tel].disabled,
#form-tlumacz input[type=tel][disabled],
#form-tlumacz input[type=date].disabled,
#form-tlumacz input[type=date][disabled],
#form-tlumacz textarea.disabled,
#form-tlumacz textarea[disabled],
#form-tlumacz select.disabled,
#form-tlumacz select[disabled],
#form-tlumacz .filepond--drop-label.disabled,
#form-tlumacz .filepond--drop-label[disabled],
#form-stazysta input[type=text].disabled,
#form-stazysta input[type=text][disabled],
#form-stazysta input[type=password].disabled,
#form-stazysta input[type=password][disabled],
#form-stazysta input[type=number].disabled,
#form-stazysta input[type=number][disabled],
#form-stazysta input[type=email].disabled,
#form-stazysta input[type=email][disabled],
#form-stazysta input[type=tel].disabled,
#form-stazysta input[type=tel][disabled],
#form-stazysta input[type=date].disabled,
#form-stazysta input[type=date][disabled],
#form-stazysta textarea.disabled,
#form-stazysta textarea[disabled],
#form-stazysta select.disabled,
#form-stazysta select[disabled],
#form-stazysta .filepond--drop-label.disabled,
#form-stazysta .filepond--drop-label[disabled],
#form-kontakt input[type=text].disabled,
#form-kontakt input[type=text][disabled],
#form-kontakt input[type=password].disabled,
#form-kontakt input[type=password][disabled],
#form-kontakt input[type=number].disabled,
#form-kontakt input[type=number][disabled],
#form-kontakt input[type=email].disabled,
#form-kontakt input[type=email][disabled],
#form-kontakt input[type=tel].disabled,
#form-kontakt input[type=tel][disabled],
#form-kontakt input[type=date].disabled,
#form-kontakt input[type=date][disabled],
#form-kontakt textarea.disabled,
#form-kontakt textarea[disabled],
#form-kontakt select.disabled,
#form-kontakt select[disabled],
#form-kontakt .filepond--drop-label.disabled,
#form-kontakt .filepond--drop-label[disabled],
#form-konferencyjne input[type=text].disabled,
#form-konferencyjne input[type=text][disabled],
#form-konferencyjne input[type=password].disabled,
#form-konferencyjne input[type=password][disabled],
#form-konferencyjne input[type=number].disabled,
#form-konferencyjne input[type=number][disabled],
#form-konferencyjne input[type=email].disabled,
#form-konferencyjne input[type=email][disabled],
#form-konferencyjne input[type=tel].disabled,
#form-konferencyjne input[type=tel][disabled],
#form-konferencyjne input[type=date].disabled,
#form-konferencyjne input[type=date][disabled],
#form-konferencyjne textarea.disabled,
#form-konferencyjne textarea[disabled],
#form-konferencyjne select.disabled,
#form-konferencyjne select[disabled],
#form-konferencyjne .filepond--drop-label.disabled,
#form-konferencyjne .filepond--drop-label[disabled],
#form-online input[type=text].disabled,
#form-online input[type=text][disabled],
#form-online input[type=password].disabled,
#form-online input[type=password][disabled],
#form-online input[type=number].disabled,
#form-online input[type=number][disabled],
#form-online input[type=email].disabled,
#form-online input[type=email][disabled],
#form-online input[type=tel].disabled,
#form-online input[type=tel][disabled],
#form-online input[type=date].disabled,
#form-online input[type=date][disabled],
#form-online textarea.disabled,
#form-online textarea[disabled],
#form-online select.disabled,
#form-online select[disabled],
#form-online .filepond--drop-label.disabled,
#form-online .filepond--drop-label[disabled],
#form-pisemne input[type=text].disabled,
#form-pisemne input[type=text][disabled],
#form-pisemne input[type=password].disabled,
#form-pisemne input[type=password][disabled],
#form-pisemne input[type=number].disabled,
#form-pisemne input[type=number][disabled],
#form-pisemne input[type=email].disabled,
#form-pisemne input[type=email][disabled],
#form-pisemne input[type=tel].disabled,
#form-pisemne input[type=tel][disabled],
#form-pisemne input[type=date].disabled,
#form-pisemne input[type=date][disabled],
#form-pisemne textarea.disabled,
#form-pisemne textarea[disabled],
#form-pisemne select.disabled,
#form-pisemne select[disabled],
#form-pisemne .filepond--drop-label.disabled,
#form-pisemne .filepond--drop-label[disabled],
#form-ustne input[type=text].disabled,
#form-ustne input[type=text][disabled],
#form-ustne input[type=password].disabled,
#form-ustne input[type=password][disabled],
#form-ustne input[type=number].disabled,
#form-ustne input[type=number][disabled],
#form-ustne input[type=email].disabled,
#form-ustne input[type=email][disabled],
#form-ustne input[type=tel].disabled,
#form-ustne input[type=tel][disabled],
#form-ustne input[type=date].disabled,
#form-ustne input[type=date][disabled],
#form-ustne textarea.disabled,
#form-ustne textarea[disabled],
#form-ustne select.disabled,
#form-ustne select[disabled],
#form-ustne .filepond--drop-label.disabled,
#form-ustne .filepond--drop-label[disabled] {
  color: rgba(0, 0, 0, 0.1);
}
#form-tlumacz input[type=text].disabled::placeholder, #form-tlumacz input[type=text][disabled]::placeholder,
#form-tlumacz input[type=password].disabled::placeholder,
#form-tlumacz input[type=password][disabled]::placeholder,
#form-tlumacz input[type=number].disabled::placeholder,
#form-tlumacz input[type=number][disabled]::placeholder,
#form-tlumacz input[type=email].disabled::placeholder,
#form-tlumacz input[type=email][disabled]::placeholder,
#form-tlumacz input[type=tel].disabled::placeholder,
#form-tlumacz input[type=tel][disabled]::placeholder,
#form-tlumacz input[type=date].disabled::placeholder,
#form-tlumacz input[type=date][disabled]::placeholder,
#form-tlumacz textarea.disabled::placeholder,
#form-tlumacz textarea[disabled]::placeholder,
#form-tlumacz select.disabled::placeholder,
#form-tlumacz select[disabled]::placeholder,
#form-tlumacz .filepond--drop-label.disabled::placeholder,
#form-tlumacz .filepond--drop-label[disabled]::placeholder,
#form-stazysta input[type=text].disabled::placeholder,
#form-stazysta input[type=text][disabled]::placeholder,
#form-stazysta input[type=password].disabled::placeholder,
#form-stazysta input[type=password][disabled]::placeholder,
#form-stazysta input[type=number].disabled::placeholder,
#form-stazysta input[type=number][disabled]::placeholder,
#form-stazysta input[type=email].disabled::placeholder,
#form-stazysta input[type=email][disabled]::placeholder,
#form-stazysta input[type=tel].disabled::placeholder,
#form-stazysta input[type=tel][disabled]::placeholder,
#form-stazysta input[type=date].disabled::placeholder,
#form-stazysta input[type=date][disabled]::placeholder,
#form-stazysta textarea.disabled::placeholder,
#form-stazysta textarea[disabled]::placeholder,
#form-stazysta select.disabled::placeholder,
#form-stazysta select[disabled]::placeholder,
#form-stazysta .filepond--drop-label.disabled::placeholder,
#form-stazysta .filepond--drop-label[disabled]::placeholder,
#form-kontakt input[type=text].disabled::placeholder,
#form-kontakt input[type=text][disabled]::placeholder,
#form-kontakt input[type=password].disabled::placeholder,
#form-kontakt input[type=password][disabled]::placeholder,
#form-kontakt input[type=number].disabled::placeholder,
#form-kontakt input[type=number][disabled]::placeholder,
#form-kontakt input[type=email].disabled::placeholder,
#form-kontakt input[type=email][disabled]::placeholder,
#form-kontakt input[type=tel].disabled::placeholder,
#form-kontakt input[type=tel][disabled]::placeholder,
#form-kontakt input[type=date].disabled::placeholder,
#form-kontakt input[type=date][disabled]::placeholder,
#form-kontakt textarea.disabled::placeholder,
#form-kontakt textarea[disabled]::placeholder,
#form-kontakt select.disabled::placeholder,
#form-kontakt select[disabled]::placeholder,
#form-kontakt .filepond--drop-label.disabled::placeholder,
#form-kontakt .filepond--drop-label[disabled]::placeholder,
#form-konferencyjne input[type=text].disabled::placeholder,
#form-konferencyjne input[type=text][disabled]::placeholder,
#form-konferencyjne input[type=password].disabled::placeholder,
#form-konferencyjne input[type=password][disabled]::placeholder,
#form-konferencyjne input[type=number].disabled::placeholder,
#form-konferencyjne input[type=number][disabled]::placeholder,
#form-konferencyjne input[type=email].disabled::placeholder,
#form-konferencyjne input[type=email][disabled]::placeholder,
#form-konferencyjne input[type=tel].disabled::placeholder,
#form-konferencyjne input[type=tel][disabled]::placeholder,
#form-konferencyjne input[type=date].disabled::placeholder,
#form-konferencyjne input[type=date][disabled]::placeholder,
#form-konferencyjne textarea.disabled::placeholder,
#form-konferencyjne textarea[disabled]::placeholder,
#form-konferencyjne select.disabled::placeholder,
#form-konferencyjne select[disabled]::placeholder,
#form-konferencyjne .filepond--drop-label.disabled::placeholder,
#form-konferencyjne .filepond--drop-label[disabled]::placeholder,
#form-online input[type=text].disabled::placeholder,
#form-online input[type=text][disabled]::placeholder,
#form-online input[type=password].disabled::placeholder,
#form-online input[type=password][disabled]::placeholder,
#form-online input[type=number].disabled::placeholder,
#form-online input[type=number][disabled]::placeholder,
#form-online input[type=email].disabled::placeholder,
#form-online input[type=email][disabled]::placeholder,
#form-online input[type=tel].disabled::placeholder,
#form-online input[type=tel][disabled]::placeholder,
#form-online input[type=date].disabled::placeholder,
#form-online input[type=date][disabled]::placeholder,
#form-online textarea.disabled::placeholder,
#form-online textarea[disabled]::placeholder,
#form-online select.disabled::placeholder,
#form-online select[disabled]::placeholder,
#form-online .filepond--drop-label.disabled::placeholder,
#form-online .filepond--drop-label[disabled]::placeholder,
#form-pisemne input[type=text].disabled::placeholder,
#form-pisemne input[type=text][disabled]::placeholder,
#form-pisemne input[type=password].disabled::placeholder,
#form-pisemne input[type=password][disabled]::placeholder,
#form-pisemne input[type=number].disabled::placeholder,
#form-pisemne input[type=number][disabled]::placeholder,
#form-pisemne input[type=email].disabled::placeholder,
#form-pisemne input[type=email][disabled]::placeholder,
#form-pisemne input[type=tel].disabled::placeholder,
#form-pisemne input[type=tel][disabled]::placeholder,
#form-pisemne input[type=date].disabled::placeholder,
#form-pisemne input[type=date][disabled]::placeholder,
#form-pisemne textarea.disabled::placeholder,
#form-pisemne textarea[disabled]::placeholder,
#form-pisemne select.disabled::placeholder,
#form-pisemne select[disabled]::placeholder,
#form-pisemne .filepond--drop-label.disabled::placeholder,
#form-pisemne .filepond--drop-label[disabled]::placeholder,
#form-ustne input[type=text].disabled::placeholder,
#form-ustne input[type=text][disabled]::placeholder,
#form-ustne input[type=password].disabled::placeholder,
#form-ustne input[type=password][disabled]::placeholder,
#form-ustne input[type=number].disabled::placeholder,
#form-ustne input[type=number][disabled]::placeholder,
#form-ustne input[type=email].disabled::placeholder,
#form-ustne input[type=email][disabled]::placeholder,
#form-ustne input[type=tel].disabled::placeholder,
#form-ustne input[type=tel][disabled]::placeholder,
#form-ustne input[type=date].disabled::placeholder,
#form-ustne input[type=date][disabled]::placeholder,
#form-ustne textarea.disabled::placeholder,
#form-ustne textarea[disabled]::placeholder,
#form-ustne select.disabled::placeholder,
#form-ustne select[disabled]::placeholder,
#form-ustne .filepond--drop-label.disabled::placeholder,
#form-ustne .filepond--drop-label[disabled]::placeholder {
  color: rgba(0, 0, 0, 0.1);
}
#form-tlumacz input[type=text]::placeholder,
#form-tlumacz input[type=password]::placeholder,
#form-tlumacz input[type=number]::placeholder,
#form-tlumacz input[type=email]::placeholder,
#form-tlumacz input[type=tel]::placeholder,
#form-tlumacz input[type=date]::placeholder,
#form-tlumacz textarea::placeholder,
#form-tlumacz select::placeholder,
#form-tlumacz .filepond--drop-label::placeholder,
#form-stazysta input[type=text]::placeholder,
#form-stazysta input[type=password]::placeholder,
#form-stazysta input[type=number]::placeholder,
#form-stazysta input[type=email]::placeholder,
#form-stazysta input[type=tel]::placeholder,
#form-stazysta input[type=date]::placeholder,
#form-stazysta textarea::placeholder,
#form-stazysta select::placeholder,
#form-stazysta .filepond--drop-label::placeholder,
#form-kontakt input[type=text]::placeholder,
#form-kontakt input[type=password]::placeholder,
#form-kontakt input[type=number]::placeholder,
#form-kontakt input[type=email]::placeholder,
#form-kontakt input[type=tel]::placeholder,
#form-kontakt input[type=date]::placeholder,
#form-kontakt textarea::placeholder,
#form-kontakt select::placeholder,
#form-kontakt .filepond--drop-label::placeholder,
#form-konferencyjne input[type=text]::placeholder,
#form-konferencyjne input[type=password]::placeholder,
#form-konferencyjne input[type=number]::placeholder,
#form-konferencyjne input[type=email]::placeholder,
#form-konferencyjne input[type=tel]::placeholder,
#form-konferencyjne input[type=date]::placeholder,
#form-konferencyjne textarea::placeholder,
#form-konferencyjne select::placeholder,
#form-konferencyjne .filepond--drop-label::placeholder,
#form-online input[type=text]::placeholder,
#form-online input[type=password]::placeholder,
#form-online input[type=number]::placeholder,
#form-online input[type=email]::placeholder,
#form-online input[type=tel]::placeholder,
#form-online input[type=date]::placeholder,
#form-online textarea::placeholder,
#form-online select::placeholder,
#form-online .filepond--drop-label::placeholder,
#form-pisemne input[type=text]::placeholder,
#form-pisemne input[type=password]::placeholder,
#form-pisemne input[type=number]::placeholder,
#form-pisemne input[type=email]::placeholder,
#form-pisemne input[type=tel]::placeholder,
#form-pisemne input[type=date]::placeholder,
#form-pisemne textarea::placeholder,
#form-pisemne select::placeholder,
#form-pisemne .filepond--drop-label::placeholder,
#form-ustne input[type=text]::placeholder,
#form-ustne input[type=password]::placeholder,
#form-ustne input[type=number]::placeholder,
#form-ustne input[type=email]::placeholder,
#form-ustne input[type=tel]::placeholder,
#form-ustne input[type=date]::placeholder,
#form-ustne textarea::placeholder,
#form-ustne select::placeholder,
#form-ustne .filepond--drop-label::placeholder {
  opacity: 1;
  font-weight: 400;
  color: black;
}
#form-tlumacz input[type=date],
#form-stazysta input[type=date],
#form-kontakt input[type=date],
#form-konferencyjne input[type=date],
#form-online input[type=date],
#form-pisemne input[type=date],
#form-ustne input[type=date] {
  min-width: 170px;
}
#form-tlumacz input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-tlumacz input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-tlumacz input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-tlumacz input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-tlumacz input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-tlumacz input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-tlumacz textarea:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-stazysta textarea:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-kontakt textarea:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-konferencyjne textarea:not(:focus):not(:placeholder-shown):invalid,
#form-online input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-online input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-online input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-online input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-online input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-online input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-online textarea:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-pisemne textarea:not(:focus):not(:placeholder-shown):invalid,
#form-ustne input[type=text]:not(:focus):not(:placeholder-shown):invalid,
#form-ustne input[type=password]:not(:focus):not(:placeholder-shown):invalid,
#form-ustne input[type=number]:not(:focus):not(:placeholder-shown):invalid,
#form-ustne input[type=email]:not(:focus):not(:placeholder-shown):invalid,
#form-ustne input[type=tel]:not(:focus):not(:placeholder-shown):invalid,
#form-ustne input[type=date]:not(:focus):not(:placeholder-shown):invalid,
#form-ustne textarea:not(:focus):not(:placeholder-shown):invalid {
  border-color: #E00D1A;
}
#form-tlumacz div.app_html_select,
#form-stazysta div.app_html_select,
#form-kontakt div.app_html_select,
#form-konferencyjne div.app_html_select,
#form-online div.app_html_select,
#form-pisemne div.app_html_select,
#form-ustne div.app_html_select {
  position: relative;
}
#form-tlumacz div.app_html_select::after,
#form-stazysta div.app_html_select::after,
#form-kontakt div.app_html_select::after,
#form-konferencyjne div.app_html_select::after,
#form-online div.app_html_select::after,
#form-pisemne div.app_html_select::after,
#form-ustne div.app_html_select::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 20px;
  line-height: 12px;
  color: #292929;
  display: inline-block;
  top: 20px;
  right: 35px;
  position: absolute;
}
#form-tlumacz div.app_html_select:focus-within::after,
#form-stazysta div.app_html_select:focus-within::after,
#form-kontakt div.app_html_select:focus-within::after,
#form-konferencyjne div.app_html_select:focus-within::after,
#form-online div.app_html_select:focus-within::after,
#form-pisemne div.app_html_select:focus-within::after,
#form-ustne div.app_html_select:focus-within::after {
  content: "\f106";
}
#form-tlumacz label.disabled,
#form-stazysta label.disabled,
#form-kontakt label.disabled,
#form-konferencyjne label.disabled,
#form-online label.disabled,
#form-pisemne label.disabled,
#form-ustne label.disabled {
  color: rgba(0, 0, 0, 0.1);
}
#form-tlumacz .upload,
#form-stazysta .upload,
#form-kontakt .upload,
#form-konferencyjne .upload,
#form-online .upload,
#form-pisemne .upload,
#form-ustne .upload {
  width: 100%;
  position: relative;
  cursor: pointer;
}
#form-tlumacz .upload input,
#form-stazysta .upload input,
#form-kontakt .upload input,
#form-konferencyjne .upload input,
#form-online .upload input,
#form-pisemne .upload input,
#form-ustne .upload input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
#form-tlumacz .upload label,
#form-stazysta .upload label,
#form-kontakt .upload label,
#form-konferencyjne .upload label,
#form-online .upload label,
#form-pisemne .upload label,
#form-ustne .upload label {
  width: 100%;
  cursor: pointer;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 12px 20px;
  color: black;
  font-weight: 400;
  cursor: pointer;
}
#form-tlumacz .upload img,
#form-stazysta .upload img,
#form-kontakt .upload img,
#form-konferencyjne .upload img,
#form-online .upload img,
#form-pisemne .upload img,
#form-ustne .upload img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  width: 17px;
}
#form-tlumacz .upload .filepond--panel-root,
#form-stazysta .upload .filepond--panel-root,
#form-kontakt .upload .filepond--panel-root,
#form-konferencyjne .upload .filepond--panel-root,
#form-online .upload .filepond--panel-root,
#form-pisemne .upload .filepond--panel-root,
#form-ustne .upload .filepond--panel-root {
  background-color: transparent;
}
#form-tlumacz .subdomain,
#form-stazysta .subdomain,
#form-kontakt .subdomain,
#form-konferencyjne .subdomain,
#form-online .subdomain,
#form-pisemne .subdomain,
#form-ustne .subdomain {
  width: 315px;
}
#form-tlumacz .subdomains,
#form-stazysta .subdomains,
#form-kontakt .subdomains,
#form-konferencyjne .subdomains,
#form-online .subdomains,
#form-pisemne .subdomains,
#form-ustne .subdomains {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: calc(70% - 630px);
  padding: 0px 15%;
  margin-top: 15px;
  justify-content: space-between;
}
#form-tlumacz .cus-check,
#form-stazysta .cus-check,
#form-kontakt .cus-check,
#form-konferencyjne .cus-check,
#form-online .cus-check,
#form-pisemne .cus-check,
#form-ustne .cus-check {
  display: block;
  margin-bottom: 15px;
}
#form-tlumacz .cus-check input,
#form-stazysta .cus-check input,
#form-kontakt .cus-check input,
#form-konferencyjne .cus-check input,
#form-online .cus-check input,
#form-pisemne .cus-check input,
#form-ustne .cus-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#form-tlumacz .cus-check input[type=checkbox]:required,
#form-stazysta .cus-check input[type=checkbox]:required,
#form-kontakt .cus-check input[type=checkbox]:required,
#form-konferencyjne .cus-check input[type=checkbox]:required,
#form-online .cus-check input[type=checkbox]:required,
#form-pisemne .cus-check input[type=checkbox]:required,
#form-ustne .cus-check input[type=checkbox]:required {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 20px;
  position: absolute;
  display: block;
  z-index: -1;
}
#form-tlumacz .cus-check label,
#form-stazysta .cus-check label,
#form-kontakt .cus-check label,
#form-konferencyjne .cus-check label,
#form-online .cus-check label,
#form-pisemne .cus-check label,
#form-ustne .cus-check label {
  position: relative;
  cursor: pointer;
  color: black;
  font-weight: 400;
  font-size: 16px;
  padding-left: 33px;
}
#form-tlumacz .cus-check label:before,
#form-stazysta .cus-check label:before,
#form-kontakt .cus-check label:before,
#form-konferencyjne .cus-check label:before,
#form-online .cus-check label:before,
#form-pisemne .cus-check label:before,
#form-ustne .cus-check label:before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 2px solid rgba(0, 121, 191, 0.1);
  background: #FAFAFA;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
#form-tlumacz .cus-check input[type=checkbox].is-invalid + label:before,
#form-stazysta .cus-check input[type=checkbox].is-invalid + label:before,
#form-kontakt .cus-check input[type=checkbox].is-invalid + label:before,
#form-konferencyjne .cus-check input[type=checkbox].is-invalid + label:before,
#form-online .cus-check input[type=checkbox].is-invalid + label:before,
#form-pisemne .cus-check input[type=checkbox].is-invalid + label:before,
#form-ustne .cus-check input[type=checkbox].is-invalid + label:before {
  outline: 2px solid red;
}
#form-tlumacz .cus-check input:checked + label::after,
#form-stazysta .cus-check input:checked + label::after,
#form-kontakt .cus-check input:checked + label::after,
#form-konferencyjne .cus-check input:checked + label::after,
#form-online .cus-check input:checked + label::after,
#form-pisemne .cus-check input:checked + label::after,
#form-ustne .cus-check input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  width: 6px;
  height: 14px;
  border: solid var(--dark);
  border-width: 0 2.3px 2.3px 0;
  transform: rotate(45deg) scale(1.5);
  top: 0;
}
#form-tlumacz .cus-check.app_html_select_multiple > .form-control,
#form-stazysta .cus-check.app_html_select_multiple > .form-control,
#form-kontakt .cus-check.app_html_select_multiple > .form-control,
#form-konferencyjne .cus-check.app_html_select_multiple > .form-control,
#form-online .cus-check.app_html_select_multiple > .form-control,
#form-pisemne .cus-check.app_html_select_multiple > .form-control,
#form-ustne .cus-check.app_html_select_multiple > .form-control {
  border: none;
  padding: 0;
}
#form-tlumacz .cus-check.app_html_select_multiple > .form-control > div,
#form-stazysta .cus-check.app_html_select_multiple > .form-control > div,
#form-kontakt .cus-check.app_html_select_multiple > .form-control > div,
#form-konferencyjne .cus-check.app_html_select_multiple > .form-control > div,
#form-online .cus-check.app_html_select_multiple > .form-control > div,
#form-pisemne .cus-check.app_html_select_multiple > .form-control > div,
#form-ustne .cus-check.app_html_select_multiple > .form-control > div {
  width: auto;
}
#form-tlumacz .cus-check.app_html_select_multiple label,
#form-stazysta .cus-check.app_html_select_multiple label,
#form-kontakt .cus-check.app_html_select_multiple label,
#form-konferencyjne .cus-check.app_html_select_multiple label,
#form-online .cus-check.app_html_select_multiple label,
#form-pisemne .cus-check.app_html_select_multiple label,
#form-ustne .cus-check.app_html_select_multiple label {
  width: 120px;
  padding-left: 0;
}
#form-tlumacz .cus-check.app_html_select_multiple label::before,
#form-stazysta .cus-check.app_html_select_multiple label::before,
#form-kontakt .cus-check.app_html_select_multiple label::before,
#form-konferencyjne .cus-check.app_html_select_multiple label::before,
#form-online .cus-check.app_html_select_multiple label::before,
#form-pisemne .cus-check.app_html_select_multiple label::before,
#form-ustne .cus-check.app_html_select_multiple label::before {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: unset;
}
#form-tlumacz .cus-check.app_html_select_multiple input:checked + label::after,
#form-stazysta .cus-check.app_html_select_multiple input:checked + label::after,
#form-kontakt .cus-check.app_html_select_multiple input:checked + label::after,
#form-konferencyjne .cus-check.app_html_select_multiple input:checked + label::after,
#form-online .cus-check.app_html_select_multiple input:checked + label::after,
#form-pisemne .cus-check.app_html_select_multiple input:checked + label::after,
#form-ustne .cus-check.app_html_select_multiple input:checked + label::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
  left: unset;
}
#form-tlumacz .cus-check.domain,
#form-stazysta .cus-check.domain,
#form-kontakt .cus-check.domain,
#form-konferencyjne .cus-check.domain,
#form-online .cus-check.domain,
#form-pisemne .cus-check.domain,
#form-ustne .cus-check.domain {
  margin-top: 50px;
}
#form-tlumacz .cus-check.domain > .form-check,
#form-stazysta .cus-check.domain > .form-check,
#form-kontakt .cus-check.domain > .form-check,
#form-konferencyjne .cus-check.domain > .form-check,
#form-online .cus-check.domain > .form-check,
#form-pisemne .cus-check.domain > .form-check,
#form-ustne .cus-check.domain > .form-check {
  padding: 0;
}
#form-tlumacz .cus-check.domain label,
#form-stazysta .cus-check.domain label,
#form-kontakt .cus-check.domain label,
#form-konferencyjne .cus-check.domain label,
#form-online .cus-check.domain label,
#form-pisemne .cus-check.domain label,
#form-ustne .cus-check.domain label {
  width: auto;
  white-space: nowrap;
}
#form-tlumacz .cus-check.subdomain > .form-check,
#form-stazysta .cus-check.subdomain > .form-check,
#form-kontakt .cus-check.subdomain > .form-check,
#form-konferencyjne .cus-check.subdomain > .form-check,
#form-online .cus-check.subdomain > .form-check,
#form-pisemne .cus-check.subdomain > .form-check,
#form-ustne .cus-check.subdomain > .form-check {
  padding: 0;
}
#form-tlumacz .cus-check.subdomain label,
#form-stazysta .cus-check.subdomain label,
#form-kontakt .cus-check.subdomain label,
#form-konferencyjne .cus-check.subdomain label,
#form-online .cus-check.subdomain label,
#form-pisemne .cus-check.subdomain label,
#form-ustne .cus-check.subdomain label {
  width: auto;
  white-space: nowrap;
}

#form-kontakt,
#form-konferencyjne,
#form-online,
#form-pisemne,
#form-ustne {
  margin-top: 0;
  padding-bottom: 0;
}
#form-kontakt h3,
#form-konferencyjne h3,
#form-online h3,
#form-pisemne h3,
#form-ustne h3 {
  font-family: "Maven Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #292929;
}

.c-sec {
  margin-bottom: 40px;
}

.count-wrap {
  display: grid;
  grid-template-columns: 50px 1fr;
  border-radius: 15px;
  border: 1px solid black;
  background: #FAFAFA;
  overflow: hidden;
}
.disabled .count-wrap {
  border-color: rgba(0, 0, 0, 0.1);
}
.disabled .count-wrap .num {
  background: rgba(0, 0, 0, 0.1);
}
.count-wrap .repeater_counter {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: white;
}
.disabled .count-wrap .repeater_counter {
  background-color: rgba(0, 0, 0, 0.1);
}
.count-wrap button {
  width: 100%;
  padding: 16px 10px;
  outline: none;
  border: none;
  background: transparent;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.count-wrap button:disabled {
  opacity: 0.2;
}
.count-wrap button:nth-child(1) {
  border-bottom: 1px solid black;
}

input.switch {
  position: relative;
  appearance: none;
  width: 75px !important;
  height: 30px;
  border-radius: 30px;
  padding-left: 1px;
  cursor: pointer;
  background: #FAFAFA;
  border: 1px solid rgba(41, 41, 41, 0.1) !important;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}

input.switch:focus {
  border: 0;
  outline: 0;
}

input.switch:checked {
  transition-delay: 0s, 0s;
  padding-left: 35px;
  border: 1px solid rgba(41, 41, 41, 0.1) !important;
}

input.switch:checked::before {
  background-color: #292929;
}

input.switch::before {
  display: inline-block;
  height: 26px;
  width: 35px;
  margin: 1px;
  background-color: rgba(41, 41, 41, 0.1);
  border-radius: 2.1em;
  border: 1px solid rgba(41, 41, 41, 0.1);
  transition: all 0.1s ease 0.1s;
}

input.switch::before,
input.switch::after {
  content: "";
  display: block;
}

input.switch:active::before {
  transition: all 0.1s ease 0.05s;
}

.form-check.switch {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.form-check.switch.disable label {
  color: rgba(0, 0, 0, 0.1);
}
.form-check.switch label {
  font-weight: 400;
  font-size: 17px !important;
  font-family: "Nunito Sans", sans-serif;
  text-align: right;
}

.lidex_thankyou > .wp-block-group__inner-container {
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2em;
  background: white;
}
.lidex_thankyou > .wp-block-group__inner-container h3 {
  padding-top: 20px;
  padding-bottom: 30px;
}

body:not(.form-submitted) .show-on-form-submitted {
  display: none;
}
body:not(.form-submitted) .hide-on-form-submitted {
  display: block;
}

body.form-submitted .show-on-form-submitted {
  display: block;
}
body.form-submitted .hide-on-form-submitted {
  display: none;
}

.wp-block-post-featured-image {
  margin: 0;
  padding: 0;
}

/* frontpage carousel */
.slick-dots li::before {
  color: gray;
  content: " ";
}
.slick-dots li.slick-active::before {
  color: black;
}
.slick-dots li {
  display: none;
}
.slick-dots li:nth-of-type(5n+1) {
  display: inline-block;
}
.slick-dots li button::before {
  display: none;
}

/* posts */
div.date-pagination {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  place-content: center;
  margin: 40px 0 78px;
}
div.date-pagination a, div.date-pagination a:active, div.date-pagination a:hover, div.date-pagination a:visited, div.date-pagination.date-pagination__next::before, div.date-pagination.date-pagination__prev::after, div.date-pagination.date-pagination__current {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #292929;
}
div.date-pagination div {
  width: 235px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.15);
  border-radius: 24.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.date-pagination div.date-pagination__next::before {
  content: "<<";
  padding-right: 0.5em;
}
div.date-pagination div.date-pagination__current {
  background: #292929;
  color: white;
}
div.date-pagination div.date-pagination__prev::after {
  content: ">>";
  padding-left: 0.5em;
}
div.date-pagination .date-pagination__none {
  visibility: hidden;
}

div.lidex_aktualnosci_main {
  max-width: 750px;
}
div.lidex_aktualnosci_main ul {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  justify-content: center;
}
div.lidex_aktualnosci_main ul li {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 15px 15px;
  margin: 0;
}
.insert-page-5658 div.lidex_aktualnosci_main ul li {
  border-radius: 15px;
}
div.lidex_aktualnosci_main li.wp-block-post::before {
  display: none;
}
div.lidex_aktualnosci_main .lidex_aktualnosci_wpis_tekst > div {
  max-width: 490px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.insert-page-5658 div.lidex_aktualnosci_main .lidex_aktualnosci_wpis_tekst > div {
  max-width: 100%;
  margin-top: 30px;
  margin: 30px !important;
}
div.lidex_aktualnosci_main .lidex_aktualnosci_wpis_tekst > div .wp-block-post-excerpt__more-text {
  display: none;
}

div.yoast-breadcrumbs {
  padding-bottom: 25px;
}
div.yoast-breadcrumbs a, div.yoast-breadcrumbs a:active, div.yoast-breadcrumbs a:hover, div.yoast-breadcrumbs a:visited {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  --link-color: #292929;
}
body.search div.yoast-breadcrumbs {
  padding: 0;
}

/* fix for strange wordpress behaviour around some shortcodes */
body.search p:empty {
  display: none;
}

/* sidebar */
div.lidex_sidebar > div {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (max-width: 786px) {
  div.lidex_sidebar > div {
    align-items: center;
  }
}
div.lidex_sidebar > div > div {
  background: #FFFFFF;
  box-shadow: 0px 4px 17px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  max-width: 365px;
  padding: 25px 49px 25px;
}
@media (max-width: 1296px) {
  div.lidex_sidebar > div > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}
div.lidex_sidebar > div > div h2 {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #292929;
  padding-bottom: 35px;
}
div.lidex_sidebar > div > div a, div.lidex_sidebar > div > div a:active, div.lidex_sidebar > div > div a:hover, div.lidex_sidebar > div > div a:visited {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #575757;
  text-align: center;
}
div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}
div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy .wp-block-latest-posts li:nth-of-type(5) ~ li {
  display: none;
}
div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy .wp-block-latest-posts__featured-image {
  width: 267px;
  height: 160px;
  background-color: #EEEEEE;
}
div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy .wp-block-latest-posts__featured-image img {
  height: 160px;
  object-fit: cover;
}
@media (max-width: 1296px) {
  div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy .wp-block-latest-posts__featured-image {
    width: 100%;
  }
}
div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy .wp-block-latest-posts__post-title {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #292929;
  padding-bottom: 4px;
}
div.lidex_sidebar div.lidex_sidebar_ostatnie_wpisy .wp-block-latest-posts__post-date {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.05em;
  color: #575757;
}
div.lidex_sidebar div.lidex_sidebar_archiwum ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
div.lidex_sidebar div.lidex_sidebar_archiwum ul li {
  text-align: center;
}

/* testimonials */
ul.sp-tpro-pagination li::before {
  --li-display: none;
}

.wp-block-separator {
  border-width: 1px;
}

/* unsorted changes */
.lider_bo_jestesmy > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 786px) {
  .lider_bo_jestesmy > div {
    flex-direction: column;
    align-items: center;
  }
}

.lider_bo_jestesmy h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  /* identical to box height */
  text-align: right;
  color: #292929;
}

.dziedziny_tlumaczen figure {
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.dziedziny_tlumaczen figure:hover {
  transform: scale(0.95);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

#form-kontakt .form-check {
  padding-left: 0;
}
#form-kontakt .app_html_submit_with_recaptcha {
  margin-bottom: 0;
}
#form-kontakt ~ hr {
  margin-bottom: calc(1rem + 1px);
  margin-bottom: 17px;
}

body .lidex_grid_boxes_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  --real-gap: calc(calc(1296px - calc(3 * 364px)) / 2);
  column-gap: var(--real-gap);
  row-gap: var(--real-gap);
  justify-items: center;
  padding-top: 35px;
}
@media (min-width: 787px) and (max-width: 1296px) {
  body .lidex_grid_boxes_3 {
    --real-gap: 44px;
  }
}
@media (max-width: 786px) {
  body .lidex_grid_boxes_3 {
    --real-gap: 35px;
  }
}
body .lidex_grid_boxes_3 > div {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 32px;
  max-width: 364px;
  position: relative;
}
body .lidex_grid_boxes_3 > div img {
  margin-bottom: 15px;
}
body .lidex_grid_boxes_3 > div h3 {
  --h3-font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}
@media (max-width: 786px) {
  body .lidex_grid_boxes_3 > div h3 {
    --h3-font-size: 20px;
    line-height: 24px;
  }
}
body .lidex_grid_boxes_3 > div p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (max-width: 786px) {
  body .lidex_grid_boxes_3 > div p {
    font-size: 14px;
  }
}
body .lidex_grid_boxes_3 > div .wp-block-buttons {
  padding-bottom: 40px;
}
body .lidex_grid_boxes_3 > div .wp-block-buttons .wp-block-button {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 2em 2em;
  bottom: 0;
}
body .lidex_grid_boxes_3 > div .wp-block-buttons .wp-block-button a {
  width: 100%;
  font-size: 16px;
  background-color: #292929;
}

#kompleksowosc figure {
  overflow: hidden;
}
#kompleksowosc img {
  transition: 0.2s ease-in-out;
  max-width: 366px;
}
#kompleksowosc img:hover {
  transform: scale(1.1);
}
#kompleksowosc .is-layout-flex {
  display: flex;
  align-items: center;
  column-gap: 61px;
  row-gap: 58px;
}
#kompleksowosc i.fas {
  font-size: 12px;
}

body.error404 h2 {
  margin-top: 35px;
}

.filepond-file {
  flex-direction: column;
}

#lider > div > p {
  position: relative;
  padding-top: 20px;
}

.insert-page-5658 > h2 {
  margin: 30px 0;
}
.insert-page-5658 .wp-block-query-pagination {
  margin-top: 30px;
}

ul.sitemap {
  /* clear all list styling */
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sitemap li {
  padding: 0;
  margin: 0;
}
ul.sitemap li::before {
  display: none !important;
}

ul.sitemap.top-level > li > h2 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #292929;
  padding: 10px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 55px;
  color: #E00D1A;
  text-align: left;
  text-decoration: none;
}

ul.sitemap.top-level ul {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
ul.sitemap.top-level ul li {
  width: 50%;
}
@media (max-width: 786px) {
  ul.sitemap.top-level ul li {
    width: 100%;
  }
}
ul.sitemap.top-level ul a {
  font-size: 16px;
  text-decoration: underline;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #292929;
}

.bestseller::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(images/lidex/bestseller.svg) left/contain no-repeat;
  pointer-events: none;
}

body.search .lidex_aktualnosci_wpis {
  row-gap: 70px;
}
body.search .lidex_aktualnosci_wpis li {
  border-radius: 15px;
}
body.search .lidex_aktualnosci_wpis_tekst > div {
  padding: 30px;
  margin: 0 auto;
  max-width: 1000px;
}
body.search h2 {
  margin-top: 50px;
  margin-bottom: 60px;
}
body.search h3 {
  --h3-font-size: 40px;
}
body.search .wp-block-query-pagination {
  margin-top: 30px;
}

.wpml-ls-item-uk {
  display: none !important;
}

.wpml-ls .nav-menu {
  display: block;
}

#zrownowazony-rozwoj .wp-block-image {
  margin: 0 auto;
}

.row {
  --bs-gutter-y: 1rem;
}

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