a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: 0;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1458px;
	margin: 0 auto;
}
.container-fluid {
	width: calc(100% - 160px);
	margin: 0 80px;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: metropolisregular, sans-serif;
	line-height: 1.7em;
	font-weight: 400;
	color: #3c3c3c;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-family: metropolisbold, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: metropolisblack, sans-serif;
	font-weight: 400;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #212121;
}
.h1,
h1 {
	font-size: 4.25rem;
}
.h2,
h2 {
	font-size: 3.125rem;
}
.h3,
h3 {
	font-size: 2.375rem;
}
.h4,
h4 {
	font-size: 1.75rem;
}
.h5,
h5 {
	font-size: 1.375rem;
}
.h6,
h6 {
	font-size: 1.125rem;
}
.sub .h1,
.sub h1 {
	font-size: 4.25rem;
}
.sub .h2,
.sub h2 {
	font-size: 3.125rem;
}
.sub .h3,
.sub h3 {
	font-size: 2.375rem;
}
.sub .h4,
.sub h4 {
	font-size: 1.75rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.375rem;
}
.sub .h6,
.sub h6 {
	font-size: 1.125rem;
}
.lead {
	font-size: 1.375rem;
	line-height: 2rem;
}
ol,
p,
ul {
	margin-bottom: 16px;
}
ol,
ul {
	margin-left: 30px;
}
ol > li,
ul > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: square 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;
}
.tc,
.text-center {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: 700;
}
.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;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media 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: #fff;
	font-weight: 700;
	background-color: #ccc;
	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: #ffcf40;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffcf40;
	border-radius: 0;
	padding: 1.2rem 1.5rem;
	line-height: 1em;
	font-size: 0.75rem;
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: metropolisblack, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn:hover {
	background: #ffd969;
	-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: #ffc517;
	-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: 0 0;
	color: #ffcf40;
	border: 1px solid #ffcf40;
}
.btn.alt:hover {
	color: #fff;
	background: #ffcf40;
	-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: #fff;
	background: #ffc517;
	-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: #ffcf40;
	border-color: #ffcf40;
}
.bg-secondary {
	background: #3c3c3c;
	border-color: #3c3c3c;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #ffcf40;
}
.color-secondary {
	color: #3c3c3c;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: linear-gradient(
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 0)
	);
	background-size: 100% 200%;
	background-position: 0 -100%;
	height: 160px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: cubic-bezier(0.175, 0.3, 0.885, 1) 0.2s;
}
#navbar.affix {
	background-position: 0 -200%;
	height: 70px;
	-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 .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 {
	display: block;
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: -15px;
}
.logo::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #ffcf40;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
}
.logo img {
	height: 72px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin: 70px 15px;
}
#navbar.affix .logo {
	margin-top: -15px;
}
#navbar.affix .logo img {
	height: 50px;
	margin: 30px 15px 30px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-nav li {
	display: inline;
	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: metropolisblack, sans-serif;
	font-size: 1rem;
	color: #fff;
	padding: 10px 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.navbar-nav a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -105%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #ffcf40;
	width: calc(100% - 10px);
	height: 7px;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after,
.navbar-nav li:hover > a::after {
	left: 5px;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #ffcf40;
	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;
}
.navbar-nav > .toLeft > .dropdown {
	right: 0;
	left: auto;
	top: 100%;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.1;
	font-size: 1rem;
	font-family: metropolisregular, sans-serif;
	color: #000;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #000;
	color: #ffcf40;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #ffcf40;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #ffc517;
	text-decoration: underline;
}
header {
	position: relative;
}
header .swiper-slide img {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
#header_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
}
.yellow_mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 100%;
	background: #ffcf40;
	animation: animateYellow 0.5s ease 0.3s 1 forwards;
}
@keyframes animateYellow {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}
.black_mask {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: #000;
	animation: animateBlack 0.8s ease 0.25s 1 forwards;
}
@keyframes animateBlack {
	0% {
		left: 100%;
	}
	100% {
		left: -100%;
	}
}
#header_top::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#header_top .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header_top h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
	margin-bottom: 80px;
	position: relative;
	z-index: 20;
}
#header_top h1 span {
	display: block;
	background: #ffcf40;
	padding: 2px 35px 3px;
	margin-top: 3px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.5em;
}
#scroll {
	width: 40px;
	height: 70px;
	border: 2px solid #fff;
	margin-bottom: 80px;
	position: relative;
	border-radius: 25px;
	z-index: 20;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#scroll:hover {
	background: rgba(255, 255, 255, 0.2);
}
#scroll span {
	width: 4px;
	height: 12px;
	background: #fff;
	display: block;
	position: absolute;
	top: 10px;
	left: calc(50% - 2px);
	border-radius: 2px;
	-webkit-animation: animateScroll 2s ease infinite both;
	animation: animateScroll 2s ease infinite both;
}
@-webkit-keyframes animateScroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 12px;
	}
	25% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 17px;
	}
	30% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		height: 12px;
	}
}
@keyframes animateScroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 12px;
	}
	25% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		height: 17px;
	}
	30% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		height: 12px;
	}
}
#firma {
	padding: 150px 0;
}
#firma .col-7 {
	position: relative;
	height: 633.5px;
}
#firma .col-7::after,
#firma .col-7::before {
	content: '';
	display: block;
	width: 220px;
	height: 219.8px;
	background: url(../../img/dots.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
}
#firma .col-7::before {
	top: 50px;
	right: 15px;
}
#firma .col-7::after {
	bottom: 50px;
	left: 15px;
}
#firma .col-7 img {
	position: absolute;
	z-index: 10;
}
#firma .col-7 .squares {
	z-index: 20;
	top: 121px;
	right: 20%;
}
#firma .col-7 .img-1 {
	top: 0;
	left: 0;
}
#firma .col-7 .img-2 {
	bottom: 0;
	right: 0;
}
#firma .col-4 h2 {
	margin: 0 0 20px;
}
#firma .col-4 h2 strong {
	font-family: metropolisblack, sans-serif;
}
#firma .col-4 h2 small {
	display: block;
	font-family: metropolisregular, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
}
#firma .col-4 p {
	margin-bottom: 20px;
}
#kroki {
	padding-bottom: 150px;
	padding-top: 80px;
	counter-reset: kroki;
}
#kroki .col-3 {
	position: relative;
}
#kroki .col-3::before {
	content: '0' counter(kroki);
	counter-increment: kroki;
	font-size: 10.25rem;
	font-family: metropolisblack, sans-serif;
	color: #f2f2f2;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: -1;
}
#kroki .col-3 .row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#kroki img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}
#kroki h4 {
	margin-top: 0;
}
#oferta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 2.5px;
}
#oferta a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	margin: 0 2.5px;
	position: relative;
}
#oferta a img {
	display: block;
	position: relative;
	z-index: 10;
	height: 70vh;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.well.black {
	background: #000;
	color: #fff;
}
.well.black h3 {
	color: #fff;
}
#oferta a:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#oferta a:hover .caption::after {
	width: 120px;
}
#oferta a .plus {
	background: #ffcf40;
	color: #000;
	width: 56px;
	height: 56px;
	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;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	font-family: monospace;
	font-weight: 600;
	font-size: 1.25rem;
}
#oferta a .caption {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	padding: 200px 30px 30px;
	width: calc(100% - 60px);
	color: #fff;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
