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;
}

.hidden {display: none;}

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;
}
small {
	display: block;
	font-size: 0.875rem;
	line-height: 1.85em;
}
.container {
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
}
.container-fluid {
	width: 1680px;
	max-width: 98%;
	margin: 0 auto;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.85em;
	font-weight: 400;
	color: #1c1c1c;
	-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: "Poppins", sans-serif;
	font-weight: 600;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #1c1c1c;
}
h1,
.h1 {
	font-size: 4.375rem;
}
h2,
.h2 {
	font-size: 3.3125rem;
}
h3,
.h3 {
	font-size: 2.5rem;
}
h4,
.h4 {
	font-size: 1.875rem;
}
h5,
.h5 {
	font-size: 1.375rem;
}
h6,
.h6 {
	font-size: 1rem;
}
.sub h1,
.sub .h1 {
	font-size: 4.375rem;
}
.sub h2,
.sub .h2 {
	font-size: 3.3125rem;
}
.sub h3,
.sub .h3 {
	font-size: 2.5rem;
}
.sub h4,
.sub .h4 {
	font-size: 1.875rem;
}
.sub h5,
.sub .h5 {
	font-size: 1.375rem;
}
.sub h6,
.sub .h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.3125rem;
	line-height: 2em;
}
p,
ul,
ol {
	margin-bottom: 16px;
}
ul,
ol {
	margin-left: 30px;
}
ul > li,
ol > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: disc 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: #dd0019;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	/* background: #dd0019; */
	background-color: transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	border: 1px solid #dd0019;
	border-radius: 0;
	padding: 1.2rem 1.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	position: relative !important;
	z-index: 10 !important;
}

.btn::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	background-color: #dd0019;
	transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn::after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
	transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn img {
	display: block;
	margin-left: 1rem;
	transition: all 0.2s;
}

.btn:hover img {
	filter: invert(1);
}

.oferta_box .btn:hover img {
	filter: invert(0);
}

.btn:hover,
.btn.active {
	color: #dd0019;
	background-color: transparent;
}

.btn:hover::after,
.btn.active::after {
	width: 100%;
}

.btn:hover::before {
	width: 0;
}

.btn:focus::after,
.btn.active::after {
	width: 100% !important;
}

.btn:focus::before {
	width: 0;
}

.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: #1c1c1c;
	border: 1px solid #e0e0e0;
}

.btn.alt::before {
	display: none;
}

.btn.alt img {
	display: block;
	margin-left: 150px;
}

.btn.alt:hover {
	color: #fff;
}
.btn.alt:focus,
.alt.active {
	color: #fff;
}

.btn.alt::after {
	background-color: #dd0019;
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #dd0019;
	border-color: #dd0019;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #dd0019;
	border-color: #dd0019;
}
.bg-secondary {
	background: #1c1c1c;
	border-color: #1c1c1c;
}
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #dd0019;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #dd0019;
}
.color-secondary {
	color: #1c1c1c;
}
.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: 38.1px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar_right .has_dropdown {
	margin-left: 60px;
}
.has_dropdown {
	position: relative;
}
.has_dropdown > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}
.has_dropdown > a img {
	display: block;
}
.has_dropdown > a strong {
	margin: 0 5px;
}
.has_dropdown .dropdown {
	min-width: 50px;
	top: 80%;
}
.has_dropdown .dropdown a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1c1c1c;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.has_dropdown .dropdown a img {
	display: block;
	margin-right: 5px;
}
.has_dropdown .dropdown a:hover {
	color: #dd0019;
	background-color: #f8f8f8;
}
.has_dropdown:hover .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
#navbar.affix {
	background: white;
	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.affix .logo img {
	height: 30px;
}
.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: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	color: #1c1c1c;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	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;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #dd0019;
}
.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 {
	right: 0;
	left: auto;
}
.dropdown .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: 0.875rem;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #dd0019;
	color: white;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #dd0019;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #b40014;
	text-decoration: underline;
}
header .container-fluid {
	position: relative;
}

.home header .container-fluid {
	background: url(/img/homeheaderbg.jpg) center no-repeat;
}

header video {
	width: 100%;
	max-height: 855px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
}
#header_top {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 666;
	/*background-color: rgba(0, 0, 0, 0.4);*/
}
#header_top .container {
	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;
	position: relative;
}
#header_top h1 {
	color: white;
	margin: 0;
	max-width: 40%;
	text-shadow: 0 0 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.4);
}
#scroll {
	position: absolute;
	bottom: 100px;
	right: 0;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 70px;
	letter-spacing: 2px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#scroll:hover {
	padding-right: 50px;
}
.oferta_box {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 835px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 120px;
	text-align: center;
	text-shadow: 0 0 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.4);
	/*mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-color: #676c79;*/
}

.sub .oferta_box {
	height: 500px;
	background-size: cover;
}

