@font-face {
    font-family: "Poppins-Light";
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf') format('truetype'),
         url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
		 font-weight:300;
}
@font-face {
    font-family: "Poppins-Regular";
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
		 font-weight:400;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
		 font-weight:500;
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
		 font-weight:600;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
		 font-weight:700;
}
body{
	font-family: "Poppins-Regular", sans-serif;
	font-size: 16px;
	color: #1d1d1b;
}
.wrapper{
	max-width: 1500px;
	padding: 0px 50px;
	width: 100%;
	margin: 0 auto;
}
.header{
	height: 100px;
	display: flex;
}
.logo-area{
	flex:1 1 50%;
}
.nav-area{
	flex:1 1 50%;
	text-align: right;
}
.nav{
	margin-top: 15px;
	position: relative;
    text-align: right;
	display: inline-block;
}
.nav::before {
    content: "";
    position: absolute;
    right: 0;
	left: -50px;
    bottom: -15px;
    height: 2px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(2, 132, 132, 1) 50%, rgba(2, 132, 132, 1) 100%);
}
.nav-area a{
    font-family: "Poppins-Medium";
    font-size: 14px;
    color: #1d1d1b;
	text-decoration: none;
}
.nav-area a:hover{
	text-decoration: underline;
}
.logo{
	display: inline-block;
	margin: 14px 0;
}
.logo img{
	display: block;
}
.section-area.dark{
	background-color: #f3f7fc;
}
.section-area{
	padding: 50px 0px 60px 0px;
}
.section-area.dark.page{
	padding-bottom: 50px;
}
.section-area.dark.page .image-column .image{
	height: 440px;
}
.section-two-column{
	display: flex;
	justify-content: space-between;
}
.section-three-column{
	display: flex;
	justify-content: space-between;	
}
.box-column{
	flex: 0 1 33%;
	max-width: 33%;	
	margin: 0px 15px;
}
.box-column:first-child{
	margin-left: 0px;
}
.box-column:last-child{
	margin-right: 0px;
}
.text-column{
	flex: 0 1 50%;
	max-width: 50%;
}
.section-two-column .text-column:first-child{
	padding-right: 25px;
}
.section-two-column .text-column:nth-child(2){
	padding-left: 25px;
}
.image-column{
	flex: 0 1 50%;
	max-width: 50%;
	padding-left: 25px;
}
.image-column .image{
	border-radius: 8px;
	max-width: 700px;
	width: 100%;
	height: 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0px 15px 35px 0px rgba(77, 100, 126, 0.4);
	-moz-box-shadow: 0px 15px 35px 0px rgba(77, 100, 126, 0.4);
	box-shadow: 0px 15px 35px 0px rgba(77, 100, 126, 0.4);
}
.image-column.big .image{
	height: 710px;
}
h1.section-header{
	font-family: "Poppins-Medium";
	font-size: 36px;
	color:#028484;
	margin-bottom: 55px;
	position: relative;
	line-height: 44px;
}
.page h1.section-header{
	font-size: 30px;
}
h1.section-header::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width:105px;
	height: 5px;
	background-color: #163E5A;
}
h2.section-header::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width:105px;
	height: 5px;
	background-color: #163E5A;
}
.lead h2.section-header{
	font-family: "Poppins-Medium";
	font-size: 22px;
	color:#1d1d1b;
	margin-bottom: 30px;
	position: relative;
	line-height: 27px;
}
.lead h2.section-header::before{
	display: none;
}
h2.section-header{
	font-family: "Poppins-Semibold";
	font-size: 22px;
	color:#028484;
	margin-bottom: 40px;
	position: relative;
	line-height: 30px;
}
h3.section-header{
	font-family: "Poppins-Regular";
	font-size: 16px;
	color:#1d1d1b;
	margin-bottom: 25px;
	position: relative;
	line-height: 24px;
	text-align: justify;
}
h3.section-header.medium{
	font-family: "Poppins-Semibold";
	text-align: left;
}
p{
	line-height: 24px;
}
strong,
p strong{
	font-family: "Poppins-Semibold";
}
.list-header{
	font-family: "Poppins-Semibold";
	margin-bottom: 10px;
	line-height: 24px;
}
.text-column .list + .list{
	margin-top: 40px;
}
.list ul{
	list-style-type: square;
	padding-left: 19px;
}
.list ul li{
	padding: 3px 0px;
	line-height: 24px;
}
.list.nodots ul{
	list-style-type: none;
	padding-left: 0;
}
.list.nodots .list-header{
	margin-bottom: 5px;
}
.list.numbered ul{
	counter-reset: sekcja;
	list-style-type:none;
	padding: 0;
}
.list.numbered ul li{
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
}
.list.numbered ul li::before{
	counter-increment: sekcja; /* Zwiększanie licznika */
    content: counter(sekcja); /* Wyświetlanie */
	position: absolute;
	left: 0;
	top:-4px;
	font-family: "Poppins-Semibold";
	font-size: 18px;
	border: 5px #81d180 solid;
	width: 34px;
	height: 34px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
}
.list.numbered .list-header{
	margin-bottom: 20px;
}
.list ul li a{
	font-family: "Poppins-Semibold";
	text-decoration: none;
	color: #1d1d1b;
}
.list ul li a:hover{
	text-decoration: underline;
}
.list ul li a.phone-link span,
.list ul li a.mail-link span{
	font-family:"Poppins-Regular";
}
.list-title{
	font-family: "Poppins-Semibold";
    margin-bottom: 5px;
    line-height: 24px;
}
.list-text{
	text-align: justify;
}
.section-area.green{
	color: #fff;
	background-color: #229f8a;
}
.section-area.green h1.section-header{
	text-align: center;
	color: #fff;
}
.section-area.green h1.section-header:before{
	left: 50%;
    transform: translate(-50%, 0);
	background-color: #88ebea;
}
.section-area.green h2.section-header{
	text-align: center;
	color: #fff;
}
.section-area.green h2.section-header:before{
	display: none;
}
.box-column{
	background-color: #59b7a7;
	border-radius: 8px;
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 60, 62, 0.4);
	-moz-box-shadow: 0px 15px 35px 0px rgba(0, 60, 62, 0.4);
	box-shadow: 0px 15px 35px 0px rgba(0, 60, 62, 0.4);
	overflow: hidden;	
}
.box-content{
	padding: 20px 30px 30px 30px;
}
.box-image{
	height: 269px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.box-image .box-header{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 30px;
	font-family: "Poppins-Semibold";
    font-size: 24px;
	line-height: 30px;
}
.box-image .box-header::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 150px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 70%);
	z-index: 5;
}
.box-image .box-header span{
	position: relative;
	z-index: 10;
}
.box-content .list{
	margin-bottom: 20px;
}
.box-content .list .list-header{
	font-size: 15px;
	line-height: 20px;
}
.box-content .list ul li{
	padding: 3px 0px;
    line-height: 20px;
	font-size: 16px;
}
.box-content-text{
    line-height: 24px;
	font-size: 15px;	
}
.box-content-text strong{
	font-family: "Poppins-Semibold";
}
iframe{
	margin-top: 20px;
}
.nm{
	margin: 0 !important;
}
.lh30,
.lh30 *{
	line-height: 30px;
}
.mb{
	margin-bottom: 40px;
}

