/* 
Theme Name:   Packon
Template:     generatepress
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

h1 {
	font-size : 48px;
	font-weight : 600;
}

h2 {
	font-size : 48px;
	font-weight : 600;
}

h3 {
	font-size : 36px;
	font-weight : 600;
}

h4 {
	font-size : 24px;
	font-weight : 600;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
  line-height : 30px;
}


body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: arial;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #333333;
  background: #ffffff;
}

* {
	box-sizing : border-box;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

.container {
  max-width: 1290px;
}

.visual {
	color : #ffffff;
	position : relative;
	margin-bottom : 65px;
	border-radius : 0 0 10px 10px;
}

.visual::after {
	content : "";
	display : block;
	width : 100%;
	height : 100%;
	background : rgba(0, 0, 0, .4);
	position : absolute;
	z-index : 2;
}

.visual.h800 {
	height : 800px;
}

.visual.h760 {
	height : 760px;
}

.visual.h640 {
	height : 640px;
}

.subtitle {
	font-size : 14px;
	line-height : unset;
	position: relative;
	font-weight : 300;
}

.subtitle::after {
	content : "";
	display : block;
	width : 100%;
	height : 2px;
	bottom: -12px;
    position: absolute;
}

.subtitle::after {
	background : #0246d0;
}

.container .subtitle {
	margin-bottom : 60px;
}

.visual .subtitle::after {
	background : #ffffff;
}

.visual .txt-1 {
	margin-top : 60px;
}

.visual .txt-2 {
	margin-left : 30%;
	margin-top : 30px;
}

.visual .txt-2 .orange-button {
	margin-top : 65px;
}

.visual .orange-button:hover, .orange-button:focus {
	background : transparent;
	color : #ffffff;
	border : solid 1px #ffffff;
}


.box12 {
	display : grid;
	grid-template-columns : 1fr 2fr;
	grid-gap : 60px;
}

.box21 {
	display : grid;
	grid-template-columns : 2fr 1fr;
	grid-gap : 60px;
}

.box2 {
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-gap : 60px;
}

.box3 {
	display : grid;
	grid-template-columns : 1fr 1fr 1fr;
	grid-gap : 60px;
}

.box31 {
	display : grid;
	grid-template-columns : 3fr 1fr;
	grid-gap : 60px;
}

.medium-gap {
	grid-gap : 30px;
}

.small-gap {
	grid-gap : 24px;
}

.max-content {
    width: max-content;
}

.orange-button { 
	padding : 10px 40px;
	color : #ffffff;
	font-size : 16px;
	background : #0246d0;
	border-radius : 50px;
	max-width : fit-content;
	border : solid 1px #0246d0;
	display : block;
}

.orange-button:hover, .orange-button:focus {
	background : transparent;
	color : #0246d0;
}


.orange-button-1 { 
	padding : 10px 40px;
	color : #ffffff;
	font-size : 16px;
	background : transparent;
	border-radius : 50px;
	max-width : fit-content;
	border : solid 1px #ffffff;
	display : block;
}

.orange-button-1:hover, .orange-button-1:focus {
	background : #0246d0;
	color : #ffffff;
	border : solid 1px #0246d0;
}

.orange-button-2 { 
	padding : 10px 40px;
	color : #ffffff;
	font-size : 16px;
	background : #0246d0;
	border-radius : 50px;
	max-width : fit-content;
	border : solid 1px #0246d0;
	display : block;
}

.orange-button-2:hover, .orange-button-2:focus {
	background : transparent;
	color : #ffffff;
	border : solid 1px #ffffff;
}

.orange-button-3 { 
	padding : 10px 40px;
	color : #0246d0;
	font-size : 16px;
	background : #ffffff;
	border-radius : 50px;
	max-width : fit-content;
	border : solid 1px #0246d0;
	display : block;
}

.orange-button-3:hover, .orange-button-3:focus {
	background : #0246d0;
	color : #ffffff;
	border : solid 1px #0246d0;
}

.color1 {
	color : #0246d0;
}

.color2 {
	color : #c1f3a2;
}

.round {
	border-radius : 10px;
	overflow : hidden;
	width: 100%;
}

div[class^="content-box"] {
	margin-bottom : 120px;
}

div[class^="content-box"] h2 {
	margin-bottom : 50px;
}

.padding-top-60 {
	padding-top : 60px;
}

.padding-60 {
	padding : 60px;
}

.padding-30 {
	padding : 30px;
}

.padding-150-60 {
    padding: 150px 60px;
}

.padding-150-60-60  {
    padding: 150px 60px 60px;
}

.padding-left-20 {
	padding-left: 20px;
}

.margin-top-170 {
	margin-top : 170px;
}

.margin-top-110 {
	margin-top : 110px;
}

.bgcolor1 {
	background : #e6eef6;
}

.width-plus {
	width: calc(100% + 120px);
	margin-left: -60px;
	margin-right: -60px;
}

.slider-box {
	padding : 20px 20px 80px 20px;
	background : #ffffff;
	font-size : 24px;
	margin-right : 30px;
	font-weight : 600;
}

.slider-box a {
	color : #000000;
}

.slider-box img {
	display : block;
	margin-bottom : 20px;
	width : 100%;
}

.slider-box:hover,  .slider-box:focus {
	background : #0246d0;
}

.slider-box:hover a,  .slider-box:focus a, .slider-box:hover a .color1,  .slider-box:focus a .color1 {
	color : #ffffff;
}

.slider-button-prev, .slider-button-next {
	width : 65px;
	height : 65px;
	cursor : pointer;
	display : inline-block;
}

.slider-button-prev {
	background : url('img/slider-prev.png');
	background-size : cover;
}

.slider-button-prev:hover {
	background : url('img/slider-prev_.png');
	background-size : cover;
}

.slider-button-next {
	background : url('img/slider-next.png');
	background-size : cover;
}

.slider-button-next:hover {
	background : url('img/slider-next_.png');
	background-size : cover;
}

.goright {
	text-align : right;
}

.slider-box-1 {
	background : #f9f1ea;
	margin-right : 30px;
}

.slider-box-1 .box2 {
	height : 100%;
	grid-gap : 40px;
}

.slider-box-1 img {
	height : 100%;
	width : 100%;
	object-fit: cover;
}

.slider-box-1 .img-wrapper + div {
	padding : 60px 40px 60px 0; 
}

.white {
	color : #ffffff;
}

.white .subtitle::after {
	background : #ffffff;
}

.box12 h2 {
	margin-top : 90px;
}

.content-all {
	overflow: hidden;
}

.content-all ul {
	padding: 0;
    margin: 0;
	list-style : none;
	line-height : 30px;
	margin-bottom : 25px;
}

.content-all p + ul {
    margin-top: -25px;
}

.content-all ul li::before {
	content: "";  
	background: #0246d0;   
	display: inline-block;
	width: 7px;
	height : 7px;
	position  :relative;
	top : -2px;
	border-radius : 50px;
	margin-right : 7px;
}

.center {
	text-align : center;
}

.panels > .panel {
	border-bottom : solid 1px #0246d0;
	margin-bottom : 29px;
}

.panels > .panel > .title {
	height : 80px;
	color : #0246d0;
	cursor : pointer;
	background : url('img/down.png');
	background-repeat : no-repeat;
    background-position: top right;
    box-sizing: content-box;
	padding-top : 20px;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
	font-weight : 600;
}

.panels > .panel > .title:hover {
	background : url('img/down_.png');
	background-position : top right;
	background-repeat : no-repeat;
}

.panels > .panel > .title.active {
	background : url('img/up.png');
	background-position : top right;
	background-repeat : no-repeat;
	color : #333333;
}

.panels > .panel > .description {
	display : none;
	width : 100%
}

.panels > .panel > .description > .orange-button {
	margin-bottom : 60px;
}

.flex-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-box {
    padding: 40px 20px;
    border-radius: 10px;
    background: #0246d0;
	color : #ffffff;
}

.blue-box a {
	color : #ffffff;
}

.font-12 {
	font-size : 12px;
}

.paneltop {
    background: #f7f7f7;
    line-height: 1.7;
    display: none;
    position: absolute;
    top: 110px;
    width: 100%;
	padding-bottom : 30px;
}

.paneltop.visible {
  display: block;
}

header.header .paneltop h3 {
    margin-top: 65px;
	font-size : 30px;
	color : #0246d0;
	margin-bottom : 20px;
	font-weight : 500;
}

header.header .paneltop ul > li {
	display : block;
	padding : 0;
}

header.header .paneltop ul > li a {
	font-weight : 300;
	color : #000000;
}

header.header .paneltop ul > li a:hover, header.header .paneltop ul > li a:focus  {
	font-weight : 500;
	color : #0246d0;
}

header.header .paneltop .contact-box {
    padding: 150px 30px 30px;
	background-image : none;
	margin-top: 140px;  
}

.img-wrapper, .cat-box figure  {
	overflow : hidden;
}

.img-wrapper img, .cat-box figure img  {
  transition: transform 0.7s ease;
}

.cat-box figure img {
	width : 100%;
	max-height : 220px;
	object-fit : cover;
}

.cat-box:first-child figure img {
	max-height : 400px;
}

.slider-box:hover .img-wrapper img, .slider-box-1:hover .img-wrapper img, .cat-box:hover figure img {
	transform : scale(1.5);
}

/*** FORMULARZ ***/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  display: block;
  width: 100%;
  height: 50px;
  display: block;
  background: #fff;
  border-radius: 25px;
  padding: 0 30px;
  color: #333333;
  border: solid 1px #b3b3b3;
  padding-top: 1px;
  font-size: 16px;
}
input::placeholder, textarea::placeholder {
  color: #333333;
}
textarea {
  resize: none;
  overflow: auto;
  height: 200px;
  padding: 20px 30px;
}

