@import url("https://use.typekit.net/woe1gbn.css");
@import url('font.css');
@import url('slick.css');


/* STYLE IE ONLY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

/*
font-family: neue-haas-grotesk-display, sans-serif;
font-family: instrument-serif, sans-serif;
*/

/********************************************************************************************************/
/* RESET */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	font-weight: 400;
}
sub, sup {
	font-size: smaller;

}

*, body, ul, ul li {
	padding: 0;
	margin: 0;
}
*, body {
	text-decoration: none;
}
input {
	border: none;
}
body {
	overflow-x: hidden;
	background-color: #FBFBFB;
}
* {
	outline: 0 !important;
	-webkit-box-sizing: box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: var(--dark);
}
a, input[type=submit],button[type="submit"] {
	cursor: pointer !important;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
b, strong {
	font-weight: bolder;
}
em, i, strike {
	font-weight: 400;
}
em, i {
	font-style: italic;
}
strike {
	text-decoration: line-through;
}
u {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a:visited {
color:inherit;
}
ul {list-style:none;}
ul li {
font-size: 16px;
margin-bottom: 5px;
line-height: 150%;
letter-spacing: 0.5px;
padding-left: 20px;
}
ul li:before {
content: "";
position: absolute;
width: 5px;
height: 5px;
z-index: 10;
border-radius: 100%;
left: 0px;
top: 10px;
background-color: var(--grey);
}
ol,
ul {
margin:0 0 20px 14px;
}
ol {
list-style: none;
counter-reset: item;
}
ol li {
counter-increment: item;
margin-bottom: 5px;
padding-left: 25px;
line-height: 150%;
font-size: 16px;
}
ol li:before {
margin-right: 10px;
content: counters(item, ".") ". ";
position: absolute;
top: 0;
left: 0;
font-weight: 500;
font-size: 16px;
text-align: left;
color: var(--grey);
background-color: transparent;
width: 0;
height: 0;
}
ol > li > ol {margin: 10px 0;}

table {margin: 0;padding: 0;border-spacing: 0;}
table{border: solid 1px var(--lightgrey);}
table th {
background-color:  var(--lightgrey);
font-weight: bold;
text-align: left;
padding: 10px;
margin: 0;
}
table td {
padding: 10px;
font-size: 16px;
vertical-align: top;
}
/* END RESET */

/********************************************************************************************************/

/*
font-size: min(max(12px, 4vw), 18px);

display: flex !important;
flex-direction: row;
justify-content: space-between;
align-items:center;
color: var(--dark);

-webkit-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);

font-family: neue-haas-grotesk-display, sans-serif;
font-family: instrument-serif, sans-serif;
*/

/********************************************************************************************************/

:root {
--red:#C3171D;
--darkred:#991217;
--dark:#2C2C2D;
--grey:#6D6E71;
--lightgrey:#EDEDED;
--white:#FBFBFB;
}

/********************************************************************************************************/




/*body.preloader { overflow: hidden !important;}

#preloader {
background-color: #808080;
display: flex;
position: absolute !important;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
justify-content: center;
flex-direction: column;
align-items: center;
z-index: 9999999;
padding: 0 50px;
}
#preloader .preloader_logo {
max-width: 700px;
width: 100%;
height: auto;
margin: 0 0 50px 0;
flex-shrink: 1;
}
#preloader .preloader_spin {
max-width: 100px;
width: 100%;
height: auto;
flex-shrink: 1;
}*/
body {
background-color: #ffffff;
font-size: 100%;
}
body, html, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
#wrapper, #wrapper * {
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
#wrapper {
overflow: hidden;
width: 100%;
max-width: 1440px;
height: auto;
margin: 0 auto;
display: flex;
flex-direction: column;
min-height: 100vh;
}
#wrapper > .section {
padding-left: 40px;
padding-right: 40px;
display: flex;
}
.item-wrapper {
display: flex;
}
.cta {
display: flex;
flex-direction: row;
gap:4px;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
}
.cta .cta-txt {
font-size: 18px;
font-family: instrument-serif, sans-serif;
font-style: italic;
letter-spacing: 0.72px;
color: #57585A;
padding-bottom: 3px;
}
.cta .cta-icon {
font-size: 12px;
transform: rotate(-45deg);
}
.cta:hover *,
.item:hover .cta *{
color: var(--red);
}

.cta:hover .cta-icon,
.item:hover .cta .cta-icon{
transform: rotate(0deg);
}
.cta .cta-txt:before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 1px;
background-color: var(--red);
}
.cta:hover .cta-txt:before {
background-color: var(--darkred);
width: 100%;
}
.cta,
.cta .cta-txt,
.cta .cta-icon,
.cta .cta-txt:before{
-webkit-transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}
.cta_red {
background-color: var(--red);
padding: 5px 16px;
border-radius: 6px;
}
.cta_red .cta-txt,
.cta_red .cta-icon {color: var(--white);}

.cta_red:hover {background-color: #FCDFE1;}
.cta_red:hover .cta-txt,
.cta_red:hover .cta-icon {color: var(--red);}
.cta_red .cta-txt:before {content: none;}


.title-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
margin-bottom: 45px;
}
.title-wrapper h3 {
text-transform: uppercase;
font-size: 29px;
font-size: min(max(20px, 4vw), 29px);
line-height: 135%;
font-weight: 400;
letter-spacing: 1px;
}

#page_home .section h1 {
font-size: 48px;
font-size: min(max(25px, 4vw), 48px);
line-height: 120%;
font-weight: 300;
}
#page_home .section h1 strong,
#page_home .section h1 strong em{
color: var(--red);
font-family: instrument-serif, sans-serif;
font-style: italic;
font-weight: 400;
}
/********************************************************************************************************/

