/*!
Theme Name: Pratia
Theme URI: https://pratia.es/
Author:  it-geeks.pl
Author URI: https://it-geeks.pl/
Description: Strona opracowana przez  it-geeks.pl
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Pratia
*/
:root {
	box-sizing: border-box;
	--basic-color: #264722;
	--green-1: #102a2b;
	--green-2: #2E5529;
	--second-color:	; 
	--blue:#63C3D1; 
	--third-color: #8698AF;
	--light-color: #E4F1D4;
	--light-gray:rgb(244,244,244);
	--light-gray-2:#D9DBE9;
	--color-grey-6:#4F537B;
	--color-grey-4:#D9DBE9;
	--color-grey-5:#d9dbe9;
	--color-grey-7:#8698AF;
	--color-grey-9:#102A2B;
	--h2-mobile:1.3em;
	--h2-comp:2.8em;
	--background-brown:rgba(0,0,0,0.83);
	--background-gradient: linear-gradient(92.94deg, #91E92C 0%, #508D09 100%);
	--background-gradient-2: linear-gradient(92.71deg, #76B82A 0%, #2F4A11 100%); 
	--background-gradient-3: linear-gradient(92.71deg, #102A2B 0%, #102A2B 100%); 
	--background-gradient-4: linear-gradient(92.84deg, #63C3D1 0%, #63C3D1 100%); 
	--background-blue: #63C2D1;
	--background-55:#76B82A ;
	--icon-blue:#63C3D1;
	--icon-green:#76B82A;
	--icon-dark-green:#325825;
	--icon-dark-gray:#646464;
	--icon-light-gray:#d9d9d9;

  }


  @font-face {
	font-family:"museo-sans-rounded";
	src: url('./font/MuseoSansRounded-300.ttf');
	font-display:auto;font-style:normal;font-weight:300;
	}
	
	@font-face {
	font-family:"museo-sans-rounded";
	src: url('./font/MuseoSansRounded-700.ttf');
	font-display:auto;font-style:normal;font-weight:700;
	}
	
	@font-face {
	font-family:"museo-sans-rounded";
	src: url('./font/MuseoSansRounded-500.ttf');
	font-display:auto;font-style:normal;font-weight:500;
	}
	
	



html{
	box-sizing: border-box;
}


body{
	font-size: 15px;
	font-family: "museo-sans-rounded",sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
	/* line-height: 24px; */
}
h1{
	color:rgb(44, 44, 44);
	font-size:1.6em;
	font-family: 'museo-sans-rounded';

}
a{
	color:var(--color-grey-7);
}
.color-black>a{
	color:black;
}
ol{
	line-height: 1.8em;
}
h1,h2,h3,h5{
	margin: 0;
	padding:0;
}
h4{
	margin:5px 0;
}
h2,h3{
	color:rgb(26, 26, 26);
	font-weight: 700;
}
h2{
	font-size: 2.8em;
	padding-bottom:20px;
	font-family: 'museo-sans-rounded';
	line-height: 58px;
}
#primary-menu>li{
	position: relative;
}
#primary-menu>li>svg{
	position: absolute;
}
.padding-top-30{
	padding-top:30px;
}
@media all and (max-width:1219px){
	#primary-menu>li>svg{
		top:3px;
		right: 5px;
	}
}
@media all and (min-width:1220px){
	#primary-menu>li>svg{
		top:12px;
		right: -18px;
	}
}
@media all and (min-width:1024px){
	h2{
		font-size: var(--h2-comp);
		font-weight: bold;
	}
	h1{
		font-size: 3.8em;
	}
}
h3{
	font-size: 16px;
	line-height: 40px;
	margin-bottom:15px;
}
ul
{
	list-style: none;
	padding:0;
	margin:0;
}

.site-container{
	max-width:2200px;
	margin-left: auto;
	margin-right: auto;
	padding-top:40px;
}.category-container{
	margin-top: 20px;
	padding:20px;
}
.p-thera{
	font-size:15px;
	line-height: 24px;
	font-weight: 300;
	color:#4F537B;
}
.max-width-400{
	max-width:400px;
}
.max-width-400-2{
	max-width:320px;
}
@media all and (min-width:1024px){
	.padding-left-100{
		padding-left:100px!important;
	}
}
.maps-item{
	border: 1px solid var(--color-grey-4);
	border-radius:0 24px;
	padding:30px 30px 50px;
	background-color:white;
}
.maps-contact-grid{
	display: grid!important;
	grid-template-columns: 20px 1fr;
	gap:5px;
}
.grid-item{
	display: grid!important;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.grid-item>div{
	grid-column: 1/2;
	grid-row: 1/2;
}
.p-maps {
	font-size: 1em;
	font-weight: 300;
	color: var(--color-grey-7);
}
.hide{
	display: none;
}
.a-maps {
	font-size: 1em;
	font-weight: 300;
	color: var(--color-grey-7);
}

.h3-maps{
	font-size: 1.6em;
	font-weight: 600;
}
.background-maps{
	background-image: url(./img/mapss.svg);
	background-size: 50%;
	background-repeat: no-repeat;
}
.maps-bottom-container{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	justify-content: center;
	padding-top:50px;
}
.items-maps-bottom{
	width:200px;
	height:150px;
	border:1px solid var(--color-grey-4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:10px;
	border-radius:0 24px;
	transition: .3s;
	box-sizing: border-box;
}
.items-maps-bottom:hover{
	box-shadow:0px 32px 64px rgba(20, 20, 42, 0.2);
}
.items-maps-bottom>p{
	margin-top: 20px;
}
.items-maps-bottom>span>p{
	color:var(--color-grey-7);
}
.items-maps-bottom>span{
	margin-top: -5px;
}
.h-thera{
	font-weight: 700;
	font-size:1.33em;
	line-height: 32px;
	margin-bottom:0;
}
.padding-30{
	padding:30px;
}
p{
	padding:0;
	margin:0;
	font-size: 0.9em;
	line-height: 1.7;
	color:#102A2B;
	font-weight: 300;
}
.padding-0{
	padding:0;
}
.text-bold{
	font-weight: 700;
}
.entry-content>ul>li{
	color:var(--icon-dark-gray);
	}
@media all and (min-width:1024px){
	p{
		font-size: 1.2em;
	}
	.maps-container{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap:20px;
	}
	.h2-slider{
		font-size:3.2rem;
		max-width:800px;
	}
	.p-slider{
		font-size: 1.6rem;
		font-weight: 500;
	}
	.entry-content>ul>li{
		font-size: 1rem;
		color:var(--color-grey-6);
	}
	.entry-content>ul>li>strong{
		font-weight: 700;
	}
	.entry-content>ul>li>a{
		color:var(--color-grey-6);
	}
	.entry-content>h4{
		font-size: 1.2em;
		margin: 20px 0;
		color:var(--background-55);
	}
}
@media all and (min-width:1200px){
	.maps-container{
		grid-template-columns: repeat(3,1fr);
	}
}
a{
	text-decoration: none;
}
img{
	object-fit: cover;
	width:100%;
}
.btn {
	color: var(--basic-color);
	background-color: var(--light-color);
	padding: 13px 25px;
	display: block;
	text-align: center;
	font-size: 15px;
	border-radius: 30px;
	font-weight: 700;
	transition: .2s;
}
.btn-2{
	color: var(--basic-color);
	background-color: var(--light-color);
	padding: 13px;
	display: block;
	text-align: center;
	width:fit-content!important;
	font-size: 13px;
	border-radius: 5px;
}
.btn-2>a{
	color: var(--basic-color);
	background-color: var(--light-color);
	padding: 0px;
	display: block;
	text-align: center;
	width:fit-content!important;
	font-size: 13px;
	border-radius: 5px;
	text-transform: uppercase;
}
.new-btn>a{
	background-color: var(--light-color);
	color:var(--color-grey-9);
	font-size: 15px;
	font-weight: 700;
	margin-top: 30px;
	transition: .2s;
	padding:13px 25px;
}
.new-btn>a:hover{
	color:var(--background-55);
}
#breadcrumbs{
	display: flex;
	gap:10px;
	text-transform: uppercase;
	margin-top:30px;
}
#breadcrumbs>li>a{
	color:var(--color-grey-4);
	font-size:.8rem;
	font-weight: 700;

}
#breadcrumbs>li{
	color:var(--color-grey-4);
	font-size:.8rem;
	font-weight: 700;
}
#breadcrumbs>li:last-child{
	color:var(--color-grey-4)
}
@media all and (max-width:1200px){
	#breadcrumbs{
		display: none;
	}
}
.modal-cacsp-box-content{
	line-height: 1.5rem;
}
.modal-cacsp-box-header{
	position: relative;
	padding:25px 80px!important;
}
.modal-cacsp-box-header::after{
	position: absolute;
	content:'';
	left:30px;
	top:20px;
	width:35px;
	height:35px;
	background-image: url(./img/cookie-image.png);
	background-position: center;
	background-size: cover;
}
body > div.modal-cacsp-position > div.modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show > div.modal-cacsp-btns > a.modal-cacsp-btn.modal-cacsp-btn-accept{
	background:var(--background-gradient);
}				
.pratia-place{
	padding:20px;
	background-color: white;
	opacity: 0.95;
	width:fit-content;
	box-sizing: border-box;
}

