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: 1140px;
	margin: 0 auto;
}
.container-fluid {
	width: calc(100% - 2 * $fluidGap);
	margin: 0 5vw;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #231f20;
	-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: 'Fira Sans', sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #231f20;
}
h1,
.h1 {
	font-size: 3.0625rem;
}
h2,
.h2 {
	font-size: 1.5625rem;
}
h3,
.h3 {
	font-size: 1.375rem;
}
h4,
.h4 {
	font-size: 1.25rem;
}
h5,
.h5 {
	font-size: 1.125rem;
}
h6,
.h6 {
	font-size: 1rem;
}
.sub h1,
.sub .h1 {
	font-size: 3.0625rem;
}
.sub h2,
.sub .h2 {
	font-size: 1.5625rem;
}
.sub h3,
.sub .h3 {
	font-size: 1.375rem;
}
.sub h4,
.sub .h4 {
	font-size: 1.25rem;
}
.sub h5,
.sub .h5 {
	font-size: 1.125rem;
}
.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: #dc1241;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #dc1241;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #dc1241;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Fira Sans', sans-serif;
}
.btn:hover {
	background: #ee2957;
	-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: #b60f36;
	-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: #dc1241;
	border: 1px solid #dc1241;
}
.btn.alt:hover {
	color: white;
	background: #dc1241;
	-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: #b60f36;
	-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: #dc1241;
	border-color: #dc1241;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #dc1241;
	border-color: #dc1241;
}
.bg-secondary {
	background: #231f20;
	border-color: #231f20;
}
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #dc1241;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #dc1241;
}
.color-secondary {
	color: #231f20;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: #dc1241;
	height: 60px;
	/* position: -webkit-sticky;
	position: sticky;
	z-index: 9;
	top: 0;
	left: 0; */
	width: 100%;
	padding: 0 0 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#navbar::after {
	content: '';
	display: block;
	width: 100vw;
	height: 60px;
	background-color: #dc1241;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.logo {
	background-color: #fff;
	position: relative;
	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;
	z-index: 10;
	padding: 40px 0;
}
.logo img {
	height: 151px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.infolinia {
	color: white;
	font-weight: bold;
	font-size: 1.25rem;
	margin-right: 30px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.infolinia:hover {
	opacity: 0.8;
}
.infolinia img {
	display: block;
	margin-right: 10px;
}
.langs a {
	border: 2px solid white;
	display: block;
	border-radius: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.langs a img {
	display: block;
}
.langs a:hover {
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.langs a:not(:first-child) {
	margin-left: 5px;
}
/* #navbar.affix {
	background: white;
	height: 60px;
	-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: 50px;
} */


.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: 'Fira Sans', sans-serif;
	font-size: 1rem;
	color: white;
	padding: 18px 0;
	font-weight: bold;
	text-transform: uppercase;
	-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;
	position: relative;
	overflow: hidden;
}
.navbar-nav a img {
	margin-left: 5px;
}
.navbar-nav a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: white;
	width: 100%;
	height: 5px;
}
.navbar-nav li:hover > a::after,
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:hover::after,
.navbar-nav a:focus::after {
	left: 0;
}
.dropdown {
	position: absolute;
	z-index: 8888;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #dc1241;
	border-radius: 0;
	-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 rgba(0, 0, 0, 0.2);
	line-height: 1.1;
	text-transform: none;
	font-size: 0.875rem;
	font-weight: normal;
	font-family: 'Fira Sans', sans-serif;
	border-radius: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: white;
	color: #dc1241;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 0 -1px #a30d30;
	box-shadow: 0 3px 0 -1px #a30d30;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
	background-color: #eeecf6;
}
#main a:not(.btn) {
	color: #dc1241;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #b60f36;
	text-decoration: underline;
}
.container {
	background-color: #fff;
	/* margin-bottom: 80px; */
}
aside.col-3 {
	margin-right: 0;
	width: 25%;
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
main.col-9 {
	margin-right: 0;
	width: 75%;
	max-width: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}
aside {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(white),
		to(#f6f5fa)
	);
	background: linear-gradient(white, #f6f5fa);
}
aside a {
	color: #dc1241;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
aside a:hover {
	color: #ad0e33;
	text-decoration: underline;
}
aside h4 {
	margin-top: 0;
}
section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#aktualna-oferta {
	background-color: #f6f5fa;
	padding: 40px;
}
#adresy-rejestracyjne {
	padding: 40px;
}

#adresy-rejestracyjne span {
	color: #dc1241;
}

#napisali,
#ocenili {
	padding: 0 40px 40px;
}
#ocenili p {
	line-height: 1.3;
	font-size: 0.875rem;
	margin-top: 15px;
}
header {
	/* background: url(/img/headerbg.jpg) right top no-repeat;
	background-size: cover; */
	/* height: 400px; */
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 40px; */
}
header h1 {
	font-style: italic;
	margin-bottom: 30px;
}
header h1 strong {
	color: #dc1241;
}
header h3 strong {
	color: #dc1241;
}
header ul {
	margin: 0;
}
header ul li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3125rem;
	margin-top: 15px;
}
header ul li::before {
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background: url(../images/ok.svg) center no-repeat;
	background-size: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 3px 5px 0 0;
}
.oferta_box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	-ms-flex-preferred-size: 33.3333%;
	flex-basis: 33.3333%;
	color: white;
	aspect-ratio: 1/1;
}
.oferta_box2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	-ms-flex-preferred-size: 33.3333%;
	flex-basis: 33.3333%;
	color: black;
	aspect-ratio: 1/1;
}
.oferta_box h2 {
	color: white;
	margin-top: 0;

	font-size: 1.5625rem;
	font-weight: normal;
}