#nav-wrapper {
flex-direction: row;
align-items: center;
gap:40px;
padding-top: 12px;
padding-bottom: 12px;
}
#nav-wrapper .nav-logo {
width: 150px;
height: auto;
}
#nav-wrapper .nav-content {
flex-grow: 1;
}
#nav-wrapper .nav-content .nav {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
gap:24px;
}
#nav-wrapper .nav-content .nav li {padding: 0;}
#nav-wrapper .nav-content .nav li:before {content: none;}
#nav-wrapper .nav-content .nav li a {
font-size: 16px;
font-weight: 500;
-webkit-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
padding-bottom: 5px;
}
#nav-wrapper .nav-content .nav li a:before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 1px;
background-color: var(--red);
-webkit-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}
#nav-wrapper .nav-content .nav li.active a:before {
background-color: var(--darkred);
width: 100%;
}
#nav-wrapper .nav-content .nav li:hover a:before {
width: 100%;
}
#nav-wrapper .nav-content .nav li a:hover {
color: var(--red);
}
#nav-wrapper .nav-content .nav li.active a{
color: var(--darkred);
}
#nav-wrapper .nav-content .nav li.nav-lang {
margin-left: auto;
}
#nav-wrapper .mob-trigger {
display: none;
flex-direction: row;
gap:8px;
cursor: pointer;
margin-left: auto;
}
#nav-wrapper .mob-trigger .mob-trigger-txt {
font-size: 16px;
}
#nav-wrapper .nav-content .nav-close {display: none;}
/********************************************************************************************************/
#mov-wrapper video {
width: 100%;
max-width: 1920px;
display: block;
margin: 0 auto;
}
#about-wrapper {
flex-direction: column;
padding: 100px 0;
}
#about-wrapper h1 {margin-bottom: 140px;}
#about-wrapper .item-wrapper {
flex-direction: row;
width: 66%;
margin-left: auto;
gap:40px;
flex-wrap: wrap;
}
#about-wrapper .item-wrapper .item {
width: calc(50% - 20px);
display: flex;
flex-direction: column;
align-items: flex-start;
}
#about-wrapper .item-wrapper .item h2 {
font-size: 19px;
margin-bottom: 5px;
font-weight: 500;
}
#about-wrapper .item-wrapper .item p {
font-size: 16px;
line-height: 140%;
margin-bottom: 16px;
letter-spacing: 0.5px;
}
/***************************************/
#oferta-wrapper {
flex-direction: column;
padding: 65px 0;
}
#oferta-wrapper .item-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:64px 16px;
}
#oferta-wrapper .item-wrapper .item {
width:calc(33% - 16px);
display: flex;
flex-direction: column;
align-items: flex-start;
}
#oferta-wrapper .item-wrapper .item .thumb {
height: 440px;
overflow: hidden;
margin-bottom: 16px;
}
#oferta-wrapper .item-wrapper .item .thumb:before {
position: absolute;
content: "";
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #46070A40;
opacity: 0.7;
}
#oferta-wrapper .item-wrapper .item .thumb img {
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: cover;
}
#oferta-wrapper .item-wrapper .item:hover .thumb:before {opacity: 0;}
#oferta-wrapper .item-wrapper .item:hover .thumb img {
width: 105%;
height: 105%;
left: -2.5%;
top: -2.5%;
}
#oferta-wrapper .item-wrapper .item > h2,
#oferta-wrapper .item-wrapper .item > p {padding: 0 16px;}
#oferta-wrapper .item-wrapper .item h2 {
font-size: 19px;
font-weight: 500;
margin-bottom: 4px;
}
#oferta-wrapper .item-wrapper .item p {
font-size: 16px;
line-height: 150%;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
#oferta-wrapper .item-wrapper .item .cta {margin-left: 16px;}
#oferta-wrapper .item-wrapper .item .thumb:before,
#oferta-wrapper .item-wrapper .item .thumb img {
-webkit-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}
/***************************************/
#display-wrapper {
padding: 255px 0;
background-color: var(--lightgrey);
}
/***************************************/
#conowego-wrapper {
flex-direction: column;
padding: 64px 0 64px 40px !important;
}
#conowego-wrapper .title-wrapper {
padding: 0 40px 0 0;
}
#conowego-wrapper .conowego-button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
right: 40px;
width: 70px;
height: 70px;
z-index: 20;
border-radius: 100%;
background-color: #FBFBFB;
display: flex;
justify-content: center;
align-items: center;
}
#conowego-wrapper .conowego-button .icon {
font-size: 40px;
color: var(--darkgrey);
}
#conowego-wrapper .item-wrapper {
display: flex;
flex-direction: row;
width: auto;
overflow: hidden;
flex-wrap: nowrap;
flex-grow: 1;
gap:16px;
}
#conowego-wrapper .item-wrapper .item {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-grow: 0;
flex-shrink: 0;
width: 27%;
min-width: 200px;
}
#conowego-wrapper .item-wrapper .item .thumb {
height: 350px;
width: 100%;
overflow: hidden;
margin-bottom: 16px;
}
#conowego-wrapper .item-wrapper .item .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#conowego-wrapper .item-wrapper .item .thumb:before {
position: absolute;
content: "";
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #46070A40;
opacity: 0.7;
}
#conowego-wrapper .item-wrapper .item:hover .thumb:before {opacity: 0;}

#conowego-wrapper .item-wrapper .item .thumb:before {
-webkit-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}

