@charset "utf-8";

/* Copyright ENDEA */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');


html, body {
	background: #FFFFFF; 
	font-family: 'Montserrat', sans-serif;
	line-height: 1.7;
	color: #2B2B2B;
}

body {
    padding-top: 60px;
    padding-bottom: 0px;
	font-size: 15px;
}

body.main-page {
	padding-top: 60px;
}


@media (min-width: 992px) {

	body {
		padding-top: 170px;
		font-size: 17px;
	}
	
	body.main-page {
		padding-top: 90px;
	}
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 30px;
}

h1, .h1 {
	font-size: 22px;
	font-weight: 600;
}

h2, .h2 {
	font-size: 19px;
	font-weight: 600;
}

h3, .h3 {
	font-size: 18px;
	font-weight: 600;
}

h4, .h4 {
	font-size: 17px;
	font-weight: 400;
}


@media (min-width: 768px) {

	h1, .h1 {
	  font-size: 33px;
	}
	h2, .h2 {
		font-size: 26px;
	}
	h3, .h3 {
		font-size: 21px;
	}
	h4, .h4 {
		font-size: 19px;
	}
}

@media (min-width: 992px) {

	h3, .h3 {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {

	h3, .h3 {
		font-size: 24px;
	}
}


a {
    color: #5A9DD5;
    text-decoration: none;
	transition: color .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #828282;
}


/* --- strona główna: banner --- */

.mb-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.m-banner {
	margin: 0;
	background: url(../img/baner.png);
	background-repeat: no-repeat;
    background-position: top right -180px;
    background-size: cover;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 50px;
}

.m-banner-fx {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 322px;
}

.m-banner-txt {
	background-color: #5A9DD5;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-top: 20px;
	padding: 25px 20px;
	width: 60%;
}

.m-banner h1 {
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.sp-hd {
	font-size: 1.4em;
}

.btn-banner {
	display: inline-block;
	white-space: nowrap;
	color: #5A9DD5;
	background-color: #FFFFFF;
	border-radius: 15px;
    font-size: 12px;
	font-weight: 600;
	text-transform: lowercase;
	padding: 12px 20px;
	transition: all .3s ease-in-out;
}

.btn-banner:hover,
.btn-banner:focus {
	background-color: #F0A61C;
	color: #FFFFFF;
}

@media (min-width: 360px) {

	.m-banner {
		background-position: top right -160px;
	}
	.m-banner-txt h1 {
		font-size: 20px;
	}
	.btn-banner {
		font-size: 14px;
		padding: 12px 25px;
	}
}

@media (min-width: 420px) {

	.m-banner {
		background-position: top right -80px;
	}
	.m-banner-txt {
		width: 50%;
	}
}

@media (min-width: 576px) {

	.m-banner {
		background-position: top right -50px;
	}
	.m-banner-txt h1 {
		font-size: 18px;
	}
}

@media (min-width: 768px) {

	.m-banner-fx {
		height: 400px;
	}
	.m-banner-txt h1 {
		font-size: 25px;
	}
	.btn-banner {
		font-size: 18px;
		padding: 13px 35px;
	}
}

@media (min-width: 992px) {

	.m-banner {
		background-position: top right -100px;
		border-bottom-left-radius: 50px;
	}
	.m-banner-fx {
		height:clamp(400px,calc(100vh - 90px),600px);
	}
	.m-banner-txt {
		margin-top: 30px;
		padding: 35px 30px;
	}
	.m-banner-txt h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {

	.m-banner {
		background-position: top right -50px;
	}
	.m-banner-fx {
		height:clamp(400px,calc(100vh - 90px),620px);
	}
	.m-banner-txt {
		padding: 50px 45px;
	}
	.m-banner-txt h1 {
		font-size: 38px;
	}
}

@media (min-width: 1600px) {

	.m-banner {
		background-position: top center;
	}
}

@media (min-width: 1970px) {
	.m-banner {
		width: 1920px;
		margin-left: auto; margin-right: auto;
	}
}


/* --- animation (strona główna) --- */

.animH1 {
	position: relative;
	animation: fromBottomH1 2.0s ease-in-out;
}
@keyframes fromBottomH1 {
	0%   {opacity: 0;}
	15%   {opacity: 0; left:-30px; top:0px;}
	100%  {opacity: 1; left:0px; top:0px;}
}

.animB1 {
	position: relative;
	animation: fadeInB1 2.5s ease-in-out;
}
@keyframes fadeInB1 {
	0%   {opacity: 0;}
	50%	 {opacity: 0; left:-30px; top:0px;}
	100%  {opacity: 1; left:0px; top:0px;}
}


/* --- strona główna: headery --- */

.m-hd {
	padding: 10px 0 30px;
}

@media (min-width: 992px) {

	.m-hd {
		padding: 0 0 40px;
	}
}

@media (min-width: 1200px) {

	.m-hd {
		padding: 0 0 50px;
	}
}

.m-hd h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 30px;
	color: #264A7E;
}

.m-hd img {
	height: 8px;
}

@media (min-width: 400px) {
	.m-hd h2 {
		font-size: 35px;
	}
}
@media (min-width: 480px) {
	.m-hd h2 {
		font-size: 40px;
	}
}
@media (min-width: 768px) {
	.m-hd h2 {
		font-size: 45px;
	}
}
@media (min-width: 992px) {
	.m-hd h2 {
		font-size: 55px;
	}
	.m-hd img {
		height: 9px;
	}
}
@media (min-width: 1200px) {
	.m-hd h2 {
		font-size: 60px;
	}
}


/* --- strona główna: m-site-wrapper --- */

.m-site-wrapper {
	padding: 30px 0;
}

@media (min-width: 992px) {

	.m-site-wrapper {
		padding: 60px 0 30px;
	}
}

@media (min-width: 1200px) {

	.m-site-wrapper {
		padding: 90px 0 60px;
	}
}

@media (min-width: 1900px) {

	.m-site-wrapper {
		padding: 120px 0 90px;
	}
}

.gray-bcg {
	background-color: #F9F9F9;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}


/* --- strona główna: m-site-fx, mr-site-fx --- */

.m-site-fx, .mr-site-fx {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.m-site-fx {
	flex-direction: column;
}

.mr-site-fx {
	flex-direction: column-reverse;
}

@media (min-width: 992px) {

	.m-site-fx, .mr-site-fx {
		flex-direction: row;
		gap: 80px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {

	.m-site-fx, .mr-site-fx {
		gap: 120px;
	}
}


/* --- strona główna: m-site-content --- */

.m-site-content {
	width: 100%;
	line-height: 1.7;
}

.m-site-content h3 {
	line-height: 1;
	margin-top: 30px;
	color: #264A7E;
}

.m-site-content > img {
	margin-top: 30px;
	margin-bottom: 50px;
	max-width: 100%;
	border-radius: 20px;
	border: 5px solid #FFFFFF;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.min-top > img {
	margin-top: 50px;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	border-radius: 20px;
	border: 5px solid #FFFFFF;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	aspect-ratio: 4/3;
}

@media (min-width: 992px) {

	.m-site-content {
		width: 50%;
		text-align: justify;
	}
	.m-site-content > img {
		margin-bottom: 0px;
	}
	.min-top > img {
		margin-top: 0;
		aspect-ratio: 1/1;
	}
}

@media (min-width: 1600px) {

	.min-top > img {
		aspect-ratio: 4/3;
	}
}

.spons-logo img {
	margin: 20px 0 40px;
	height: auto;
	max-width: auto;max-width: 100%;
}

@media (min-width: 576px) {

	.spons-logo {
		text-align: center;
	}
	.spons-logo img {
		margin: 30px 0 50px;
		height: 90px;
		max-width: auto;
	}
}

@media (min-width: 992px) {

	.spons-logo img {
		margin: 30px 0 0;
		height: auto;
		max-width: 100%;
	}
}


/* --- btn-content --- */

.btn-content {
	margin: 25px 0 0;
}

.btn-content a {
	display: table;
	background-color: #F0A61C;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #FFFFFF;
	padding: 10px 25px;
	border-radius: 15px;
	white-space: nowrap;
	transition: background-color .3s ease-in-out;
}

.btn-content a:hover {
	background-color: #264A7E;
}

@media (min-width: 992px) {

	.btn-content {
		margin: 35px 0 0;
	}	
	.btn-content a {
		font-size: 14px;
		padding: 13px 35px;
	}
}

/* --- strona główna: o poradni --- */
/* --- mr-site-img --- */

.mr-site-img {
	width: 100%;
	margin: 50px 0 0;
}

@media (min-width: 576px) {

	.mr-site-img {
		width: 75%;
		margin: 50px auto 0;
	}
}

@media (min-width: 992px) {

	.mr-site-img {
		width: 50%;
		margin: 20px 0 0;
	}
}

.mr-site-img img {
	height: auto;
    width: 55%;
    object-fit: cover;
	border-radius: 20px;
	border: 5px solid #FFFFFF;
	margin-bottom: 0;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.pic-02 {
	position: relative;
	margin-top: -30px;
	margin-left: 45%;
}

.pic-03 {
	margin-top: -30px;
	margin-left: 25px;
}

@media (min-width: 360px) {

	.pic-02 {
		margin-top: -60px;
	}
	.pic-03 {
		margin-top: -40px;
		margin-left: 50px;
	}
}

@media (min-width: 576px) {

	.mr-site-img img {
		border-radius: 30px;
	}
	.pic-02 {
		margin-top: -70px;
	}
	.pic-03 {
		margin-top: -50px;
	}
}

@media (min-width: 992px) {

	.pic-02 {
		margin-top: -90px;
		margin-left: 45%;
	}
	.pic-03 {
		margin-left: 60px;
	}
}

@media (min-width: 1200px) {

	.pic-02 {
		margin-top: -120px;
	}
}

@media (min-width: 1600px) {

	.pic-02 {
		margin-top: -150px;
	}
}

@media (min-width: 1920px) {

	.pic-02 {
		margin-top: -190px;
	}
}


/* --- strona główna: aktualności --- */

.ma-site-wrapper {
	background-color: #F9F9F9;
	padding: 30px 0;
}

@media (min-width: 992px) {

	.ma-site-wrapper {
		padding: 60px 0;
	}
}

@media (min-width: 1200px) {

	.ma-site-wrapper {
		padding: 90px 0;
	}
}

@media (min-width: 1900px) {

	.ma-site-wrapper {
		padding: 120px 0;
	}
}

.ma-site-fx {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin-top: 10px;
}

@media (min-width: 992px) {

	.ma-site-fx {
		flex-direction: row;
		gap: 50px;
		margin-top: 30px;
	}
}

.ma-box {
	width: 100%;
}

.ma-title > p {
	font-size: 17px;
	font-weight: 600;
	color: #264A7E;
	margin: 10px 0 20px;
}

.ma-box > p {
	font-size: 14px;
}

.ma-date {
	font-weight: 500;
	font-size: 14px;
}

@media (min-width: 992px) {

	.ma-title > p {
		font-size: 19px;
	}
	.ma-box > p {
		font-size: 15px;
	}
	.ma-date {
		font-size: 15px;
	}
}


/* --- podstrona: headery --- */


.s-hd {
	padding: 10px 0 30px;
}

@media (min-width: 992px) {

	.s-hd {
		padding: 20px 0 40px;
	}
}

@media (min-width: 1200px) {

	.s-hd {
		padding: 30px 0 50px;
	}
}

.s-hd h1 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 30px;
	color: #264A7E;
}

.s-hd img {
	height: 8px;
}

.content-wrapper-subpage h2,
.content-wrapper-subpage h3 {
	color: #264A7E;
    font-weight: 700;
}

@media (min-width: 400px) {
	.s-hd h1 {
		font-size: 35px;
	}
    .content-wrapper-subpage h2 {
        font-size: 29px;
    }
}
@media (min-width: 480px) {
	.s-hd h1 {
		font-size: 40px;
	}
    .content-wrapper-subpage h2 {
        font-size: 32px;
    }
}
@media (min-width: 768px) {
	.s-hd h1 {
		font-size: 45px;
	}
    .content-wrapper-subpage h2 {
        font-size: 35px;
    }
}
@media (min-width: 992px) {
	.s-hd h2 {
		font-size: 55px;
	}
	.s-hd img {
		height: 9px;
	}
    .content-wrapper-subpage h2 {
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
	.s-hd h1 {
		font-size: 60px;
	}
    .content-wrapper-subpage h2 {
        font-size: 45px;
    }
}


/* --- podstrona: s-site-fx --- */

.s-site-fx {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
	gap: 0;
}

@media (min-width: 992px) {

	.s-site-fx {
		flex-direction: row;
		margin: 50px 0;
		gap: 80px;
	}
}

@media (min-width: 1200px) {

	.s-site-fx {
		gap: 120px;
	}
}

.s-site-content, .s-site-img {
	width: 100%;
}

/* .s-site-img {
	overflow: hidden;
} */

.s-site-img > img {
	margin: 40px 0;
	width: 98%;
	height: 98%;
	object-fit: cover;
	border-radius: 20px;
	border: 5px solid #FFFFFF;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	aspect-ratio: 4/3;
}

@media (min-width: 992px) {

	.s-site-img > img {
		margin: 0;
		aspect-ratio: 1/1;
	}
}

@media (min-width: 1600px) {

	.s-site-img > img {
		aspect-ratio: 4/3;
	}
}


/* --- pdf --- */

.media-doc-desc a {
	background-color: #5A9DD5;
	color: #FFF;
	padding: 15px;
	border-radius: 15px;
	font-weight: 500;
	font-size: 0.9em;
	transition: all 0.3s ease-in-out;
}

.media-doc-desc a:hover {
	background-color: #F0A61C;
}


/* --- stopka --- */

.footer-main {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background: #264A7E;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	color: #F4F4F4;
}

.footer-main a {
	color: #F4F4F4;
}
.footer-main a:hover {
	color: #5A9DD5;
}

.footer-boxes {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer-box {
	width: 100%;
}

.footer-adress-box, .footer-contact-box, .footer-hours-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 20px 0 0 0;
}

.footer-adress-img, .footer-contact-img, .footer-hours-img {
	width: 50px;
	text-align: left;
}

.footer-adress-txt, .footer-contact-txt, .footer-hours-txt {
	max-height: 75px;
	overflow: hidden;
}

.footer-name-txt p {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}

.footer-adress-txt a {
	display: block;
}

.footer-adress-img img, .footer-contact-img img, .footer-hours-img img {
	height: 30px;
	margin-top: 7px;
}

.footer-adress-img img {
	margin-left: 10px;
}

.footer-hours-img img {
	margin-left: 6px;
}

@media (min-width: 992px) {

	.footer-main {
		padding: 0;
		font-size: 14px;
	}
	.footer-boxes {
		flex-direction: row;
	}
	.footer-box {
		width: 25%;
		height: 230px;
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.footer-adress-box, .footer-contact-box, .footer-hours-box {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.footer-adress-txt, .footer-contact-txt, .footer-hours-txt {
		max-height: 85px;
		overflow: hidden;
	}
	.footer-name-txt p {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.footer-adress-img, .footer-contact-img, .footer-hours-img {
		height: 50px;
		text-align: center;
	}
	.footer-adress-img img, .footer-contact-img img, .footer-hours-img img {
		margin-top: 0;
		margin-left: 0;
	}
	.footer-mail-img img {
		margin-top: 14px;
	}
}

.footer-sub {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	background: #FFFFFF;
	font-weight: 400;
	color: #2B2B2B;
}

.footer-sub a {
	font-weight: 500;
	color: #2B2B2B;
}
.footer-sub a:hover {
	color: #5A9DD5;
}

.footer-sub-boxes {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer-sub-box {
	width: auto;
}

.footer-sub-toright {
	padding-top: 15px;
	text-align: left;
}

@media (min-width: 992px) {

	.footer-sub-boxes {
		flex-direction: row;
	}
	.footer-sub-box {
		width: 50%;
	}
	.footer-sub-toright {
		padding-top: 0;
		text-align: right;
	}
}


/* --- social-icons ---*/

.social-icons {
    position: fixed;
    right: 0;
    bottom: 150px;
    margin: auto;
	background: rgba(38, 74, 126, 0.9);
    padding: 13px 10px;
    border-radius: 10px 0 0 10px;
	text-align: center;
}

.social-icons > a {
	display: flex;
	color: #ffffff;
}

.social-icons > a > img {
	max-width: 28px;
}

.social-icons > hr {
	height: 1px;
	margin: 13px 0;
	background-color: #60863a;
}


/* --- all: listy i punktory --- */

.c-list {
	list-style-image: url(../img/list-image1.svg);
    padding-left: 35px;
}
.c-list li {
	padding: 3px 0 5px 5px;
	border-bottom: 0px;
}

.c-list-2 {
	list-style-image: url(../img/list-image2.svg);
    padding-left: 35px;
}
.c-list-2 li {
	padding: 3px 0 5px 5px;
	border-bottom: 0px;
}


/* --- cta-box-1 --- */
.cta-box-1 {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	border-radius: 15px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.cta-bx1-txt,
.cta-bx1-act {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 30px 15px 30px 25px;
	color: #FFF;
	font-size: 19px;
	font-weight: 600;
}

.cta-bx1-txt {
	border-radius: 15px 15px 0 0;
	background: #5A9DD5;
	text-align: center;
}

.cta-bx1-act {
	border-radius: 0 0 15px 15px;
	background: #AAAAAA;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.cta-bx1-act-icon {
	width: 50px;
}

.cta-bx1-act-icon img {
	max-height: 30px;
}

.cta-bx1-act-link a {
	color: #5A9DD5;
}

.cta-bx1-act-link a:hover,
.cta-bx1-act-link a:focus {
	color: #666666;
}

@media (min-width: 992px) {

	.cta-box-1 {
		flex-direction: row;
	}
	.cta-bx1-txt {
		width: 50%;
		height: 90px;
		border-radius: 15px 0 0 15px;
		text-align: left;
	}
	.cta-bx1-act {
		width: 50%;
		height: 90px;
		border-radius: 0 15px 15px 0;
		justify-content: left;
	}
}

@media (min-width: 1200px) {

	.cta-bx1-txt,
	.cta-bx1-act {
		height: 100px;
		font-size: 29px;
		padding: 27px 15px 30px 25px;
	}
}