html {
	background: White;
	margin: 0;
	padding: 0;
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
}

html,
body,
input,
textarea,
select,
table {
	font-family: "Montserrat", sans-serif;
	color: var(--textColor);
	font-style: normal;
	font-weight: 400;
}

hr {
	background: var(--bdrColor);
	height: 1px;
	margin: 2em 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: var(--fwB);
	line-height: 1.25em;
	margin: 2.5em 0 1.5em 0;
	color: var(--secColor);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: currentColor;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #22b24c;
}

h1,
.likeH1 {
	font-size: clamp(1.75em, 4vw, 2em);
	margin-top: 0;
}

h2 {
	font-size: clamp(1.375em, 3vw, 1.5em);
}

h3 {
	font-size: clamp(1.25em, 2vw, 1.375em);
}

h4 {
	font-size: clamp(1.125em, 2vw, 1.25em);
}

h5 {
	font-size: 1em;
}

a {
	color: var(--secColor);
	cursor: pointer;
}

button {
	padding: 0;
	margin: 0;
	border-width: 0;
	background: transparent none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	font: inherit;
	outline: none;
	color: var(--textColor);
}

input,
textarea,
select,
.btn,
.addFileButton {
	background: White;
	border: 1px solid var(--inputBdrColor);
	padding: 12px 24px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
	line-height: 1.5rem;
	outline: 0;
}

body {
	font-size: 1em;
	line-height: 1.75em;
}

.section {
	max-width: 1230px;
	display: block;
	margin: 0 auto;
	padding: 0 16px;
	position: relative;
	width: 100%;
}

.section--wider {
	max-width: 1600px;
	padding: 0 clamp(15px, 1.25vw, 48px);
}

.section--narrow {
	max-width: 60rem;
}

.leftCol a.subpagetitle {
	padding: 15px 0 10px 0;
	display: block;
	text-transform: none;
	font-size: 12pt;
}

.logo {
	max-width: 200px;
	width: 15%;
	align-self: center;
}

.logo svg,
.logo img {
	width: 100%;
	height: auto;
	display: block;
}

.fa {
	font-weight: 300;
}

.branch__link:hover {
	color: var(--primColor);
}

.branch__link {
	color: currentColor;
}

@media (min-width: 1219px) {
	.branch__link {
		white-space: nowrap;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 28vw;
	}
}

.branch__tel {
	white-space: nowrap;
	align-self: center;
	color: currentColor;
	text-decoration: none;
}

.branch {
	display: flex;
	flex-flow: row wrap;
	gap: 0 0.5em;
}

.topBarL {
	display: flex;
	font-size: 0.75em;
	gap: 8px 1.5em;
	font-weight: 500;
	line-height: 1.25em;
}

.branch .loader {
	width: 16px;
	height: 16px;
	border-width: 2px;
}

.branch__btn:hover {
	color: white;
	background: var(--primColor);
}

.branch__btn {
	color: currentColor;
	font-size: 0.6875rem;
	background: var(--altColor);
	padding: 2px 9px;
	border-radius: 24px;
	white-space: nowrap;
	align-self: center;
	text-decoration: none;
}

.topBar__btn .svgIcon {
	width: 36px;
	margin-top: -4px;
}

.topBar__btn:hover {
	background: var(--secColor);
	color: white;
	text-decoration: none;
	border-color: var(--secColor);
}

.topBar__btn {
	background-color: white;
	border: 1px solid currentColor;
	border-top-width: 0;
	color: var(--primColor);
	font-weight: var(--fwN);
	min-height: 48px;
	display: flex;
	align-items: center;
	border-radius: 0px 0px 10px 10px;
	padding: 0 12px;
	text-decoration: none;
	line-height: 1.2em;
	gap: 12px;
	font-size: 0.8125em;
	letter-spacing: -0.025em;
	transition: all 0.15s;
}

.topBar__btn--2 .svgIcon {
	margin: 0;
	width: 26px;
}

.topBar__btn--2 {
	color: var(--textColor);
}

.topBarR {
	align-self: flex-start;
	display: flex;
	gap: 4px;
}

.topBar {
	border-bottom: 1px solid var(--bdrColor);
}