.oferta_box h2.mb-0 {margin-bottom: 0;}

.oferta_box ul {
	margin: 0;
}
.oferta_box ul li {
	list-style: none;
}

.oferta_box a {
	color: white;
}

.oferta_box2 a {
	color: black;
}

.oferta_box a:hover {opacity: .8;
color: #dc1241;}

.oferta_box ul li a {
	padding-right: 20px;
	background: url(../images/more-white.svg) right no-repeat;
	background-size: 7.1px 12.6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.oferta_box ul li a:hover {
	padding-right: 23px;
	color: #dc1241;
	
}
.oferta_box--1 {
	background-color: #dc1241;
}
.oferta_box--2 {
	background-color: #231f20;
}
.oferta_box--3 {
	background-color: #8a8a8a;
}

.oferta_box--full {
	width: 100%;
	flex-basis: 100%;
	background-color: #4b4b4b;
	text-align: center;
	aspect-ratio: auto;
}

.oferta_box--full2 {
	width: 100%;
	flex-basis: 100%;
	background-color: #dfdee3;
	text-align: center;
	aspect-ratio: auto;
}

.oferta-2 .oferta_box {
	padding: 0;
}

.oferta-2 .oferta_box a {
	padding: 40px;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
}

#rejestracja-samochodu {
	background-color: #dfdee3;
	height: 131px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#likwidacja-spzoo {
	background-color: #dfdee3;
	height: 131px;
	padding: 3% 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#rejestracja-samochodu img[src*='.png'] {
	position: relative;
	display: block;
}
#rejestracja-samochodu a {
	font-size: 1.5625rem;
	color: #231f20;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#rejestracja-samochodu a img {
	display: block;
	margin-left: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#rejestracja-samochodu a:hover {
	color: #dc1241;
}
#rejestracja-samochodu a:hover img {
	margin-left: 13px;
}

#meldunekwczechach {
	background-color: #4b4b4b;
	height: 131px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#meldunekwczechach a {
	font-size: 1.5625rem;
	color: #ffffff;
	margin-top:20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#meldunekwczechach a:hover {
	color: #dc1241;
}
#o-firmie {
	padding: 80px 40px 50px;
}
#o-firmie .col-6 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0;
	padding-left: 10px;
}
#o-firmie .col-6:not(:last-child) {
	padding-right: 40px;
	padding-left: 0;
	border-right: 1px solid #dfdee3;
}
#o-firmie .is {
	margin-bottom: 30px;
}
#o-firmie .is img {
	display: block;
	margin-right: 25px;
}
#personel {
	padding: 0 40px 20px;
}
#referencje {
	padding: 40px 40px 0;
	position: relative;
	background: url(../images/quote.svg) no-repeat;
	background-size: 100px 100px;
	background-position: calc(100% - 115px) 30px;
}
#referencje::after {
	width: calc(100% - 80px);
	height: 7px;
	background-color: #dc1241;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 40px;
}

