#toplayer img {
	max-width: 100%;
	height: auto;
}
aside .news a {
	color: #404040;
}
@media screen and (max-width: 1680px) {
	header .swiper-slide img {
		width: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	header h1 {
		font-size: 3rem;
	}
	.home .card,
	.home .card:hover .card_img {
		height: 325px;
	}
	.home .card_body h4 a {
		font-size: 1.1rem;
	}
	.wiecej_box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#wiecej .col-4 a {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1023px) {
	.navbar__toggler {
		display: block;
		padding: 4px;
		border: 1px solid #15b9b9;
		background: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		margin-left: 15px;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #15b9b9;
		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 {
		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;
		display: block;
	}
	.navbar-nav.show {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	.navbar-nav a,
	.navbar-nav li {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav a::after,
	.navbar-nav li::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: #fff;
	}
	.navbar-nav a.active,
	.navbar-nav a:focus,
	.navbar-nav a:hover {
		background: #15b9b9;
		color: #fff;
	}
	.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.active,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a:hover {
		background: #0c6767 !important;
		color: #fff;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}
	header .row:last-of-type {
		flex-direction: column;
	}
	header .col:not(.slogan) {
		width: 100%;
	}
	.header_box {
		min-height: 350px;
	}
	.header_box__svg {
		width: auto;
		height: 100%;
	}
	header .fluid {
		width: 100%;
		height: 50vh;
		max-width: 666%;
		object-fit: cover;
		object-position: center;
	}
	#oferta .grid-5 .col {
		width: calc(99.99% * 1 / 2 - (30px - 30px * 1 / 2));
		max-width: calc(99.99% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(99.99% * 1 / 2 - (30px - 30px * 1 / 2));
		flex-basis: calc(99.99% * 1 / 2 - (30px - 30px * 1 / 2));
        margin-right: 30px;
        
	}
	#oferta .grid-5 .col:nth-child(5n) {
		margin-right: 30px !important;
	}
	#oferta .grid-5 .col:nth-child(2n) {
		margin-right: 0 !important;
	}
	.home .card_img img {
		max-height: 30vh;
		height: auto;
	}
	.home .card_img {
		height: auto;
	}
	.home .card,
	.home .card:hover .card_img {
        height: auto;
        pointer-events: none;
	}
	.katarzyna_photo {
		width: 100%;
	}

	#oferta::after {
		display: none;
    }
    
    .header_box {
        padding: 60px 30px;
    }

    .home main {
        margin-top: 0px;
    }
    #oferta {
        background: #f8f8f8;
    }
	#oferta, #o-mnie, #newsletter, #opinie {
		padding: 60px 0;
	}
	#o-mnie .row {
		flex-direction: column-reverse;
	}
	#o-mnie .col-6 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.katarzyna_photo {
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 800px) {
	#main .col-3,
	#main .col-9,
	#wiecej .col-4,
	#wiecej .col-6 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#wiecej .col-6 {
		margin-bottom: 30px;
	}
	footer {
		padding: 30px 0;
	}
	.wiecej_box {
		height: 350px;
	}
	.wiecej_box__text {
		width: 52%;
	}
	.wiecej_box__text h3 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	#main .col-4,
	#main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	.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;
	}
	.home header {
		background-size: 150% auto;
	}
	.home header .col-5 {
		width: 60%;
		max-width: 60%;
		flex-basis: 60%;
	}
	.slogan {
		margin-top: 10vh;
	}
	aside.col-3 {
		display: none;
	}
	#blog .grid-3 .col-4,
	article.col-8,
	article.col-9,
	aside.col-4 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#blog .grid-3 .col-4 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	.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;
	}
	#main .col-5,
	#main .col-7 {
		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;
	}
	.swiper-slide em {
		font-size: 1.3rem;
		line-height: 1.5em;
		padding: 0 50px 30px;
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 480px) {
	.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;
	}
	#main .col-6 {
		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;
	}
	header .slogan p {
		display: none;
	}
	header h1 {
		font-size: 2rem;
	}
	.sub .h1,
	.sub h1 {
		font-size: 3rem;
	}
	.logo img {
		height: 60px;
	}
}
@media screen and (max-width: 414px) {
	.container {
		max-width: 85%;
	}
	.logo img {
		height: 50px;
	}
	.navbar_right .ml-3.px {
		margin-left: 5px;
	}
	.navbar__toggler {
		margin-left: 10px;
	}
	#navbar {
		height: 85px;
	}
	body {
		padding-top: 105px;
	}
	.header_box__text h2 {
		font-size: 1.8rem;
	}
	.header_box__text {
        width: 100%;
        padding: 0;
	}
	.home .card_body {
		padding: 0;
	}
	.podpis {
		width: 55vw;
		height: 55vw;
	}
	.wiecej_box {
		height: 400px;
		border-radius: 0;
	}
	.wiecej_box__text {
		position: relative;
		padding: 15px;
		width: calc(100% - 30px);
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
@media screen and (max-width: 375px) {
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-w$