.oferta_box h2 {
	color: white;
	margin: 0px;
	position: relative;
	z-index: 20;
}
.oferta_box small {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	z-index: 20;
}
.oferta_box .btn {
	margin-top: 50px;
	color: white;
	border-color: #fff;
	position: relative;
	z-index: 20;
}
/* .oferta_box .btn:hover {
	background-color: rgba(0, 0, 0, 0.3);
} */

.oferta_box--1 {
	background-image: url(/img/b1a.jpg);
}
.oferta_box--2 {
	background-image: url(/img/b2a.jpg);
}

.oferta_box--realizacje {
	background-image: url(/img/realizacje.jpg);
}

.oferta_box--okna {
	background-image: url(/img/film.jpg);
}

.sub .oferta_box .btn.alt img {
	margin-left: 30px;
}

.sub .oferta_box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

#realizacje,
#intro {
	padding-bottom: 120px;
}
#realizacje h3 {
	margin: 0;
	font-size: 3.3125rem;
}
#realizacje .row:first-child {
	margin: 120px 0 100px;
}
.realizacja {
	margin-bottom: 60px;
	position: relative;
}
.realizacja img {
	margin-right: 10px;
	display: block;
}
.realizacja a {
	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;
	background-color: #353a47;
	color: white;
	font-size: 1.375rem;
	font-weight: 600;
	position: absolute;
	z-index: 100;
	right: 30px;
	padding: 30px 0 30px 30px;
	width: 300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.realizacja a:hover {
	background-color: #494f5c;
}
/* .realizacja a:hover img {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
} */

.realizacja a img {
	display: block;
	margin: 0 0 0 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.realizacja.reversed img {
	margin-right: 0;
	margin-left: 10px;
}
.realizacja.reversed a {
	left: 30px;
	right: auto;
}
.row.reversed,
.reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#news {
	padding-bottom: 120px;
}

.sub #news {
	padding-bottom: 0;
}

#news h3 {
	font-size: 3.3125rem;
	margin: 0;
}
#news .row:first-child {
	margin-bottom: 100px;
}
.sub #news .row:first-child {
	margin-bottom: 30px;
}
#news .col-4 a {
	position: relative;
	display: block;
	overflow: hidden;
}
#news .col-4 a .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: #fff;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 30px);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #1c1c1c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#news .card_body h3 {
	font-size: 1.375rem;
	margin: 10px 0 0;
}

#news .card_body h3 a {
	color: #1c1c1c;
	text-align: left;
}

#news .card_body h3 a:hover,
#news .card_body h3 a:focus {
	color: white;
}

#news .col-4 h3 strong {
	font-size: 1.375rem;
	font-weight: 600;
}

#news .col-4 h3 small {
	line-height: 1;
	margin-top: 5px;
	display: block;
}

#news .col-4 h3 small,
.data {
	letter-spacing: 2px;
	font-size: 0.75rem;
	opacity: 0.5;
	text-transform: uppercase;
}
#news .col-4 a img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
#news .col-4 a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#news .col-4 a:hover .caption {
	color: #dd0019;
}
#who {
	height: 855px;
}
#who .container-fluid {
	height: 100%;
	background: url(/img/who.jpg) center no-repeat;
	background-size: cover;
}
#who .row {
	height: 100%;
}
#who h3 {
	margin: 0 0 45px;
	color: white;
	font-size: 3.3125rem;
}
#who p {
	color: white;
	margin-bottom: 45px;
}

#who .btn {
	background-color: #dd0019;
}

#who .btn::after {
	background-color: #fff;
}

#who .btn:hover {
	color: #1c1c1c;
}

#who .btn img {
	margin-left: 0;
	margin-right: 1rem;
}
#kariera {
	margin: 120px 0;
}
.kariera_box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	width: 100%;
	background: url(/img/kariera.jpg) center no-repeat;
}
.kariera_box h4 {
	font-size: 1.375rem;
	margin-top: 0;
	margin-bottom: 30px;
}
.kariera_box p {
	max-width: 50%;
	margin-bottom: 30px;
}
.kariera_box .btn {
	margin-right: 10px;
}
.kariera_box .btn img {
	margin-left: 50px;
}
#kontakt {
	margin-bottom: 120px;
}
#kontakt h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
#kontakt .ic {
	margin-bottom: 60px;
	height: 100%;
}
#kontakt .ic img {
	display: block;
	margin-right: 15px;
}
#kontakt .ic a {
	color: #1c1c1c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#kontakt .ic a:hover {
	color: #dd0019;
}
#kontakt small {
	font-size: 0.875rem;
}

#kontakt .btn {
	background-color: #dd0019;
}

#kontakt .btn:hover,
#kontakt .btn:focus {
	color: #dd0019;
}

#kontakt .btn::after {
	background-color: #fff;
}

