* {
	box-sizing: border-box;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

[class*="col-"] {
	float: left;
	padding: 10px;
}

[class*="col-"] {
	width: 100%;
}

body {
	font-family: Verdana, Arial, Tahoma;
	margin: 0;
	background-color: #ffffff;
}

.logocenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

.logocenterbig {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.logocentersmall {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.logocentereye {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.topnav {
	display: none;
}

.topnavm {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

/*----------START - blok menu*/
.topnavm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	border: 4px solid #013136;
}

.topnavm li {
	float: left;
}

.topnavm li a {
	font-weight: bold;
	display: inline-block;
	color: #013136;
	text-align: center;
	padding: 15px 15px;
	text-decoration: none;
}

.topnavm .dropbtn {
	font-weight: bold;
	display: inline-block;
	background-color: #013136;
	color: #ffffff;
	text-align: center;
	padding: 15px 15px;
	text-decoration: none;
}

.topnavm li a:hover,
.dropdown:hover .dropbtn {
	background-color: #013136;
	color: #ffffff;
}

.topnavm li.dropdown {
	display: inline-block;
}

.topnavm .dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	border: 4px solid #013136;
	position: absolute;
	right: 0;
	top: 1;
}

.topnavm .dropdown-content a {
	color: #013136;
	padding: 15px 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.topnavm .dropdown-content a:hover {
	background-color: #013136;
	color: #ffffff;
}

.topnavm .clicked {
	display: block;
}

/*----------KONIEC - blok menu*/
.logobig {
	padding-top: 60px;
}

.contentwhitej {
	background-color: #ffffff;
}

.contentwhitej h1 {
	color: #013136;
	text-align: center;
}

.contentwhitej p {
	color: #013136;
	text-align: justify;
}

.picturecenterdarkart {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
	border-style: none;
}

.coupler {
	padding: 10px 10px 10px 10px;
}

.contentwhite {
	background-color: #ffffff;
}

.contentwhite h1 {
	color: #013136;
	text-align: center;
}

.contentwhite p {
	color: #013136;
}

.justify {
	text-align: justify;
}

/*- - - - - - - - - - -*/
#baza-wiedzy h1 a {
	text-decoration: none;
	color: #013136;
}

#baza-wiedzy h1 a:hover {
	opacity: 0.7;
}

.articlescenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
}

.card {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	text-align: center;
}

.card p {
	font-weight: bold;
	font-size: x-large;
	color: #013136;
}

.card:hover {
	transform: translateY(-20px);
}

.articleslink {
	text-decoration: none;
}

/*- - - - - - - - - - -*/
#kontakt {
	text-align: center;
	color: #013136;
}

.details {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

.details a {
	text-decoration: none;
	color: #013136;
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
	height: 0;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/*- - - - - - - - - - -*/
#promocje {
	text-align: center;
}

.discount {
	background-color: #013136;
	color: #ffffff;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
}

.discount:hover {
	transform: translateY(-10px);
}

.discount p {
	font-weight: bold;
}

.big {
	font-size: 40px;
	font-weight: bold;
	color: #013136;
	margin: 0px;
	background-color: white;
	padding: 5px 5px 5px 5px;
	border-radius: 15px 15px 0px 0px;
}

/*- - - - - - - - - - -*/
footer {
	text-align: center;
	padding: 20px;
}

footer p {
	color: #013136;
	opacity: 0.9;
}

footer p a {
	text-decoration: none;
	font-size: small;
	font-style: italic;
	color: #013136;
	opacity: 0.7;
}

.links {
	background-color: #013136;
	border: 3px solid #013136;
}

.links a {
	font-size: 15px;
	width: 150px;
	height: 60px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
	color: #ffffff;
	font-weight: bold;
}

.links a:hover {
	background-color: #ffffff;
	color: #013136;
}

.social {
	padding-top: 10px;
}

.social a {
	font-size: 30px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #013136;
	background-color: #013136;
	color: #ffffff;
	padding-top: 10px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.social a:hover {
	background-color: #ffffff;
	color: #013136;
}

/*- - - - - - - - - - -*/
#myBtn {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	border: 3px solid #013136;
	outline: none;
	background-color: #013136;
	color: #ffffff;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
	font-size: 18px;
}

#myBtn:hover {
	background-color: #ffffff;
	color: #013136;
}

