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: 1194px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: Hind, sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #192231;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Hind, sans-serif;
	font-weight: 400;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #192231;
}
.h1,
h1 {
	font-size: 5.625rem;
}
.h2,
h2 {
	font-size: 4rem;
}
.h3,
h3 {
	font-size: 2.8125rem;
}
.h4,
h4 {
	font-size: 2rem;
}
.h5,
h5 {
	font-size: 1.4375rem;
}
.h6,
h6 {
	font-size: 1.0625rem;
}
.sub .h1,
.sub h1 {
	font-size: 4.55rem;
}
.sub .h2,
.sub h2 {
	font-size: 4rem;
}
.sub .h3,
.sub h3 {
	font-size: 2.8125rem;
}
.sub .h4,
.sub h4 {
	font-size: 2rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.4375rem;
}
.sub .h6,
.sub h6 {
	font-size: 1.0625rem;
}
.lead {
	font-size: 1.4375rem;
	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: 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;
}
.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_grey {
	background: #f4f6f7;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #192231;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	text-transform: uppercase;
	color: #192231;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Hind, sans-serif;
}
.btn {
	background: #ed1c24;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ed1c24;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Hind, sans-serif;
}
.btn:hover {
	background: #f04248;
	-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: #d01018;
	-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;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.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: #ed1c24;
	border: 2px solid #ed1c24;
}
.btn.alt:hover {
	color: #fff;
	background: #ed1c24;
	-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: #d01018;
	-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: #ed1c24;
	border-color: #ed1c24;
}
.bg-secondary {
	background: #192231;
	border-color: #192231;
}
.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: #ed1c24;
}
.color-secondary {
	color: #192231;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
body {
	padding-top: 175.5px;
}
#navbar {
	background: rgba(0, 0, 0, 0);
	height: 210px;
	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;
}
#navbar_top {
	height: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar_top a:not(.logo) {
	color: #192231;
	font-size: 1.375rem;
	line-height: 1.5em;
	margin-left: 30px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#navbar_top a:not(.logo):hover {
	color: #ed1c24;
}
#navbar_top a:not(.logo) img {
	display: block;
	margin-right: 10px;
}
#navbar_bottom {
	height: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.logo img {
	height: 61px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: #ed1c24;
	height: 40px;
	-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 #navbar_top {
	overflow: hidden;
	height: 0;
}
#navbar.affix #navbar_bottom,
#navbar.affix .navbar-nav {
	height: 40px;
}
#navbar.affix .logo img {
	height: 40px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 70px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #ed1c24;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-nav li {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	list-style: none;
	margin: 0;
	position: relative;
}
.navbar-nav a {
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	height: 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;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover,
.navbar-nav li:hover > a {
	background: #000;
	color: #fff;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #f4f6f7;
	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;
	width: calc(100% - 30px);
	height: auto;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.1;
	font-size: 0.875rem;
	font-family: Hind, sans-serif;
	text-align-last: left;
	border-radius: 0;
	text-transform: none;
	font-weight: 400;
	color: #192231;
}
.dropdown > li:hover > a {
	background: #ed1c24;
	color: #fff;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #ed1c24;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #d01018;
	text-decoration: underline;
}
main {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f4f6f7),
		color-stop(30vh, #fff)
	);
	background: linear-gradient(#f4f6f7, #fff 30vh);
	padding-top: 75px;
}
aside .title {
	font-size: 1.4375rem;
	color: #192231;
	margin-bottom: 20px;
	line-height: 1em;
}
aside .title img {
	display: block;
	margin-top: -7px;
	margin-right: 15px;
}
.swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
}
.swiper-slide a .caption {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 20;
	padding: 30px;
	background: rgba(25, 34, 49, 0.9);
	color: #fff;
}
.swiper-slide a .caption span,
.swiper-slide a .caption strong {
	display: block;
	line-height: 1.5em;
}
.swiper-slide a .caption strong {
	font-size: 2rem;
	font-weight: 400;
}
.swiper-slide a img {
	display: block;
	position: relative;
	z-index: 1;
}
article .swiper-pagination {
	bottom: 0 !important;
	left: 25px !important;
	text-align: left !important;
}
article .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #3c4c69;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
article .swiper-pagination-bullet:hover {
	background: #5f7399;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	opacity: 1;
}
article .swiper-pagination-bullet-active {
	background: #ed1c24;
}
#boksy {
	padding: 40px 0;
}
#boksy a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#boksy a:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
}
#boksy a:hover span {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
#boksy a span {
	position: absolute;
	z-index: 20;
	width: 30%;
	color: #192231;
	font-size: 1.25rem;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
}
#boksy a img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
#projekty h1 {
	margin-top: 35px;
	margin-bottom: 5px;
	font-size: 2rem;
}
#projekty .btn {
	margin-top: 35px;
	margin-bottom: 5px;
}
.projects {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
}
.card {
	background: #f4f6f7;
	width: 100%;
}
.card_img {
	display: block;
	overflow: hidden;
}
.card_img img {
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.card_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.card_body {
	padding: 30px;
}
.card_body h3 {
	margin: 0 0 15px;
	font-size: 1.4375rem;
}
.card_body h3 a {
	color: #192231;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.card_body h3 a:hover {
	color: #ed1c24;
}
.card_body .ic {
	line-height: 1em;
}
.card_body .ic img {
	display: block;
	margin-right: 5px;
}
#poradniki {
	margin-top: 80px;
	padding: 80px 0;
	background: #f4f6f7;
}
#poradniki h2 {
	margin: 7px 0 0;
	line-height: 1em;
	font-size: 2rem;
}
#poradniki .card_body {
	padding: 0;
}
#poradniki .card_body a {
	color: #ed1c24;
}
#poradniki .card_body h4 {
	margin: 0 0 20px;
	font-size: 1.4375rem;
	padding: 7px 0 5px 15px;
	line-height: 1.1em;
	border-left: 5px solid #ed1c24;
}
#poradniki .card_body h4 a {
	color: #192231;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#poradniki .card_body h4 a:hover {
	color: #ed1c24;
}
#breadcrumbs {
	padding: 15px 0;
	margin: 0 0 0 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