select {
  display: block;
  width: 100%;
  height: 50px;
  display: block;
  color: #333333;
  border-radius: 25px;
  /* padding: 0 25px; */
  border: solid 1px #b3b3b3;
  padding-top: 1px;
  font-size: 16px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: #fff url("img/select-icon.png") calc(100% - 25px) center no-repeat;
}

.form {
	font-size  :16px;
}

.form p {
	margin-bottom : 0;
}

input[type="submit"].wpcf7-submit { 
	padding : 10px 40px;
	color : #ffffff;
	font-size : 16px;
	background : #0246d0;
	border-radius : 50px;
	max-width : fit-content;
	border : solid 1px #0246d0;
	display : block;
	margin: auto;
}

input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:focus {
	background : transparent;
	color : #0246d0;
}

.wpcf7-form .orange-button-3 {
	margin : auto;
}


/* .checkbox-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox-box label {
  color: #333333;
  font-size: 16px;
  padding-left: 22px;
  position: relative;
}
.checkbox-box label:after {
  width: 14px;
  height: 14px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #fff;
}
.checkbox-box :checked + label:after {
  background: #034aff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
}
 */


/* *** VVV *** */

.content-box-1 {
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: flex;
    align-items: center;
}

.content-box-1 .description {
	position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
}

.x-video-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-size: cover;
	z-index: 1;
}

