* {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

html,
body {
	margin: 0 auto;
	width: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

figure img {
	max-width: 100%;
	vertical-align: top;
}

img {
	max-width: 100%;
}

.container {
	width: 1225px;
	margin: 0 auto;
}

.top {
	background-color: #929292;
	padding: 15px 0;
}

.top .container,
.terminy .belka .container,
.skutecznosc .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top .dane {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.top .dane:hover h5 {
	color: #e0333e;
}

.top .dane:last-child {
	margin-right: 0;
}

.top .dane figure {
	flex: 0 0 auto;
	padding-right: 8px;
}

.top .dane figure img,
.naglowek .pkt figure img,
.wiedza .flex_desc .pkt figure img {
	vertical-align: inherit;
}

.top .dane h5 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition-duration: .5s;
}

.top .row {
	display: flex;
	align-items: center;
}

.top .socjale a {
	display: flex;
	margin-right: 20px;
}

.top .socjale a img {
	height: 17px;
}

.top .socjale a:last-child {
	margin-right: 0;
}

.naglowek {
	padding: 60px 0 80px 0;
}

.naglowek .container {
	display: flex;
	align-items: center;
}

.naglowek .row:nth-child(1) {
	width: 45%;
	padding-right: 40px;
}

.naglowek .row:nth-child(2) {
	width: 55%;
}

.naglowek h1,
.webinar h2 {
	color: #0c0c0c;
	font-size: 36px;
	font-weight: 700;
}

.naglowek h2 {
	color: #ee3440;
	font-size: 19px;
	font-weight: 500;
	margin: 10px 0 30px 0;
}

.naglowek .pkt {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}

.naglowek .pkt figure {
	flex: 0 0 auto;
	padding-right: 8px;
}

.naglowek h3 {
	color: #00001f;
	font-size: 16px;
	font-weight: 400;
}

figure.logo {
	margin-bottom: 40px;
}

a.bt,
input[type="submit"] {
	display: table;
	min-width: 325px;
	padding: 15px 10px;
	background-color: #ee3440;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
}

.naglowek a.bt {
	margin-top: 50px;
}

.grid {
	display: grid;
}

.kafelki {
	margin-bottom: 20px;
}

.kafelki .main {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 14px;
}

.kafelki .mini {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
}

.big_kafelek,
.kafelek {
	background-color: #ee3440;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.big_kafelek {
	min-height: 240px;
	margin-bottom: 14px;
}

.big_kafelek .tytul {
	display: flex;
	align-items: center;
}

.big_kafelek .tytul figure {
	flex: 0 0 auto;
	padding-right: 30px;
}

.big_kafelek h2 {
	font-weight: 500;
	font-size: 45px;
	color: #fff;
}

.kafelek {
	min-height: 170px;
	text-align: center;
}

.kafelek h3 {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	margin-top: 15px;
}

.big_kafelek ul {
	padding-left: 1em;
	margin: 20px 0 0 0;
}

ul.dla_kogo {
	list-style-type: none;
	text-align: center;
	padding: 0 40px;
	line-height: 1.5em;
}

.big_kafelek ul li {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.big_kafelek ul li:last-child {
	margin-bottom: 0;
}

.terminy .belka figure.warning {
	flex: 0 0 auto;
	padding-right: 40px;
}

.terminy .belka h2 {
	font-size: 45px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 5px;
}

.terminy p,
p.info_film {
	font-size: 14px;
	font-weight: 500;
	color: #00001f;
	line-height: 1.5em;
}

.terminy p {
	color: #fff;
}

.terminy p.info_terminy {
	color: #00001f;
}

p.info_film {
	margin-bottom: 10px;
}

.black {
	font-weight: 900;
}

.bold {
	font-weight: 700;
}

.foto_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px 10px;
}

.foto_grid .desc {
	background-color: #ee3440;
	padding: 20px 40px;
	text-align: center;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foto_grid figure {
	background-position: center;
	background-size: cover;
	height: 260px;
}

.foto_grid p {
	font-size: 16px;
	color: #fff;
	line-height: 1.8em;
	font-weight: 400;
}

.foto_grid .foto {
	display: flex;
	flex-direction: column;
}

.terminy .belka {
	background-color: #181c28;
	padding: 50px 0;
}

.terminy .belka.orange {
	background-color: #eea634;
}

.terminy .belka.orange ul {
	padding-left: 1em;
	margin: 0;
}

.terminy .belka.orange ul li {
	color: #fff;
}

.terminy .belka .row:nth-child(1) {
	display: flex;
	align-items: center;
	width: 55%;
}

.terminy .belak .row:nth-child(2) {
	flex: 1;
}

.terminy .info {
	margin-top: 15px;
}

.faq {
	padding: 80px 0 90px;
}

.faq .container {
	width: 1050px;
}

.faq h2 {
	font-size: 45px;
	color: #000000;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

.faq .pasek {
	display: flex;
	cursor: pointer;
}

.faq .pasek .numer {
	background-color: #181c28;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 800;
	width: 110px;
	flex: 0 0 auto;
	padding: 30px 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.faq .pytanie_5 .pasek .numer {
	padding: 50px 0;
}

.faq .pasek .content {
	background-color: #ee3440;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding: 0 30px 0 25px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.faq .pasek h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5em;
}

.faq .pytanie .desc {
	padding: 30px 160px 55px 110px;
	display: none;
}

.faq .pytanie {
	background-color: #e2e2e2;
	border-radius: 20px;
	margin-bottom: 15px;
}

.faq .pytanie .desc figure {
	margin-top: 20px;
}

.faq .pytanie .desc p,
.faq .pytanie .desc li {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	line-height: 2em;
}

.faq .pytanie .desc a {
	color: inherit;
}

.faq .pytanie .desc p.pdl {
	padding-left: 40px;
}

.faq .pytanie .arrow img {
	transition-duration: .5s;
}

.faq .pytanie.active .arrow img {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg));
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
}

.faq .pytanie.orange_bg .content {
	background-color: #eea634;
}

.faq .pytanie.orange_bg .pasek h3 {
	color: #010101;
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

.faq .info {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.faq .info figure {
	flex: 0 0 auto;
	padding-right: 40px;
}

.faq .info h3 {
	font-weight: 400;
	font-size: 20px;
	color: #010101;
}

.faq .info a.bt {
	margin-top: 25px;
}

.wiedza .baner {
	display: flex;
}

.wiedza .baner figure.main {
	width: 70%;
}

.wiedza .baner .row {
	width: 30%;
}

.wiedza .baner figure.logo_wiedza {
	height: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wiedza .baner .desc {
	height: 75%;
	padding: 60px 55px;
	background-color: #474747;
}

.wiedza .baner .desc h2 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	line-height: 1.6em;
}

.wiedza .opis {
	padding: 80px 0 40px 0;
}

.wiedza .flex_desc {
	display: flex;
	align-items: center;
}

.wiedza .flex_desc .foto {
	flex: 0 0 auto;
	padding-left: 80px;
}

.wiedza .flex_desc p {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 1.8em;
}

.italic {
	font-style: italic;
}

.wiedza .flex_desc:nth-child(2) {
	margin: 80px 0 140px 0;
}

.wiedza .flex_desc:nth-child(2) .foto {
	padding-left: 60px;
	padding-right: 145px;
}

.wiedza .flex_desc.medal .foto {
	padding-left: 0 !important;
	padding-right: 20px;
}

.wiedza .flex_desc.medal {
	margin-top: 50px;
	margin-bottom: 0;
}

.wiedza .flex_desc:nth-child(3) .foto {
	padding-left: 40px;
}

.loga {
	margin-top: 40px;
}

.wiedza .flex_desc .pkt {
	display: flex;
	align-items: baseline;
	margin-top: 30px;
}

.wiedza .flex_desc .pkt figure {
	flex: 0 0 auto;
	padding-right: 15px;
}

.skutecznosc {
	background-color: #ee3440;
	padding: 110px 0;
}

.skutecznosc h2 {
	font-size: 38px;
	color: #fff;
	font-weight: 500;
}

.skutecznosc a.bt {
	background-color: #fff;
	color: #ee3440;
	line-height: 1.8em;
}

footer {
	padding: 30px 0 50px 0;
	background-color: #474747;
}

footer .container {
	display: flex;
	justify-content: space-between;
}

footer .row {}

footer h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

footer a {
	color: #ddd;
	font-size: 14px;
	font-weight: 400;
	display: table;
	margin-bottom: 7px;
}

footer a.no_pointer {
	cursor: inherit;
}

footer a:hover {
	color: #fff;
}

footer a.hover_red:hover {
	color: #e0333e;
}

.soc_footer {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.soc_footer a {
	margin-right: 25px;
}

.soc_footer a:last-child {
	margin-right: 0;
}

#popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: auto;
	display: none;
}

#popup .content {
	width: 40%;
	margin: auto;
	background-color: #fafafa;
	box-shadow: -5px 12px 35px 0px rgba(71, 71, 71, 0.32);
	padding: 20px 20px 70px 20px;
}

#popup .close {
	display: table;
	margin-left: auto;
	cursor: pointer;
}

#popup h2 {
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 36px;
	color: #000000;
	font-weight: 500;
}

#popup h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 40px;
}

#popup h3 a {
	color: inherit;
	font-weight: 700;
}