.topBar .fa-spinner {
	line-height: 19px;
}

header .section {
	padding: 0 clamp(15px, 1.25vw, 48px);
	align-items: center;
	display: flex;
	justify-content: space-between;
	height: 36px;
	gap: clamp(16px, 1.5vw, 30px);
}

header {
	position: relative;
}

.header .section {
	height: 120px;
}

.header hr {
	flex: auto;
}

.topBtns {
	display: flex;
	gap: 10px;
	align-items: center;
}

.topBtn:hover {
	color: var(--primColor);
}

.topBtn {
	padding: 0;
	border-width: 0;
	width: 40px;
	height: 40px;
	display: grid;
	place-content: center;
	font-size: 1.375em;
	border-radius: 0;
	background: transparent;
}

.header__r {
	display: flex;
	align-items: center;
	flex: auto;
	gap: clamp(4px, 1.5vw, 30px);
}

.lang {
	display: flex;
	gap: 8px;
	font-size: 12px;
	text-transform: uppercase;
}

.lang img {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	border: 3px solid var(--bdrColor);
}

nav a,
nav span.respNav__a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	font-weight: 400;
}

nav li {
	position: relative;
}

nav ul {
	margin: 0;
	padding: 0;
}

.topNav {
	padding-left: clamp(16px, 2.5vw, 48px);
	flex: auto;
}

.topNav ul a,
.topNav .submenu__level {
	color: #0c4763;
	font-weight: 600;
}

.topNav a:hover,
.topNav a.aktivni {
	border-bottom-color: #22b24c;
	text-decoration: none;
	color: #0c4763;
}

.pageID1 .topNav a.aktivni {
	border-bottom-color: white;
}

.topNav > ul > li {
	height: 120px;
	display: flex;
	align-items: center;
}

.topNav > ul {
	display: flex;
	gap: clamp(12px, 2vw, 24px);
	justify-content: space-between;
	align-items: center;
}

.topNav .hasSubmenuMulti {
	position: static;
}

.topNav > ul > li > a {
	display: flex;
	flex: auto;
	padding: 4px 0;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 60px;
}

.topNav > ul li a:after {
	content: " ";
	height: 3px;
	width: 0%;
	background: #22b24c;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.3s;
}

.topNav > ul > li:hover > a::after,
.topNav > ul li a.aktivni::after {
	width: 100%;
}

.pageID1 .topNav > ul li a.aktivni:after {
	/*width: 0%;*/
}

.topNav .topNav__sub {
	position: absolute;
	left: -16px;
	bottom: 0;
	min-width: 220px;
	background: #fff;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0;
	z-index: 5000;
	padding: 0 0 24px 0;
	transform: translateY(100%);
}

.hasSubmenuMulti:hover .submenu {
	opacity: 1;
	pointer-events: auto;
}

.submenu {
	position: absolute;
	display: block;
	bottom: 1px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: white;
	overflow: visible;
	transform: translateY(100%);
	padding: 16px clamp(16px, 4vw, 48px);
	box-shadow: -5px 20px 50px rgba(0, 0, 0, 0.12);
	gap: 32px 24px;
	display: grid;
	gap: 16px;
	padding-bottom: 24px;
	pointer-events: none;
	opacity: 0;
	grid-template-columns: repeat(4, 1fr);
	transition: all 0.25s;
}

.topNav .submenu a,
.topNav .submenu__level {
	padding: 4px 0;
	display: block;
	text-align: left;
}
.submenu hr {
	margin: 10px 0;
	width: 40px;
	height: 1px;
	background: #ccc;
}

.topNav ul .topNav__ghostLink {
	color: #5d5d5d;
}

.topNav ul ul li {
	padding: 0;
	float: none;
	margin: 0;
}
.submenu hr {
	margin: 10px 0;
	width: 40px;
	height: 1px;
	background: #ccc;
}

.topNav ul .topNav__ghostLink {
	color: #5d5d5d;
}

.submenu hr {
	margin: 10px 0;
	width: 40px;
	height: 1px;
	background: #ccc;
}

.topNav ul .topNav__ghostLink {
	color: #5d5d5d;
}

.topNav ul ul a.aktivni {
	color: var(--textColor);
	text-decoration: underline;
}