#oferta a .caption::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 60px;
	height: 10px;
	background: #ffcf40;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
#oferta a .caption small {
	font-family: metropolisregular, sans-serif;
	text-transform: uppercase;
	font-size: 0.625rem;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#oferta a .caption strong {
	font-size: 2.375rem;
	font-family: metropolisblack, sans-serif;
}
#oferta a .caption strong em {
	font-style: normal;
	color: #ffcf40;
}
#marki {
	padding: 150px 0;
}
#marki a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#marki a img {
	display: block;
	max-width: 100%;
	max-height: 120px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#marki a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
#kontakt h5 {
	margin-top: 0;
	margin-bottom: 20px;
}
#kontakt .istr > .col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 50%;
	margin: 0 !important;
	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;
}
#kontakt .istr > .col:last-of-type {
	background: #000;
	color: #fff;
}
#kontakt .istr > .col:last-of-type h5,
#kontakt .istr > .col:last-of-type h6 {
	color: #fff;
}
#kontakt .istr > .col:last-of-type a {
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#kontakt .istr > .col:last-of-type a:hover {
	color: #ffc517;
}
#kontakt .content {
	padding: 5vw 8vw;
}
footer {
	padding: 80px 0;
}
footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
footer ul li {
	margin: 0;
	list-style: none;
}
footer ul a {
	color: #3c3c3c;
	padding: 0 10px;
	font-family: metropolisblack, sans-serif;
	text-transform: uppercase;
	font-size: 0.75rem;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
footer ul a:hover {
	color: #ffcf40;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #3c3c3c;
	font-size: 0.625rem;
	margin: 2px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.sub header .swiper-slide img {
	height: 550px;
	display: block;
}
.sub #header_top {
	background: rgba(0, 0, 0, 0.6);
}
.sub #header_top .container-fluid {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 160px);
	padding-top: 160px;
}
.sub #header_top h1 {
	color: #fff;
	display: block;
}
.sub main {
	padding: 150px 0 0 0;
}
.my-15.px {
	margin: 150px auto;
}
.sub #main ul ol,
.sub #main ul ul {
	margin-top: 1rem;
}
.sub #galeria {
	margin-top: 15px;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media 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: #fff;
	font-weight: 700;
	background-color: #ccc;
	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: #fff;
}
.sub #main li li {
	margin-top: 5px;
}
.narrow main .container {
	max-width: 600px;
}
.indent {
	margin-left: -120px !important;
}
.doradca {
	margin-top: -40%;
	margin-bottom: -40%;
}
.kontaktowa #marki,
.kontaktowa main {
	display: none;
}
.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}
.full-width-p-5 {
	width: calc(100vw - 100px);
	position: relative;
	left: 50%;
	padding: 50px;
	margin-left: -50vw !important;
}
.widget {
	position: fixed;
	right: -38px;
	z-index: 666;
	background: #fff;
	transform: rotate(-90deg);
	padding: 5px 10px;
	height: 35px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}
.widget:hover {
	opacity: 0.8;
}
.widget img {
	display: block;
}
.otomoto_widget img {
	height: 35px;
}
.allegro_widget img {
	height: 25px;
}
.otomoto_widget {
	top: 200px;
}
.allegro_widget {
	top: 330px;
}

.insta_widget {
	top: 460px;
	width: 35px;
	height: 35px;
}
