@media screen and (max-width: 1680px) {
	.hide-1680,
	.h-1680 {
		display: none;
	}

	header .swiper-container {
		border-radius: 30px;
		max-width: 100%;
	}

	.container-fluid {
		margin: 0 30px;
	}

	.container {
		max-width: 84%;
	}
}
@media screen and (max-width: 1600px) {
	.hide-1600,
	.h-1600 {
		display: none;
	}
}
@media screen and (max-width: 1536px) {
	.hide-1536,
	.h-1536 {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.hide-1440,
	.h-1440 {
		display: none;
	}

	:root {
		font-size: 15px;
	}

	#dasmed .col-7 img {
		width: 100%;
		display: block;
	}

	#dasmed .btn {
		position: absolute;
		bottom: 30px;
		right: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		max-width: 40%;
	}

	#uslugi a img {height: 200px;}
}
@media screen and (max-width: 1366px) {
	.hide-1366,
	.h-1366 {
		display: none;
	}

	/* footer .col-3 {
		width: 40%;
		max-width: 40%;
		flex-basis: 40%;
	} */

	#dasmed .btn span {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1360px) {
	.hide-1360,
	.h-1360 {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.hide-1280,
	.h-1280 {
		display: none;
	}

	#uslugi .col-3 {
		width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		max-width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		-ms-flex-preferred-size: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		flex-basis: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		margin-bottom: 30px;
	}

	#uslugi .col-3:nth-child(even) {margin-right: 0;}

	#uslugi a img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: left center;
	}
}


@media screen and (max-width: 1199px) {
	.hide-1199,
	.h-1199 {
		display: none;
	}
	.container {
		max-width: 94%;
	}
	#main img[src*=".jpg"] {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.mt-5.px img {
		height: 120px !important;
		margin-bottom: 15px;
	}

	.klienci a img {
		max-width: 70% !important;
	}

	footer {
		background: #000;
	}

	/* footer .col-3 {
		width: 65%;
		max-width: 65%;
		flex-basis: 65%;
	} */

	#dasmed .btn span {
		margin-right: 0;
	}

	.swiper-slide--slogan {
		background: none;
	}

	#uslugi {
		margin-top: 30px;
	}

	#uslugi a strong {
		max-width: 55%;
		font-size: 1.5rem;
	}

	.brelok_cechy strong {
		font-size: 13px;
	}

	.swiper-slide--slogan__title {
		font-size: 2rem;
	}

	.swiper-slide--slogan__subtitle {
		margin-bottom: 0;
	}

	.zapis_content {
		max-width: 75%;
	}

	.langs a:not(:first-child), #social_media a:not(:first-child) {
    	margin-left: 5px;
	}

	.langs {margin-left: 15px;}

	.logo img {
		height: 65px;
	}

	.navbar-nav > li:not(:first-child) {margin-left: 20px;}

}

@media screen and (max-width: 1023px) {
	.hide-1023,
	.h-1023 {
		display: none;
	}

	.navbar-nav > li:not(:first-child) {margin-left: 0;}

	.navbar__toggler {
		margin-left: 15px;
		display: block;
		padding: 4px;
		border: 1px solid transparent;
		background: none;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #e51f26;
		margin: 4px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler.show {
		border-color: transparent;
		padding: 0;
	}
	.navbar__toggler.show span:nth-child(2) {
		opacity: 0;
		height: 0;
	}
	.navbar__toggler.show span:first-child {
		-webkit-transform: rotate(-45deg) translateY(4.5px);
		transform: rotate(-45deg) translateY(4.5px);
	}
	.navbar__toggler.show span:last-child {
		-webkit-transform: rotate(45deg) translateY(-4.5px);
		transform: rotate(45deg) translateY(-4.5px);
	}
	.navbar-nav {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
	}
	.navbar-nav.show {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	.navbar-nav li,
	.navbar-nav a {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav li::after,
	.navbar-nav a::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: white;
	}
	.navbar-nav .active > a,
	.navbar-nav a.active,
	.navbar-nav a:focus,
	.navbar-nav a:hover,
	.navbar-nav li:hover > a {
		background: #e51f26;
		color: white !important;
	}
	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.05);
		max-height: 0;
	}
	.navbar-nav .dropdown a:hover,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a.active {
		background: #971216 !important;
		color: white;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}

	#uslugi a {
		max-height: 150px;
	}

	#uslugi a img {
		width: 100%;
	}

	#dasmed {
		padding: 50px 0;
	}

	.home .card.horizontal::before {
		top: -15px;
	}
}