#conowego-wrapper .item-wrapper .item p {
white-space: normal;
padding: 0 16px;
letter-spacing: 0.5px;
line-height: 150%;
}
#conowego-wrapper .item-wrapper .item p.date {
font-size: 12px;
color: var(--grey);
text-transform: uppercase;
letter-spacing: 0.12px;
}
#conowego-wrapper .item-wrapper .item p.txt {
margin: 3px 0 12px 0;
}
#conowego-wrapper .item-wrapper .item .cta {
margin-left: 16px;
}
/***************************************/
#klubowicze-wrapper {
padding: 64px 0 !important;
flex-direction: column;
background-color: var(--lightgrey);
}
#klubowicze-wrapper .title-wrapper {
padding:  0 40px;
}
#klubowicze-wrapper .splide__slide {
background-color: #ffffff;
height: 200px;
width: 200%;
display: flex;
flex-shrink: 0;
justify-content: center;
align-items: center;
padding: 30px;
}
#klubowicze-wrapper .splide__slide img {
width: 100%;
height: 100%;
object-fit: scale-down;
}
#klubowicze-wrapper #klubowicze-slider_top {margin-bottom: 4px;}
/***************************************/
#kontakt-wrapper {flex-direction: column;padding: 64px 0 96px 0;}
#kontakt-wrapper .item-wrapper {
display: flex;
flex-direction: row;
}
#kontakt-wrapper .item-wrapper .col {
display: flex;
flex-direction: column;
}
#kontakt-wrapper .item-wrapper .col ul {
list-style: none;
padding: 0;
margin: 0;
}
#kontakt-wrapper .item-wrapper .col.kontakt-dane {
width: 240px;
padding-right: 80px;
border-right: solid 1px var(--lightgrey);
gap:64px;
margin-right: 32px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-dane .item:nth-of-type(1) {
display: flex;
flex-direction: column;
gap:5px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-dane .item:nth-of-type(1) a {
font-family: instrument-serif, sans-serif;
color: var(--red);
font-size: 24px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-dane ul li {margin-bottom: 5px;padding: 0;}
#kontakt-wrapper .item-wrapper .col.kontakt-dane ul li:before {content: none;}
#kontakt-wrapper .item-wrapper .col.kontakt-dane h4,
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper h4{
font-size: 19px;
font-weight: 500;
}
#kontakt-wrapper .item-wrapper .col.kontakt-dane p {
line-height: 130%;
font-size: 16px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-dane ul li > a {text-decoration: underline;}
#kontakt-wrapper .item-wrapper .col.kontakt-dane ul li > a:hover {color: var(--red);}
#kontakt-wrapper .item-wrapper .col.kontakt-dane ul li > a img {margin-right: 5px;}

#kontakt-wrapper .item-wrapper .col.kontakt-osoby {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:50px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper {
display: flex;
flex-direction: column;
gap:24px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item {
display: flex;
flex-direction: row;
gap:16px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item .thumb {
width: 120px;
height: 120px;
overflow: hidden;
flex-grow: 0;
flex-shrink: 0;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item .info ul li {
font-size: 16px;
font-weight: 400;
margin-bottom: 5px;
padding: 0;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item .info ul li:before {content: none;}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item .info ul li:nth-of-type(1) {
font-weight: 500;
margin-bottom: 10px;
}
#kontakt-wrapper .item-wrapper .col.kontakt-osoby .item-wrapper .item .info ul li a:hover {
color: var(--red);
text-decoration: underline;
}
/***************************************/
#footer {flex-direction: column;padding: 40px 0 32px 0;background-color: var(--grey);gap:40px;}
#footer * {color: var(--white);}
#footer .item-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap:14px;
}
#footer .item-wrapper .footer-logo {flex-shrink: 0;}
#footer .item-wrapper .footer-logo img {
width: 150px;
height: auto;
}
#footer .item-wrapper ul {
display: flex;
flex-direction: row;
list-style: none;
padding: 0;
margin: 0;
gap:24px;
}
#footer .item-wrapper ul.footer-nav li a {font-size: 16px;letter-spacing: 0.5px;}
#footer .item-wrapper ul.footer-nav li a:hover {text-decoration: underline;}
#footer .item-wrapper #footer-newsletter {
display: flex;
flex-direction: row;
align-items: center;
gap:16px;
}
#footer .item-wrapper #footer-newsletter input[type="email"] {
width: 300px;
height: 30px;
padding: 0 10px;
color: var(--grey);
}
#footer .item-wrapper #footer-newsletter button[type="submit"] {
background-color: transparent;
border: none;
font-size: 18px;
padding-bottom: 5px;
flex-shrink: 0;
}
#footer .item-wrapper #footer-newsletter button[type="submit"] .cta-txt:before {
background-color: var(--white);
}
#footer .footer-copy {
font-size: 14px;
letter-spacing: 0.5px;
}
/********************************************************************************************************/

.popup {
-webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
}
.popup .close {
position: absolute !important;
top: 16px;
right: 16px;
font-size: 16px;
cursor: pointer;
z-index: 9;
}
#newsletter-popup {
background-color: var(--darkred);
position: fixed;
z-index: 999;
right: 40px;
top: 50vh;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
padding: 48px 40px 40px 40px;
flex-grow: 1;
flex-shrink: 1;
max-width: 500px;
min-width: 300px;
}
#newsletter-popup * {color: var(--white);}