.pratia-place>p{
	font-size: 14px;
}
.h4-place{
	margin: 5px 0;
}
.h3-place{
	font-size:1.5rem;
	margin-bottom:20px;
}
.grid1{
	gap:15px;
}
.border-radius-6{
	border-radius:5px;
}
.grid2>a{
	width:100%;
}
@media all and (min-width:790px){
	.max-250{
		float: inherit;
	}
	.grid1{
		display: grid!important;
		grid-template-columns: 45% 1fr;
		gap:15px;
	}
	.grid5{
		display: grid!important;
		grid-template-columns: 37% 1fr;
		gap:15px;
	}
	.grid6{
		display: grid!important;
		grid-template-columns: 55% 1fr;
	}
	.grid2{
		display: grid!important;
		grid-template-columns: 1fr 1fr;
	}
	.padding-20-3{
		padding:20px;
	}
}
.place-grid{
	display: grid!important;
	grid-template-columns: 16px 1fr;
	gap: 10px!important;

}
.place-border{
	padding:20px;
	border:1px solid var(--icon-dark-gray);
}
.p-place-small{
	font-size:1rem!important;
}
.place-background-blue{
	background-color:var(--blue);
}
.place-padding{
	padding:20px;
	box-sizing: border-box;
}
.link-last{
	max-width:400px;
	position: relative;
}
.link-last>h4{
	position:absolute;
	top:20px;
	left:20px;
	color:white;
	z-index: 2;
}
.link-last>ul>li>a {
	min-height: 250px;
	display: block;
	color: white;
	z-index: 2;
	padding:100px 20px 20px;
	font-size: 1.33em;
	font-weight: 700;

}
.link-last>ul{
z-index: 3;
position: relative;

}
.link-last>ul>li>time {
	position: absolute;
	top:70px;
	left:20px;
	color:white;
}
.link-last>p {
	position: absolute;
	bottom:50px;
	left:20px;
	color:white;
	border: 1px solid white;
	padding:10px;
	border-radius:5px;
	cursor:pointer;
	font-size: 1em;
	font-weight: 700;
	z-index: 1;
	transition: .2s;
}
.link-last:hover>p{
	background-color: var(--color-grey-5);
	color:var(--background-55);
}
.background-green-dark{
	background-color: var(--green-1);
}
.background-color-light{
	background-color: var(--background-55);
}
.background-brown{
	background-color: var(--background-brown);
	padding:50px 0;
}
.background-blue{
	background-color: var(--background-blue);
	padding: 30px 0;
}
.gs-logo--img{
	max-height: 100px!important;
	object-fit: contain;
}	


.green-worm{
	height:fit-content;
	margin:auto;
	position:relative;
}
.green-worm::after{
	content:'';
	position: absolute;
	right:0;
	height: 100%;
	bottom:0;
	left:30%;
	background-image: url(./img/warm.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.green-worm>h3{
	z-index: 2;
}
.background-gradient-2{
	background:var(--background-gradient-2);
}
.background-gradient-3{
	background:var(--background-gradient-3);
}

.bubble-2{
	position: relative;
min-height: 250px;
	width:100%;
	background-color: var(--light-gray);
}
.bubble-2::after{
	position:absolute;
	background: url(./img/SubtractT-bottom.svg);
	height:120%;
	left:0;
	bottom:0;
	right:0;
	background-repeat: no-repeat;
	background-size:contain;
	content:'';
	transform: scaleX(-1);
	background-position: bottom;
}
.country-container{
	position: absolute;
	background-color: white;
	top:40px;
	left:0;
	right:0;
	padding:10px;

}
.country-button{
	cursor: pointer;
}

.country-button>svg{
	width:10px;
}
.country-button:hover{
	color:var(--background-55);
}
.country-button:hover>svg{
	fill:var(--background-55);
	color:var(--background-55);
}
.country-list-items{
	display: flex;
	gap:10px;
	align-items: center;
	justify-content: center;
}
.country-list-items>div>p{
	font-size: .8rem;
	font-weight: 700;
}
.country-list-items{
	display: grid;
	grid-template-columns: 30px 1fr;
	width:100%;
}
.country-list-items>div>span>p{
	font-size: .8rem;
}
.country-list{
	padding:10px 20px;
	margin:5px 10px;
}
.none{
	display: none;
}
.country-list:hover{
	box-shadow: 0px 0px 35px 14px rgba(98, 98, 119, 0.23);
}
.event-search-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px;
}
@media all and (max-width:1219px){
	.country-container{
		height:500px;
	}
}
@media all and (min-width:1200px){
	.bubble-1{
		position: relative;
	min-height: 250px;
		width:100%;
	}
	.bubble-1::after{
		position:absolute;
		background: url(./img/falafala.svg);
		width:100%;
		height:100%;
		left:0;
		top:0;
		background-repeat: no-repeat;
		background-size: contain;
		content:'';
		transform: scaleX(-1);
	
		
	}
}
.height-200{
	height:300px;
}
.container-relative{
	position:relative
}
.container-relative::after{
	position: absolute;
	left:0;
	top:0;
	right:0;
	width:32vw;
	background-color: var(--blue);
	height:100%;
	content:'';
	z-index: -1;
}
@media all and (max-width:779px){
	.container-relative::after{
		width:100%;
	}
}
@media all and (min-width:1650px){
	.container-relative::after{

		width:35vw;
	}
}
.place-grid>div>svg{
margin-top: 7px;

}
.p-place{
	font-size: .93em;
	line-height: 24px;
	color:var(--icon-dark-gray)!important;
}

.btn2>a{
	color: var(--background-55);
	background-color: var(--light-color);
	padding: 12px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	border-radius: 52px;
	font-weight: 700;
	transition: .1s;
	margin-top:10px;
	width:fit-content;
	border-radius:7px;
	height:25px;

}
.padding-bottom-50{
	padding-bottom:50px;
}
.btn2>a:hover{
	color:var(--light-color);
	background-color: var(--background-55);}

.btn-button>a{
	background: var(--background-gradient);
	border-radius:6px;
	width:max-content;
	padding:16px 25px;
	font-size:15px;
	font-weight: 700;
	margin-top:20px;
	box-shadow:0 6px 12px rgba(91,174,50,.3);
	white-space: nowrap;
	color:white;
	text-transform: uppercase;
}
.item-related>article>div>h1{
	font-size: 1.6rem;
	margin-top: 10px;
}

/* BLOCKS --------------------------*/

/* STANDARD */
.single-meta{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.grid-container-blog-2{
	display: flex;flex-direction: column;
	gap:20px;
}
.flex{
	display: flex;
}
.justify-center{
	justify-content: center;
}
.justify-end{
	justify-content: flex-end;
}
.align-center{
	align-items: center;
}
.color-white{
	color:white;
}

.color-green{
	color:var(--background-55)!important;
}
.font-block-22 {
	font-size: 1.06rem;
	margin-top: 10px;
	color: var(--icon-dark-gray);
	text-align: center;
	letter-spacing: 0.4px;
	padding: 0 10px;
}
.font-block-22-big {
		font-size: 2.13rem;
		line-height: 2.13rem;
		margin: 30px 0 10px 0;


}
.block-22-radius{
	position:relative;
	box-sizing: border-box;
	color:var(--background-55);
	font-size: 1.6rem;
	background-image: url(./img/circle-2.png);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100px;
	height:100px;
	margin: auto;
}

.color-gray{
	background-color: var(--color-grey-5);
}
.icon-blue{
	background-color: var(--icon-blue);
}
.icon-green{
	background-color: var(--icon-green);
}
.icon-dark-green{
	background-color: var(--icon-dark-green);
}
.icon-dark-gray{
background-color: var(--icon-dark-gray);
}
.icon-light-gray{
	background-color: var(--icon-light-gray);
}
.contact-green>div>div{
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.image-top{
	min-height:350px;
	box-shadow: inset 100px -200px 200px rgb(0 0 0 / 60%);
	position: relative;
	padding:0;

}
@media all and (max-width:1024px){
	.image-top{
		margin-bottom:50px;
	}
}
.image-top-slider{
	min-height:467px;
	box-shadow: inset 100px -200px 200px rgb(0 0 0 / 60%);
	position: relative;
	padding:0;
}
.image-top-slider2{
	min-height:467px;
	position: relative;
	padding:0;
}
.image-top>div>p{
	display: none;
}
.image-top>div>h1{
	text-align: center;
	padding-bottom:40px;
}
.image-top>div{
	align-self: flex-end;
}
.image-top::after{
	position:absolute;
	width: 100%;
	height:100%;
	content: '';
	left:0;
	top:0;
	box-shadow: inset 100px -200px 200px rgb(0 0 0 / 60%);

}
.wp-block-columns{
	margin-bottom: 0;
}
.margin-top{
	margin-top:30px!important;
}
.margin-top-link{
	margin-top:10px!important;
}
.margin-top-2{
	margin-top:30px!important;
}
.margin-top-10{
	margin-top:10px;
}

.flex-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: space-around;
	align-content: center;
	justify-content: center;
}
.flex-wrap-2{
	display: flex!important;
	flex-wrap: wrap!important;
}
.flex-wrap-2>div{
	min-width:200px;
}
.flex-wrap>a{
	height:18px;
}
.size-h2{
	font-size: var(--h2-mobile);
}
/* .pratia-wrapper>div{
	padding:0 30px;
} */
.color-green>a{
	color:var(--second-color);
}
.backround-gradient{
	background: var(--background-gradient)!important;
	font-family: 'museo-sans-rounded'!important;
	font-weight: 700!important;
}
.block-difrent{
	padding:20px;
	display: flex;
	flex-direction: column;
	margin:auto;
	max-width: 500px;
	justify-content: center;
	position:relative;
}
.block-difrent::after{
	position:absolute;
	bottom:-22px;
	right:30px;
	width:270px;
	height:270px;
	opacity: .2;
	content:'';
	background-image: url(./img/ludki.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.img-cover-block{
	height:fit-content;
	min-height:300px;
	padding:20px;
	margin-top:50px;
}
.margin-20{
	margin:0 20px;
}
@media all and (min-width:1024px){
	.block-difrent{
		padding:20px 50px 50px;
		min-height: 280px;
	}
	.pratia-container-3{
		max-width:900px;
		margin:auto!important;
		padding:20px;
	}
}
.background-gray{
	background-color: var(--light-gray);
	padding-top:30px;
	padding-bottom:50px;
}
.block-difrent>h2{
	padding-bottom: 0;
}
.block-difrent>p{
	line-height: 25px;
}
.background-gray-2{
	background-color: var(--light-gray);
}
.background-green{
	background-color:var(--green-1);
	padding: 30px 0 50px;
}

.background-white{
	background-color:white;
}
.p-plus {
	min-width: 70px;
	max-width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .1);
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:white;
	font-size: 1.8rem;
	margin-bottom:40px;
}
.block-5{
	padding:30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.block-5>figure{
	display: block;
	margin:0;
}
.block-5>p{
	text-align: center;
}
.p-block-5{
	font-size: 2.13rem;
	line-height: 2.13rem;
	font-weight: 600;
	margin: 30px 0 0 0;
}
.padding-20-1{
	padding:50px 30px 30px;
}

.block-5>figure>img{
	height:118px;
	width:auto;
}
.pratia-container-2>div{
	justify-content: center;
	gap:16px;
}
.pratia-container{
	padding:0 30px;
	box-sizing: border-box;
}

#location-filter{
	height:58px;
	text-transform: uppercase;
	background-color: #fff!important;
	padding:10px 20px;
	border:1px solid var(--color-grey-4);
	border-radius:5px;
	font-size: 1.06rem;
	color:var(--color-grey-7);
	font-weight: 300;
	-webkit-appearance: none;	
	background-image: url(./img/arrow-down-s-fill.svg);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-size: 25px;	

}


  
.filter-jobs-container>input{
	height:35px;
	text-transform: uppercase;
	background-color: transparent;
	padding:10px;
	border:1px solid var(--color-grey-4);
	border-radius:5px;
	font-size: 1.06rem;
	color:var(--color-grey-7);
	font-weight: 300;
}
#apply-filters{
	background: var(--background-gradient);
	border-radius:6px;
	/* width:max-content; */
	padding:16px 25px;
	font-size:15px;
	font-weight: 700;
	box-shadow:0 6px 12px rgba(91,174,50,.3);
	white-space: nowrap;
	color:white;
	text-transform: uppercase;
	border:none;
}
#apply-filters:hover{
		box-shadow:inherit;
		cursor: pointer;
}
.link-webinar{
	background: var(--background-gradient);
	border-radius:6px;
	width:100%;
	text-align: center;
	padding:16px 25px;
	font-size:15px;
	font-weight: 700;
	box-shadow:0 6px 12px rgba(91,174,50,.3);
	white-space: nowrap;
	color:white;
	text-transform: uppercase;
	border:none;
	box-sizing: border-box;
	display:block;
	margin-top:20px;
}
.false-container{
	display: flex;
	padding:50px 0;flex-direction: column;
	gap:20px;
	align-items: center;
	padding:20px;
}
.false-img{
	max-width:350px;
}
.false-container>h2{
	text-align: center;
}
.false-container>a{
	font-size: 3rem;
	font-weight: 700;
	color:var(--green-1);
}
.link-webinar:hover{
		box-shadow:inherit;
		cursor: pointer;
}
.filter-jobs-container>input::placeholder {
	opacity: 1; /* Ustawienie pełnej przezroczystości dla placeholdera w elementach z klasą "filtr-jobs" */
  }
.jobs-top-img{
	
	display: none;
}
@media all and (max-width:1023px){
	#pratia-container-jobs{
		padding:0;
	}
	#pratia-container-jobs>div>h2{
		margin-left:20px;
	}
}
.filter-jobs-container{
	display: grid;
	margin:30px 0px;
	gap:10px;
	padding:20px;
	border: 1px solid var(--color-grey-5);
	border-radius: 0 24px;
	box-shadow: 0px 33px 80px rgba(184, 201, 222, 0.07), 0px 11.8979px 59.4629px rgba(184, 201, 222, 0.0503198), 0px 5.46257px 30.2581px rgba(184, 201, 222, 0.0417275), 0px 2.55591px 14.1534px rgba(184, 201, 222, 0.035), 0px 1.06704px 5.64491px rgba(184, 201, 222, 0.0282725), 0px 0.314464px 1.43544px rgba(184, 201, 222, 0.0196802);

}