@media screen and (max-width: 800px) {
	.hide-800,
	.h-800 {
		display: none;
	}
	/* #main .col-3,
	#main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	} */


	.brelok_cechy {
		position: relative;
		width: auto;
		height: auto;
		display: inline-block;
	}

	.sub #main .brelok_cechy li {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.sub #main .brelok_cechy li em {
		display: flex;
		margin-right: 30px;
	}

	.sub #main .brelok_cechy li strong {
		display: inline;
		background-color: transparent;
		padding: 0;
		font-size: 18px;
	}

	.sub #main .brelok_cechy li::before,
	.sub #main .brelok_cechy li::after {
		display: none;
	}

	.brelok_image {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.brelok_nr {
		display: flex;
		width: 40px;
		height: 40px;
	}

	#uslugi a strong {
		font-size: 1.1rem;
	}

	#dasmed .row {
		flex-direction: column-reverse;
	}

	#dasmed .col-7,
	#dasmed .col-4,
	#kroki .col-4,
	#zaufali .col-3,
	#zaufali .col-9,
	footer .col-5,
	footer .col-7,
	aside.col-2,
	article.col-9 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	aside {
		position: relative;
		top: auto;
		margin-top: 30px;
	}

	.home .card.horizontal {
		margin-bottom: 30px;
	}

	.home .card.horizontal::before {
		top: 0;
		left: -15px;
	}

	#liczby small {
		display: block;
		line-height: 1.3em;
	}

	.sub header .btn,
	.sub header #header_top,
	#breadcrumbs {
		display: none;
	}

	.sub header {
		height: 155px;
		min-height: 10px;
		overflow: hidden;
	}

	.has_aside {
		flex-direction: column-reverse;
	}

	.sub h1 {
		margin-top: 50px;
	}

	#terminarz .col--1 {
		flex-basis: 20%;
	}
	#terminarz .col--4 {
		flex-basis: 22%;
	}
	#terminarz .col--5 {
		flex-basis: 15%;
	}

	.sub #news .grid-4 .col-3 {
		width: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12));
		max-width: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12));
		-ms-flex-preferred-size: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12));
		flex-basis: calc(99.99% * 6 / 12 - (30px - 30px * 6 / 12));
		margin-right: 30px;
	}

	.sub #news .grid-4 .col-3:nth-child(3n) {
		margin-right: 30px;
	}

	.sub #news .grid-4 .col-3:nth-child(2n) {margin-right: 0;}

	article.col-8,
	aside.col-4 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.klienci a img {
		filter: grayscale(0);
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	.hide-768,
	.h-768 {
		display: none;
	}
	#main .col-4,
	#main .col-8,
	#Nasz-zespol .grid-4 .col-3,
	#Biuro .grid-4 .col-3 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.swiper-slide--slogan__title, .swiper-slide--slogan__subtitle, #uslugi a strong {
		text-shadow: 0 0 5px white, 0 0 15px white;
	}


	#zapis_na_szkolenie .group.col-3 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.thumbnail {
		float: right;
		margin: 0 0 30px 30px;
		max-width: 40%;
		display: block;
	}

	.sub h1 { font-size: 2rem;}

}


@media screen and (max-width: 640px) {
	.hide-640,
	.h-640 {
		display: none;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		margin-right: 30px;
	}
	.five-cols a:nth-child(5n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 0;
	}

	#uslugi a::after {display: none;}
}