#popup .input {
	margin-bottom: 15px;
}

#popup .input p {
	color: #474747;
	font-size: 16px;
	margin-bottom: 5px;
}

input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 1px solid #cecece;
	background-color: #fafafa;
	padding: 10px;
	width: 100%;
	outline: none;
	font-size: 16px;
	color: #474747;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #474747;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #474747;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #474747;
}

.formcheck {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 15px;
}

.formcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
}

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 1px solid #cecece;
}

.formcheck:hover input~.checkmark {
	background-color: transparent;
}

.formcheck input:checked~.checkmark {
	background-color: transparent;
	border: 1px solid #cecece;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.formcheck input:checked~.checkmark:after {
	display: block;
}

.formcheck .checkmark:after {
	left: 6px;
	top: 2px;
	width: 4px;
	height: 9px;
	border: solid #ee3440;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.txtcheck {
	font-size: 12px;
	width: 100%;
	text-align: left;
	color: #474747;
	line-height: 1.5em;
	font-weight: 400;
}

.txtcheck a {
	color: inherit;
	text-decoration: underline;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 40px auto 0 auto;
}

.dzieki {
	font-size: 16px;
	text-align: center;
	display: none;
	margin-top: 20px;
	color: #000;
}

form {
	width: 535px;
	margin: 0 auto;
}

