html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: none;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1194px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% - $gap);
	margin: 0 auto;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #404040;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #212121;
}
h1,
.h1 {
	font-size: 5.625rem;
}
h2,
.h2 {
	font-size: 3.125rem;
}
h3,
.h3 {
	font-size: 2.375rem;
}
h4,
.h4 {
	font-size: 1.875rem;
}
h5,
.h5 {
	font-size: 1.25rem;
}
h6,
.h6 {
	font-size: 1rem;
}
.sub h1,
.sub .h1 {
	font-size: 3.125rem;
}
.sub h2,
.sub .h2 {
	font-size: 2.8125rem;
}
.sub h3,
.sub .h3 {
	font-size: 2.375rem;
}
.sub h4,
.sub .h4 {
	font-size: 1.875rem;
}
.sub h5,
.sub .h5 {
	font-size: 1.3125rem;
}
.sub h6,
.sub .h6 {
	font-size: 1.25rem;
}

p,
ul,
ol {
	margin-bottom: 16px;
}
ul,
ol {
	margin-left: 30px;
}
ul > li,
ol > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: none outside;
}
ol > li {
	list-style: decimal outside;
}
blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}
blockquote em,
blockquote small {
	display: block;
}
blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}
blockquote small {
	text-align: right;
	font-size: 1rem;
}
blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}
.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.text-left,
.tl {
	text-align: left;
}
.text-center,
.tc {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: bold;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #fe007a;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fe007a;
	border-radius: 0;
	padding: 0.5rem 1.5rem;
	line-height: 1;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Source Sans Pro", sans-serif;
}
.btn:hover {
	background: #ff288f;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
	background: #d50066;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn.block {
	display: block;
}
.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: transparent;
	color: #fe007a;
	border: 1px solid #fe007a;
}
.btn.alt:hover {
	color: white;
	background: #fe007a;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
	color: white;
	background: #d50066;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #fe007a;
	border-color: #fe007a;
}
.bg-secondary {
	background: #404040;
	border-color: #404040;
}
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #fe007a;
}
.color-secondary {
	color: #404040;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
body {
	padding-top: 100px;
}
#navbar {
	background: #fff;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo img {
	height: 32px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 1.125rem;
	color: #212121;
}
.tel img {
	display: block;
	margin-right: 10px;
}
#navbar.affix {
	background: white;
	height: 50px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