#referencje .swiper-slide {
	width: 100%;
	height: 400px;
}

.referencje_zdj {
	display: block;
	width: 155px;
	height: 230px;
	position: absolute;
	z-index: 666;
	right: 0;
	bottom: 5.5px;
}
#referencje .swiper-container {
	width: 100%;
	margin-left: 0;
}



#referencje .swiper-container em {
	display: block;
	font-style: italic;
	width: 75%;
}
#referencje .swiper-container strong {
	display: block;
	text-align: right;
	margin-top: 30px;
	width: 75%;
}
.sub article {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	position: relative;
}
.sub article h1 {
	margin-top: 0;
	font-style: italic;
}
.sub article::after {
	width: calc(100% - 80px);
	height: 7px;
	background-color: #dc1241;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 40px;
}
.sub #pliki,
.sub #galeria {
	margin-top: 15px;
}
footer {
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	float: left;
}
footer .footer-nav{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	padding-bottom: 2rem;
}
footer .footer-nav ul{
	margin-bottom: 0;
}
footer .footer-nav ul li{
	list-style-type: none;
}
footer .footer-nav ul li a{
	color: #231f20;
}
footer .footer-nav ul li a:hover{
	text-decoration: underline;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #8a8a8a;
	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: #dc1241;
	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.sidla_balicek {
  margin-bottom: 20px;
  margin-left: 0;
  /* width: 675px; */
  width: 100%;
  margin-top: 0.4em;
}
table.sidla_balicek td {
  font-size: 12px;
  vertical-align: middle;
  padding: 2px 7px;
  text-align: center;
}
table.sidla_balicek th {
  padding: 2px 0;
  vertical-align: bottom;
}
table.sidla_balicek tr.hdr {
  height: 46px;
  text-align: center;
}
table.sidla_balicek tr.hdr th {
  height: 46px;
}
table.sidla_balicek tr.hdr th span {
  height: 30px;
  width: 100%;
  display: block;
  padding: 1px 7px;
  text-align: center;
  font-size: 20px;
}
table.sidla_balicek tr.hdr th span.grey_extra_light,
td span.grey_extra_light {
  font-weight: bold;
  color: white;
  background-color: #DEDEDE;
}
table.sidla_balicek tr.hdr th span.grey_light,
td span.grey_light {
  font-weight: bold;
  color: white;
  background-color: #999999;
}
table.sidla_balicek tr.hdr th span.grey,
td span.grey {
  font-weight: bold;
  color: white;
  background-color: #464646;
}
table.sidla_balicek tr.hdr th span.red,
td span.red {
  font-weight: bold;
  color: white;
  background-color: #B40726;
  height: 40px;
  padding-top: 5px;
}


table.sidla_balicek tr.hdr th a,
td a {
  text-decoration: none;
}
table.sidla_balicek tr.ftr {
  height: 46px;
  text-align: center;
}
table.sidla_balicek tr.ftr td {
  border: none;
  height: 46px;
  padding: 0;
  vertical-align: top;
}
table.sidla_balicek tr.ftr td span {
  height: 50px;
  width: 100%;
  display: block;
  padding: 5px 7px;
}
table.sidla_balicek tr.ftr td span.big {
  height: 60px;
  padding: 10px 7px;
  color: white;
  background-color: #B40726;
}
table.sidla_balicek tr td span.od {
  position: relative;
  left: 20px;
  top: 22px;
  display: table-cell !important;
}
table.sidla_balicek tr td span.cena {
  width: 96px;
  display: block;
  font-size: 50px;
  font-weight: bold;
}
table.sidla_balicek tr td span.mena {
  position: relative;
  left: 40px;
  top: -20px;
}
table.sidla_balicek tr td.grey_extra_light {
  background-color: #F3F3F3;
  padding-bottom: 20px;
}
table.sidla_balicek tr td.grey_light {
  background-color: #dddddd;
  color: darkgray;
  padding-bottom: 20px;
}
table.sidla_balicek tr td.grey_light_medium {
  background-color : #eeeeee;
  color            : darkgray;
  padding-bottom   : 20px;
}
table.sidla_balicek tr.hdr th span.grey_light_medium, td span.grey_light_medium {
  font-weight: bold;
  color: white;
  background-color: #bbb;
}
table.sidla_balicek tr td.grey {
  background-color: #5C5C5C;
  color: #ECECEC;
  padding-bottom: 20px;
}
table.sidla_balicek tr td.red {
  background-color: #CB5F63;
  color: #ECECEC;
  padding-bottom: 20px;
}
table.sidla_balicek-tabulka {
  font-weight: normal !important;
  margin-bottom: 20px;
  margin-left: -22px;
  width: 687px;
  margin-top: 0.4em;
  table-layout: fixed;
}
table.sidla_balicek-tabulka td {
  font-size: 12px;
  vertical-align: middle;
  padding: 2px 7px;
  text-align: center;
}
table.sidla_balicek-tabulka th {
  padding: 2px 0;
  vertical-align: bottom;
}
table.sidla_balicek-tabulka tr.hdr {
  text-align: center;
}
table.sidla_balicek-tabulka tr.hdr th {
  font-weight: bold;
  color: #FFF;
  background-color: #B40726;
  height: 30px;
  vertical-align: middle;
  text-align: center;
}
table.sidla_balicek-tabulka tr.hdr th.head_popis, table.sidla_balicek-tabulka2 tr.hdr th.head_popis {
  width: 130px;
}
table.sidla_balicek-tabulka tr.hdr th span {
  height: 30px;
  width: 100%;
  display: block;
  padding: 1px 7px;
  text-align: center;
}
table.sidla_balicek-tabulka tr.hdr th span.green,
td span.green {
  font-weight: bold;
  color: #4A8800;
}
table.sidla_balicek-tabulka tr.hdr th span.red,
td span.red {
  background-color: transparent;
  font-weight: bold;
  color: #B4191F;
}


table.sidla_balicek tr td span,
table.sidla_balicek tr th span {
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}


table.sidla_balicek tr td span.cena {
	width: auto;
	display: inline-block;
	margin: 30px 30px 0 0;
	text-align: right;
}




div.mapka {
    margin: 0 auto 40px 0;
    width: 600px;
    position: relative;
    top: 15px;
}

div.mapka img {
  padding: 0;
  border: none;
}
div.mapka a.sipka {
  position: absolute;
  display: block;
  z-index: 1000;
  width: 12px;
  height: 12px;
  margin-top: -47px;
  margin-left: -10px;
  background: url(../images/point.png) 0 0 no-repeat;
  text-indent: -10000px;
  overflow: hidden;
}
div.mapka a.sipka:hover {
  background-size: 12px;
}
div.mapka {
  margin: 0 auto 40px 0;
  width: 600px;
  position: relative;
  top: 15px;
}


table.colored tbody tr:nth-child(odd) td:nth-child(1) {
    background-color: #E7E7E7;
}
table.colored tbody tr:nth-child(even) td:nth-child(1) {
    background-color: #F1F1F1;
}
table.colored tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #EECACA;
}
table.colored tbody tr:nth-child(odd) td:nth-child(3) {
    background-color: #F3DBDB;
}
table.colored tbody tr:nth-child(odd) td:nth-child(4) {
    background-color: #EECACA;
}
table.colored tbody tr:nth-child(even) td:nth-child(3) {
    background-color: #F8EAEA;
}
table.colored tbody tr:nth-child(even) td:nth-child(4) {
    background-color: #F5E1E1;
}
table.colored tbody tr:nth-child(even) td:nth-child(2) {
    background-color: #F5E1E1;
}