.pratia-container-4{
	padding:0 20px;
}
.image-top-slider>div{
	padding:0 30px;
}
.image-top-slider2>div{
	padding:0 30px;
}
.pratia-container-slider{
	padding:0 30px;
}
.small-img>img{
	height:63px;
	width:auto;	
}
.block-grid>div{
	display: grid;
	grid-template-columns: 60px 1fr;
	gap:15px;
	margin-bottom:0;
}
.block-grid{
	display: grid!important;
	grid-template-columns: 60px 1fr;
	gap:15px;
	margin-bottom:0;
}
.block-grid>div>div{
	align-items: center;
	display: flex;
}
.block-grid>div>div>h3{
	margin:0 0 1em;
}
.border-radius{
	border-radius:0px 64px!important;
}
.overflow-hidden{
	overflow:hidden;
}
.border-radius-2{
	border-radius:0px 24px!important;
}
.border-radius-3{
	border-radius:0px 24px!important;
	border: 1px solid var(--color-grey-5);
	padding:20px;
	text-align: center;
	max-width: 170px;
	min-height: 300px;
}
.border-radius-3>hr{
	margin:auto;
}
.on-mouse-over img {
	transition: transform 0.3s;
}
.on-mouse-over img:hover {
	transform: scale(1.25);
}
.on-mouse-over a:hover {
	color: black;
}
.border-radius-4>img{
	border-radius:0px 24px!important;
}
.border-radius-5>figure>img{
	border-radius:0px 24px!important;
}
.margin-auto>img{
	margin:auto;
}
.filter-jobs-container{
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
}
.filter-jobs-container>h3{
	position:absolute;
	left:20px;
	top:8px;
}
@media all and (min-width:1024px){
	.jobs-top-img{
		display: block;
	}
	.filter-jobs-container{
		display: grid;
		grid-template-columns: 40% 40% auto;
		margin:0;
	
	}
	.cta{
		padding-left:30px;
	}
}
@media all and (min-width:1200px){
	.margin-left-10{
		margin-left:10vw!important;
	}
	.margin-top-2{
		margin-top:50px!important;
	}
	.platform-grid{
		display: grid!important;
		grid-template-columns: 60% 1fr;
		gap:20px;
	}

}

.link{
	color:var(--icon-dark-gray);
	font-size: .9rem;
	text-align: center;
}
.block-pratia-2{
	padding:20px 20px 0px;
	border-radius:0px 44px!important;
	border: 1px solid var(--light-gray-2);
	background-color: white;
	min-height:200px;
}
.block-pratia-2>div>div:first-child{
	display: grid!important;
	grid-template-columns: auto 1fr;
	gap:10px;
}
.block-pratia-2>div>div:nth-child(2){
	margin-top:10px;
}
.block-pratia-2>div>div>div{
	display: flex;
	align-items: center;
}
.block-pratia-2>div>div>div>figure{
	display: block;
	margin:0;
}
.font-small-2{
		font-size: 0.93rem;
		font-weight: 300;
		letter-spacing: 0.4px;
		margin: 16px 0px;
		color: var(--color-grey-6);
		height: 100%;
}
.block-8>h3{
	font-size: 1.0em;
	line-height: 24px;
}
.block-8{
	padding:20px;
}
.block-8-container{
	margin-top: 30px!important;
}
.icon-grid{
	display: grid!important;
	grid-template-columns: 50px 1fr;
	gap:10px;
}
.icon-grid{
	display: grid!important;
	grid-template-columns: 40px 1fr;
	gap:0px;
	padding:10px;
	border-radius:10px;
	width:auto;
	margin-top:15px;
}
.block-11-h4{
		font-size: 0.8rem;
		line-height: 16px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		margin-top: 15px;
}
.icon-circle{
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.2);
		padding: 3px;
		font-size: 20px;
		line-height: 20px;
		color:white;
		display: flex;
		justify-content: center;
		align-items: center;

}
.block-11-p{
	margin-top:5px;
		font-weight: 600;
		font-size: .8rem;
		line-height: 16px;
		display: flex;
		align-items: center;
		letter-spacing: 0.05rem;
		text-transform: uppercase;
		padding-left: 12px;
		color: var(--color-grey-0);
		width: 243px;
}
.block-11-container{
position:relative;
}

.h1-about{
	text-align: left!important;
}
.max-width-500{
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.max-width-300{
	max-width:300px;
}
.contact-green>div>div>h1{
	color:white;
	margin-top:30px;

}
.block-14{
	margin-top: 100px;
}

.block-14>div{
	justify-content: center;
}
.block-14{
	padding-bottom:50px;
}
.max-width-300{
	display: none;
}

.contact-green>div>div>h3{
	color:white;
	font-size: 2.2rem;
}
.contact-green>div>div>p{
	color:white;
	font-size: 1.33rem;
}
.gradient-contact{
	position:relative;
}
.information-green{
	height:200px;
	background-color: var(--background-gradient-2);
}

.gradient-contact>div{
	z-index: 1;
}
.max-width-900{
	max-width: 900px;
}
.max-width-850{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border-radius:0 64px;
	margin-top:30px!important;
}
.forminator-button{
	width:100%!important;
	min-height:55px!important;
	border-radius:5px!important;
}
.information-green{
	height:200px;
	background: var(--background-gradient-2);
	display: flex;
	align-items: center;
}
.information-green>div>div>h2{
	color:white;
}
.shadow{
	box-shadow:0px 40px 80px rgba(15, 45, 80, 0.2);
}
.z-index-2{
	z-index: 2;
}
.container-arrow{
	flex-wrap: wrap;
}
.arrow-item{
	width:400px;
	padding:30px;
	border-radius:0 44px;
	background-color:white;
}
.arrow-item>div>p{
	font-size: .93rem;
}
.arrow-item>div{
	display: flex;
	flex-direction: column;
	gap:15px;
}

#wpforms-2763{
	margin-top:0;
}
.border{
	border: 1px solid var(--color-grey-5);
}
.border-radius-5{
	border-radius:20px;
}
.block-15{
	display: flex;
	flex-direction: column;
	gap:20px;
	padding:55px 30px 40px;
	position:relative;
}
.margin-top-15{
	margin-top:15px;
}
.block-15:hover{
	box-shadow:0px 32px 64px rgba(20, 20, 42, 0.2);
}
.block-15>h3{
margin-top:25px;
font-size:1.23rem;
color:white;
line-height: 32px;

}

.block-15>h4{
color:white;
}
.block-15>a>h3{
margin-top:25px;
font-size:1.23rem;
color:white;
line-height: 32px;

}
.block-15>a>h4{
color:white;
}
.block-15a{
	background:var(--background-gradient-3);
}
.gap-0{
	gap:0!important
}
.gap-15{
	gap:15px;
}
.block-15b{
	background:var(--background-gradient-4);
}