.dotacje {
	padding: 40px 0 100px 0;
}

.dotacje h2 {
	font-weight: 700;
	color: #000;
	font-size: 45px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.1em;
}

.dotacje p,
table thead th,
table tbody td {
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

table thead th {
	color: #fff;
}

table a {
	color: #ee3440;
	font-weight: 500;
}

.dotacje p.center {
	text-align: center;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-top: 50px;
}

table td,
table th {
	padding: 15px 20px;
}

table tr:nth-child(even) {
	background: #F8F8F8;
}

table thead {
	background: #EE3440;
}

tr th:nth-child(1),
tr td:nth-child(1) {
	width: 15%;
}

tr th:nth-child(2),
tr td:nth-child(2) {
	width: 30%;
}

tr th:nth-child(3),
tr td:nth-child(3) {
	width: 20%;
}

tr th:nth-child(4),
tr td:nth-child(4) {
	width: 25%;
}

tr th:nth-child(5),
tr td:nth-child(5) {
	width: 10%;
}

table.odp tr th:nth-child(1),
table.odp tr td:nth-child(1) {
	width: auto;
	text-align: center;
}

table.odp tr th:nth-child(2),
table.odp tr td:nth-child(2) {
	width: auto;
	text-align: center;
}

table.odp tr th:nth-child(3),
table.odp tr td:nth-child(3) {
	width: auto;
	text-align: center;
}

table.odp tr th:nth-child(4),
table.odp tr td:nth-child(4) {
	width: auto;
	text-align: center;
}

table.odp thead th,
table.odp tbody td {
	font-size: 16px;
}

table.odp {
	margin-top: 0;
}

.faq .pytanie .arrow {
	flex: 0 0 auto;
	padding-left: 90px;
}

.webinar {
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	padding: 20px 35px 10px 35px;
}

.webinar figure {
	flex: 0 0 auto;
	padding-right: 95px;
}

.webinar .row {
	flex: 1;
}

.webinar p {
	color: #474747;
	font-size: 16px;
	font-weight: bold;
}

.webinar .red {
	color: #ee3440;
}

.webinar h2 {
	margin: 10px 0 30px 0;
}

.webinar a.bt {
	background-color: #2eb025;
}

@media screen and (min-width: 300px) and (max-width: 767px) {

	.container,
	.faq .container {
		width: 90%;
	}

	.top .dane h5 {
		font-size: 14px;
	}

	.top .row.socjale {
		display: none;
	}

	.top .container {
		justify-content: center;
	}

	.top .dane figure img {
		width: 14px;
	}

	.naglowek .container {
		flex-wrap: wrap;
	}

	.naglowek .row:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.naglowek iframe {
		height: 50vw;
	}

	.naglowek .row:nth-child(2) {
		width: 100%;
	}

	.naglowek {
		padding: 40px 0;
	}

	figure.logo {
		margin-bottom: 20px;
	}

	.naglowek h1 {
		font-size: 28px;
	}

	.naglowek h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	a.bt {
		min-width: 300px;
	}

	.naglowek a.bt {
		margin-top: 40px;
	}

	.kafelki .main {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	.kafelki .mini {
		grid-gap: 5px;
	}

	.kafelek {
		padding: 0 10px;
		min-height: 130px;
	}

	.big_kafelek h2 {
		font-size: 36px;
	}

	.terminy .belka .container,
	.skutecznosc .container {
		flex-wrap: wrap;
	}

	.terminy .belka .row:nth-child(1) {
		width: 100%;
		flex-wrap: wrap;
	}

	.terminy .belka .row:nth-child(2) {
		width: 100%;
		margin-top: 20px;
	}

	.terminy .belka figure.warning {
		flex: none;
		width: 100%;
		padding: 0 0 20px 0;
	}

	.terminy .belka .desc {
		width: 100%;
	}

	.terminy .belka h2 {
		font-size: 34px;
	}

	.terminy .belka {
		padding: 40px 0;
	}

	.faq .pasek .numer {
		font-size: 26px;
		width: 40px;
	}

	.faq .pasek .content {
		padding: 0 10px;
	}

	.faq .pytanie .arrow {
		flex: 0 0 auto;
		width: 20px;
		padding: 0;
	}

	.faq .pasek h3 {
		font-size: 14px;
		padding-right: 20px;
	}

	.faq .pytanie .desc {
		padding: 20px 40px;
	}

	.faq .pytanie .desc p.pdl {
		padding-left: 10px;
	}

	.faq .pytanie .desc p,
	.faq .pytanie .desc li {
		font-size: 12px;
	}

	.faq h2 {
		font-size: 28px;
	}

	.faq {
		padding: 40px 0;
	}

	.faq .info {
		flex-wrap: wrap;
		margin-top: 40px;
		text-align: center;
	}

	.faq .info figure {
		flex: none;
		padding: 0 0 20px 0;
		width: 100%;
	}

	.faq .info .row {
		width: 100%;
	}

	.faq .info h3 {
		font-size: 16px;
	}

	.faq .info a.bt {
		margin: 20px auto 0 auto;
	}

	.faq .info h3 br {
		display: none;
	}

	.wiedza .baner {
		flex-wrap: wrap;
	}

	.wiedza .baner figure.main {
		width: 100%;
	}

	.wiedza .baner .row {
		width: 100%;
	}

	.wiedza .baner figure.logo_wiedza {
		height: auto;
		padding: 20px 5%;
	}

	.wiedza .baner .desc {
		height: auto;
		padding: 20px 5%;
	}

	.wiedza .baner .desc h2 {
		font-size: 28px;
	}

	.wiedza .opis {
		padding: 40px 0;
	}

	.wiedza .flex_desc {
		flex-wrap: wrap;
	}

	.wiedza .flex_desc .row {
		width: 100%;
		order: 2 !important;
	}

	.wiedza .flex_desc .row.foto {
		flex: none;
		width: 100%;
		padding: 0 0 20px 0;
		order: 1 !important;
	}

	.wiedza .flex_desc p {
		font-size: 14px;
	}

	.wiedza .flex_desc:nth-child(2) {
		margin: 40px 0;
	}

	.wiedza .flex_desc.medal {
		margin-top: 20px;
		text-align: center;
	}

	.wiedza .flex_desc .pkt {
		margin-top: 20px;
	}

	.skutecznosc {
		padding: 40px 0;
	}

	.skutecznosc h2 {
		width: 100%;
		font-size: 5.5vw;
		margin-bottom: 20px;
	}

	#popup .content {
		width: 90%;
		padding-bottom: 40px;
	}

	footer {
		padding: 20px 0;
	}

	footer .container {
		flex-wrap: wrap;
	}

	footer .row {
		margin: 10px;
	}

	form {
		width: 100%;
	}

	#popup h2 {
		font-size: 26px;
	}

	#popup h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	#popup .input p {
		font-size: 14px;
	}

	input[type="text"],
	input[type="email"] {
		padding: 5px 10px;
	}

	.txtcheck {
		font-size: 10px;
	}

	input[type="submit"] {
		min-width: 250px;
		margin-top: 20px;
	}

	#popup .close img {
		width: 15px;
	}

	.foto_grid {
		grid-template-columns: 1fr;
	}

	.faq .pytanie_5 .pasek .numer {
		padding: 70px 0;
	}

	table.odp thead th,
	table.odp tbody td {
		font-size: 10px;
	}

	table td,
	table th {
		padding: 15px 8px;
	}

	.dotacje {
		padding: 0 0 40px 0;
	}

	.dotacje h2 {
		font-size: 18px;
	}

	.dotacje p,
	table thead th,
	table tbody td {
		font-size: 3.3vw;
	}

	.dotacje thead {
		display: none;
	}

	.dotacje td {
		display: block;
		border: none;
		position: relative;
		padding-left: 39% !important;
		text-align: left;
		width: 100% !important;
	}

	.dotacje tbody tr {
		width: 100% !important;
	}

	.dotacje td:before {
		position: absolute;
		font-size: 2.9vw;
		top: 0;
		left: 0;
		width: 31%;
		padding: 10px 5px 10px 0;
		text-align: left;
		font-weight: bold;
		border-right: 1px solid #e7e7e7;
		height: 100%;
	}

	.dotacje td:nth-child(1):before {
		content: 'Beneficjent';
	}

	.dotacje td:nth-child(2):before {
		content: 'Tytuł projektu';
	}

	.dotacje td:nth-child(3):before {
		content: 'Branża';
	}

	.dotacje td:nth-child(4):before {
		content: 'Wartość projektu';
	}

	.dotacje td:nth-child(5):before {
		content: 'Link';
	}

	.dotacje table td,
	.dotacje table th {
		padding: 10px 0;
	}

	table {
		margin-top: 40px;
	}

	.webinar {
		flex-wrap: wrap;
		padding: 20px 5%;
		margin-bottom: 40px;
	}

	.webinar figure {
		flex: none;
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}

	.webinar .row {
		flex: none;
		width: 100%;
	}

	.webinar a.bt {
		min-width: 100%;
		max-width: 100%;
	}

	.webinar p {
		font-size: 14px;
	}

	.webinar h2 {
		font-size: 24px;
	}
}