table.fine {
    width: 100%;
    margin-bottom: 40px;
}

table.colored thead tr.hdr th, table.colored_pl thead tr.hdr th, table.colored2 thead tr.hdr th, table.colored3 thead tr.hdr th {
    color: #fff;
    background-color: #B40726;
}


table.fine td {
    border: 1px solid #ddd;
    font-size: 12px;
    vertical-align: middle;
}
table.colored2 tbody tr:nth-child(odd) td:nth-child(1) {
    background-color: #DCDCDC;
}

table.fine td.adresa {
    text-align: center;
}
table.fine td, table.fine th {
    padding: 2px 5px !important;
}
table.fine td {
    border: 1px solid #ddd;
    font-size: 12px;
    vertical-align: middle;
}
table.colored2 tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #E7E7E7;
}

table.fine tr.block {
	display: table-row;
}


table.colored td, table.colored_pl td, table.colored3 td, table.colored3 td {
    border: 0 !important;
}




#main ul li {
	list-style: none;
	list-style-image: url(../images/bullet.svg);
}


header .swiper-slide > img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

header .swiper-slide .caption {
	position: absolute;
	z-index: 20;
	padding-left: 10px;
	line-height:1em;
}

.block-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #231f20;
	transition: all .2s;
}

.block-link:hover {
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
	background-color: #f5f5f5;
	transform: translateY(-2px);
}