.sub #map {
	margin-top: 120px;
}
#map + footer {
	margin-top: 0px;
}

#map iframe {
	display: block;
	width: 100%;
	height: 300px;
}
.main_wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	background: linear-gradient(rgba(255, 255, 255, 0.4), white 90px);
	z-index: 20;
	position: relative;
	margin-top: -100px;
}
.thumbnail {
	float: right;
	margin: 0 0 30px 60px;
	display: block;
	max-width: 40%;
}

.okna .thumbnail {
	margin: 0 0 0px 30px;
	max-height: 133px;
}
.sub h1 {
	margin-top: 0;
}
footer {
	padding: 30px 0;
	background-color: #000;
}
.footer_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
.footer_links li {
	margin: 0;
	list-style: none;
}
.footer_links a {
	color: white;
	padding: 5px 15px;
	font-size: 0.75rem;
	font-weight: 600;
}
.footer_links a img {
	display: block;
}
.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,
.responsive-media video,
.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: #dd0019;
	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;
}

.sub #realizacje h1,
.sub #intro h1 {
	margin: 10px 0 50px;
}

.sub #intro {
	padding-bottom: 0;
}

.sub #realizacje {
	padding-bottom: 0;
}

.sub #realizacje .col {
	margin: 0;
	flex-basis: 25%;
}

.sub #realizacje .row a {
	display: flex;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	height: 100%;
}

.sub #realizacje .row a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 7px solid rgba(0, 0, 0, 0.1);
}

.sub #realizacje .row a::after {
	content: "";
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	will-change: border;
	z-index: 10;
	border: 2px solid #ffffff80;
	clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
	-webkit-clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));

	transition: all 0.2s;
}

.sub #realizacje .row a .caption {
	z-index: 30;
	position: absolute;
	color: white;
	box-sizing: border-box;
	padding: 15px 30px;
	background-color: #353a47;
	bottom: 30px;
	transition: all 0.2s;
}

.sub #realizacje .row a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 1s;
	position: relative;
	z-index: 1;
}

.sub #realizacje .row a:hover img {
	transform: scale(1.03);
}

.sub #realizacje .row a:hover .caption {
	background-color: #dd0019;
}

.sub #realizacje .row a:hover::after {
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
}

.sticky {
	position: sticky;
	top: 120px;
}
#additional-info table {
	width: 100%;
	margin: 30px 0;
}

#additional-info table td {
	padding: 1rem 1rem;
	border: none;
}

#additional-info table tr:first-of-type {
	border-top: 1px solid #dd0019;
}

#additional-info table tr {
	border-bottom: 1px solid #e0e0e0;
}

#additional-info table tr:last-of-type {
	border-bottom: 1px solid #dd0019;
}

#promo_popup,
#form_popup,
#form_popup2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	opacity: 0;
}

#promo_popup.show,
#form_popup.show,
#form_popup2.show {
	display: flex;
	animation: promo 1s 0.2s 1 forwards;
}

@keyframes promo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.promo_popup__content {
	max-width: 60vw;
	min-width: 280px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	z-index: 9999;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.form_popup__content,
.form_popup__content2 {
	max-width: 35vw;
	min-width: 280px;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	z-index: 9999;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1280px) {
	.form_popup__content, .form_popup__content2 {
		max-width: 55vw;
	}
}

.promo_popup__content--close,
.form_popup__content--close,
.form_popup__content--close2  {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #fff;
	color: #dd0019;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s;
}

.promo_popup__content--close:hover,
.form_popup__content--close:hover,
.form_popup__content--close2:hover {
	box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.promo_popup__content--close:focus,
.form_popup__content--close:focus,
.form_popup__content--close2:focus {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	transform: translateY(0) rotate(180deg);
}

.form_popup__content--form,
.form_popup__content--form2,
.promo_popup__content--video,
.promo_popup__content--video video {
	max-width: 100%;
	display: block;
}

.form_popup__content--form,
.form_popup__content--form2 {
	max-height: 80vh;
	overflow-y: auto;
	padding: 30px;
}

.promo_popup__backdrop,
.form_popup__backdrop,
.form_popup__backdrop2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

#filter {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.filter_tag {
	background-color: #dd0019;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.filter_tag:not(.active):focus {
	background-color: transparent;
	color: #dd0019 !important;
}

.filter_tag:not(.active):focus::after {
	display: none;
}

#filter a {
	flex-basis: 100%;
}

#filter a:focus {
	color: #dd0019;
}

.r.hidden {
	display: none;
}

.r.show {
	transform-origin: center;
	transform: scale(0);
	opacity: 0;
	animation: show 0.3s 1 forwards;
}