.icons-row-background{
	background:var(--light-color);
	padding:50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
.arrow-right>svg{
	fill:var(--background-55);
	color:var(--second-color);
	padding-top: 3px;
	transition: .2s;
}
.arrow-right:hover>svg{
	fill:white;
	transition: .2s;
}
.arrow-right {
	padding: 15px;
	border: 1px solid white;
	width: 15px;
	height: 15px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:5px;
	transition: .2s;
}
.arrow-right:hover {

	border: 1px solid var(--background-55);

}

.margin-top-100{
	margin-top:50px;
}
.weaves-none>.backgrond-weaves{
	background-image:none;
	min-height: 300px;
	padding: 0;
}
.h3-1{
	color:var(--third-color);
	font-size:1.2rem;
}
.h3-after{
	position: relative;
}

.show-hide-click{
	position: absolute;
	right:20px;
	top:-70px;
}

.show-hide{
	position: relative;
}
.show-hide::after{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	right:0;
	top:5px;
	content:'';
	background-image: url(./img/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@media all and (min-width:780px){
	.show-hide{
		position:relative;
	}
	.show-hide>div{
		z-index: 1;
	}

}
.hyggio-ul{
	display: flex;
	flex-direction: column;
	gap:10px;
	line-height: 32px;
	margin-top:25px;
}
.hyggio-ul-2{
	line-height: 2.2rem;
}
.hyggio-ul>li{
	padding-left:20px;
	position:relative;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
.hyggio-ul>li::after{
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	left:0;
	top:13px;
	background-color: var(--background-55);
	border-radius:5px;
}
.html-maps>svg{
	width:100%;
	height: 100%;
	transform: scaleX(-1);
}
.html-maps{
	display: flex;
}
@media all and (max-width:600px){

	.bubble-2{
		min-height:80px;
	}
	.max-height-maps>svg{
		max-height: 250px;
	}
}
.weaves-absolute{
	display: none;
}
.czech-img>img{
	max-width:520px;
}
@media all and (min-width:1024px){

	.padding-bottom-80{
		padding-bottom:80px;
	}
	.czech-image-container{
		position: relative;
		z-index: 2;
	}
	.czech-image-container::after{
		position: absolute;
		content:'';
		left:0;
		top:120px;
		width:100%;
		height:100%;
		background-image: url(./img/ballik.svg);
		background-position: right;
		background-repeat: no-repeat;
		transform: scaleX(-1);
		z-index: 1;
	}
	.h3-after::before {
		display: none;
	}
	.block-15{
		min-height: 220px;
	}
	.show-hide::after{
		display: none;
		}
	.h3-1{
		max-width:400px;
		margin-left:50px;
		font-size:2rem;
		padding:20px 0;
		margin-top:0;
		margin-bottom:0;
	}
	.h3-1:hover{
		color:var(--background-55);
	  }
	  .h3-1{
		margin-left:80px;
	}
	.p-absolute{
		position:absolute;
		top:5px;
		display: none;
	}
	.grid3>div:nth-child(1):hover + div>div>.p-absolute {
		display: block;
	  }

	.grid3>div:nth-child(1):hover + div>p {
		display: block;
	  }
	.grid3>div:nth-child(1):hover + div>ul {
		display: flex;
	  }
	  .p-absolute::after{
		width:60px;
		height:2px;
		content:'';
		left:-80px;
		top:8px;
		background-color: var(--blue);
		position: absolute;
	}

	  
	.margin-top-100{
		margin-top:100px;
	}
	.weaves-absolute{
		position: absolute;
		top:60px;
		left:0;
		width:45%;
		bottom:0;
		background-color: white;
		display: block;
	}
	.weaves-white{
		position: relative;
	}
	.weaves-white>div{
		z-index: 1;
	}
	.hyggio-ul>li{
		padding-left:20px;
		position:relative;
		font-size: 1.2em;
	}

}
@media all and (min-width:1200px){
	.p-absolute::after{
		width:120px;
		left:-140px;
	}
}
@media all and (min-width:1600px){
	.block-11-container{
		position:relative;
		}
		.p-absolute::after{
		width:160px;
		left:-180px;
		top:35px;
	}

}


#wpforms-1019{
	margin-top:0!important;
}
#wpforms-2763-field_3-container{
	grid-column: 1/3;
}
#wpforms-1019-field_7-container{
	grid-column: 1/3;
	padding:0;
}
#wpforms-1019-field_1-container{
	grid-column: 1/2;
}
#wpforms-1019-field_5-container{
	grid-column: 2/3;
}

#wpforms-1019-field_3 > li:nth-child(1) > label:nth-child(2){
	padding-right:30px;
	position:relative;
}
#wpforms-1019-field_3-container{
	padding:0;
}
.forms-height::after{
	position: absolute;
	right:0;
	top:7px;
	width:30px;
	height:30px;
	content:'';
	background:url(./img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 13px;

}
.forms-height-20{
	height:24px!important;
	overflow: hidden!important;
	padding-right:30px!important;
}

.arrow-absolute{
	position: absolute;
	bottom: -18px;
	overflow: hidden;
	right: 80px;
	opacity: .2;
}
.arrow-absolute>svg{
	fill:white;
	width:180px;
	height:180px;
}
.p-block-17{
	font-size: 1.33rem;
	line-height: 32px;
	color: var(--icon-dark-gray);
	margin: 24px 48px 24px 0;
}
.h-block-17{
	font-size: 1.3rem;
}
.flex-column-2>div{
	display: flex;
	flex-direction: column;
	gap:10px;
}
@media all and (min-width: 780px){
	.block-5{
		max-width:180px;
	}
	.background-gray{
		padding-top:80px;
		padding-bottom:80px;
	}
	.background-green{
		padding: 80px 0 80px;
	}
	.block-pratia-2{
		padding:20px 20px 0px;
		border-radius:0px 64px!important;
		border: 1px solid var(--light-gray-2);
		background-color: white;
		min-height:300px;
	}
	.block-1>div{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:100px;
	}
	.block-8-container{
		margin-top:0px!important;
	}
	.block-11-container{
		position:relative;
		}
		.flex-column-2>div{
			flex-direction: row;
			gap:100px;
		}
}
.uppercase{
	text-transform: uppercase;
}
.block{
	display: block!important;
}
.doctor-img{
	width:150px;
}
.display-none{
	display: none;
}
.doctor-p{
	font-size: .9rem;
}
.dark-green{
	background-color: var(--color-grey-9);
}
.thera-grid{
	padding:20px;
	position:relative;
	margin-top:15px!important;

}
@media all and (max-width:1023px){
	.h-thera{
		position: absolute;
		left:160px;
		top:60px;
	}
}
.offer-item{
	padding:20px;
	border: 1px solid var(--color-grey-5);
	border-radius:0 24px;
	margin: 20px 0;
	box-shadow:0px 33px 80px rgba(184, 201, 222, 0.07), 0px 11.8979px 59.4629px rgba(184, 201, 222, 0.0503198), 0px 5.46257px 30.2581px rgba(184, 201, 222, 0.0417275), 0px 2.55591px 14.1534px rgba(184, 201, 222, 0.035), 0px 1.06704px 5.64491px rgba(184, 201, 222, 0.0282725), 0px 0.314464px 1.43544px rgba(184, 201, 222, 0.0196802);
}
.offer-meta{
	display: flex;
	justify-content: space-between;
}
.offer-meta-left{
	display: flex;
	gap:5px;
	align-items: center;
	padding:5px 12px 2px 10px;
	border:1px solid var(--color-grey-4);
	border-radius:20px;
}
.offer-meta-left>svg{
	margin-bottom:5px;
}
.offer-content-right>.btn-button{
	padding-bottom:0;
}
.offer-content-right>.btn2{
	margin-bottom:8px;
}
.offer-meta-date{
	color:var(--color-grey-7);
	font-size: .9rem;
}
.offer-meta-place{
	color:var(--color-grey-7);
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 100;
}
.title-link>.title{
	color:var(--green-1);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 28px;
}
.offer-content{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-direction: column;
}
.offer-content-right{
	display: flex;
	gap:10px;
	align-items: center;
}
#pratia-container-jobs>.pagination{
	display: flex;
	gap:20px;
}
#pratia-container-jobs>.pagination>li{
	font-size: 1.5rem;
	color:var(--background-55);
	cursor: pointer;
}

@media all and (min-width:1024px){

	.pratia-wrapper>div{
		margin:auto;
		gap:100px;
		max-width: 1280px;
		padding:0;
	}
	.contact-green{
		padding-bottom: 100px;
	}
	.offer-content{
		flex-direction: row;
	}
	.thera-grid{
		display: grid!important;
		grid-template-columns: auto 1fr;
		gap:20px;
		align-items: center;
		border:1px solid #E8E8E8;
		border-radius:0 24px;
		padding:20px 30px;
		min-height:150px;
	}
	
	.grid-container-blog-2{
		flex-direction: row;
		flex-wrap: wrap;
		margin-top:50px;
		justify-content: center;
	}
	.grid-container-blog-2>article{
		max-width: 350px;
	}
	.image-top-slider{
		min-height:540px;
	}
	.image-top-slider2{
		min-height:540px;
	}
	.slider-margin-left{
		margin-left:30px;
	}
	.information-green{
		height:300px;
	}
	.background-gray-3{
		background-color: var(--light-gray);
	}
	.block-14{
		padding-bottom:80px;
	}
	.gradient-contact>div{
		padding-top:50px;
	}
	.contact-green>div>div>h1{
		max-width:70%;
		color:white;
		line-height: 1;
	}
	.max-width-850{
		padding:50px;
		margin-top:-90px!important;
	}
	.h1-about{
		text-align: center;
	}
	.block-11-container{
		position:relative;
		}

	.size-h2{
		font-size: var(--h2-comp);
	}
	.width-70{
		padding-right:20%;
	}

	.btn-button>a{
		width:fit-content!important;
	}
	.pratia-container{
		max-width: 1280px;
		margin-left:auto!important;
		margin-right: auto!important;

	}
	#offer-container{
		position: relative;
		padding-top:100px;
	}
	.filter-jobs-container{
		position: absolute;
		top:-70px;
		background-color: white;
		right:0;
		left:0;
	}
	#offer-container>h2{
		padding-bottom:0;
		margin-top:30px;
	}
	.pratia-container-4{
		max-width: 900px;
		margin-left:auto!important;
		margin-right: auto!important;
	}
	.image-top-slider>div{
		max-width: 1280px;
		margin-left:auto!important;
		margin-right: auto!important;
	}
	.image-topr>div{
		max-width: 1280px;
		margin-left:auto!important;
		margin-right: auto!important;
	}
	.pratia-container-slider{
		max-width: 1280px;
		margin-left:auto!important;
		margin-right: auto!important;
		padding: 0 120px;
	}
	.margin-top{
		margin-top:50px;
	}
	.image-top{
		min-height:504px;
	}
	.image-top>div>p{
		display: block;
		font-size: 1.06rem;
	}
	.image-top>div{
		align-self: inherit;
	}
	.image-top>div>h1{
		text-align: left;
		padding-bottom:inherit;
	}
	.block-8{
		padding:70px;
		box-shadow:0px 40px 80px rgba(15, 45, 80, 0.2);
	}
	.block-8>h3{
		font-size: 1.6em;
		line-height: 40px;
	}
	.icon-grid{
		width:310px;
	}
	.max-width-300{
		max-width:300px;
		display: block;
	}
	.gradient-contact::after{
		height:500px;
	}
	.padding-right-30{
		padding-right:30%;
	}


}
@media all and (min-width:1300px){
	.pratia-container{
		padding:0 0;
	}

}
@media all and (min-width:1600px){
	.block-11-container{
		position:relative;
		}
		.pratia-container-4{
			max-width:1280px;
			margin:auto!important;
			padding:20px;
		}
}
.pratia-hr-blue {
	background: var(--blue);
	border-radius: 36px;
	width: 36px;
	height: 4px;
	border:none;
	margin:0;
}
.pratia-p-block-5 {
	font-size: 1.06rem;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 0.4px;
	font-weight: normal;
}