#newsletter-popup .content {
display: flex;
flex-direction: column;
}
#newsletter-popup .content .title {
font-size: 19px;
font-size: min(max(15px, 2vw), 19px);
margin-bottom: 8px;
}
#newsletter-popup .content .txt {
font-size: 16px;
font-size: min(max(12px, 2vw), 16px);
line-height: 150%;
letter-spacing: 0.5px;
}
#newsletter-popup .newsletter-popup-form {
margin-top: 24px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
gap:16px;
}
#newsletter-popup .newsletter-popup-form input[type="email"] {
width: 300px;
height: 30px;
padding: 0 10px;
color: var(--grey);
}
#newsletter-popup .newsletter-popup-form button[type="submit"] {
background-color: transparent;
border: none;
font-size: 18px;
padding-bottom: 5px;
}
#newsletter-popup .newsletter-popup-form button[type="submit"]:before {
content: none;
}
#newsletter-popup .newsletter-popup-form button[type="submit"] .cta-txt:before {
background-color: var(--white);
}

#info-popup {
background-color: var(--white);
position: fixed;
z-index: 999;
right: 40px;
top: 50vh;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
flex-grow: 1;
flex-shrink: 1;
max-width: 600px;
min-width: 300px;
}
#info-popup .item-wrapper {
flex-direction: row;
}
#info-popup .item-wrapper .thumb {
width: 200px;
height: 100%;
flex-shrink: 0;
flex-grow: 0;
}
#info-popup .item-wrapper .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
#info-popup .item-wrapper .content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 30px;
}
#info-popup .item-wrapper .content .title {
font-size: 19px;
line-height: 140%;
font-weight: 500;
margin-top: auto;
}
#info-popup .item-wrapper .content .txt {
font-size: 16px;
line-height: 150%;
letter-spacing: 0.5px;
}
#info-popup .item-wrapper .content .cta {
margin-left: auto;
margin-top: auto;
}
#info-popup .item-wrapper .content .cta:before {content:none;}


#info-popup .item-wrapper .content .cta .cta-txt:before{
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 1px;
background-color: var(--red);
-webkit-transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 200ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}
#info-popup .item-wrapper .content .cta .cta-txt:hover:before {
width: 100%;
background-color: var(--red);
}
#klub-popup {
display: none;
position: fixed;
background-color: var(--white);
z-index: 999;
right: 40px;
top: 100px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
flex-grow: 1;
flex-shrink: 1;
max-width: 600px;
min-width: 300px;
height: auto;
overflow: hidden;
padding: 48px 40px;
}
#klub-popup .content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap:32px;
}
#klub-popup .content .thumb {
width: 100%;
height: 150px;
text-align: center;
}
#klub-popup .content .thumb img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
#klub-popup .content .title {
font-size: 19px;
font-weight: 500;
}
#klub-popup .content .txt {
font-size: 16px;
letter-spacing: 0.5px;
line-height: 150%;
}
#amb-popup {
display: none;
position: fixed;
background-color: var(--white);
z-index: 999;
right: 40px;
top: 100px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
flex-grow: 1;
flex-shrink: 1;
max-width: 600px;
min-width: 300px;
height: auto;
overflow: hidden;
padding: 48px 40px;
}
#amb-popup .content {
display: flex;
flex-direction: row;
align-items: flex-start;
width: 100%;
gap:24px;
}
#amb-popup .content .thumb {
width: 150px;
height: 150px;
text-align: center;
flex-shrink: 0;
}
#amb-popup .content .thumb img {
width: 100%;
height: auto;
display: block;
}
#amb-popup .content .info {
display: flex;
flex-direction: column;
}
#amb-popup .content .name {
font-size: 19px;
font-weight: 500;
margin-bottom: 2px;
}
#amb-popup .content .lok {
margin-bottom: 12px;
font-size: 14px;
letter-spacing: 0.5px;
}
#amb-popup .content .txt {
font-size: 16px;
letter-spacing: 0.5px;
line-height: 150%;
}
#cookies-popup {
padding: 15px 60px 15px 30px;
background-color: var(--grey);
position: fixed;
z-index: 999;
right: 40px;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
flex-grow: 1;
flex-shrink: 1;
width: 100%;
max-width: 1440px;
min-width: 300px;
}
#cookies-popup .close {color: var(--white);}
#cookies-popup p {
color: var(--white);
font-size: 16px;
font-size: min(max(12px, 2vw), 16px);
letter-spacing: 0.5px;
line-height: 160%;
}
#cookies-popup p a {text-decoration: underline;color: var(--white);}
/********************************************************************************************************/
#infopage-wrapper,
#aktlist-wrapper,
#polityka-wrapper,
.wydarzenia-list-style {
flex-direction: column;
padding: 64px 0 96px 0;
}
#infopage-wrapper h1,
#aktlist-wrapper h1,
#polityka-wrapper h1,
.wydarzenia-list-style h1 {
font-weight: 500;
font-size: 52px;
font-size: min(max(25px, 4vw), 52px);
line-height: 120%;
margin-bottom: 80px;
}
.wydarzenia-list-style h2 {
font-size: 19px;
line-height: 150%;
width: 66%;
margin-bottom: 50px;
}
/***************************************/
#infopage-wrapper .item-wrapper {
flex-direction: row;
gap:6%;
}
#infopage-wrapper .item-wrapper{
display: flex;
flex-direction: row;
}
#infopage-wrapper .item-wrapper .thumb {
width: 45%;
max-width: 600px;
}
#infopage-wrapper .item-wrapper .thumb img {
width: 100%;
object-fit: cover;
opacity: 0;
position: absolute;
}
#infopage-wrapper .item-wrapper .thumb img.active-slide {
opacity: 1;
}
#infopage-wrapper .item-wrapper .content {
display: flex;
flex-direction: column;
align-items: flex-start;
width: calc(55% - 6%);
}
#infopage-wrapper .item-wrapper .content h2 {
font-size: 24px;
font-family: instrument-serif, sans-serif;
line-height: 130%; 
margin-bottom: 24px;
color: var(--red);
}
#infopage-wrapper .item-wrapper .content > .cta:not(:last-of-type) {
margin-bottom: 64px;
}
#infopage-wrapper .item-wrapper .content p {
font-size: 16px;
line-height: 150%;
letter-spacing: 0.5px;
margin-bottom: 24px;
}
#infopage-wrapper .item-wrapper .content p a {
text-decoration: underline;
}
/********************************************************************************************************/
#aktlist-wrapper .item-wrapper {
display: flex;
flex-direction: row;
width: auto;
flex-wrap: wrap;
gap:64px 16px;
}
#aktlist-wrapper .item-wrapper .item {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-grow: 0;
flex-shrink: 0;
width:calc(25% - 12px);
}
#aktlist-wrapper .item-wrapper .item .thumb {
height: 350px;
width: 100%;
overflow: hidden;
margin-bottom: 16px;
}
#aktlist-wrapper .item-wrapper .item .thumb:before {
position: absolute;
content: "";
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #46070A40;
opacity: 0.7;
}
#aktlist-wrapper .item-wrapper .item:hover .thumb:before {opacity: 0;}