.topNav ul ul a {
	padding: 10px 16px;
	display: block;
	text-decoration: none;
	color: var(--textColor);
	text-align: left;
	font-weight: var(--fwL);
	font-size: 0.875em;
	font-weight: 500;
}

.topNav ul ul a:hover {
	color: var(--primColor);
	text-decoration: underline;
}

.topNav li:last-child ul {
	left: auto;
	right: 0;
}

.menu a {
	color: #0c4763;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
	padding: 8px 0;
	line-height: 1.25em;
}

.menu a.aktivni,
.menu a:hover {
	color: #22b24c;
	text-decoration: none;
}

.menu li {
	position: relative;
	z-index: 10;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.topNav__sub {
}

.menu {
	top: 16px;
	position: sticky;
}

strong {
	font-weight: var(--fwN);
}

.content {
	padding: 36px 0 var(--vSpace) 0;
}

main ul:not([class]) {
	margin-left: 0;
	padding: 0;
	margin-top: var(--hSpace);
	list-style-image: none;
}

main ul:not([class]) li {
	padding: 0;
	margin: 0.7em 0;
	position: relative;
	display: block;
	padding-left: 30px;
}

main ul:not([class]) > li:before {
	content: " ";
	background: var(--secColor);
	display: block;
	clear: both;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc(1.5em / 2 - 1px);
}

main ol:not([class]) {
	margin-top: var(--hSpace);
	margin-left: 0;
	padding: 0;
	list-style-image: none;
}

main ol:not([class]) li {
	padding: 0;
	margin: 1em 0;
	position: relative;
	padding-left: 40px;
	display: block;
	counter-increment: step-counter;
}

main ol:not([class]) li:before {
	position: absolute;
	left: 0;
	top: -1px;
	color: #0c4763;
	width: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 0.875em;
	font-weight: var(--fwN);
	border: 1px solid #0c4763;
	background: white;
	display: inline-block;
	border-radius: 50%;
	content: counter(step-counter);
}

.content > h1:nth-of-type(1) {
	margin-top: 0;
}

.content img {
	height: auto;
	max-width: 100%;
}

.content h4 img.center-block[src*="/img/pin-"] {
	width: 36px;
	height: 44px;
	max-width: 36px;
	object-fit: contain;
	margin-bottom: 8px;
}

aside {
	float: left;
	max-width: 240px;
	min-width: 11em;
	padding: 36px 0 var(--vSpace) 0;
	line-height: 1.3em;
}

aside h4 {
	margin: 0 0 15px 0;
	font-size: 1.125em;
	padding-bottom: 10px;
	border-bottom: 3px solid #22b24c;
}

main:after {
	clear: both;
	height: 1px;
	content: " ";
	display: block;
}

.productBar {
	background: #fff url(/img/bar.jpg) 0 0 no-repeat;
	background-size: cover;
	text-align: right;
	line-height: 50px;
	color: white;
	font-size: 0.75em;
	text-transform: uppercase;
}

.productBar ul {
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
}

.catalog span {
	text-decoration: underline;
	display: inline-block;
}

.catalog {
	color: white;
	text-decoration: none;
}

.catalog:hover:before {
	background: #22b24c;
	border-color: #22b24c;
	color: white;
}

.productBar ul li:last-child a:hover:before,
.productBar ul li:last-child a.aktivni:before {
	background: #22b24c;
	border-color: #22b24c;
	color: white;
}

.productBar ul li:last-child a:before {
	content: "PDF";
	border-radius: 8px;
	border: 1px solid white;
	margin-right: 5px;
	padding: 2px 5px;
	line-height: 1em;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.productBar ul li:last-child a {
	text-decoration: underline;
	font-weight: 400;
}

.productBar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.productBar ul li {
	float: left;
	margin-right: 1.5vw;
}

.productBar ul a.aktivni:after {
	content: " ";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	bottom: -7px;
	margin-left: -5px;
}

.productBar a.aktivni,
.productBar a:hover {
	color: #22b24c;
	text-decoration: none;
}

.productBar ul a {
	display: block;
	position: relative;
	color: white;
	padding: 0 5px;
	font-weight: 600;
	text-decoration: none;
	overflow: hidden;
}

.tab,
table[border="1"] {
	font-size: 1em;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
	width: auto;
	line-height: 1.3em;
}

.tab td,
.tab th,
table[border="1"] td,
table[border="1"] th {
	border: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-color: rgba(166, 168, 176, 0.3);
	padding: 6px 10px;
}

.tab th,
table[border="1"] th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
}

.tab tr:nth-of-type(odd) {
}

.popup {
	display: inline-block;
	position: relative;
}

.popupIco {
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: white;
	background: gray;
	border-radius: 50%;
	text-align: center;
}

.popupIco:hover {
	background: #118dc0;
	color: white;
	text-decoration: none;
}

.popup dialog {
	display: none;
	padding: 1em;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	z-index: 10;
	position: absolute;
	background: gray;
	color: white;
	width: 200px;
	border: 0;
	top: 30px;
}

.popupIco:target dialog {
	display: block;
}

.dialogOpen dialog {
	display: block;
}

.popup dialog:after {
	content: " ";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 24px;
	height: 24px;
	background: gray;
	position: absolute;
	top: -10px;
	left: 15px;
	z-index: -1;
}

.loga {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-flow: row wrap;
	margin-top: var(--hSpace);
}

.loga span {
	padding: 10px;
	display: inline-block;
	flex: 1;
	flex-basis: 0;
	min-width: 65px;
	text-align: center;
	max-width: 90px;
	width: 25%;
}

.loga img {
	max-width: 100%;
	height: auto;
}

footer,
.down {
	background: #f0f0f0;
}

.viteze {
	text-align: center;
	max-width: 50rem;
	margin: var(--hSpace) auto 0 auto;
}

.viteze h2::before {
	height: 5px;
	display: block;
	margin: 0 auto;
	width: 50px;
	margin-bottom: 30px;
	background: #22b24c;
	content: " ";
}

.viteze h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.soc {
	text-align: center;
	padding: 20px 0;
}

.soc a:hover {
	color: #fff;
	background: #0c4763;
}

.soc a {
	text-decoration: none;
	color: var(--textColor);
	border-radius: 50%;
	background: white;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	font-size: 18px;
}

footer .section {
	max-width: 960px;
}

.footer .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}