@keyframes show {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* akordeon */

.accordion dl,
.accordion-list {
	border: 1px solid #e2e2e2;
}
/* .accordion dl:after,
  .accordion-list:after {
	content: "";
	display: block;
	height: 1em;
	width: 100%;
	background-color: #3b8ede;
  } */

.accordion dd,
.accordion__panel {
	background-color: #fff;
	font-size: 1em;
	line-height: 1.5em;
}

.accordion {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 30px;
	display: inline-block;
}

.accordionTitle,
.accordion__Heading {
	background-color: #fff;
	text-align: left;
	font-weight: 700;
	padding: 1em 1em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	color: #353a47;
	transition: background-color 0.5s ease-in-out;
	border-bottom: 1px solid #e2e2e2;
}
.accordionTitle:before,
.accordion__Heading:before {
	content: "+";
	font-size: 1.5em;
	line-height: 0.5em;
	margin-right: 30px;
	color: #dd0019;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
	background-color: #f2f2f2;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
	background-color: #dd0019;
	color: white;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	color: white;
}

.accordionItem {
	height: auto;
	overflow: hidden;
	max-height: 3185em;
	transition: max-height 1s;
}
@media screen and (min-width: 48em) {
	.accordionItem {
		max-height: 3185em;
		transition: max-height 0.5s;
	}
}

.accordionItem.is-collapsed {
	max-height: 0;
	padding: 0 2rem;
	transition: all 0.45s;
}

.no-js .accordionItem.is-collapsed {
	max-height: auto;
}

.accordion .accordionItem.is-expanded {
	padding: 2rem;
}

.accordion h5 {
	margin-top: 0px;
}

.animateIn {
	-webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
	animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
	-webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
	animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
	}
}
@keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
	}
}

/* F I X */

.hero_img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.sub #galeria {
	margin-top: 90px;
}

.sub footer {
	margin-top: 120px;
}

.paginator .btn.alt img {
	width: 24px;
	margin: 0px;
}

.accordion-content ul {
	margin-left: 50px;
	padding-right: 30px;
}

#realizacja-info {
	margin-top: 85px;
}

.has_dropdown > a strong {
	color: #1c1c1c;
}

.has_dropdown > a:hover strong {
	color: #dd0019;
}

#kontakt {
	background-color: #f8f8f8;
	margin-bottom: 0;
	padding: 120px 0;
}

.sub main p a {
	color: #dd0019;
}

.sub main p a:hover {
	text-decoration: underline;
}

*::selection {
	background-color: #dd0019;
	color: white;
}

#fasady .row {
	align-items: center;
}

#fasady .offer {
	padding: 20px 50px;
	border-left: 8px solid #dd0019;
	width: calc(99.99% * 6 / 12 - (138px - 30px * 6 / 12));
	max-width: calc(99.99% * 6 / 12 - (138px - 30px * 6 / 12));
	-ms-flex-preferred-size: calc(99.99% * 6 / 12 - (138px - 30px * 6 / 12));
	flex-basis: calc(99.99% * 6 / 12 - (138px - 30px * 6 / 12));
}

#fasady .offer h3 {
	margin-top: 0px;
}

#fasady .offer p:last-of-type {
	margin-bottom: 0px;
}

#fasady #galeria {
	margin-top: 30px;
	margin-bottom: 30px;
}

#fasady .gallery a,
.gallery-index a {
	margin: 0 10px 10px 0;
}

#fasady #galeria .four-cols a {
	max-width: calc(100% * 1 / 4 - (10px - 0px * 1 / 4));
	width: calc(100% * 1 / 4 - (10px - 0px * 1 / 4));
	-ms-flex-preferred-size: calc(100% * 1 / 4 - (10px - 0px * 1 / 4));
	flex-basis: calc(100% * 1 / 4 - (10px - 0px * 1 / 4));
}

sup {
	vertical-align: super;
	font-size: 60%;
}

.sticky {
	transition: all 0.2s;
}

.sticky.affix {
	position: fixed;
	height: 84px;
	top: 70px;
	box-sizing: border-box;
	padding: 10px 0;
	left: 0;
	width: 100%;
	z-index: 666;
	background-color: #fff;
}

.sticky.affix .row {
	width: 1680px;
	max-width: 98%;
	margin: 0 auto;
}

.sub #news {
	margin-top: 60px;
}

/* 2020-11-02 */

ul.checked li,
ul.pros li {
	list-style: none;
	display: flex;
}

ul.checked li::before {
	content: "✓";
	color: #008020;
	display: block;
	position: relative;
	left: -12px;
	font-weight: bold;
}

ul.pros li::before {
	content: "+";
	color: #b40014;
	display: block;
	position: relative;
	left: -12px;
	font-weight: bold;
}

.langs img {
	width: 24px;
}





.floating-widgets {
	position: fixed;
	top: 50dvh;
	right: .5rem;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}

.floating-widgets a,
.floating-widgets img {
	display: block;
	width: 40px;
}

/*# sourceMappingURL=main.min.css.map */