#aktlist-wrapper .item-wrapper .item .thumb:before {
-webkit-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}
#aktlist-wrapper .item-wrapper .item .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#aktlist-wrapper .item-wrapper .item p {
white-space: normal;
padding: 0 16px;
}
#aktlist-wrapper .item-wrapper .item p.date {
font-size: 12px;
color: var(--grey);
text-transform: uppercase;
letter-spacing: 0.12px;
}
#aktlist-wrapper .item-wrapper .item p.txt {
margin: 3px 0 12px 0;
letter-spacing: 0.5px;
font-size: 16px;
line-height: 150%;
}
#aktlist-wrapper .item-wrapper .item .cta {
margin-left: 16px;
}
#aktlist-wrapper > a.cta_red {
margin: 96px auto 0 auto;
}

/********************************************************************************************************/
.wydarzenia-list-style .item-wrapper {
display: flex;
flex-direction: row;
width: auto;
flex-wrap: wrap;
gap:12px;
}
.wydarzenia-list-style .item-wrapper .item {
display: flex;
width:calc(33% - 6px);
}
.wydarzenia-list-style .item-wrapper .item .thumb {
height: 225px;
width: 100%;
overflow: hidden;
}
.wydarzenia-list-style .item-wrapper .item .thumb:before {
position: absolute;
content: "";
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #8C5F61;
opacity: 0.4;
}
#wydarzenia-arch-wrapper .wydarzenia-list-style .item-wrapper .item .thumb:before {
background-color: #000000;
opacity: 0.5;
}
.wydarzenia-list-style .item-wrapper .item .thumb img {
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: cover;
}
.wydarzenia-list-style .item-wrapper .item:hover .thumb:before {opacity: 0;}
.wydarzenia-list-style .item-wrapper .item:hover .thumb img {
width: 105%;
height: 105%;
left: -2.5%;
top: -2.5%;
}
.wydarzenia-list-style .item-wrapper .item .thumb:before,
.wydarzenia-list-style .item-wrapper .item .thumb img {
-webkit-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 300ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}