.footer .row > div {
	padding: 20px 15px;
	font-size: 0.85em;
	font-weight: 300;
	color: #0c4763;
}

.inter {
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	margin-top: 15px;
}

.inter a {
	font-weight: 700;
	margin: 0 10px;
}

.footer a {
	margin: 0 5px;
	color: currentColor;
}

.sortby {
	display: inline-block;
	position: relative;
	margin: 0;
	vertical-align: middle;
}

.sortby span.click,
.link {
	display: inline-block;
	text-decoration: none;
	line-height: 32px;
	cursor: pointer;
	text-align: left;
	padding: 0 12px;
	border-radius: 16px;
	background: #22b24c;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
	min-width: 160px;
	text-align: center;
}

.link {
	background: #e8682f;
}

.link:hover {
	background: #22b24c;
}

.sortby span.click:hover {
	color: white;
	background: #22b24c;
	text-decoration: none;
}

.sortby span.click i {
	line-height: 32px;
	margin-left: 3px;
	text-align: center;
}

.sortby ul {
	list-style-type: none;
	display: none;
	z-index: 10;
	margin: 0;
	padding: 4px 0;
	text-align: left;
	position: absolute;
	top: 32px;
	right: 0;
	min-width: 100%;
	background: #22b24c;
	border-top: 0;
	border-radius: 0 0 16px 16px;
	white-space: normal;
	font-weight: 700;
}

.sortbyOpen span.click {
	border-radius: 16px 16px 0 0px;
}

.sortby ul li {
	cursor: pointer;
}

.sortby ul li a {
	color: white;
	text-decoration: none;
	padding: 4px 15px;
	display: block;
	line-height: 1.2em;
}

.sortby ul li a:hover {
	color: white;
	text-decoration: underline;
}

.sortbyOpen ul {
	display: block;
}

.datum {
	color: #22b24c;
	font-size: 12px;
	line-height: 1.2em;
}