/* ----------------------------- */

.wp-block-button__link{
color:white;
}
.btn-button>a:hover{
	box-shadow:none;
}
.btn-gradient{
	background: var(--background-gradient);
	border-radius:6px;
	width:max-content;
	padding:16px 25px;
	font-size:15px;
	margin-top:20px;
	box-shadow:0 6px 12px rgba(91,174,50,.3);
	white-space: nowrap;
	text-transform: uppercase;
	display: block;
	color:white;
}
.btn-gradient:hover{
	box-shadow:none;
}
.wp-block-buttons{
	width:100%!important;
}
.wp-block-button{
	width:100%;
}
.img-radius>img{
	border-top-right-radius: 15%;
	border-bottom-left-radius: 15%;
	width:100%;
	height:auto;
	object-fit: cover;
}
.img-radius-2>img{
	border-top-right-radius: 15%;
	border-bottom-left-radius: 15%;
	width:auto;
	height:auto;
	object-fit: cover;
	max-height:400px;
	transition:.3s
}
.padding-50{
	padding:50px 0;
}

.img-radius-2{
	display: flex;
	justify-content: center;
}
.line-height-1{
	line-height: 1.9rem;
}
.padding-20-4{
	padding:50px 30px;	
}
.padding-20{
	padding:20px 0;
}
.padding-20-2{
	padding:20px;
}
.padding-right-20{
	padding-right:20px;
}

.padding-bottom-20{
	padding-bottom: 50px;
}
.grid-com-container{
	display: grid;
}
.grid-com{
	display: grid!important;
	background-color: var(--background-55);
	border-radius:0px 44px;
	max-width:200px;
	height:180px;
	transition: .5s;
	border:1px solid white;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	overflow: hidden;
}
.grid-com>div{
	grid-row:1/2;
	grid-column:1/2;
	justify-content: center;
	align-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--background-55);
}
.grid-com>div>h2{
	font-size: 2.9rem;
}
.grid-com>div>h4{
	font-size: 1.1rem;
}
.margin-padding-0{
	margin:0;
	padding:0;
}
.grid-com:hover{
	border-radius:44px 0px;
	transition: .5s;
}
.letter-f{
	position: relative;
}
.letter-f::after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	background-image: url(./img/F-Layout-horizontal-white.svg);
}
@media all and (min-width:1200px){
	.padding-left-right{
		padding:0 130px;
	}
	.grid-com-container{
		grid-template-columns: repeat(5, 1fr);
		gap:30px;
	}
	.margin-right-150{
		margin-right: 150px;
	}
}

.padding-place{
	padding:20px 0;
}
.border-botom-left{
	border-bottom-left-radius: 20px;
}
.border-top-right>img{
	border-top-right-radius: 20px;
}
.margin-0{
	margin:0!important;
}
.block-1>div>div>figure>img{
	display: none;
}
.block-1{

	padding-bottom:2.5rem;
}
.clinic-container{
	position:relative;
}
.clinic-container::before{
	position:absolute;
	content:'';
	width:50%;
	height:100%;
	left:0;
	top:0;
	background-color: #f4f4f4;
	z-index: -1;
}
.clinic-container::after{
	position:absolute;
	content:'';
	width:50%;
	height:100%;
	right:0;
	top:0;
	background-color: #63C2D1;
	opacity: .2;
	z-index: -1;
}
.clinic-margin{
	margin:0 20px;
}
@media all and (min-width:580px){
	.max-250{
		max-width:250px;
		float: left;
		margin-right:20px;
	}
}
@media all and (min-width:790px){
	.max-250{
		float: inherit;
	}
}
@media all and (min-width:780px){

	.block-1>div>div>figure>img{
		display: block;
		width:520px;
	}
	.block-1>div>div{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.block-1{
		padding-top:2rem;
		padding-bottom:4rem;
	}

}
@media all and (min-width:1200px){
	.padding-place{
		padding:50px 0;
	}
	
}
#partners{
	margin-top:30px;
}



/* Header---------------------------------------- */
.relative{
	position:relative;
}
.header-container-absolute{
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index: 99;
	background-color: white;
}
.header-container{
	position:relative;
}
.logo>a>img{
	object-fit: cover;
}
.logo>h3{
	position: absolute;
	color:var(--color-grey-7);
}
.flex-column{
	flex-direction: column;
}
.margin-right-140{
	margin-right:140px;
}
.flex-column>div{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:15px;
}
.flex-column>div>img{
	width:155px;
	height:155px;
	margin-top:10px;
}
.new-top-baner{
	padding:30px;
	position: relative;
}
.background-new-top-baner{
	background: var(--background-gradient-2);
}
.new-top-baner>div{
	grid-column: 1/2;
	grid-row: 1/2;
}
.text-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color:white;
}
.text-container>h2{
	color:white;
}
.text-container>p{
	color:white;
}
.new-top-baner-img>img{
	min-height:340px;
}
.new-top-baner-img{
	display: none;
}
.category-link-container{

	bottom:-52px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.category-link-container>a{
	background-color: white;
	padding:20px 30px;
	border-radius: 0 25px;
	margin-right:20px;
	box-shadow:0px 67px 80px rgba(79, 83, 123, 0.09), 0px 16.7469px 13.5921px rgba(79, 83, 123, 0.0865657), 0px 6.40221px 4.35007px rgba(79, 83, 123, 0.0760638), 0px 1.85966px 0.871581px rgba(79, 83, 123, 0.0564167);
	font-weight: 500;
	display: flex;
	width:100%;
	box-sizing: border-box;
	margin-top:20px;
	align-items: center;
	gap:10px;
}

.event-meta-container{
	display: flex;
	flex-direction: column;
	gap:10px;
	align-items: flex-start;
}
.event-meta-container>div{
	display: flex;
	align-items: center;
	gap:10px;
}
.event-meta-container>h3{
	padding-bottom:10px;
	border-bottom:1px solid var(--color-grey-7);
}
.right-event-single>p>span{
	font-weight: 700;
	font-size: .9rem;
	color:var(--icon-dark-gray);
}
.right-event-single>p{
	font-size: .9rem!important;
	color:var(--color-grey-7)!important;
}
#showAllButton{
	width:100px;
	height:40px;
	display: flex;
	justify-content:center;
	align-items: center;
	background: var(--background-gradient);
	color:white;
	border-radius: 20px;
	font-weight: 700;
	font-size: .8rem;
	cursor:pointer;
}
.orange{
	color:#FF7F31!important;
}
.padding-bottom-case{
	padding-bottom: 30px;
}
#event-site{
	background-color: #e5e5e5;
}

#cloud-event{
	margin-bottom:50px;
	gap:20px;
	flex-direction: column;
}
.event-tag-container{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.event-tag-container>a{
	background-color: white;
	padding:5px 20px;
	border-radius:20px;
	font-size: 0.85rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.event-tag-container>a>p{
	font-size: .85rem;
}
.event-tag-container>a>span{
	font-size: .75rem;
	margin-top: -5px;
	display: block;
}
.btn-platform>a{
	height:45px;
}
@media all and (min-width:1024px){
	.text-container>p{
		max-width:80%;
	}
	.padding-bottom-case{
		padding-bottom: 70px;
	}
	#cloud-event{
		flex-direction: row;
	}
	.category-link-container{
		position: absolute;
		flex-direction: row;
	}
	.category-link-container>a{
		width:fit-content;
	}
	.text-container>h2{
		font-size: 4rem;
	}
	.new-top-baner-img>img{
		width:400px;
	}
	.new-top-baner{
		grid-template-columns: repeat(2,1fr);
		display: grid;
		position: relative;
	}
	.new-top-baner>.new-top-baner-img{
		grid-column: 2/3;
		display: flex;
		justify-content: flex-end;
	}
	.new-top-baner>.text-container{
		grid-column: 1/2;
	}
	.background-new-top-baner{
		margin-bottom:100px;
	}

}
@media all and (min-width:1300px){
	.new-top-baner{
		padding:30px 0;
	}
}
@media all and (max-width:1219px){
	.menu-container{
		position:fixed;
		padding: 0px 20px;
		top:60px;
		left:0;
		right:0;
		transition: .2s;
		min-height: 100vh;
		background-color: white;
		overflow: scroll;
	}
	.local-baner-container{
		margin-top: 50px;
		margin-bottom:10px;
	}
	.logo>h3{
		top:55px;
	}
	.transform{
		transform: translateX(-1250px);
	}
	
	.none{
		display: none;
	}
	.header-container-absolute{
		position:fixed;
		top:0;
		left:0;
		right:0;
	}
	#primary-menu{
		display: flex;
		flex-direction: column;
		gap:20px;
		margin-top: 40px;
	}
	#primary-menu>li>a{
		color:#2E5529;
		font-size: 1.33rem;
	}
	#primary-menu>li{
		text-transform: uppercase;
		font-weight: normal;
		
	}
	.sub-menu{
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 20px 15px;
	}
	.sub-menu>li{
		font-size: .93rem;
	}
	.sub-menu>li>a{
		color:var(--third-color);
	}
	.contact-flex-container{
		display: flex;
	}
	.item-contact{
		width:100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding:20px;
		border: 1px solid white;
		margin-top: 50px;
	}
	.item-contact>a>svg{
		fill:white;
	}
	#menu-item-3045{
		position: relative;
	}
	.bird{
		position:relative;
	}
	.bird::before{
		position:absolute;
		right:30px;
		top:15px;
		content:'';
		width:13px;
		height:13px;
		background-image: url(./img/arrow1.svg);
		background-size: contain;
		background-repeat: no-repeat;
		transform: translateY(-5px);
		background-color: white;
	}
	.bird-2{
		position:relative;
	}
	.bird-2::after{
		position:absolute;
		right:30px;
		top:10px;
		content:'';
		width:13px;
		height:13px;
		background-image: url(./img/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}


	.logo>a>img{
		height:35px;
		width:auto;
	}
	.header-container{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:10px 20px 25px 35px;
		background-color: white;
		position:fixed;
		left:0;
		right:0;
		border-bottom:1px solid lightgray;
	}
	.img-comp{
		display: none;
	}
	.info-mobile{
		display: flex;
		flex-direction: column;
		gap:15px;
		margin-top:30px;
	}
	.info-mobile>a{
		color:var(--third-color);
		font-size: .93rem;
	}
}
.contact-top{
	display: none;
}
.open-menu{
	display: grid;
	padding:10px;
}
.close-menu-icon{
	grid-column: 1/2;
	grid-row:1/2;
	background-color: white;
}
.open-menu-icon{
	grid-column: 1/2;
	grid-row:1/2;
	background-color: white;
}
.blog-container-grid{
	margin-top:30px;
}
.cat-item>a{
	color: var(--color-grey-7);
	font-size: 1rem;
}
.search-container{
	padding:35px;
	border: 1px solid var(--color-grey-4);
	height:fit-content;
	border-radius:5px;
	margin-top:20px;
	position:relative;
	background-color: white;
}