/*- - - - - - - - - - -*/
#search {
	text-align: center;
}

.search-container {
	display: flex;
	justify-content: center;
}

.search-container input[type=text] {
	padding: 6px;
	margin-top: 10px;
	font-size: 17px;
	border: none;
	width: 100%;
	background-color: #ffffff;
	color: #013136;
	border-top: solid 2px #013136;
	border-bottom: solid 2px #013136;
	border-left: solid 2px #013136;
	border-right: solid 2px #013136;
	outline: none;
}

.search-container button {
	float: right;
	padding: 6px 10px;
	margin-top: 10px;
	background-color: #013136;
	color: #ffffff;
	font-size: 17px;
	border: none;
	cursor: pointer;
	border: solid 2px #013136;
	outline: none;
	width: 100%;
}

.search-container button:hover {
	background-color: #ffffff;
	color: #013136;
}

/*- - - - - - - - - - -*/
#consent {
	background-color: #013136;
	border-style: solid;
	border-color: #013136;
	border-width: 5px;
	border-radius: 5px;
	position: fixed;
	bottom: 0px;
	left: 10px;
	right: 10px;
}

#consent p {
	color: #ffffff;
	padding: 5px;
	font-size: small;
	margin-bottom: 0px;
	margin-top: 5px;
}

#consent-button {
	background-color: #ffffff;
	color: #013136;
	font-weight: bold;
	border-radius: 5px;
	border-style: solid;
	border-color: white;
	border-width: 3px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

#consent-button:hover {
	/*opacity: 0.85;*/
	background-color: #013136;
	color: #ffffff;
}

/*- - - - - - - - - - -*/
ul.listy {
	list-style-type: disc;
	color: #013136;
}

.listy li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*- - - - - - - - - - -*/
#reg-button {
	background-color: #013136;
	color: #ffffff;
	font-weight: bold;
	font-size: 8vw;
	border-style: none;
	border-radius: 20px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
	padding: 10px 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

#reg-button:hover {
	background-color: #ffffff;
	color: #013136;
}

#reg-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*---*/
#reg-button-min {
	background-color: #013136;
	color: #ffffff;
	font-weight: bold;
	font-size: 4vw;
	border-style: none;
	border-radius: 20px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
	padding: 10px 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

#reg-button-min:hover {
	background-color: #ffffff;
	color: #013136;
}

/*---*/
.pplcard {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
	background-color: #ffffff;
}

.pplcard img {
	width: 100%;
	height: auto;
	display: block;
}

.pplcard-content {
	padding: 16px;
}

.pplcard-content p {
	font-size: 1rem;
	color: #013136;
	margin: 0;
}

/*---*/
.services-section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 120px;
	max-width: 1000px;
	margin: 0 auto;
}

.service {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 180px;
	text-align: center;
	transition: transform 0.3s;
	color: #013136;
}

.service:hover {
	transform: translateY(-20px);
}

.icon-circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border-style: solid;
	border-color: #013136;
	border-width: 5px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-circle img {
	width: 50%;
	height: 50%;
	object-fit: contain;
}

.service-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.service-desc {
	font-size: 0.9rem;
	color: #013136;
}

.centerHV {
	display: flex;
	justify-content: center;
	align-items: center;
}

.centerHVimg {
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 1.0);
}

.image-container img {
	width: 100%;
	height: auto;
	display: block;
}

.slide-from-top {
	animation: slideTop 1s ease-out forwards;
}

.slide-from-bottom {
	animation: slideBottom 1s ease-out forwards;
}

@keyframes slideTop {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideBottom {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/*---*/
.shake-image {
	transition: transform 0.2s;
}

.shake-image:hover {
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@keyframes shake {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: translate(-2px, 2px);
	}

	40% {
		transform: translate(2px, -2px);
	}

	60% {
		transform: translate(-2px, 2px);
	}

	80% {
		transform: translate(2px, -2px);
	}

	100% {
		transform: translate(0, 0);
	}
}

/*---*/