/**********************************/
#wydarzenia-kontakt-wrapper {
flex-direction: column;
background-color: var(--lightgrey);
padding: 64px 0 95px 0;
margin-top: 96px;
}
#wydarzenia-kontakt-wrapper .item-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:50px;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item h4{
font-size: 19px;
font-weight: 500;
display: block;
width: 100%;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item  {
display: flex;
flex-direction: column;
gap:16px;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content {
display: flex;
flex-direction: row;
gap:16px;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .thumb {
width: 120px;
height: 120px;
overflow: hidden;
flex-grow: 0;
flex-shrink: 0;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .info ul  {padding: 0;margin: 0;list-style: none;}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .info ul li {
font-size: 16px;
font-weight: 400;
margin-bottom: 5px;
padding: 0;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .info ul li:before {content: none;}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .info ul li:nth-of-type(1) {
font-weight: 500;
margin-bottom: 10px;
}
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .info ul li a:hover {
color: var(--red);
text-decoration: underline;
}
/********************************************************************************************************/
.acc {padding: 0;margin: 0;list-style: none;}
.acc,
.acc .acc_item  {
display: flex;
flex-direction: column;
padding: 0;
}
.acc .acc_item:before {
content: none;padding: 0;
}
.acc .acc_item .acc_title_wrap {
display: flex;
flex-direction: row;
align-items: flex-start;
gap:16px;
}
.acc .acc_item .acc_title_wrap {
align-items: center;
cursor: pointer;
}
.acc_item {
margin: 0;
}
.acc .acc_item .acc_title_wrap .acc_item_title {
font-size: 24px;
font-style: italic;
color: var(--dark);
font-family: instrument-serif, sans-serif;
line-height: 120%;
}
.acc .acc_item .acc_title_wrap .acc_trigger {
height: 40px;
width: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.acc .acc_item .acc_title_wrap .acc_trigger .pp25-01 {
color: var(--dark);
position: absolute !important;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
font-size: 20px;
	-webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
transform-origin: center center;
}
.acc .acc_item.active .acc_title_wrap .acc_trigger .pp25-01 {
top: 50%;
-moz-transform: rotate(180deg) translateY(50%);
-webkit-transform: rotate(180deg) translateY(50%);
-o-transform: rotate(180deg) translateY(50%);
-ms-transform: rotate(180deg) translateY(50%);
transform: rotate(180deg) translateY(50%);
}
.acc .acc_item .acc_item_content {
flex-direction: column;
align-items: flex-start;
gap:30px;
display: none;
}
/********************************************************************************************************/
#artykul-wrapper {
flex-direction: column;
padding: 64px 0 94px 0;
}
#artykul-wrapper > * {
margin-left: auto;
width: 66%;
margin-bottom:40px;
}
#artykul-wrapper > *.fullwidth {
width: 100%;
}
#artykul-wrapper .date {
font-size: 12px;
color: var(--grey);
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 0.12px;
}
#artykul-wrapper h1 {
font-size:25px;
font-size: min(max(18px, 2vw), 25px);
line-height: 130%;;
font-weight: 500;
}
#artykul-wrapper h2 {
font-size:16px;
line-height: 135%;
letter-spacing: 0.5px;
}
#artykul-wrapper h3 {
font-size:25px;
font-weight: 500;
line-height: 135%;
letter-spacing: 0.5px;
}
#artykul-wrapper p {
font-size:16px;
line-height: 150%;
letter-spacing: 0.5px;
}
#artykul-wrapper p a {
text-decoration: underline;
}
#artykul-wrapper .img-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:14px;
}
#artykul-wrapper .img-wrapper img {
width: calc(50% - 7px);
height: auto;
}
/********************************************************************************************************/
#polityka-wrapper {
flex-direction: column;
gap:40px;
}
#polityka-wrapper > * {width: 66%;}
#polityka-wrapper p.title {
font-size: 19px;
font-weight: 500;
}
#polityka-wrapper .polityka-download {
display: flex;
flex-direction: column;
gap:20px;
align-items: flex-start;
margin: 50px 0 0 0;
}
#polityka-wrapper .polityka-download p.title {
font-size: 25px;
font-weight: 500;
}
#polityka-wrapper .polityka-download p {line-height: 150%;letter-spacing: 0.5px;}
#polityka-wrapper .polityka-download ul {padding: 0;margin: 0;}
#polityka-wrapper .polityka-download ul li {
padding: 0 25px 0 0;
font-size: 16px;
line-height: 135%;
letter-spacing: 0.5px;
color: var(--grey);	
margin-bottom: 8px;
}
#polityka-wrapper .polityka-download ul li:hover a{text-decoration: underline;color: var(--red);}
#polityka-wrapper .polityka-download ul li:before {content: none;}
#polityka-wrapper .polityka-download ul li a {
padding: 0 20px 0 0;
}
#polityka-wrapper .polityka-download ul li a:before {
content: "\e904";
font-family: 'pp2025' !important;
position: absolute;
right: 0;
top: 3px;
left: inherit;
background-color: transparent;
width: 0;
height: 0;
transform: rotate(90deg);
font-size: 12px;
}
/********************************************************************************************************/
#klub-wrapper-header {
flex-direction: column;
align-items: flex-start;
padding: 64px 0 96px 0;
}
#klub-wrapper-header h1 {
font-weight: 500;
font-size: 52px;
font-size: min(max(25px, 4vw), 52px);
line-height: 120%;
margin-bottom: 80px;
}
#klub-wrapper-header h2 {
font-size: 19px;
font-weight: 500;
line-height: 140%;
margin-bottom: 16px;
}
#klub-wrapper-header p {
font-size: 16px;
line-height: 140%;
}
#page_klub .link-wrapper {
display: flex;
flex-direction: row;
gap:20px;
align-items: center;
justify-content: flex-start;
margin: 50px 0 0 0;
}
#klub-wrapper-content {
display: flex;
justify-content: center;
}
.youtubecontent {
width: 100%;
height: auto;
}
.youtubecontent iframe {
aspect-ratio: 16 / 9;
width: 100% !important;
height: auto !important;
}
#pakiety-wrapper {
display: flex;
padding: 90px 0;
flex-direction: column;
gap:64px;
}
#pakiety-wrapper h2 {
text-transform: uppercase;
font-size: 29px;
font-size: min(max(20px, 4vw), 29px);
font-weight: 400;
}
#pakiety-wrapper .acc {
gap:64px;
}
#pakiety-wrapper .acc_item {
border-bottom: solid 1px var(--grey);
padding-bottom: 24px;
}
#pakiety-wrapper .acc .acc_item .acc_title_wrap .acc_item_title {
font-size: 45px;
font-size: min(max(22px, 2vw), 45px);
font-weight: 500;
font-family: neue-haas-grotesk-display, sans-serif;
font-style: normal;
}
#pakiety-wrapper .acc_item_price {
margin-left: auto;
display: flex;
flex-direction: row;
justify-content: center;
gap:20px;
margin-right: 20px;
}
#pakiety-wrapper .acc_item_price span {
font-size: 25px;
font-size: min(max(20px, 3vw), 25px);
color: var(--red);
font-weight: 500;

}
#pakiety-wrapper .acc_item_price span strike {
font-size: 19px;
font-size: min(max(16px, 2vw), 19px);
color: var(--grey);
}
#pakiety-wrapper .acc_promo {
display: flex;
flex-direction: row;
gap:8px;
margin-bottom: 5px;
justify-content: flex-start;
}
#pakiety-wrapper .acc_promo span {
background-color: #F0474E;
padding: 2px 12px;
color: var(--white);
font-size: 12px;
border-radius: 20px;
text-transform: uppercase;
line-height: 150%;
}
#pakiety-wrapper .acc_item_content {
padding: 32px 0;
}
/********************************************************************************************************/
#czlonkowie-wrapper {
padding: 64px 0 96px 0;
background-color: var(--lightgrey);
flex-direction: column;
justify-content: flex-start;
gap:32px;
}
#czlonkowie-wrapper h2 {
text-transform: uppercase;
font-size: 29px;
font-size: min(max(20px, 4vw), 29px);
line-height: 135%;
font-weight: 500;
}
#czlonkowie-slider-slidernav {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
gap:15px;
}
#czlonkowie-slider-slidernav .czlonkowie-slider-arrow-prev,
#czlonkowie-slider-slidernav .czlonkowie-slider-arrow-next {
cursor: pointer !important;
font-size: 25px;
padding: 10px;
}
#czlonkowie-slider-slidernav .czlonkowie-slider-dots ul {
display: flex;
flex-direction: row;
margin: 0;
gap:15px;
}
#czlonkowie-slider-slidernav .czlonkowie-slider-dots ul li:before {
content: none;
}
#czlonkowie-slider-slidernav .czlonkowie-slider-dots ul li {padding: 0;margin: 0;line-height: 100%;}
#czlonkowie-slider-slidernav .czlonkowie-slider-dots ul li button {
width: 20px;
height: 20px;
border: solid 1px var(--grey);
background-color: var(--white);
border-radius: 100%;
font-size: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	cursor: pointer;
}
#czlonkowie-slider-slidernav .czlonkowie-slider-dots ul li.slick-active button {
background-color: var(--grey);
}
#czlonkowie-slider .slick-slide {
display: flex;
flex-direction: column;
gap:4px;
}
#czlonkowie-slider .slick-slide > div {
display: flex !important;
flex-direction: row;
gap:4px;
align-items: center;
justify-content: flex-start;
}
#czlonkowie-slider .slick-slide > div > div {
height: 130px;
background-color: #ffffff;
display: flex !important;
justify-content: center;
align-items: center;
padding: 30px;
flex-grow: 0;
flex-shrink: 1;
overflow: hidden;
}
#czlonkowie-slider .slick-slide > div > div img {
display: flex;
align-self: center;
justify-content: center;
cursor: pointer;
max-width: 100%;
max-height: 100%;
height: auto;
}
#page_klub #wydarzenia-kontakt-wrapper {background-color: var(--white);}
/********************************************************************************************************/
#cyber-wrapper-content {
display: flex;
flex-direction: column;
}
#cyber-wrapper-content .item-wrapper {
display: flex;
flex-direction: row;
background-color: var(--lightgrey);
}
#cyber-wrapper-content .item-wrapper > div {
width: 50%;
}
#cyber-wrapper-content .item-wrapper > .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#cyber-wrapper-content .item-wrapper > .content {
display: flex;
padding: 30px 6%;
align-items: flex-start;
justify-content: center;
flex-direction: column;
gap:24px;
}
#cyber-wrapper-content .item-wrapper > .content h4 {
font-size: 25px;
font-weight: 500;
line-height: 130%;
}
#cyber-wrapper-content .item-wrapper > .content p,
#biblioteka-wrapper-content .item-wrapper .content p{
font-size: 16px;
line-height: 150%;
letter-spacing: 0.5px;
}
#wydarzenia-kontakt-wrapper.sub_cyber .item-wrapper,
#wydarzenia-kontakt-wrapper.sub_biblioteka .item-wrapper {flex-direction: column;}
#wydarzenia-kontakt-wrapper.sub_cyber .item-wrapper .item:first-of-type,
#wydarzenia-kontakt-wrapper.sub_biblioteka .item-wrapper .item:first-of-type {flex-direction: row;gap:46px;flex-wrap: wrap;}