.search-container>ul{
margin-top:20px;
}
.aside-title>h2{
	padding-bottom:0;
}
.aside-title>p{
	font-size: .93rem;
}
.search-field{
	width:100%;
	height:55px;
	border:1px solid var(--color-grey-4)!important;
	border-radius:5px;
	padding:10px 20px;
	color:var(--color-grey-7);
	font-size: 1.1rem;
}
.search-form{
	position: relative;
}
.search-submit{
	position:absolute;
	right:0px;
	height:55px;
	border:none;
	border-radius:10%;
	background-color: var(--light-color);
	padding:0 20px;
}
.wpforms-field-medium{
	max-width: inherit!important;
}
.wpforms-field>label{
	color: var(--color-grey-7)!important;
	font-size: 13px!important;
}
.wpforms-field-medium>div>label{
	color: var(--color-grey-7)!important;
}
.wpforms-field-medium>div>input{
	border:1px solid var(--color-grey-4)!important;
}
.wpforms-field>input{
	border:1px solid var(--color-grey-4)!important;
}
.wpforms-field>textarea{
	border:1px solid var(--color-grey-4)!important;
}
.wpforms-field-medium>div>input::placeholder{
	color: var(--color-grey-7)!important;

}
.wpforms-field-medium>div>input{
	border:1px solid var(--color-grey-4)!important;
}
.wpforms-field>input::placeholder{
	color:var(--color-grey-7)!important;
}
.wpforms-field>textarea::placeholder{
	color:var(--color-grey-7)!important;
}
.wpforms-information{
	color:var(--color-grey-7);
	font-size: 12px;
	text-align: center;
	display: block;
}
#h2-related-team{
	color:var(--green-2);
}
.related-posts>.item-related>article{
width: 350px;
}
.link-related-img{
	width: 273px;
	height:350px;
	border-radius:0 24px;
}
.link-related-img>div>img{
	width: 100%;
	height:100%;
	border-radius:0 24px;
}
#wpforms-3399{
	margin:0;
}
.wpforms-field>input{
	height:50px!important;
}
.wpforms-field{
	padding:0!important;
}
.wpforms-field>select{
	height:50px!important;
	border: 1px solid var(--color-grey-4)!important;
	color: var(--color-grey-4)!important;
}
.h1-policy{
	max-width:100%!important;
}

.team-bottom-container{
	padding: 40px 0;
	background-image:url(./img/black.png);
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap:20px;
	background-repeat: no-repeat;
}
.team-bottom-container>.pratia-container>h2{
	color:white;
}
.team-bottom-container>.pratia-container>p{
	color:white;
}
@media all and (min-width:1200px){
	.wpforms-field-container{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:20px
	}
	.logo>h3{
		top:28px;
		font-size: .8rem;
	}
	body .wp-block-columns>.policy-container{
		
		background-color: white;
		border-top-right-radius: 70px;
		margin-top:-75px!important;
		padding:100px 15%;

	}

	#wpforms-1019-field_3-container{
		grid-column: 1/3;
	}
	#wpforms-3183-field_1-container{
		grid-column: 1/3;
	}
	#wpforms-3183-field_3-container{
		grid-column: 1/3;
	}
	#wpforms-3399-field_3-container{
		grid-column: 1/3;
	}
	#wpforms-3399-field_1-container{
		grid-column: 1/3;
		padding:0;
	}
	#wpforms-4187-field_14-container{
		grid-column: 1/3;
		padding:0;
	}
	#wpforms-4187-field_15-container{
		grid-column: 1/3;
		padding:0;
	}
	#wpforms-4187-field_3-container{
		grid-column: 1/3;
		padding: 0;
	}
}
.allow>fieldset>ul>li>label{
	font-size: 12px!important;
	line-height: 1.8!important;
	color:var(--color-grey-7)!important;
}

.navigation{
	display: flex;
	justify-content: space-between;
}
.navigation>div>a{
	color:var(--background-55);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.single-blog-grid{
	padding-top:50px;
}
.single-blog-grid p {
	font-size: 1rem;
	color:var(--color-grey-6);
}
.single-blog-grid>main>article{
	overflow: hidden;
}
.single-title{
	padding:20px;
	border-bottom: 1px solid var(--color-grey-5);
}
.single-title>p{
	margin-top:20px;	
	color:var(--color-grey-7);
}
.single-blog-grid>.blog-single-main{
	padding:0;
}
.single-content{
	padding-top:20px;
}
.container-single-img{
	padding:20px;
	gap:10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.container-single-text{
	padding:0px 20px;

}
.container-single-text>p{
	font-size:.93rem;
	color:var(--third-color);
	padding-left:38px;

}
.single-meta-container{
	border:1px solid var(--color-grey-4);
	padding-bottom:30px;
	border-radius:3px;

}
.left-single-img>div>img{
	border-radius:0 24px;
	max-width: 146px;
	max-height: 207px;
	box-shadow:0 30px 30px -25px #4f537b;
}
.right-single-img>h4{
	color:var(--green-2);
	font-size: 1.33rem;
}
.right-single-img>a>svg{
	margin-top:20px;
}
.single-form-title>h3{
	color:var(--background-55);
}
.blog-item-grid>article{
	background-color: white;
}
@media all and (min-width:750px){
	.blog-container-grid{
		display: flex;
		flex-wrap: wrap;
		gap:30px;
		margin-top:50px;
		justify-content: center;
	}
	#event-container-grid{
		display: flex;
		flex-wrap: wrap;
	}
	.container-single-text{
		padding:0px 40px;
	
	}
	.container-single-img{
		padding:40px;
		margin-bottom: 30px;
	}
	#team-grid-container{
		grid-template-columns: 1fr;
	}
	#team-grid{
		grid-template-columns: 275px 275px;display: grid;
		justify-content: center;
		gap:30px;
	}
	.navigation{
		margin:30px 0;
	}

	.blog-item-grid>article{
		max-width:350px;
		height:fit-content;
	}

	.single-blog-grid>main{
		padding:20px;
		border: 1px solid var(--color-grey-5);
		border-radius:5px;
	}
	.single-blog-grid>.single-right-form{
		position:relative;
	}
	.single-blog-grid>.single-right-form>.search-container{
		position:sticky;
		margin-top:0;
		top:100px;
		z-index: 2;
	}
	.single-title{
		padding:100px 100px 50px;
		border-bottom: 1px solid var(--color-grey-5);
	}
	.single-content{
		padding:30px 100px 50px;
		
	}


}
.border-bottom-green{
	padding-bottom:20px;
	border-bottom:1px solid var(--background-55);
}
@media all and (min-width:850px){
	.single-blog-grid{
		max-width: 1280px;
		margin-left:auto;
		margin-right: auto;
	}
}
@media all and (min-width:1160px){
	.wpforms-field-medium>div>label{
		position:absolute;
		top:-25px;
		color: var(--color-grey-7)!important;
	}
	.border-bottom-green{
		padding-bottom:45px;
	}
	.left-single-img>div>img{
		margin-top:-60px;
	}
}
#team-grid>article:hover{
	box-shadow:inherit;
}
.team-img>a{
	width:275px;
	height:360px;
	border-radius:0 24px;
	position: relative;
	display: block;
}
.team-img>a>img{
	width:100%;
	height:100%;
	border-radius:0 24px;
}

.team-img>a::after{
	position:absolute;
	content:'';
	width:100%;
	top:0px;
	bottom:0px;
	left:0;
	background:#102A2BCC 80%;
	opacity: 0;
	border-radius:0 24px;
	transition: .2s;
}

.team-img>a::before{
	position:absolute;
	content:'READ MORE';
	width:135px;
	height: 110px;
	bottom:0px;
	right:0;
	background:var(--background-55);
	z-index: 3;
	color:white;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 140px;
	box-sizing: border-box;
	padding-left:20px;
	padding-top:20px;
	opacity: 0;
	transition: .2s;
}
.team-img>a:hover::before{
	opacity: 1;
}
.team-img>a:hover::after{
	opacity: .7;
}