@media screen and (min-width: 500px) and (max-width: 767px) {
	.dotacje td:before {
		font-size: 14px;
	}

	.dotacje p,
	table thead th,
	table tbody td {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) and (max-width: 989px) {

	.container,
	.faq .container {
		width: 90%;
	}

	.big_kafelek h2 {
		font-size: 36px;
	}

	.kafelki .mini {
		grid-gap: 5px;
	}

	.kafelki .main {
		grid-gap: 10px;
	}

	.big_kafelek {
		margin-bottom: 10px;
	}

	.kafelek {
		padding: 0 10px;
	}

	.terminy .belka .container {
		flex-wrap: wrap;
	}

	.terminy .belka .row:nth-child(1) {
		width: 100%;
		margin-bottom: 40px;
	}

	a.bt {
		font-size: 15px;
		min-width: 260px;
	}

	.terminy .belka h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.terminy .belka .row:nth-child(2) {
		margin-left: auto;
	}

	.terminy .belka {
		padding: 40px 0;
	}

	.faq h2 {
		font-size: 36px;
	}

	.faq .pasek .numer {
		width: 80px;
	}

	.faq .pytanie .arrow {
		flex: 0 0 auto;
		padding-left: 40px;
		width: 70px;
	}

	.faq .pasek h3 {
		font-size: 16px;
	}

	.faq .pytanie .desc {
		padding: 20px 80px;
	}

	.faq .pytanie .desc p,
	.faq .pytanie .desc li {
		font-size: 14px;
	}

	.faq .pytanie .desc p.pdl {
		padding-left: 20px;
	}

	.faq .info h3 {
		font-size: 16px;
	}

	.wiedza .baner {
		flex-wrap: wrap;
	}

	.wiedza .baner figure.main {
		width: 100%;
	}

	.wiedza .baner .row {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.wiedza .baner figure.logo_wiedza {
		height: auto;
		padding: 20px 5%;
		width: 40%;
	}

	.wiedza .baner .desc {
		height: auto;
		padding: 20px 5%;
		width: 60%;
	}

	.wiedza .baner .desc h2 {
		font-size: 30px;
	}

	.wiedza .flex_desc {
		flex-wrap: wrap;
	}

	.wiedza .flex_desc .row {
		width: 100%;
		order: 2 !important;
	}

	.wiedza .flex_desc .row.foto {
		flex: none;
		width: 100%;
		padding: 0 0 20px 0;
		order: 1 !important;
		text-align: center;
	}

	.wiedza .flex_desc:nth-child(2) {
		margin: 80px 0;
	}

	.wiedza .flex_desc.medal {
		flex-wrap: nowrap;
	}

	.wiedza .flex_desc.medal .row.foto {
		width: auto;
		flex: 0 0 auto;
		padding: 0 20px 0 0;
	}

	.wiedza .flex_desc.medal .row {
		width: auto;
	}

	.skutecznosc h2 {
		font-size: 3.2vw;
		padding-right: 20px;
	}

	.skutecznosc {
		padding: 80px 0;
	}

	#popup .content {
		width: 90%;
	}

	.naglowek iframe {
		height: 27vw;
	}

	.foto_grid .desc {
		padding: 15px 20px;
	}

	.dotacje h2 {
		font-size: 36px;
	}

	.dotacje p {
		font-size: 16px;
	}

	table thead th,
	table tbody td {
		font-size: 14px;
	}

	table td,
	table th {
		padding: 15px 10px;
	}

	.dotacje {
		padding-bottom: 80px;
	}

	.webinar {
		flex-wrap: wrap;
		margin-bottom: 80px;
		padding: 20px 35px;
	}

	.webinar figure {
		flex: none;
		width: 100%;
		padding: 0 0 40px 0;
		text-align: center;
	}

	.webinar .row {
		flex: none;
		width: 100%;
	}

	.webinar a.bt {
		min-width: 100%;
		max-width: 100%;
	}

}

@media screen and (min-width: 990px) and (max-width: 1299px) {

	.container,
	.faq .container {
		width: 90%;
	}

	.naglowek h1,
	.webinar h2 {
		font-size: 32px;
	}

	a.bt {
		min-width: 300px;
	}

	.terminy .belka h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.faq h2 {
		font-size: 36px;
	}

	.faq .pytanie .arrow {
		flex: 0 0 auto;
		padding-left: 40px;
	}

	.faq .pytanie .desc p.pdl {
		padding-left: 20px;
	}

	.wiedza .baner .desc {
		padding: 30px;
	}

	.wiedza .baner .desc h2 {
		font-size: 26px;
	}

	.wiedza .baner figure.logo_wiedza {
		padding: 0 30px;
	}

	.wiedza .flex_desc .row {
		flex: 1;
		padding-right: 40px;
	}

	.wiedza .flex_desc:nth-child(2) .row,
	.wiedza .flex_desc:nth-child(3) .row {
		padding-right: 0;
		padding-left: 40px;
	}

	.wiedza .flex_desc:nth-child(2) {
		margin: 80px 0;
	}

	.wiedza .flex_desc .foto {
		flex: 1;
		padding: 0 !important;
	}

	.wiedza .flex_desc:nth-child(3) .foto {
		flex: 0 0 auto;
	}

	.wiedza .flex_desc.medal .foto {
		flex: 0 0 auto;
		padding-right: 20px !important;
	}

	.wiedza .flex_desc.medal .row {
		padding-left: 0;
	}

	.wiedza .flex_desc.medal {
		align-items: baseline;
	}

	.faq .pytanie .desc {
		padding-right: 110px;
	}

	.skutecznosc {
		padding: 80px 0;
	}

	.skutecznosc h2 {
		font-size: 30px;
		padding-right: 40px;
	}

	.wiedza .flex_desc.medal {
		margin: 40px 0 0 0 !important;
	}

	#popup .content {
		width: 60%;
	}

	form {
		width: 450px;
	}

	#popup h2 {
		font-size: 30px;
	}

	.naglowek iframe {
		height: 27vw;
	}

	.dotacje p,
	table thead th,
	table tbody td {
		font-size: 16px;
	}

	.dotacje h2 {
		font-size: 36px;
	}

	.webinar {
		padding: 20px 15px 10px 15px;
	}

	.webinar figure {
		padding-right: 40px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1579px) {
	.wiedza .baner .desc h2 {
		font-size: 30px;
	}

	#popup .content {
		width: 60%;
	}

	.dotacje p,
	table thead th,
	table tbody td {
		font-size: 18px;
	}
}