#biblioteka-wrapper-content {background-color: var(--lightgrey);}

#biblioteka-wrapper-content,
#biblioteka-wrapper-content .item-wrapper{
display: flex;
flex-direction: column;
}
#biblioteka-wrapper-content .item-wrapper .thumb {
width: 100%;
height: auto;
}
#biblioteka-wrapper-content .item-wrapper .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#biblioteka-wrapper-content .item-wrapper .content {
padding: 96px 40px;
display: flex;
flex-direction: row;
gap:24px;
}
#biblioteka-wrapper-content .item-wrapper .content p {
width: 33%;
}
/********************************************************************************************************/
#amb-wrapper-header {
flex-direction: column;
align-items: flex-start;
padding: 64px 0 96px 0;
}
#amb-wrapper-header h1 {
font-weight: 500;
font-size: 52px;
font-size: min(max(25px, 4vw), 52px);
line-height: 120%;
margin-bottom: 80px;
}
#amb-wrapper-header h2 {
font-size: 19px;
font-weight: 500;
line-height: 140%;
margin-bottom: 16px;
width: 100%;
max-width: 70%;
}
#amb-wrapper {padding: 0 0 96px 0;}
#amb-wrapper .item-wrapper {
width: 100%;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
gap:65px 16px;
}
#amb-wrapper .item-wrapper .item {
width: calc(20% - 13px);
cursor: pointer;
}
#amb-wrapper .item-wrapper .item .thumb {
height: 250px;
width: 100%;
overflow: hidden;
margin-bottom: 16px;
}
#amb-wrapper .item-wrapper .item .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
#amb-wrapper .item-wrapper .item p {
white-space: normal;
padding: 0 16px;
}
#amb-wrapper .item-wrapper .item p.lok {
margin: 3px 0 2px 0;
letter-spacing: 0.5px;
font-size: 12px;
text-transform: uppercase;
color: var(--grey);
}
#amb-wrapper .item-wrapper .item p.name {
font-size: 19px;
line-height: 140%;
font-weight: 400;
letter-spacing: 0.5px;
}
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/