#team-title{
	padding:0;
	min-height:inherit;
}
#team-title>h2{
	padding-bottom:5px;
}
#team-title>h2>a{
	color:var(--green-1);
}
#team-title>h2>a:hover{
	color:var(--background-55);
}
.team-img>a>div{
	height:100%;
}
.blog-item-grid{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: center;
}
@media all and (min-width:1220px){
	.blog-container-grid{
		grid-template-columns: 400px 1fr;

	}
	#team-grid-container{
		grid-template-columns: 1fr;
		gap:0;
	}
	
	.single-blog-grid .entry-content {
		width:90%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	#events-container{
		grid-template-columns: 1fr 1fr 1fr;
	}
	#team-grid{
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 1000px;
		margin:auto;
		row-gap:50px;
	}
	.info-mobile{
		display: none;
	}
	.logo{
		margin-right: 10px;
	}

	#partners{
		display: none;
	}
	.contact-flex-container{
		display: none;
	}
	.open-menu{
		display: none;
	}.related-posts>.item-related{
		justify-content: flex-start;
	}
	.header-container{
		width:98%;
		margin-left:auto;
		margin-right:auto;
		padding:0 0 20px;
		display: flex;
		justify-content: flex-start;
		margin-top: 20px;
		align-items: center;
		border-bottom:2px solid rgb(243, 243, 243);
	}
	.logo>a>img{
		max-height:32px;
		width:auto;
	}
	.menu-container{
		margin: auto;
	}
	
	#primary-menu{
		display: flex;
		gap:40px;
	}
	#primary-menu>li{
			color: var(--third-color);
			position:relative;
			padding:10px 0;
	}
	.sub-menu>li:hover>a{
		color:var(--second-color);
	}
	#primary-menu>li:hover>a{
		color:var(--second-color);
	}

	.sub-menu{
		position:absolute;
		background-color: white;
		display:none;
		flex-direction: column;
		gap:10px;
		top:35px;
		white-space: nowrap;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
		border: 1px solid var(--color-grey-);
		box-shadow: 0 32px 64px rgba(20,20,42,.2);
		border-radius: 6px;
		padding: 20px 20px;
	}
	#primary-menu>li:hover>.sub-menu{
		display: flex!important;
		}
	.sub-menu>li>a{
		color:var(--third-color);
		font-weight: 600;
	}

	#primary-menu>li>a{
			color: var(--third-color);
			font-weight: 600;
	}

	.contact-top>svg{
		width:30px;
		fill:var(--basic-color);
	}
	.contact-top{
		display: flex;
		align-items: center;
		gap:20px;
	}
	.sidebar-title{
		display: flex;
		gap:20px;
		padding:20px;
		border-radius:5px;
		border:1px solid lightgray;
		justify-content: center;
		align-items: center;
	}
	.sidebar-title>h2{
		font-size: 2rem;
		padding-bottom:0;
		color:var(--icon-dark-gray);
	}
	#secondary{
		border-radius:5px;
		border:1px solid lightgray;
		padding:20px;
		margin-top:20px;
		display: flex;
		flex-direction: column;
		gap:20px;
	}
	.wp-block-search__input {
		-webkit-appearance: initial;
		appearance: none;
		border: 1px solid #e1e1e1;
		flex-grow: 1;
		margin-left: 0;
		margin-right: 0;
		min-width: 3rem;
		padding: 20px;
		border-radius:5px;
		text-decoration: unset !important;
	}

	/* .blog-item-grid>article:hover{

		box-shadow:0px 32px 64px rgba(20, 20, 42, 0.2);
	} */
	.single-blog-grid>main>article>header{
		width:70%;
		margin:auto;
	}
	.single-blog-grid>main>article>header>div{
		margin: 20px 0;
		color:var(--color-grey-7);
	}

}
.content-item-flex{
	display: flex;
	flex-direction: column;
	padding: 0 20px 20px;
	padding-top:10px;
	transition: .3s;
}

.power-btn>svg{
	fill:var(--background-55);
	padding:15px;
	border: 1px solid lightgray;
	border-radius:30px;
}
.power-btn{
	align-self: flex-end;
	margin-top:50px;
}
.power-btn>svg:hover{
	background-color: var(--background-55);
	fill:white;
	border:1px solid var(--background-55);
	transition: .3s;
}
@media all and (min-width:1024px){
	.content-item-flex{
		min-height:250px;
	}
	.content-item-flex>a{
		margin-top: auto;
	}
}
@media all and (min-width:1450px){
	#primary-menu{
		gap:25px;
	}
	.header-container{
		width:90%;
	}
	.logo{
		margin-right: 30px;
		padding-top:3px;
	}
	#team-grid{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		max-width: 1000px;
		margin:auto;
		row-gap:50px;
	}
}
@media all and (min-width:1500px){
	.header-container{
		max-width:1600px;
		margin-left:auto;
		margin-right: auto;
	}
	#primary-menu{
		gap:35px;
	}
}
.wcag-container{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
}
@media all and (max-width:1350px){
	.wcag-container{
		display: none;
	}
}
.h3-title-form{
	margin-bottom: 0;
}
.wcag-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5px;
}
.text-wcag{
	cursor: pointer;
}
.margin{
	margin-top: 300px;
}
.margin-top-bottom{
	margin: 70px 0!important;
}
.text-center{
	text-align: center;
}
/* WCAG-------------------------- */
.wcag-color{
	color:yellow!important;
}
.wcag-body{
	background:black!important;
	background-color: black!important;
}
.font-md{
	font-size:1.2rem!important;
}
.font-lg{
	font-size:1.4rem!important;
}


/* OWL-CAROUSEL----------- */
.owl-carousel{
	margin-top: 35px;
}
.item-grid{
	display: grid;

}
.text-slider{
	grid-column: 1/2;
	grid-row: 1/2;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding-left: 32px;
	justify-content: center;
}
.text-slider>h2{
	color:white;
}
.text-slider>h4{
	color:white;
	margin-top: 5px;
}
.text-slider>a{
	margin-top: 40px;
}
.item-grid>img{
	grid-row: 1/2;
	grid-column: 1/2;
	min-height:420px;
	max-height:600px;
}
.owl-nav{
	position:absolute;
	bottom:75px;
}
.owl-prev{
	position:absolute;
	left:32px;
}
.owl-next{
	position:absolute;
	left:calc( 100vw - 100px);
}
.owl-two-padding{
	padding: 50px 20px 100px;
}
.owl-nav>button{
	border:2px solid var(--color-grey-7)!important;
	border-radius:30px;
	width:50px;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-nav>button>span{
	font-size: 30px;
}
.owl-dots{
	position:absolute;
	bottom:40px;
	display: flex;
	justify-content: center;
	width:100%;
	gap:15px;
}

.owl-dot{
	width:12px;
	height:12px;
	background-color: rgb(182, 182, 182)!important;
	border-radius:10px;
}
.owl-dots>.active{
	background-color: white!important;
}
.doctor-h{
	position:relative;
	padding-bottom:5px;
	margin-bottom:10px;
}
.doctor-h::after{
	position:absolute;

}
@media all and (max-width:750px){
	.owl-item{
		box-sizing: border-box;
	}
	.owl-two{
		padding:20px;
	}
}
@media all and (min-width:729px){
	.text-slider{
		padding-left: 100px;
	}
	.owl-nav{
		bottom:55%;
		left:0;
	}
	.item-grid>img{
		height:510px;
	}
	
}
@media all and (min-width:1024px){
	.owl-carousel{
		margin-top: 45px;
	}
	.text-slider{
		max-width: 1280px;
		width:100%;
		margin-left:auto;
		margin-right: auto;
	}
	.text-slider>h4{
		font-size: 1.2rem;
	}
	.owl-two-padding{
		padding: 40px 100px 20px;
	}

}


.cta-image{
	max-height:300px!important;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	min-height:200px!important;
}
.cta-image>img{
object-position: top;
}






/* END OFF HEADER */
/* BLOG----------------------------------------------- */
/* Stylizacja ogólna */
.related-posts {
    margin-top: 20px;
}
.grid-item{
	position: relative;
}
.grid-item>h3 {
	position: absolute;
	left: 0px;
	right: 0;
	top: 21px;
	background-color:#2d372f;
	padding: 10px;
	color: white;
	font-size: 16px;
	opacity: .9;
}
.h2-related{
	position: relative;
}

.grid-item>div>.power-btn {
	position: absolute;
	bottom:0px;
	right:10px;
}
.grid-item>div>.power-btn >svg{
	background-color: var(--background-55);
	fill: white;
	border: 1px solid var(--background-55);
	transition: .3s;
}
.grid-item>div>.power-btn >svg:hover{
	transform: scale(1.1);
}
/* Stylizacja dla komórek */
@media (max-width: 767px) {
    .related-posts .grid {
        display: block;
    }
	.single-container{
		margin:20px;
	}

    .related-posts .grid-item {
        display: block;
        text-decoration: none;
        margin-bottom: 20px;
    }
}

/* Stylizacja dla tabletów i komputerów */
@media (min-width: 768px) {
    .related-posts .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Trzy kolumny */
        gap: 20px; /* Odstępy między kolumnami */
    }
	.grid-item>h3 {

		right: 90px;
		top:20%;

	}

    .related-posts .grid-item {
        display: block;
        text-decoration: none;
    }

    .related-posts .post-thumbnail {
        margin-bottom: 10px;
    }

    .related-posts .post-title {
        font-size: 18px;
    }
}

.meta-flex{
	display: flex;
	justify-content: space-between;
}
.meta-flex>div{
	color:var(--icon-dark-gray);
}
.post-thumbnail>img{
	width:100%;
	object-fit: cover;
	height:250px;
	margin:0;
}
.single-post-img>.post-thumbnail>img{

	height:420px;

}