.article p {
	margin: 0;
}

article a {
	color: currentColor;
}

.h2spec {
	margin-top: 0;
}

.blueSlides {
	text-align: center;
	color: white;
	background: #0c4763;
	position: relative;
	min-height: 700px;
	background: #0c4763 no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.kolekce .bookmarks li {
	background-color: rgba(12, 71, 99, 0.7);
}

.kolekce .blueSlide {
	padding-top: 40px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.kolekce .blueSlideText {
	margin: 0 auto;
	max-width: 480px;
	background-color: rgba(12, 71, 99, 0.7);
	padding: 20px 15px;
	border-radius: 15px;
}

.kolekce > h2 {
	display: none;
}

.reference {
	min-height: 850px;
}

.reference h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 60px;
	left: 0;
	z-index: 20;
}

.blueSlide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 150px 90px 90px 90px;
	background: #0c4763 no-repeat center center;
	background-size: cover;
	-webkit-transition: left 0.5s, right 0.5s;
	-o-transition: left 0.5s, right 0.5s;
	transition: left 0.5s, right 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
}

.blueSlideNext {
	left: auto;
	right: -100%;
}

.blueSlidePrev {
	left: -100%;
}

.moveNext .blueSlideNext {
	right: 0%;
}

.movePrev .blueSlidePrev {
	left: 0%;
}

.blueSlides .h2spec:after {
	background: #ed1c24;
	margin-bottom: 0;
}

.blueSlides .bookmarks {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
}

.blueSlides .arr {
	color: rgba(255, 255, 255, 0.6);
}

.blueSlides .arr:hover {
	color: #22b24c;
}

.blueSlides img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.blueSlides .btn {
	margin: 3px 5px;
}

.blueSlides h3 {
	font-size: 2.6em;
	margin: 10px 0;
}

.reference h3 {
	text-transform: none;
	margin-bottom: 0;
}