@-moz-document url-prefix() {
#czlonkowie_slider .slick-slide > div {display: flex !important;}
}


/********************************************************************************************************/

@media only screen and (max-width: 1100px) {
.popup {max-width: 90% !important;width: 100% !important;}
}



@media only screen and (max-width: 900px) {
#wrapper > .section {
padding-left: 16px;
padding-right: 16px;
}
#nav-wrapper .mob-trigger {display: flex;}
#nav-wrapper .nav-content {
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
background-color: var(--white);
top: 0;
left: -100%;
padding:50px 16px;
-webkit-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-moz-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
-o-transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
transition: all 500ms cubic-bezier(0.5, 0.11, 0.36, 0.88);
}
#nav-wrapper .nav-content.active {
display: flex;
left: 0;
}
#nav-wrapper .nav-content .nav {
flex-direction: column;
width: 100%;
}
#nav-wrapper .nav-content .nav li a {font-size: 34px;}
#nav-wrapper .nav-content .nav li.nav-lang {margin-left: 0;}
#nav-wrapper .nav-content .nav-close {
display: block;
position: absolute;
top: 16px;
right: 16px;
font-size: 20px;
cursor: pointer;
}
#about-wrapper .item-wrapper {width: 100%;}
#oferta-wrapper .item-wrapper .item .thumb,
#conowego-wrapper .item-wrapper .item .thumb,
#aktlist-wrapper .item-wrapper .item .thumb {height: 300px;	}
#conowego-wrapper .item-wrapper .item {width: 35%;}
}

@media only screen and (max-width: 750px) { 
#artykul-wrapper > *,
#infopage-wrapper .item-wrapper .thumb,
#infopage-wrapper .item-wrapper .content,
#polityka-wrapper > * {width: 100%;max-width: inherit;}
#infopage-wrapper .item-wrapper .thumb {margin-bottom: 50px;}
#biblioteka-wrapper-content .item-wrapper .content p {width: 50%;}
#infopage-wrapper .item-wrapper {flex-direction: column;}
.wydarzenia-list-style .item-wrapper .item {width: calc(50% - 6px);}
#display-wrapper {padding: 100px 0;}

#aktlist-wrapper .item-wrapper .item {width: calc(33% - 11px)}
#amb-wrapper .item-wrapper .item {width: calc(25% - 12px);}
}

@media only screen and (max-width: 700px) { 
#kontakt-wrapper .item-wrapper {flex-direction: column;}
#kontakt-wrapper .item-wrapper .col {flex-direction: row;flex-wrap: wrap;}
#kontakt-wrapper .item-wrapper .col.kontakt-dane .item:nth-of-type(1) {width: 100%;}
#kontakt-wrapper .item-wrapper .col.kontakt-dane {width: 100%;margin: 0 0 48px 0;padding: 0;gap:30px;}

#amb-wrapper-header h2 {max-width: 100%;}
#amb-popup .content {flex-direction: column;}
}


@media only screen and (max-width: 600px) { 

#pakiety-wrapper .acc .acc_item .acc_title_wrap,
#cyber-wrapper-content .item-wrapper {flex-direction: column;align-items: flex-start;justify-content: flex-start;}
#cyber-wrapper-content .item-wrapper > div {width: 100%;}
#cyber-wrapper-content .item-wrapper > .content {padding: 40px 20px;}
#pakiety-wrapper .acc_item_price {margin-left: inherit;}
#pakiety-wrapper .acc_item:nth-of-type(even) {background-color: var(--lightgrey);}
#pakiety-wrapper .acc {gap:0;}
#pakiety-wrapper .acc_item {padding: 24px 0 24px 12px;}
#pakiety-wrapper .acc .acc_item .acc_title_wrap .acc_trigger {
position: absolute!important;
top: 50%;
right: 12px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#czlonkowie-slider-slidernav {justify-content: center;}
#czlonkowie-slider .slick-slide > div > div {padding: 10px;}

#oferta-wrapper .item-wrapper .item {width: calc(50% - 16px)}
#conowego-wrapper .item-wrapper .item {width: 43%;}

}


@media only screen and (max-width: 550px) { 
#footer .item-wrapper {
flex-direction: column;
align-items: center;
}
#footer .item-wrapper #footer-newsletter {width: 100%;}
#footer .item-wrapper #footer-newsletter input[type="email"] {flex-grow: 1;}
#footer .item-wrapper ul {width: 100%;justify-content: space-between;}
#amb-wrapper .item-wrapper .item {width: calc(50% - 8px);}
#aktlist-wrapper .item-wrapper .item {width: calc(50% - 8px);}
}

@media only screen and (max-width: 500px) {
#biblioteka-wrapper-content .item-wrapper .content,
.wydarzenia-list-style .item-wrapper{flex-direction: column;}
#biblioteka-wrapper-content .item-wrapper .content p {width: 100%;}
#biblioteka-wrapper-content .item-wrapper .content {padding: 40px 20px;}
.wydarzenia-list-style .item-wrapper .item {width: 100%;}

}



@media only screen and (max-width: 400px) { 
#wydarzenia-kontakt-wrapper .item-wrapper .item .content .thumb {width: 100px;height: 100px;}
#amb-wrapper .item-wrapper .item {width: 100%}
#aktlist-wrapper .item-wrapper .item {width: 100%}
}