.x-video-box video {
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-box-2 {
	position : relative;
}

.content-box-2 .col2 h2 {
	margin-top : 60px;
}

.content-box-2 .box12 {
	margin-bottom : 50px;
}

.content-box-2 .licznik {
	color : #e3d8cf;
	line-height : 1;
    color: #e3d8cf;
    line-height: 1;
    transform: translateX(-140px);
	margin-top: 60px;
}

.content-box-2 .licznik .number {
	font-size : 250px;
	position : relative;
}
.content-box-2 .licznik .number sup {
    position: relative;
	top: -80px;
    font-size: 150px;
}

.content-box-2 .licznik .number_text {
	font-size : 18px;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    top: -15px;
}

.content-box-3 video {
	aspect-ratio: 307 / 240;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.content-box-4 {
	overflow : hidden;
}

.content-box-4 .slick-slider .slick-list,.content-box-4 .slick-slider .slick-list .slick-track {
    overflow: visible !important;
}

.content-box-5 .slider1 .title {
	font-size : 24px;
	margin-bottom : 20px;	
	font-weight : 600;
}

.content-box-5 .slider1 .slick-list {
	width : 150%;
}

.content-box-6 .orange-button-1 {
	margin-bottom : 20px;
}

.content-box-8 .orange-button-1 {
	margin-bottom : 80px;
}

.content-box-8, .content-box-9, .content-box-10, .content-box-kariera-2, .content-box-kon-3, .content-box-onas-3, .content-box-ob-2, .content-box-tech-3 {
	background-size: 100% !important;
	background-repeat : no-repeat !important;
	background-position : center !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.content-box-8:hover, .content-box-9:hover, .content-box-10:hover, .content-box-kariera-2:hover, .content-box-kon-3:hover, .content-box-onas-3:hover, .content-box-ob-2:hover, .content-box-tech-3:hover {
	background-size : 150% !important;
}

.content-box-8::before, .content-box-9::before, .content-box-10::before, .content-box-kariera-2::before, .content-box-kon-3::before, .content-box-onas-3::before, .content-box-ob-2::before, .content-box-tech-3::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: inherit; /* pobiera inline URL */
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: transform 0.7s ease;
  transform-origin: center;
}

.content-box-8:hover::before, .content-box-9:hover::before, .content-box-10:hover::before, .content-box-kariera-2:hover::before, .content-box-kon-3:hover::before, .content-box-onas-3:hover::before, .content-box-ob-2:hover::before, .content-box-tech-3:hover::before {
  transform: scale(1.2);
}

.content-box-6 {
  position: relative;
  overflow: hidden;
}

.content-box-6 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Zajmie całą wysokość kontenera */
  object-fit: cover;
  z-index: 0;
}

.content-box-6 > video + div {
  position: relative;
  z-index: 1;
}

.grid211 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}