.footer-area{
	 background-color: #003c3e;
	 color: #fff;
}
.footer{
	display: flex;
	height: 100px;
	 align-items: center;
	 justify-content: space-between;
	 font-family: "Poppins-Medium";
	 font-size: 16px;
}
.footer-left{
	font-size: 18px;
	font-family: "Poppins-Medium";
	white-space: nowrap;
}
.footer-links{
    display: inline-block;
    vertical-align: middle;	
	text-align: right;
}
.footer-links a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	font-family: "Poppins-Medium";
	 font-size: 15px;
	  margin: 5px 0px 5px 50px;
}
.footer-links a:hover{
	text-decoration: underline;
}
.footer-right{
	position: relative;
	padding-right: 90px;
	padding-left: 30px;
}
.footer-right a.in{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 50%;
    transform: translate(0,-50%);
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/in-icon.png');
	background-repeat: no-repeat;
	 transition: all 0.2s ease-in-out 0s;
}
.footer-right a.in:hover{
	opacity: 0.5;
}
/*------[ XXL ]----------*/
@media only screen and (max-width: 1366px) {
	.footer-links a{
		font-size: 13px;
		margin-left: 30px;
	}
	.footer-right a.in{
		margin-left: 30px;
	}
	.footer-left {
		font-size: 16px;
		font-family: "Poppins-Medium";
	}
}
/*------[ XL ]----------*/
@media only screen and (max-width: 1024px) {

	.section-two-column {
		flex-wrap: wrap;
	}
	.section-two-column .text-column {
		flex: 1 1 100%;
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-two-column .text-column + .image-column{
		margin-top: 30px;
	}
	.section-two-column .text-column + .text-column{
		margin-top: 50px; 
	}
	.section-two-column .text-column:last-child {
		padding-left: 0px;
	}
	.image-column {
		flex: 1 1 100%;
		max-width: 100%;
		padding-left: 0px;
	}	
	.image-column .image{
		max-width: 100%;
	}
	.section-three-column {
		flex-wrap: wrap;
	}
	.section-three-column .box-column {
		flex: 1 1 100%;
		max-width: 100%;
		margin: 0 0 30px 0;
	}	
	.section-three-column .box-column:last-child{
		margin-bottom: 0;
	}

}
/*------[ L ]----------*/
@media only screen and (max-width: 800px) {
	.section-area{
		padding-top: 40px;
	}
	body{
		font-size: 14px;
	}
	.nav-area{
		padding-left: 50px;
	}
	h1.section-header{
		font-size: 32px;
	}
	.lead h2.section-header{
		font-size: 20px;
	}
	h2.section-header{
		font-size: 20px;
	}
	h3.section-header{
		 font-size: 14px;
	}	
	.box-image .box-header{
		font-size: 22px;
	}
	.box-content .list ul li{
		font-size: 14px;;
	}
	.box-content .list .list-header{
		font-size: 14px;
	}
	.box-content-text{
		font-size: 14px;
	}
}
/*------[ LG ]----------*/
@media only screen and (max-width: 640px) {
	.header{
		height: 90px;
	}
	.logo img{
		height: 62px;
		width: auto;
	}
	.nav-area a{
		font-size: 13px;
	}
	.nav:before {
   		 left: -30px;
	}
	.footer{
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.footer-left{
		margin-bottom: 20px;
	}
	.footer-right{
		 padding-left: 0;
		 flex: auto;
	}
	.footer-right .footer-links{
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.footer-right .footer-links a{
		margin-left: 0;
	}
	.image-column .image{
		height: 300px;
	}
	.image-column.big .image {
		height: 540px;
	}
	.section-area.dark.page .image-column .image{
		height: 300px;
	}
}
/*------[ MD ]----------*/
@media only screen and (max-width: 480px) {
	.header{
		height: 70px;
	}
	.logo img{
		height: 42px;
		width: auto;
	}
	.nav-area a{
		font-size: 12px;
	}
	.nav-area{
		padding-left: 30px;
	}
	.wrapper{
		 padding-left: 30px;
		 padding-right: 30px;
	}
	h1.section-header{
		 font-size: 30px;
		 line-height: 38px;
	}
	.image-column .image{
		height: 220px;
	}
	.image-column.big .image {
		height: 380px;
	}
	.list.numbered ul li {
		padding-left: 0px;
		padding-top: 40px;
	}
	.list.numbered ul li::before{
		left: 50%;
  	    transform: translate(-50%,0);
	}
	.list-title {
		text-align: center;
	}	
}