#breadcrumbs a {
	color: #192231;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#breadcrumbs a:hover {
	color: #ed1c24;
}
#breadcrumbs a:hover::after {
	color: #192231;
}
#breadcrumbs a::after {
	content: '/';
	display: inline-block;
	margin: 0 8px;
}
#breadcrumbs span {
	color: #192231;
	opacity: 0.5;
}
.sub main {
	padding-bottom: 80px;
}
.sub aside p.ic {
	margin-bottom: 30px;
}
.sub aside p.ic em {
	font-style: normal;
}
.sub aside p.ic em span {
	opacity: 0.5;
}
.sub aside p.ic strong {
	color: #ed1c24;
	font-weight: 400;
	font-size: 1.875rem;
}
.tel_btn {
	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;
	background: #ed1c24;
	width: 70px;
	height: 70px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.masz_pytania__text {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.7em;
}
.masz_pytania__text strong {
	color: #ed1c24;
	font-size: 1.375rem;
	font-weight: 400;
}
#projekt h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 2rem;
}
#projekt h1 em {
	color: #ed1c24;
	font-style: normal;
}
#projekt .well {
	text-align: center;
	margin-bottom: 20px;
	padding: 2rem 1rem;
	width: calc(100% - 2rem);
}
sup {
	font-size: 0.6rem;
	top: -0.2rem;
	position: relative;
}
.grid.gallery {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: (1fr) [6];
	grid-template-columns: repeat(6, 1fr);
	margin-bottom: 10px;
}
.grid.gallery a {
	margin: 0;
}
.grid.gallery a > img {
	display: block;
	width: 100%;
}
.grid.gallery a:first-child {
	grid-column: span 6;
}
aside .mt40 {
	margin-top: 40px;
}
aside .btn.block {
	font-weight: 700;
	position: relative;
	line-height: 1.5em;
}
aside .btn.block img {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: 30px;
}
aside .btn.usun img {
	left: 25px;
}
aside .btn.usun {
	padding-left: 50px;
	padding-right: 10px;
	box-sizing: border-box;
}
aside .btn.alt small {
	font-size: 0.9rem;
}
#tabs_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tabs_nav a {
	display: block;
	padding: 1.5rem 2.5rem;
	border: 1px solid #e2e2e2;
	border-right: 0;
	margin-bottom: -1px;
	font-size: 1rem;
	line-height: 1.3em;
	font-weight: 700;
	background: #f4f6f7;
	color: rgba(25, 34, 49, 0.5);
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#tabs_nav a::before {
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background: #ed1c24;
	position: absolute;
	top: -6px;
	left: 0;
	z-index: 20;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#tabs_nav a:last-child {
	border-right: 1px solid #e2e2e2;
}
#tabs_nav a.active {
	color: #192231;
	background: #fff;
	border-bottom: 1px solid #fff;
}
#tabs_nav a.active::before {
	top: 0;
}
#tabs_nav a:hover {
	background: rgba(244, 246, 247, 0.5);
}
.tab_content {
	padding: 40px;
	border: 1px solid #e2e2e2;
}
footer {
	background: #000;
	color: #fff;
	padding: 50px 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer .footer_bottom {
	padding: 30px 0;
}
footer .content-between {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #fff;
	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;
}
.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;
}
.tab_content .grid.gallery {
	grid-template-columns: 1fr;
}
.tab_content .grid.gallery a:first-child {
	grid-column: 1;
}
.navbar_top__account,
.navbar_top__basket {
	display: flex;
	align-items: center;
	position: relative;
}
.navbar_top__account img,
.navbar_top__basket img {
	display: block;
	margin-right: 10px;
}
.navbar_top__account strong,
.navbar_top__basket strong {
	font-size: 0.8125rem;
	color: #000;
	text-transform: uppercase;
	transition: color 0.2s;
}
.navbar_top__account:hover strong,
.navbar_top__basket:hover strong {
	color: #d01018;
}
.navbar_top__basket___products {
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 0.56rem;
	font-weight: 700;
	color: #fff;
	background: #e42417;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 1rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
}
.navbar_top__basket___products small {
	position: absolute;
	top: 5px;
}
.watch {
	margin-top: 15px;
	margin-bottom: 30px;
}
.parametry .row {
	padding: 10px 15px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.2s;
	background: #f9f9f9;
}
.parametry .row:hover {
	color: #d01018;
}
.parametry .row:not(:first-child) {
	border-top: 1px solid #f2f2f2;
}
.parametry .sub.row {
	padding: 8px 15px 8px 45px;
	background: #fff;
}
.parametry .sub.row::before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: block;
	background: #f9f9f9;
}
.sub form a {
	color: #e42417;
}
.card {
	position: relative;
}
.card .buttons {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	z-index: 555;
}
.addToBasket,
.delFromBasket {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px 2px;
	background: #192231;
	line-height: 1.2em;
}
.addToBasket img {
	display: block;
	margin-right: 5px;
	position: relative;
	top: -2px;
	filter: invert(1);
}
.delFromBasket {
	background: #e42417;
	margin-left: 5px;
}
.sortowanie {
	margin-top: 35px;
	display: flex;
	align-items: center;
}
.sortowanie select {
	margin-right: 5px;
	padding: 0.2rem 0.6rem;
}
.sortowanie button {
	padding: 0;
	width: 0;
	height: 0;
	display: block;
	outline: 0;
	margin-left: 5px;
	background: 0 0;
	border: 10px solid transparent;
	position: relative;
}
.sortowanie .asc {
	border-bottom: 12px solid #b8b8b8;
	top: -5px;
}
.sortowanie .desc {
	border-top: 12px solid #b8b8b8;
	top: 5px;
}
.sortowanie .asc.active {
	border-bottom-color: #e42417;
}
.sortowanie .desc.active {
	border-top-color: #e42417;
}

.formp {
	font-size: .845rem;
	text-align: justify;
}
