/*!
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;
	--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-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:"open-sans";
	src:url(./font/OpenSans-Light.ttf);
	font-display:swap;font-style:normal;font-weight:300;
	}
  @font-face {
	font-family:"open-sans";
	src:url(./font/OpenSans-Regular.ttf);
	font-display:swap;font-style:normal;font-weight:500;
	}
  @font-face {
	font-family:"open-sans";
	src:url(./font/OpenSans-Bold.ttf);
	font-display:swap;font-style:normal;font-weight:700;
	}
	


html{
	box-sizing: border-box;
}


body{
	font-size: 15px;
	font-family: "open-sans",sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
}
h1{
	color:rgb(44, 44, 44);
	font-size:1.6em;
	font-family: 'open-sans';

}

.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: 'open-sans';
	line-height: 58px;
}
.policy-container>h3{
	margin: 20px 0; 
}
.policy-container>p{
	font-size: 1.06rem;
}
.popup-container{
	position: fixed;
	display: none;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	z-index: 1000;
	min-height: 100vh;
}
.popup-background{
	width:100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-background::after{
	content:'';
	background-color: black;
	opacity: .4;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: -1;
}
.popup-content{
	padding:20px;
	border-radius:30px;
	background-color: white;
	max-width: 700px;
}
.popup-content>p{
	font-size: 15px;
}
.popup-close{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	padding:10px;
	cursor: pointer;
}

@media all and (min-width:1024px){
	.popup-content{
		padding:50px;
	}
	h2{
		font-size: var(--h2-comp);
		font-weight: bold;
	}
	h1{
		font-size: 3.8em;
	}
}
h3{
	font-size: 16px;
}

/* ADD NEW STYLES------------------------- */
ul
{
    list-style-type: circle;
	padding:0;
    margin:0 0 0 2%;
}
#primary-menu{
    margin:0;
	list-style: none;
}
#primary-menu>li>a{
    text-decoration: none;
}
#primary-menu>li>svg{
	position: absolute;
}
.sub-menu>li>a{
    text-decoration: none;
}
.sub-menu{
	list-style: none;
}
.bottom-menu{
	list-style: none;
}
.bottom-menu>li>a{
    text-decoration: none;
}
.fbi-left>a{
    text-decoration: none;
}
a{
    color:var(--icon-green);
}
.contact-top>a{
	text-decoration: none;
}
.place-background-blue>p>a{
	color:rgb(36, 36, 36);
}
.content-item-flex>h2>a{
	text-decoration: none;
}
.navigation>div>a{
	text-decoration: none;
}






/* -------------------------------------------------- */
.policy-container>ul
{
	list-style-type: disc;
	font-size: 1.2rem;
	padding:0;
	margin:20px;
	padding-left:20px;
	line-height: 1.7;
}

.site-container{
	max-width:2200px;
	margin-left: auto;
	margin-right: auto;
	padding-top:40px;
}.category-container{
	margin-top: 20px;
	padding:20px;
}
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;
	}
	.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);
	}
}

img{
	object-fit: cover;
	width:100%;
}
.btn {
	color: var(--basic-color);
	background-color: var(--light-color);
	padding: 13px;
	display: block;
	text-align: center;
	font-size: 13px;
	border-radius: 5px;
	font-weight: 700;
}
.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;
}
#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;
}
@media all and (min-width:790px){
	.max-250{
		float: inherit;
	}
	.grid1{
		display: grid!important;
		grid-template-columns: auto 1fr;
		gap:15px;
	}
	.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);
}

.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: block;
	text-align: center;
	font-size: 15px;
	border-radius: 52px;
	font-weight: 700;
	transition: .1s;
	margin-top:10px;
	width:fit-content;
	border-radius:7px;
}
.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;
}