.blueSlides p {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.kolekce.blueSlides blockquote {
	font-size: 1.1em;
}

.blueSlides blockquote {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 5px auto 40px auto;
	max-width: 960px;
	display: block;
}

.reference blockquote:before {
	display: block;
	content: url(/img/uv.svg);
	text-align: left;
}

.bookmarks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 60px 0 0 0;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bookmarks li {
	float: left;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: calc(100% / 8);
	min-width: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 50px;
}

.bookmarks a {
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 0.75em;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	text-align: center;
	border-bottom: 5px solid transparent;
	padding: 10px 5px 5px 5px;
	text-decoration: none;
	line-height: 1.5em;
	white-space: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bookmarks a strong {
	display: block;
	margin-bottom: 2px;
	color: white;
}

.bookmarks li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.bookmarks a:hover,
.bookmarks a.aktivni,
.bookmarks .active a {
	border-color: #ed1c24;
	color: white;
	text-decoration: none;
}

.shops .map {
	height: 530px;
	background: #fff url(/img/map.jpg) 0 0 no-repeat;
	background-size: cover;
}

.showrooms {
	padding-bottom: var(--vSpace);
}

.showrooms .section + .section {
	margin-top: 0;
}

.showrooms ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.showrooms li {
	float: left;
	width: 33.333%;
	width: calc(100% / 3);
	text-align: center;
	position: relative;
	z-index: 2;
}
.showrooms li:nth-child(2) {
    display: none;
}

.showrooms .section {
	padding: 0;
}

.showrooms .section .row {
	margin: 0 !important;
}

.showrooms li a {
	display: block;
	color: #0c4763;
	text-decoration: none;
	padding: 25px 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.75em;
	border-bottom: 5px solid transparent;
}

.showrooms li strong {
	display: block;
	font-size: clamp(1.25em, 3vw, 2.5em);
	line-height: 1.2em;
	text-transform: none;
}

.showrooms hr {
	margin: 0 0 0 0;
	position: relative;
	top: -4px;
}

.showrooms li.aktivni a {
	color: #22b24c;
	border-color: #22b24c;
}

.showrooms li a:hover {
	color: #22b24c;
}

.showrooms .section {
	max-width: 960px;
}

.showroomDet i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 70px;
	line-height: 70px;
}

.showroomDet p {
	margin: 5px 0 0 0;
}

.showroomDet {
	display: flex;
	text-align: center;
	gap: 16px clamp(24px, 2vw, 48px);
	justify-content: space-between;
	margin-top: var(--hSpace);
}

.showroomDet > div {
	max-width: 18em;
}

.showroomDet a {
	text-decoration: none;
}

.showroomDet strong {
	display: block;
	font-weight: 600;
	text-transform: none;
	font-size: 1.125rem;
}

.blue {
	color: #0c4763;
}

.blue:hover {
	color: #22b24c;
}

.perex {
	font-size: 1.125em;
	line-height: 1.375em;
	margin: 1.5em 0;
}

.bread {
	text-transform: uppercase;
	font-size: 0.8em;
}

h1 ~ .bread {
	margin-top: -1.2em;
}

.bread a,
.bread span {
	color: #0c4763;
	font-weight: 600;
	margin: 0 2px;
	text-decoration: none;
}

.bread a:hover {
	color: #22b24c;
}

.detPic img {
	display: block;
	border-radius: 20px;
}

.detInfo .btn {
	margin-right: 10px;
}

.cena {
	font-size: 0.8em;
	font-weight: 400;
}

.cena span {
	opacity: 0.5;
}

.cena strong {
	display: block;
	font-size: 1.35em;
}

.pruvodce {
	border-top: 1px solid #e6ecef;
	border-bottom: 1px solid #e6ecef;
	text-align: center;
}

.catImg {
	border-radius: 40px 0 40px 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sort {
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 40px 0 0 0;
}

.sort a {
	color: #0c4763;
	text-decoration: none;
}

.sort .inputHolder {
	float: left;
	margin-right: 25px;
}

.sort:after {
	clear: both;
	height: 1px;
	content: " ";
	display: block;
}

.sort strong {
	margin-left: 5px;
}

.productList {
	margin: 0 -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.product {
	float: left;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	width: 33.333%;
	max-width: 33.333%;
	padding: 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.product .perex {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.product .parametry {
	margin: 0;
	padding: 5px 0;
	display: block;
	width: 100%;
	max-width: 360px;
	font-size: 0.7em;
}

.product .img {
	position: relative;
	max-width: 100%;
	padding-bottom: 15px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	min-height: 230px;
}

.product img {
	display: block;
	border-radius: 20px;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.product p {
	padding: 5px 0 0 0;
	margin: 0;
}

.product h3 {
	font-size: 1.1em;
	padding: 5px 0;
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	margin: 0;
}

.product .blue {
	font-size: 0.85em;
	font-weight: 400;
}

.product .btn {
	margin-right: 15px;
}

.product .cena {
	font-size: 1em;
}

.product .cena strong {
	display: inline;
}

.products h2 {
	margin: 0;
	padding-top: 40px;
	font-size: 1.1em;
}

.products {
	border-top: 1px solid #e6ecef;
}

.products .productList .product {
	width: 33.333%;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
}

.zalozky {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	font-weight: 600;
	text-transform: uppercase;
	border-right: 1px solid #d0dade;
	height: 50px;
	float: right;
	width: 100%;
	max-width: 420px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}

.zalozky a.aktivni {
	color: #22b24c;
	margin-bottom: -10px;
	border-bottom: 10px solid #fff;
	height: 60px;
}

.zalozky a {
	text-decoration: none;
	color: #0c4763;
	display: block;
	text-align: center;
	height: 50px;
	border-left: 1px solid #d0dade;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zalozky li {
	float: left;
	width: 50%;
}

/*BUTTON*/

.btn {
	width: auto;
	border: 1px solid #22b24c;
	color: white;
	text-decoration: none;
	display: inline-flex;
	gap: 4px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	border-radius: 24px;
	line-height: 16px;
	padding: 8px 25px;
	font-size: 0.875rem;
	font-weight: 600;
	background: #22b24c;
	margin: 3px 0;
	justify-content: center;
	text-align: center;
}

.btn:hover {
	text-decoration: none;
	background: #0c4763;
	color: white;
	border-color: #0c4763;
}

.btn2 {
	background: transparent;
	color: var(--primColor);
	border-color: var(--primColor);
}

.btn2:hover {
	background: #0c4763;
	border-color: #0c4763;
}

.btn3 {
	background: transparent;
	color: var(--textColor);
	border-color: var(--secColor);
}

.btn4 {
	color: var(--textColor);
	background: var(--inputBdrColor);
	border-color: transparent;
}

/*hovers*/

a:hover {
	color: var(--primColor);
	text-decoration: underline;
}

/*animace*/

a,
.btn,
button {
	transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.menu ul ul,
.topNav__sub {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.menu li:hover ul,
.topNav li:hover ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.cert {
	display: block;
	background: transparent url(../img/cert.png) no-repeat;
	float: right;
	text-align: center;
	text-decoration: none;
	color: White;
	width: 120px;
	height: 120px;
	line-height: 1.3em;
}

.ref .cert {
	float: none;
	position: absolute;
	left: -58px;
	top: 50px;
}

.content > ol {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.content > ol li {
	counter-increment: step-counter;
	position: relative;
	padding-left: 50px;
	margin: 12px 0;
}

.content > ol li:before {
	position: absolute;
	left: 0;
	top: -1px;
	color: #0c4763;
	width: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	border: 1px solid #0c4763;
	background: white;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	content: counter(step-counter);
}

.jinyrozmer {
	border-top: 1px solid #e6ecef;
	border-bottom: 1px solid #e6ecef;
	padding: 15px 0;
	text-align: center;
}

.jinyrozmer input {
	max-width: 100px;
}

.jinyrozmer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.jinyrozmer p {
	margin: 0;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.2em;
}

.jinyrozmer h4 {
	margin: 0 0 5px 0;
}

.loga .c1 {
	display: inline-block;
	background: transparent url(/img/cert/01CB.png) no-repeat;
	background-size: contain;
}

.loga .c2 {
	display: inline-block;
	background: transparent url(/img/cert/02CBr.png) no-repeat;
	background-size: contain;
}

.loga .c3 {
	display: inline-block;
	background: transparent url(/img/cert/03CB.png) no-repeat;
	background-size: contain;
}

.loga .c4 {
	display: inline-block;
	background: transparent url(/img/cert/04CB.png) no-repeat;
	background-size: contain;
}

.loga .c5 {
	display: inline-block;
	background: transparent url(/img/cert/05CB.png) no-repeat;
	background-size: contain;
}

.loga .c6 {
	display: inline-block;
	background: transparent url(/img/cert/06CB.png) no-repeat;
	background-size: contain;
}

.loga .c7 {
	display: inline-block;
	background: transparent url(/img/cert/07CB.png) no-repeat;
	background-size: contain;
}

.loga .c8 {
	display: inline-block;
	background: transparent url(/img/cert/08CB.png) no-repeat;
	background-size: contain;
}

.loga a {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	width: 85px;
	height: 85px;
	background-size: contain;
}

#compare {
	position: fixed;
	bottom: 0;
	right: 10px;
	background: #0c4763;
	padding: 4px 10px;
	color: white;
	z-index: 9999;
	border-radius: 20px 20px 0 0px;
}

#compare strong {
	font-weight: 300;
}

.label {
	background: transparent url("/img/pecet.png") no-repeat scroll 0 0;
	background-size: cover;
	display: block;
	height: 60px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 60px;
}

.pImg a {
	display: block;
	height: 100%;
	width: 100%;
}

.pImg .label {
	background: transparent url("/img/pecet3.png") no-repeat scroll 0 0;
	background-size: cover;
	width: 150px;
	height: 150px;
	right: 0;
	left: 5px;
}

.productImg {
	position: relative;
}

.productImg .label {
	width: 100px;
	height: 100px;
}

.contactForm {
	text-align: center;
	padding-top: 40px;
}

.contactForm input,
.contactForm textarea {
	border-color: #d9d9d9;
}

.contactForm p {
	margin: 4px 0;
}

.sale {
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	border: 0;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 1.3em;
	color: White;
	z-index: 4;
	background: #22b24c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.sale span {
	vertical-align: middle;
	font-size: 1.6em;
	font-weight: 600;
}

.bookmarksIn {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 0;
}

.bookmarksIn ul {
	width: 100%;
}

.bookmarksIn li {
	width: auto;
	border-bottom: 0;
}

.bookmarksIn a {
	background: #0c4763;
	font-size: 0.8em;
	color: white;
	min-height: 0;
	font-weight: 600;
}

/*
.dotaz h3 {
cursor: pointer;
}

.dotaz h3:hover {
text-decoration: underline;
}
*/

.row-matrace {
	min-height: 40px;
}

.row-matrace .col-2 {
	padding: 0 2px !important;
}

.row-matrace .col-3 {
	padding-right: 3px !important;
}

.row-matrace .col-1 {
	padding-left: 3px !important;
}

.row-matrace .btn {
	padding-left: 12px;
	padding-right: 12px;
}

.shopList {
	background: #f0f0f0;
}

.shopListIn p {
	margin: 3px 0;
	font-size: 0.9em;
	line-height: 1.35em;
	position: relative;
	padding-left: 34px;
}

.shopListIn a img {
	vertical-align: middle;
	width: 22px;
	height: 28px;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.shopListIn a:hover {
	color: #22b24c;
}

.shopListIn a {
	text-decoration: none;
	color: #0c4763;
	padding: 3px 0;
	display: block;
}

.shopListIn {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-top: var(--hSpace);
}

label {
	cursor: pointer;
}

q {
	font-style: normal;
}

#prodejny {
	margin-bottom: 20px;
}

.videoIframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.videoIframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.obr2 {
	max-width: 50% !important;
}

h1 .btn.btn2 i {
	font-size: 1.2em;
	vertical-align: middle;
	margin-left: 10px;
}

h1 .btn.btn2 {
	margin-right: 0 !important;
	padding: 5px 10px;
	white-space: nowrap;
}

.results {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding-bottom: var(--hSpace);
}

.results {
	min-height: 100px;
	position: relative;
}

.loading {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.4);
}

.loading .loader {
	position: absolute;
	margin: -40px 0 0 -40px;
	left: 50%;
	top: 50%;
	z-index: 20001;
}

.loader {
	width: 80px;
	height: 80px;
	display: block;
	animation: animLoader 1.25s infinite linear;
	border-width: 8px;
	border-style: solid;
	border-color: var(--primColor) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

@keyframes animLoader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(359deg);
	}
}

.prodbox h3 {
	font-size: 1.125em;
	margin: 0.25rem 0;
}

.prodboxin {
	position: relative;
	line-height: 1.25em;
}

.lbl {
	position: absolute;
	top: 4%;
	left: 4%;
	border-radius: 20px;
	font-size: 0.65rem;
	line-height: 1.2em;
	color: white;
	padding: 4px 12px;
	max-width: max-content;
}

.lbl.lbl1 {
	background: #24b14b;
}

.lbl.lbl2 {
	background: #3c94ad;
}

.lbl.lbl3 {
	background: #0f4763;
}

.lbl.lbl4 {
	background: #ee1c24;
}

.columns .content {
	max-width: 60rem;
}

.columns {
	display: grid;
	position: relative;
	grid-template-columns: 1fr 3.5fr;
	gap: 0 clamp(16px, 4vw, 48px);
}

.overTab {
	overflow: auto;
}

.tab.porovnavac h4 {
	margin: 10px 0;
	font-size: 1.25em;
}

.tab.porovnavac td,
.tab.porovnavac th {
	font-size: 0.875em;
}

.tab.porovnavac td {
	vertical-align: top;
	min-width: 10em;
}

/***** vyprodane-vypis.php *****/

.content--unavailable {
	display: flex;
	justify-content: center;
	padding: 88px 0px var(--vSpace) 0;
}

.product-unavailable {
	max-width: 640px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.product-unavailable h1,
.product-unavailable p {
	margin: 0;
	text-align: center;
}

/*.item__btns a {
	background-color: rgb(255, 255, 255);
	min-width: 42px;
	text-align: center;
	height: 42px;
	display: grid;
	padding: 0px;
	border-radius: 50%;
	place-content: center;
	text-decoration: none;
	border-width: 4px;
	border-style: solid;
	border-color: rgb(248, 248, 248);
	border-image: initial;
}*/