#navbar.affix .logo img {
	height: 20px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-nav li {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 900;
	color: #212121;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #fe007a;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
li:hover > .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.dropdown .dropdown {
	top: 0;
	left: 100%;
}
.toLeft > .dropdown {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	border-radius: 0;
	font-weight: normal;
	text-transform: none;
}
.dropdown > li:hover > a {
	background: #fe007a;
	color: white;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a {
	color: #fe007a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:hover {
	color: #d50066;
	text-decoration: underline;
}
.home header {
	width: 100%;
	height: calc(100vh - 100px);
	overflow: hidden;
	background: url(../../img/header.jpg) center no-repeat;
	background-size: cover;
}
.home header .row,
.home header .container {
	height: 100%;
}
.slogan {
	max-width: 55%;
	color: white;
}
.slogan h1 {
	color: white;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.slogan p {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1.375rem;
	line-height: 1.66em;
}
.pink {
	color: #fe007a;
}
.blue {
	color: #317ec7;
}
.violet {
	color: #5c2582;
}
#odkupimy {
	padding: 100px 0;
}
#odkupimy h2 {
	margin: 0;
	font-weight: 300;
	font-style: italic;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	line-height: 1.3em;
}
#odkupimy h2 span {
	text-transform: uppercase;
	font-weight: 900;
}
#cennik {
	padding: 100px 0;
	background: #f6f6f7;
}
#cennik h2 {
	margin-top: 0;
	margin-bottom: 60px;
}
#cennik h2 small,
#cennik h2 strong {
	display: block;
}
#cennik h2 small {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}
#cennik h2 strong {
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	font-size: 3.125rem;
}
.ceny .col {
	max-width: 24.88%;
	width: 24.88%;
	-ms-flex-preferred-size: 24.88%;
	flex-basis: 24.88%;
	margin-right: 0;
	border-right: 1px solid #e2e2e2;
	padding: 30px 0;
}
.ceny .col:first-of-type {
	border-left: 1px solid #e2e2e2;
}
.home .ceny .image {
	height: 60px;
	width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

.ceny .image img {
	max-height: 100%;
}

.cennik {
	background: #f6f6f7;
}

.sub.cennik .image {
    height: 52px;
    width: 52px;
    background: white;
    padding: 20px;
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	
    align-items: center;
}

.ceny h3 {
	font-weight: 300;
	font-size: 1.25rem;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.ceny h3 strong {
	font-weight: 900;
}
.ceny ul {
	margin: 0;
	padding: 0 30px;
	width: calc(100% - 60px);
}

.sub .ceny ul {
	padding: 0;
	width: 100%;
}

.ceny ul li {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1em;
	padding: 10px 0;
	font-size: 1rem;
}
.ceny ul li strong {
	font-weight: 900;
	color: #212121;
}
.ceny ul li em {
	font-style: normal;
}
.ceny .more {
	text-align: center;
	display: block;
	font-weight: 900;
	color: #fe007a;
	margin-top: 15px;
	font-size: 0.75rem;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding: 10px 15px;
}
.ceny .more:hover {
	color: white;
	background: #fe007a;
}
#boksy {
	padding: 100px 0;
	background: #ffffff;
}
.card_img {
	display: block;
	overflow: hidden;
	width: 100%;
}
.card_img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.card_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.card_body small {
	margin: 15px 0 5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
}
.card_body h4 {
	margin: 0 0 15px;
}
.card_body h4 a {
	color: #212121;
	font-size: 2.375rem;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.card_body h4 a:hover {
	color: #fe007a;
}
.card_body .more {
	color: #fe007a;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	letter-spacing: 1px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.card_body .more:hover {
	color: #fe007a;
}

.sticky {
	position: sticky;
	top: 60px;
}

#marki {
	padding: 80px 0;
	border-top: 1px solid #e2e2e2;
}
#marki .swiper-slide a {
	height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#marki .swiper-slide a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
#marki img {
	max-height: 60px;
	max-width: 80%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
}
#kontakt img {
	display: block;
}
#kontakt .content {
	padding: 0 25%;
}
#kontakt .content > img[src*=".svg"] {
	margin-bottom: 30px;
}
#kontakt .telefony {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
}
#kontakt .telefony .ic,
#kontakt .email {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	margin-right: 30px;
	color: #404040;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#kontakt .telefony .ic span,
#kontakt .email span {
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
	margin-left: 15px;
}
#kontakt .email {
	margin-bottom: 0;
}
#kontakt .email:hover {
	color: #fe007a;
}
.sub h1 {
	margin: 60px 0 30px;
}
.sub .lead {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1.375rem;
	line-height: 1.66em;
}
.sub #main ul {
	padding: 0;
	margin-left: 0;
}
.sub #main ul ul,
.sub #main ul ol {
	margin-top: 1rem;
}
.sub #main ul li {
	position: relative;
	padding-left: 20px;
	display: block;
	margin: 0;
}
.sub #main ul li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../img/bullet.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}
.sub footer {
	margin-top: 60px;
}
footer {
	background: #000;
	padding: 30px 0;
	color: white;
}
footer a {
	text-decoration: none;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: white;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}
.fb_slider_right:hover {
	right: 0;
	height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}
.sub #main li li {
	margin-top: 5px;
}

table th {
    background: none;
    font-weight: bold;
}

.sub #kontakt {
	margin-bottom: -60px;
}

.half {
	width: calc(50% - 15px) !important;
}
/*# sourceMappingURL=main.min.css.map */