.block-link strong {
	font-size: 1.375rem;
}

.block-link span {
	color: #a30d30;
	font-weight: bold;
}


.slide-2 .caption {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.slide-3 .caption h1 {
	line-height: 1;
}

.slide-3 .caption h1 small {
	font-size: 25px;
}




.popup {
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	opacity: 0;
}

.popup.show {
	display: flex;
	animation: fadein .5s 1 forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

.popup_backdrop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0,0,0,.5);
}

.popup_wrapper {
	background-color: #fff;
	position: relative;
	z-index: 999;
}

.popup_close {
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 999;
	width: 30px;
	height: 30px;
	border-radius: 0 50px 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: red;
	font-size: 25px;
}

.popup_content {
	padding: 30px;
	max-height: 80vh;
	max-width: 80vw;
	overflow-y: auto;
}


.sidla_balicek-tabulka, .sidla_balicek-tabulka2 {
	width: 100% !important;
	margin: 0 0 30px !important;
}

.sidla_balicek-tabulka .block, .sidla_balicek-tabulka2 .block {
	display: table-row;
}

.sidla_balicek-tabulka td, .sidla_balicek-tabulka2 td {
	border: 1px solid #e2e2e2;
	font-size: 12px;
    vertical-align: middle;
    padding: 2px 7px;
    text-align: center;
}