/* 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;
}
.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;


}
.h1-policy{
	max-width:100%!important;
}
.background-gradient-2{
	background:var(--background-gradient-2);
}
.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>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: 'open-sans'!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;
}

@media all and (min-width:1024px){
	.block-difrent{
		padding:20px 50px 50px;
		min-height: 280px;
	}
}
.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;
}

.new-top-baner{
	display: grid;
}
.new-top-baner>div{
	grid-column: 1/2;
	grid-row: 1/2;
}
.text-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color:white;
}
.contact-green>div>div{
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.contact-green>div>div>h3{
	color:white;
	font-size: 2.2rem;
}
.contact-green>div>div>p{
	color:white;
	font-size: 1.33rem;
}
.contact-green>div>div>h1{
	color:white;

}
.background-new-top-baner{
	background: var(--background-gradient-2);
}
@media all and (min-width:1024px){
	.contact-green>div>div>h1{
		max-width:70%;
		color:white;
		line-height: 1;
	}
}
.text-container>h2{
	color:white;
}
.text-container>p{
	color:white;
}
.new-top-baner-img>img{
	min-height:340px;
}
@media all and (min-width:1200px){
	.text-container>p{
		max-width:80%;
	}
	.new-top-baner-img>img{
		min-height:540px;
	}
	body .wp-block-columns>.policy-container{
		
		background-color: white;
		border-top-right-radius: 70px;
		margin-top:-75px!important;
		padding:100px 10%;

	}
}
.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;
}
.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;
}
.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;
}
.border-radius-4>img{
	border-radius:0px 24px!important;
}
.margin-auto>img{
	margin:auto;
}
@media all and (min-width:1200px){
	.margin-left-10{
		margin-left:10vw!important;
	}
	.margin-top-2{
		margin-top:50px!important;
	}
}

.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;
}
.block-11-after{
	position:relative;
}
.display-none{
	display: none;
}
.block-11-after::after{
position: absolute;
content:'';
left:0;
right:0;
bottom:0;
height:100px;
min-height:500px;
background-image: url(./img/SubtractT.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
transform: scaleX(-1);

}
.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);
}
@media all and (min-width:1024px){
	.block-11-p{
			width: 243px;
	}
}

.block-11-container{
position:relative;
padding-bottom:150px!important;
}
.czech-after::after{
position: absolute;
content:'';
left:0;
right:0;
bottom:0;
height:100px;
min-height:500px;
background-image: url(./img/SubtractT.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
transform: scaleX(-1);

}
.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>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.2rem;
}
.gradient-contact{
	position:relative;
}
.information-green{
	height:200px;
	background-color: var(--background-gradient-2);
}
.gradient-contact::after{
	content:'';
	left:0;
	top:0;
	height:234px;
	background: var(--background-gradient-2);
	position:absolute;
	right:0;
}
.gradient-contact>div{
	z-index: 1;
}
.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);
}
.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;
	background-color: white;
}
.h3-1{
	color:var(--third-color);
	font-size:1.2rem;
}
.h3-after{
	position: relative;
}
.h3-after::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	content: '';
	background-image: url(./img/arrow-down1.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.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;
	font-size: 1.2em;
}
.hyggio-ul>li::after{
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	left:0;
	top:13px;
	background-color: var(--background-55);
	border-radius:5px;
}
@media all and (min-width:1024px){
	.weaves-none>.backgrond-weaves{
		background-image:url(./img/waves.svg);
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 300px;
		padding: 80px 0 200px;
		background-color: white;
	}
	.contact-green > div > div > .h1-policy{
		margin: 150px 0!important;
	}
	.h3-after::before {
		display: none;
	}
	.show-hide::after{
		display: none;
		}
	.h3-1{
		max-width:400px;
		margin-left:50px;
		font-size:2rem;
		padding:30px 0;
		margin-top:0;
		margin-bottom:0;
	}
	.h3-1:hover{
		color:var(--background-55);
	  }
	  .h3-1{
		margin-left:20px;
	}
	.p-absolute{
		position:absolute;
		top:35px;
		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-white::after{
		position: absolute;
		top:0;
		left:0;
		width:45%;
		height:115%;
		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);
		content:'';
	}
	.weaves-white{
		position: relative;
	}
	.weaves-white>div{
		z-index: 1;
	}

}
@media all and (min-width:1200px){
	.p-absolute::after{
		width:120px;
		left:-140px;
	}
}
@media all and (min-width:1600px){
	.block-11-container{
		position:relative;
		padding-bottom:300px!important;
		}
		.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;
}
#wpforms-2763-field_7-container{
	grid-column: 1/3;
}
.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;
		padding-bottom:160px!important;
		}
		.flex-column-2>div{
			flex-direction: row;
			gap:100px;
		}
}
.uppercase{
	text-transform: uppercase;
}
.block{
	display: block!important;
}
.doctor-img{
	width:150px;
}
.doctor-p{
	font-size: .9rem;
}
.dark-green{
	background-color: var(--color-grey-9);
}
@media all and (min-width:1024px){

	.pratia-wrapper>div{
		margin:auto;
		gap:100px;
		max-width: 1280px;
		padding:0;
	}
	.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-policy{
		max-width:70%;
		color:white;
		line-height: 1;
	}
	.max-width-850{
		padding:50px;
		margin-top: -60px!important;

	}
	.h1-about{
		text-align: center;
	}
	.block-11-container{
		position:relative;
		padding-bottom:230px!important;
		}

	.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;
	}
	.pratia-container-4{
		max-width: 1280px;
		margin-left:auto!important;
		margin-right: auto!important;
	}
	.image-top-slider>div{
		max-width: 1280px;
		margin-left:auto!important;
		margin-right: auto!important;
		padding-left:120px;
	}
	.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%;
	}
	.block-17{
		margin-top: 70px!important;;
	}

}
@media all and (min-width:1600px){
	.block-11-container{
		position:relative;
		padding-bottom:300px!important;
		}
		.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;
}


.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:'';
	right:0;
	height:100%;
	left:0;
	top:0;
	background-color: #f4f4f4;
	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:5.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;
}
.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;
}
@media all and (max-width:1219px){
	.menu-container{
		position:fixed;
		padding: 0px 20px;
		top:70px;
		left:0;
		right:0;
		transition: .2s;
		min-height: 100vh;
		background-color: white;
	}
	.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;
		
	}
	#primary-menu>li>svg{
		top:3px;
		right:20px;
		
	}
	.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-2951{
		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:15px 20px 5px 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;
}
.maps-svg>svg{
	width:100%;
	height:100%;
}
.search-container{
	padding:35px;
	border: 1px solid var(--color-grey-4);
	height:fit-content;
	border-radius:5px;
	margin-top:20px;
	position:relative;
}
.search-container>ul{
margin-top:20px;
}
.search-container>h3{
color:var(--color-grey-7);
}
.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-submit{
	position:absolute;
	right:25px;
	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;
}
@media all and (min-width:1200px){
	.wpforms-field-container{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:20px
	}

	#wpforms-1019-field_3-container{
		grid-column: 1/3;
	}
}
.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;
}

@media all and (min-width:750px){
	.blog-container-grid{
		display: grid;
		grid-template-columns: 400px 1fr;
		gap:30px;
		margin-top:50px;
	}
	.navigation{
		margin:30px 0;
	}

	.blog-item-grid>article{
		max-width:416px;
		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;
	}


}
.border-bottom-green{
	padding-bottom:20px;
	border-bottom:1px solid var(--background-55);
}
@media all and (min-width:850px){
	.single-blog-grid{
		display: grid;
		margin-top:50px;
		grid-template-columns: 65% 1fr;
		gap:20px;
		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;
	}
}
@media all and (min-width:1220px){
	.blog-container-grid{
		grid-template-columns: 400px 1fr;

	}

	
	.single-blog-grid .entry-content {
		width:90%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	.blog-item-grid{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap:20px;
	}
	.info-mobile{
		display: none;
	}
	.logo{
		margin-right: 10px;
	}

	#partners{
		display: none;
	}
	.contact-flex-container{
		display: none;
	}
	.open-menu{
		display: none;
	}
	.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;
	}
	
	#primary-menu{
		display: flex;
		gap:25px;
	}
	#primary-menu>li{
		text-transform: uppercase;
			font-size: .8rem;
			color: var(--third-color);
			position:relative;
			padding:10px 0;
	}
	#primary-menu>li>svg{
		top:12px;
		right:-17px;
	}
	.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;
		margin-left:auto;
	}
	#menu-item-40{
		position:relative;
	}
	#menu-item-2951{
		position:relative;
	}
	.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 0px 47px 4px rgba(217, 217, 220, 1);
	}
	.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;
	}
}
@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;
}

.wcag-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5px;
}
.text-wcag{
	cursor: pointer;
}
.margin{
	margin-top: 300px;
}
.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 white!important;
	border-radius:30px;
	width:50px;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-nav>button>span{
	font-size: 30px;
	color:white;
	padding-bottom:5px;
}
.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: 10px 20px 10px;
	}
}


.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;
}
.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);
}
@media all and (min-width:1024px){
	.nav-links{
		flex-direction: row;
	}
}
@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:3px;
}
.pagination-container>span{
	color:var(--background-55);
	font-size: 1.33em;
	font-weight: 500;
}
.share-button{
	display: flex;
	gap:5px;
	cursor: pointer;
	align-items: center;
}
.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;
	}
}

/* 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;
}





/* 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;
	}
}
@media all and (min-width:1200px){
	.container-footer{
		padding: 30px 0;
	}
}
@media all and (min-width:1450px){
	#footer-sticky{
		min-height:590px;
	}
}

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

.footer-info {
	margin: auto;
	max-width: fit-content;
	padding-bottom: 30px;
}
.footer-info>p {
	color: var(--color-grey-5);
	font-size: .8rem;
	text-wrap: wrap;
	text-align: center;
}
@media all and (max-width:1320px){
	.footer-info {
		margin: auto 10%;
	}
}