.content-box-8 {
	grid-column: 1 / 3;
}

body.home .content-box-8 {
	margin-bottom : 0 !important;	
}

.content-box-9 {
	grid-column: 1 / 2;
	min-height : 502px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.content-box-9 h3 {
	margin-bottom : 30px;
}

.content-box-10 {
	grid-column: 2 / 3;
	min-height : 502px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.content-box-10 h3 {
	margin-bottom : 30px;
}

.content-box-op-3 .box3 .col .title {
	font-size : 24px;
	margin-bottom : 20px;
}

.content-box-op-3 .box3 .col .text {
	margin-top : 20px;
}

.content-box-onas-3 .slider1 .slick-list {
	width : 150%;
}

.content-box-onas-5 .slider-box {
	padding : 20px;
}

.content-box-onas-5 .slider-box .function {
	font-size : 12px;
}

.content-box-onas-5 .slick-slider .slick-list, .content-box-onas-5 .slick-slider .slick-list .slick-track {
    overflow: visible !important;
}

.content-box-kariera-3 .slick-slider .slick-list, .content-box-kariera-3 .slick-slider .slick-list .slick-track {
    overflow: visible !important;
}

.content-box-kon-3 .blue-box {
	float : right;
    max-width: max-content;
}

.contact-box {
	margin-top: 180px;
	position: relative;
	padding : 150px 60px 60px;
	background-image : url('img/kontakt-icon.png');
	background-repeat : no-repeat;
	background-position : left bottom;
}

.contact-box > .head {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-top {
	background : #e6eef6;
	padding-top : 55px;
	padding-bottom : 55px;
	
}

.newsletter-wrapper {
	position : relative;
	margin-top : 20px;
}

.newsletter-wrapper input[type="submit"].wpcf7-submit {
	width : 40px;
	height : 40px;
	padding : 0;
	background : url('img/newsletter_go.png');
    max-width: unset;
    border: none;
	position: absolute;
    top: 5px;
    right: 5px;
}

.newsletter-wrapper input[type="email"] {
    font-weight: 600;
    background: transparent;
    border: solid 2px #0246d0;
    color: #0246d0;
}

.newsletter-wrapper input[type="email"]::placeholder {
    color: #0246d0;
}

.newsletter p {
	margin-bottom : 0;
	line-height: 1.5;
}

.newsletter .wpcf7-spinner {
	display : none;
}

.footer-menu {
	font-size  :16px;	
	line-height : 30px;
}

.footer-menu h3 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	margin-bottom : 30px;
}

.footer-menu a {
	display : block;
	color : #000000;
}
.footer-menu a:hover {
	color : #0246d0;
}

.footer-menu a + strong {
	margin-top : 30px;
	display : block;
}

.lifemotion {
	display : block;
	width : 103px;
	height : 29px;
	background : url('img/lifemotion.png');
	float : right;
	pointer-events : none;
}

.footer-bottom {
	padding-top : 20px;
	padding-bottom : 20px;
	font-size : 14px;
}

.footer-bottom a {
	color : #000000;
}

header.header {
    position: fixed;
    width: 100%;
    z-index: 2;
	background : #ffffff;
	height : 110px;
    display: grid;
    align-items: center;
	border-bottom : solid 1px #e6edfa;
	
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

header.header a {
	color : #000000;
}

header.header a:hover,header.header a:focus {
	color : #0246d0;
}

header.header.active, body.home header.header.active {
	background : #ffffff;
	border-bottom : solid 1px #e6edfa;
}

header.header > .container .sub-menu {
	display : none;
}

body.home header.header {
	background : transparent;
	border-bottom : solid 1px transparent;
}

body.home header.header a {
	color : #ffffff;
}

body.home header.header.active a {
	color : #000000;
}

header.header ul {
	margin : 0;
	padding : 0;
}

header.header ul > li {
	display : inline-block;
	padding : 0 15px;
}

.logo > .home-link {
	width : 168px;
	height : 41px;
	background : url('img/logo.png');
	display : block;
}

body.home header.header .logo > .home-link {
	background : url('img/logo_.png');
}

body.home header.header.active .logo > .home-link {
	background : url('img/logo.png');
}

.grid-auto {
	display : flex;
}

.grid-auto > div {
	flex: 1 1 auto;
}

.search-box {
	max-width : 150px;
	position : relative;
}

.search-box::before {
	content : "";
	width : 1px;
	height : 60px;
	background : #e5e5e5;
	display: block;
    position: absolute;
    top: -14px;
    left: -30px;
}


.searchform {
	position : relative;
    top: -10px;
}

.searchform input[type="search"] {
	border : none;
	padding-left: 40px;
	background-color : transparent;
	color : #000000;
	height: unset;
	top: 10px;
	position: relative;
}

.searchform input[type="search"]::placeholder {
	color : #000000
}

.searchform input[type="search"]:focus {
	background : transparent;
}

body.home header.header .searchform input[type="search"] {
	color : #ffffff;
}
body.home header.header.active .searchform input[type="search"] {
	color : #000000;
}
body.home header.header .searchform input[type="search"]::placeholder {
	color : #ffffff;
}
body.home header.header.active .searchform input[type="search"]::placeholder {
	color : #000000;
}

.searchform button {
	background-color : transparent;
	background-image : url('img/lupa.png');
	width : 30px;
	height : 30px;
	display : block;
    padding: 0;
    background-repeat: no-repeat;
	position: absolute;
    top: 10px;
}

body.home header.header .searchform button {
	background-image : url('img/lupa_.png');
}

body.home header.header.active .searchform button {
	background-image : url('img/lupa.png');
}

.langs {
	font-size: 15px;
	padding-top : 3px;
}

.lang-switcher {
    position: absolute;
    top: 38px;
 display: none !important;
}

.lang-switcher::after {
	content : "";
	width  :10px;
	height : 7px;
	background : url("img/select-icon.png");
    display: block;
    position: absolute;
    top: 7px;
    left: 41px;
}

.lang-switcher > li:not(.current-lang) {
	display : none;
}

.lang-switcher:hover > li {
	display : block;
}

.main-top-2 {
	font-size: 15px;
	padding-top : 3px;
}

.subdata {
	font-size  :16px;
	padding : 25px 0;
	margin-bottom : 35px;
	border-bottom : solid 1px #e9e9ea;
}

.subdata .date {
	font-weight : 300;
}

.small-column {
	margin : auto;
	margin-top : 60px;
	max-width : 870px;
}

.cat-box {
	background : #f7f7f7;
	padding : 20px 20px 50px 20px;
	position : relative;
}

.cat-box .subdata {
	padding : 20px 0;
	margin-bottom : 0;
	border-bottom : none;
}

.cat-box a {
	color : #000000;
}

.cat-box .title-2 {
	font-size : 24px;
	font-weight : 600;
}

.news .cat-box:first-child {
	grid-column: 1 / 3;
	width: calc(100% + 120px);
	margin-left: -60px;
	margin-right: -60px;
	padding : 0;
}

.news .cat-box:first-child .text-content {
    background: #f7f7f7;
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 50%;
    border-radius: 10px;
    padding: 20px;
}

.slider-news {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.slider-news .slick-list {
	overflow : visible;
}

.slider-news .slick-track {
  display: flex;
  gap: 30px; /* nowoczesne przeglądarki */
}

.slider-news .slick-slide {
  margin: 0 !important; /* ważne: usuwamy domyślne marginesy slicka */
}

.menu-rsp ul{
	padding : 0;
	margin : 0;
}
.menu-rsp ul li {
	list-style : none;
	text-align : center
}

.menu-rsp ul li a {
	padding : 15px 0;
	display : block;
	color : #000000;
	border-bottom : solid 1px #f7f7f7;
}

.menu-rsp ul li a:hover, .menu-rsp ul li a:focus {
	color : #0246d0;
	border-bottom : solid 1px #0246d0;
}

.menu-rsp .sub-menu {
	display : none;
    background: #f7f7f7;
}

.menu-rsp .sub-menu a {
	font-size : 14px;
}

.menu-rsp {
    padding: 60px 20px;
    background: #ffffff;
    top: 110px;
    position: fixed;
    width: 100%;
	display : none;
	z-index : 11111111111111111111111;
	height: calc(100% - 110px);
    overflow: auto;
}

.hamburger {
	max-width : max-content;
	position: absolute;
    right: 20px;
	display : none;
}

.hamburger:hover, .hamburger:focus {
	background : transparent
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
	background-color: #000;
}

body.home header.header .hamburger .hamburger-inner, body.home header.header .hamburger .hamburger-inner::before, body.home header.header .hamburger .hamburger-inner::after {
	background-color: #ffffff;
}
body.home header.header.active .hamburger .hamburger-inner, body.home header.header.active .hamburger-inner::before, body.home header.header.active .hamburger-inner::after {
	background-color: #000000;
}

.box2.news {
	margin-bottom : 60px;
}

div[data-id="opcja2"] {
	margin : 24px 0;
}

.text-template {
	margin-top : 200px;
}

#nasze-dzialy .box3 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

#nasze-dzialy .box3 > .blue-box {
    flex: 1 1 calc((100% - 120px) / 3);
}

@media (min-width: 1170px) {
	.menu-rsp, .menu-rsp .sub-menu {
		display : none !important;
	}
	
}

@media (max-width: 1169px) {
	
	.hamburger {
		display : block;
	}
	
	.grid-auto .main-top-1, .grid-auto .main-top-2, .search-box, .langs {
		display : none;
	}
	
	h1 {
		font-size : 40px;
		font-weight : 600;
	}

	h2 {
		font-size : 40px;
		font-weight : 600;
	}

	h3 {
		font-size : 30px;
		font-weight : 600;
	}

	h4 {
		font-size : 20px;
		font-weight : 600;
	}
	
	.content-box-5 .slider1 .slick-list {
		width : 100%;
	}

	.width-plus {
		width: auto;
		margin-left: unset;
		margin-right: unset;
	}	
	
	.slider-box-1 .box2 { 
		grid-template-columns : 1fr;
	}
	
	.slider-box-1 .img-wrapper + div {
		padding : 20px; 
	}
	
	.slider-box-1 {
		background: #f9f1ea;
		margin-right: 15px;
		margin-left: 15px;
	}
	
}

@media (max-width: 992px) {
	.box12 {
		grid-template-columns : 1fr;
		grid-gap : 10px;
	}
	.box2 {
		grid-template-columns : 1fr;
		grid-gap : 10px;
	}
	.box3 {
		grid-template-columns : 1fr;
		grid-gap : 10px;
	}
	.box21 {
		grid-template-columns : 1fr;
		grid-gap : 10px;
	}
	
	.grid211 {
		grid-template-columns: 1fr;
		grid-gap : 10px; 
	}
	
	.content-box-8, .content-box-9, .content-box-10 {
		grid-column: 1;
	}
	
	.content-box-2 .licznik {
		position: absolute;
		top: 42%;
        transform: translateX(24px);
	}
	
	.content-box-2 .licznik .number {
		font-size: 150px;
	}
	
	.content-box-2 .licznik .number sup {
		top: -64px;
		font-size: 80px;
	}
	
	.footer-menu {
		text-align : center;
	}
	
	.lifemotion {
	    float: unset;
		margin: auto;
	}
	
	h1 {
		font-size : 34px;
		font-weight : 600;
	}

	h2 {
		font-size : 34px;
		font-weight : 600;
	}

	h3 {
		font-size : 26px;
		font-weight : 600;
	}

	h4 {
		font-size : 20px;
		font-weight : 600;
	}
	
	body {
		font-size : 16px
	}
	
	.panels > .panel > .title, .panels > .panel > .title.active, .panels > .panel > .title:hover, .panels > .panel > .title:focus {
		background-size : 25px;
		padding-right: 60px;
		padding-top : 0;
	} 
	
	.news .cat-box:first-child {
		grid-column : 1;
	    width: auto;
		margin-left: unset;
		margin-right: unset;
	}
	
	.news .cat-box:first-child .text-content {
		position : relative;
		width : 100%;
		right: unset;
        bottom: unset;
	}
	
	.cat-box .title-2 {
		font-size : 18px;
	}
	
	
	.slider-box {		
		margin-right: 5px;
		margin-left: 5px;
		padding: 10px;
	}
	
	.slider-news .slick-track {
		gap : 0;
	}
	
	.slider-news .slick-slide {
		margin-right : 15px !important;
		margin-left : 15px !important;
	}

	div[class^="content-box"] {
		margin-bottom : 60px;
	}
	
	div[class^="content-box"] h2 {
		margin-bottom: 10px;
	}
	
	.padding-top-60 {
		padding-top : 20px;
	}

	.padding-60 {
		padding : 30px;
	}

	.padding-30 {
		padding : 30px;
	}

	.padding-150-60 {
		padding: 30px;
	}

	.padding-150-60-60  {
		padding: 30px;
	}

	.padding-left-20 {
		padding-left: 20px;
	}

	.slider-button-prev, .slider-button-next {
		width : 35px;
		height : 35px;
	}
	
	div[class^="content-box"].content-box-9 {
		margin-bottom : 0;
	}
	
	.box12 h2 {
		margin-top: 10px;
	}
	
	.content-box-2 .col2 h2 {
		margin-top: 0;
	}
	
	.content-box-1 .description { 
		padding-top : 60px;
	}
	
	.visual .txt-1 {
		margin-top: 20px;
	}
	

}

@media (max-width: 600px) {
	#nasze-dzialy .box3 > .blue-box {
		flex: 1 1 calc((100% - 120px) / 1);
	}
	
	#nasze-dzialy .box3 { 
		gap : 30px;
		margin-top: 30px;
	}
	
}