table.sidla_balicek-tabulka2 tr.hdr th {
    font-weight: bold;
    color: #FFF;
    background-color: #B40726;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

.popup_content a {
	color: #ad0e33;
}

.popup_content a:hover {
	color: #8d0726;
	text-decoration: underline;
}


td.mini, td.start, td.standard, td.premium, td.business {
	min-width: 15%;
}

table.sidla_balicek-tabulka tr.block td.mini {
    background-color: #F5E1E1;
}

table.sidla_balicek-tabulka tr.block td.start {
    background-color: #F8EAEA;
}

table.sidla_balicek-tabulka tr.block td.standard {
    background-color: #F5E1E1;
}

table.sidla_balicek-tabulka tr.block td.premium {
    background-color: #F8EAEA;
}
table.sidla_balicek-tabulka tr.block td.business {
	background-color: #F5E1E1;
  }
table.sidla_balicek-tabulka tr.alternate td.mini {
    background-color: #EECACA;
}

table.sidla_balicek-tabulka tr.alternate td.start {
    background-color: #F3DBDB;
}

table.sidla_balicek-tabulka tr.alternate td.standard {
    background-color: #EECACA;
}

table.sidla_balicek-tabulka tr.alternate td.premium {
    background-color: #F3DBDB;
}

table.sidla_balicek-tabulka tr.alternate td.business {
	background-color: #EECACA;
  }

table.sidla_balicek-tabulka tr.block td.popis {
	background-color: #EBEBEB;
	    width: 130px;
}

table.sidla_balicek-tabulka tr.alternate td.popis {
	background-color: #DCDCDC;
	    width: 130px;
}

table.sidla_balicek-tabulka2 tr.block td.mini {
    background-color: #F5E1E1;
}

table.sidla_balicek-tabulka2 tr.block td.start {
    background-color: #F8EAEA;
}

table.sidla_balicek-tabulka2 tr.block td.standard {
    background-color: #F5E1E1;
}

table.sidla_balicek-tabulka2 tr.block td.premium {
    background-color: #F8EAEA;
}

table.sidla_balicek-tabulka2 tr.block td.business {
    background-color: #F5E1E1;
}

table.sidla_balicek-tabulka2 tr.alternate td.mini {
    background-color: #EECACA;
}

table.sidla_balicek-tabulka2 tr.alternate td.start {
    background-color: #F3DBDB;
}

table.sidla_balicek-tabulka2 tr.alternate td.standard {
    background-color: #EECACA;
}

table.sidla_balicek-tabulka2 tr.alternate td.premium {
    background-color: #F3DBDB;
}

table.sidla_balicek-tabulka2 tr.alternate td.business {
    background-color: #EECACA;
}

table.sidla_balicek-tabulka2 tr.block td.popis {
	background-color: #EBEBEB;
	    width: 130px;
}

table.sidla_balicek-tabulka2 tr.alternate td.popis {
	background-color: #DCDCDC;
	    width: 130px;
}

table.sidla_balicek-tabulka2 td {
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 7px;
    text-align: center;
}


table.colored3 tbody tr:nth-child(odd){background-color: #DCDCDC;}
table.colored3 tbody tr:nth-child(odd) td:nth-child(1){background-color: #DCDCDC;}
table.colored3 tbody tr:nth-child(odd) td:nth-child(2){background-color: #E7E7E7;}
table.colored3 tbody tr:nth-child(odd) td:nth-child(3){background-color: #EECACA;    text-align: center;}
table.colored3 tbody tr:nth-child(odd) td:nth-child(4){background-color: #F3DBDB;    text-align: center;}

table.colored3 tbody tr:nth-child(even){background-color: #EBEBEB;}
table.colored3 tbody tr:nth-child(even) td:nth-child(1){background-color: #EBEBEB;}
table.colored3 tbody tr:nth-child(even) td:nth-child(2){background-color: #F1F1F1;}
table.colored3 tbody tr:nth-child(even) td:nth-child(3){background-color: #F5E1E1; text-align: center;}
table.colored3 tbody tr:nth-child(even) td:nth-child(4){background-color: #F8EAEA; text-align: center;}

.akt-oferta table.fine td {width: 25%}



.card.horizontal {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.card.horizontal + .card.horizontal {margin-top: 30px;}

.card.horizontal .card-image {
	display: block;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 30px;
	width: 300px;
}

.card.horizontal .card-image img {
	transition: transform .3s ease-out;
}

.card.horizontal .card-image:hover img {
	transform: scale(1.1);
}

.card-title {
	margin: .25em 0;
}

.card-title--link {
	color: #464646;
}

.card-title--link:hover {color: #008020;}

.card-date {
	font-size: 12px;
	opacity: .6;
}

.card-body p {
	font-size: 14px;
}

.card-body p:last-of-type {margin-bottom: 0;}



section {clear: both;}


.flex {
	display: flex;
}

.items-center {align-items: center;}
.justify-center {justify-content: center;}
.mt-30 {margin-top: 30px;}


.thumbnail.right {
	float: right;
	margin: 0 0 30px 30px;
	max-width: 50%;
	display: block;
}

article {min-height: 400px; float: left;}

#main {
	float: left;
	width: 100%;
}

:root {
	--primary: #dc1241
}


.pagination{display:flex}.pagination li{display:none}.pagination .active,.pagination .insertPage,.pagination li:first-child,.pagination li:last-child{display:block}.pagination a,.pagination input{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0 5px;padding:0;text-align:center;color:#e1e1e1;border:1px solid #e1e1e1;transition:all .2s}.pagination a:focus,.pagination a:hover,.pagination input:focus,.pagination input:hover{color:var(--primary);border:1px solid var(--primary)}.pagination input::placeholder{color:#e1e1e1;font-size:16px;font-weight:500}.pagination .active a{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:text}.pagination .insertPage+.insertPage{display:none}

.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.contact-description {
  color: rgb(107 114 128);
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #dc1241;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
}

.back-to-top {
	position: fixed;
	right: 2rem;
	bottom: 60px;
	border-radius: 100%;
	color: #DC1241;
	padding: 0px;
	border: none;
	cursor: pointer;
	opacity: 100%;
	transition: opacity 0.5s;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
	.back-to-top:hover {
	opacity: 75%;}
	.hidden { 
	opacity: 0%;
	}