@media screen and (max-width: 600px) {
	.hide-600,
	.h-600 {
		display: none;
	}
	.four-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.four-cols a:nth-child(2n) {
		margin-right: 0;
	}
	form fieldset.col {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.col-5,
	.col-7,
	.col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	header .swiper-slide img {
		width: 100%;
		height: 40vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}

	#uslugi .col-3 {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}

	.thumbnail {
		float: none;
		margin: 0 0 15px 0;
		max-width: 100%;
	}

}


@media screen and (max-width: 480px) {
	.hide-480,
	.h-480 {
		display: none;
	}
	.three-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.three-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.three-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.col-6,
	.col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}

	.brelok_nr {
		display: flex;
		width: 30px;
		height: 30px;
		font-size: 15px;
	}

	.sub #main .brelok_cechy li em {
		width: 45px;
		height: 45px;
	}

	.logo img {height: 55px;}

	.container-fluid {
    	margin: 0 10px;
	}

	#uslugi a {margin-bottom: 30px;}

	#dasmed .btn img {display: none;}

	#liczby strong {margin-bottom: 0;}

	#liczby .col-4 {
		margin-bottom: 30px;
	}

	.sub #navbar, .sub header {
		height: 105px;
	}

	.sub #navbar.affix {height: 60px;}

	.legenda {display: none;}

	.szkolenie {
		flex-direction: column;
	}

	.szkolenie .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		text-align: left;
		margin: 0 0 15px 0;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.szkolenie .ic {
		align-items: flex-start;
		text-align: left;
		display: block;
		width: 100%;
	}

	.szkolenie h3,
	.nazwa_szkolenia {
		width: 100%;
		text-align: left;
		display: block;
	}

	.szkolenie .col::before {
		display: inline-block;
		width: 160px;
		margin-right: 15px;
		font-weight: bold;
		line-height: 1.1em;
		text-align: right;
		text-transform: uppercase;
		font-size: 13px;
	}

	.szkolenie .col--1::before {
		content: 'Nazwa:';
	}

	.szkolenie .col--2::before {
		content: 'Termin:';
	}

	.szkolenie .col--3::before {
		content: 'Poziom:';
	}

	.szkolenie .col--4::before {
		content: 'Lokalizacja:';
	}
	.szkolenie .col--5::before {
		content: 'Cena (brutto):';
	}

}


@media screen and (max-width: 450px) {
	.hide-435,
	.h-435 {
		display: none;
	}

	.logo img {height: 45px !important;}

	.circle-icons.ic {
		display: grid;
		gap: 5px;
		grid-template-columns: 1fr;
	}

	.langs {margin-left: 0;}

	#social_media img {height: 35px;}

	.affix .circle-icons.ic {display: none;}

}


@media screen and (max-width: 425px) {
	.hide-425,
	.h-425 {
		display: none;
	}
}
@media screen and (max-width: 414px) {
	.hide-414,
	.h-414 {
		display: none;
	}
	.container {
		max-width: 90%;
	}
	.grid-6 .col-2,
	.grid-4 .col-3,
	.col-2,
	.col-3 {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.grid-6 .col-2:nth-child(2n),
	.grid-4 .col-3:nth-child(2n) {
		margin-right: 0;
	}
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.sub #news .grid-4 .col-3 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}





}


@media screen and (max-width: 375px) {
	.hide-375,
	.h-375 {
		display: none;
	}
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-width: 25px;
		margin-right: 15px;
	}

	.navbar__toggler {margin-left: 10px;}
	#social_media a:not(:first-child) {
    	margin-left: 8px;
	}

	.logo img {
    	height: 40px !important;
	}

	#dasmed .btn {
		bottom: 0;
		max-width: 53%;
	}

	.klienci a {
		flex-basis: 33%;
		max-width: 33%;
		padding: 2rem 0;
	}

	.klienci a img {max-width: 80%;}

	footer form .col-3,
	footer form .col-9 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	/* .langs, #navbar #social_media {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	} */

	/* .langs a:not(:first-child),
	#social_media a:not(:first-child) {
		margin-left: 0;
		margin-top: 5px;
	} */

	.langs img,
	#social_media img {
		height: 24px;
	}

	body {padding-top: 100px;}
	#navbar {height: 100px;}

}


@media screen and (max-width: 360px) {
	.hide-360,
	.h-360 {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	.hide-320,
	.h-320 {
		display: none;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