.entry-header>h2{
	font-size: 20px;
}
.entry-meta{
	font-size: 0.89rem;
	color:var(--icon-dark-gray);
}
.entry-title>a{
	font-size: 1.33rem;
	color:var(--color-grey-7);
	line-height: 32px;
}
h2.entry-title{
	line-height: 32px;
}
.entry-meta{
	font-size: 0.98rem;
	color:var(--color-grey-7);
}
#share-show>p{
	color:var(--color-grey-7);
	font-size: 0.98rem;
}
@media all and (max-width:600px){

	.entry-meta{
		font-size: 0.75rem;
		color:var(--color-grey-7);
	}
	#share-show>p{
		color:var(--color-grey-7);
		font-size: 0.75rem;
	}
}
@media all and (max-width:1200px){
	h1.entry-title{
		margin:30px 0; 
	}


}
.entry-content>ul{
	display: flex;
	flex-direction: column;
	gap:10px;
	padding-left: 45px;
	margin: 20px 0;
	line-height: 1.7;
}
.entry-content>ul>li{
	position:relative;
}
.entry-content>ul>li::after{
	position:absolute;
	content:'';
	left:-40px;
	top:10px;
	height:3px;
	width:22px;
	background-color: var(--background-55);
	border-radius:3px;
}
.list-line>ul{
	display: flex;
	flex-direction: column;
	gap:10px;
	padding-left: 45px;
	margin: 20px 0;
	line-height: 1.7;
}
.list-line>ul>li{
	position:relative;
}
.list-line>ul>li::after{
	position:absolute;
	content:'';
	left:-40px;
	top:10px;
	height:3px;
	width:22px;
	background-color: var(--background-55);
	border-radius:3px;
}

.wrapper-category>main>article{
	-webkit-box-shadow: 0px 0px 47px 4px rgba(217, 217, 220, 1);
-moz-box-shadow: 0px 0px 47px 4px rgba(217, 217, 220, 1);
box-shadow: 0px 0px 47px 4px rgba(217, 217, 220, 1);
padding:30px;
}
@media all and (min-width:1024px){
	.single-container{
		width:70%;
		margin: auto;
	}
	.single-container>.post>.post-thumbnail>img{
		height: 400px;
	}
}
.nav-links {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-direction: column;
	gap:10px;
}
.nav-links>div{
	padding:10px;
	border: 1px solid var(--basic-color);
}
.green-container{
	padding-top:150px;
}
.green-absolute-top{
	position: absolute;
	min-height:200px;
	background-image: url(./img/falafala.svg);
	top:-2px;
	left:0;
	right:0;
	bottom:0;
	background-size: contain;
	background-repeat: no-repeat;
}
.border-yellow{
	border:1px solid yellow;
}
@media all and (min-width:1024px){
	.nav-links{
		flex-direction: row;
	}
	.green-container{
		padding-top:250px;
	}
	.green-absolute-left{
	position: absolute;
	width:300px;
	background-image: url(./img/ballik2.webp);
	top:100px;
	left:0;
	right:0;
	bottom:0;
	background-size: contain;
	background-repeat: no-repeat;
}
}
@media all and (min-width:1600px){

	.green-container{
		padding-top:350px;
	}
}

@media all and (max-width:760px){
	.pagination-container{
		flex-wrap: wrap;
	}
}
.pagination-container{
	gap:30px;
	margin-top:50px;
	grid-column:1/3;
	justify-content: center;
}
.pagination-container>a{
	color:var(--color-grey-6);
	font-size: 1.33em;
	font-weight: 500;
}
.pagination-container>a>svg{
	width:25px;
	height:25px;
	margin-top:-4px;
}
.pagination-container>span{
	color:var(--background-55);
	font-size: 1.33em;
	font-weight: 500;
}
.share-button{
	display: flex;
	gap:5px;
	cursor: pointer;
}
.share-container{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index: 4;
	display: flex;
	justify-content: center;
	padding-top:100px;
}
.share-popup{
	min-height:300px;
	background:white;
	border-radius:20px;
	width:80%;
	padding:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:50px;
	box-shadow: 8px 8px 51px 3px rgba(195, 195, 208, 1);
	position:relative;
}
.iks{
	position:absolute;
	top:20px;
	right:20px;
	padding:20px;
	cursor:pointer;
}
.iks>svg{
	fill:var(--background-55);
	stroke: var(--background-55);
}

.circle-share>svg{
	width:25px;
	height:25px;
	fill:var(--background-55);
}
.circle-share:hover>svg{
	fill:white;
}
.container-item-share{
	gap:30px;
	flex-wrap: wrap;
	justify-content: center;
}
.share-none{
	display: none!important;
}
.share-flex{
	display: flex!important;
}
#url{
	display: none;
}
.item-share{
	flex-direction: column;
	align-items: center;
	gap:5px;
}
.item-share>p{
	font-weight: 700;
	color:black;
}
.circle-share{
	min-width:50px;
	min-height:50px;
	border-radius:50px;
	border:1px solid var(--icon-light-gray);
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
}
.circle-share:hover{
background-color:var(--background-55);
transition:.3s;
}
.share-popup>h3{
	color:var(--color-grey-9);
}
.share-close-button{
	background-color: var(--light-color);
	color:var(--background-55);
	padding:15px 30px;
	font-weight: 700;
	border-radius:5px;
	cursor:pointer;
}
@media all and (min-width:1200px){
	.share-popup{
		min-height:300px;
		width:800px;
		margin:auto;

	}
	.share-popup>h3{
		font-size: 2rem;
	}
	.grid-2{
		display: grid!important;
		grid-template-columns: 1fr 1fr;
	}
}

/* Contact */
.contact-right{
	margin-top: 50px;
}
@media all and (min-width:1024px){
	.contact-container-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.contact-right{
		margin-top: 0;
	}
}
.new-contact{
	display: flex;
	align-items: center;
	gap:10px;
	margin:20px 0;
}
iframe{
	width:100%;
	height:400px;
}

.padding-czech{
	position:relative;
}
.padding-czech::before{
	position: absolute;
	right:0;
	height:100%;
	left:0;
	top:0;
	content:'';
	background-image: url(./img/ballik.svg);
	background-position: right;
	background-repeat: no-repeat;
	z-index: 0;
	background-size: contain;
}


.czech-after{
	position:relative;
}

.padding-czech-absolute{
	position: absolute;
	right:0;
	height:100%;
	left:0;
	top:2px;
	background-image: url(./img/weafes.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 0;
	background-size: contain;
}
.background-transparent{
	background: transparent;
}


/* FOOTER */

.footer-hide{
	display: none;
}
.footer-background{
	background:var(--background-gradient-2);
	color:rgb(203, 203, 203);
	margin-top: 30px;
}
#footer-sticky{
	background-image: url(./img/bg-footer-375.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	min-height:480px;
	margin-top:100px;
	display: flex;
	align-items: flex-end;

}
@media all and (min-width:1024px){
	#footer-sticky{
		background-image: url(./img/bg-footer-1152.svg);
		min-height:490px;
	}
}
.footer-ul>h3{
		font-size: 1.25rem;
		line-height: 32px;
		color: white;
		text-transform: uppercase;
}
.bottom-menu{
	margin-top: 10px;
}
.bottom-menu>li{
	text-transform: uppercase;
	color:white;
	font-size: .85rem;
	margin-bottom:8px;
}
.bottom-menu>li>a{
	color:var(--color-grey-5);

}
.container-footer{
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	padding: 0 10% 40px;
}
.one-footer{
	position: relative;
}
.one-footer>p{
	color:var(--light-color);
	font-size: 14px;
	margin-top: 20px;
}
.one-footer>h4{
		font-size: 1.2em;
		margin-bottom: .5rem;
		line-height: 32px;
		color: white;
}
.one-footer>div>a>img{
	height:50px;
	width:auto;
}
#logo-footer{
	position:absolute;
	left:25px;
	bottom:167px;
	width:200px;
}
.one-footer>div>a{
margin-right: 35px;
}
#footer-adress{
	flex-wrap: wrap;
	display: flex;
}
#footer-adress>p{
	color:var(--third-color);
	font-size: 14px;
}
#footer-adress>a{
	color:var(--third-color);
	font-size: 14px;
}
.footer-ul>ul{
	display: flex;
	flex-direction: column;
	gap:10px;
	align-items: flex-start;
	width:100%;
	margin-top: 20px;
}
.footer-ul>div>#primary-menu{
	display: flex;
	flex-direction: column;
	gap:10px;
	align-items: flex-start;
	width:100%;
	margin-top: 20px;
}
.footer-ul>div>#primary-menu>li>a{
font-size: inherit;
}
.footer-ul>ul>a{
	color:var(--light-color);
}
@media all and (min-width:720px){

	.footer-ul>ul{
		margin-top: 0;
	}
	.footer-ul>div>#primary-menu{
		margin-top: 0;
	}
}

.footer-number-container{
	display: flex;
	gap:20px;
	margin-top: 20px;
	align-items: center;
	}
#font-normal{
	font-size:11px;
	color:var(--third-color);
}
#font-medium{
	font-size:14px;
	color:var(--third-color);
}
#font-big{
	font-size:17px;
	color:var(--third-color);
}
#color-normal{
	border: 1px solid lightgray;
	padding:3px 7px;
	color:black;
	border-radius:3px;
	font-size: 14px;
}
#color-normal{
	border: 1px solid lightgray;
	padding:3px 7px;
	color:black;
	border-radius:3px;
	font-size: 14px;
}
#color-bright{
	padding:3px 7px;
	color:white;
	border-radius:3px;
	font-size: 14px;
	background-color: black;
}
.footer-bottom-container{
	padding-bottom:15px;
}
.footer-bottom-container>.bottom-line{
	/* height: 1px; */
	margin-right: 10%;
	margin-left: 10%;
	border:1px solid white;
	opacity: .2;
	
}
.footer-bootom-information{
	margin-left: 10%;
	margin-right:10%;
	display: flex;
	justify-content: space-between;
	padding-bottom:10px;
	flex-direction: column;
	gap:8px;
}
.fbi-left{
	display: flex;
	gap:15px;
}
.fbi-left>a{
	color:var(--color-grey-5);
	font-size: .85rem;
}
.fbi-right>p{
	color:white;
	font-size: .85rem
}

@media all and (min-width:1024px){
	.footer-hide{
		display: block;
	}
	.container-footer{
		margin-left:10%;
		margin-right:10%;
	}
	.footer-bootom-information{

		flex-direction: row;
		gap:0px;
	}
	.container-footer{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap:30px;
		align-items: start;
		padding:0;
		width:100%;
	}
}
@media all and (min-width:1200px){
	.container-footer{
		padding: 30px 0;
	}
	.gap-100{
		gap:100px;
	}
}
@media all and (min-width:1450px){
	#footer-sticky{
		min-height:590px;
	}
}

	/* BLOCKS----------------------------- */
	.big-image>img{
		border-radius:0px 64px!important;
	}


	/* OFFER JOBS */
