:root {

	--animace: ease 0.3s;
	--gap: 20px;

	--white: white;
	--black: black;
	--green: #027772;
	--green-light: #CCD5AE;
	--light: #F5EBE0;
	--brown: #9D816D;

	--light-gray: #F6F6F6;
	--border-gray: #D9D9D9;
}


img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

p {
	margin: 0.5rem 0;
	line-height: 1.4;
	max-width: 77ch;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

hr {
	display: block;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: none;
	border-top: 1px solid var(--green-light);
	padding: 0;
	margin: 65px 0 65px 0;
	_margin: 6px 0 7px 0;
	*margin: 6px 0 7px 0;
	position: relative;
	overflow: inherit;
}

textarea {
	font-family: inherit;
}

figure,
figcaption {
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.center p {
	margin: 0.5em auto;
}

.Main ol li,
.Main ul li {
	margin: 6px 0;
}


.hlavni input,
option,
select {
	background: transparent;
	color: var(--black);
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--blue);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--black);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--black);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--black);
}

html {
	margin: 0;
	padding: 0;
	background: var(--black);
	color: var(--white);
}


body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

section {
	padding: 5rem 0;
	position: relative;
}

.sec-no_top-padding {
	padding-top: 0;
}

.sec-no_bottom-padding {
	padding-bottom: 0;
}

section>.width h2:first-of-type {
	margin-top: 0;
}

.green {
	background-color: var(--green);
}

.light {
	background-color: var(--light);
}

.sec_light {
	background-color: var(--light);
}

.sec_half_light {
	position: relative;
	z-index: 1;
}

.sec_half_light::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: block;
	background-color: var(--light);
	z-index: -1;
}

.Main table {
	border-collapse: collapse;
	border-color: var(--light);
}

.Main table td {
	padding: 8px;
	border: 1px solid var(--light);
}

table.bezramecku {
	border: none;
}

table.bezramecku td {
	border: none;
	padding: 4px 12px;
}

table.bezramecku tr td:first-child {
	padding-left: 0;
}

.p_highlight {
	background-color: var(--light);
	max-width: inherit;
}

.p_highlight2 {
	background-color: var(--green);
	max-width: inherit;
	color: var(--white);
}

/* zaklad */

h1,
h2,
h3,
h4,
h5 {}

h1 {
	font-size: 4.5rem;
}

.HP h1 {
	color: var(--light);
	font-size: 1.5rem;
}

h2 {
	font-size: 3.5rem;
}

h3 {
	font-size: 2rem;
}

.tpl_shop h1 {
	font-size: 4.5rem;
	color: var(--black);
}

.Main {
	color: var(--black);
	background-color: var(--white);
	position: relative;
	display: flex;
	flex-direction: column;
	/* padding-bottom: 4rem; */
}

.Main>.width {
	padding-bottom: 4em;
}

.HP .Main {
	padding-bottom: 0;
}

/* KOMPONENTY */

.button {
	display: inline-flex;
	font-size: 0.875rem;
	text-decoration: none;
	padding: 1.25rem 1.75rem;
	transition: var(--animace);
	background-color: var(--green);
	color: var(--light);
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 60px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin: .25rem;
	text-align: center;
}

.button:hover {
	background-color: var(--light);
	color: var(--black);
}

.button--light,
.green .button {
	background-color: var(--light);
	color: var(--black);
}

.button--light:hover,
.green .button:hover {
	background-color: var(--black);
	color: var(--light);
}

.button--light-green {
	background-color: #CCD5AE;
	color: var(--black);
}

.button--sm {
	font-size: 0.75rem;
	padding: 0.75rem 1.25rem;
}

.width {
	width: 90%;
	max-width: 1276px;
	margin: 0 auto;
	position: relative;
}

.width--100 {
	max-width: unset;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.width--fullhd {
	max-width: 1920px;
	margin: 0 auto;
}

.logo {
	display: block;
}

.shadow {
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
}

.cikcak {
	display: grid;
	grid-template-columns: 5fr 6fr;
	justify-content: space-between;
	align-items: center;
	gap: 10%;
}

.cikcak .label {
	font-size: 1.5rem;
	font-weight: bold;
}

.cikcak .p_claim {
	font-size: 2.5rem;
	color: var(--green);
	line-height: 1.25;
}

.cikcak p {
	margin: 2rem 0;
}

/* Galerie */

/* Nová galerie */

.gallery4 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
	gap: 16px;
}

.gallery4 .item,
.gallery4 .IS_placeholder {
	position: relative;
	margin: 0;
	width: inherit;
}

.gallery4 .item>a {
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.gallery4 .item>a>img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery4 .item .label {
	display: none;
}

.gallery4--video .item .icon {
	background-color: var(--orange);
	background-image: url(../images/ico_play.svg);
	background-repeat: no-repeat;
	background-position: 22px center;
}

.gallery4--video .icon-Controls-71:before {
	display: none;
}

.gallery4--video {
	grid-template-columns: repeat(auto-fill, minmax(min(240px, 304px), 1fr));
	gap: 32px;
}

.gallery4--video .item>a {
	padding-top: 64.4736%;
}

/* .gallery4--video .item .label {display: block; position: inherit; padding: 8px 0; background: transparent; color: black; text-align: left;} */
.gallery4--video .item.addBtn .label {
	display: block;
	background: transparent;
	color: black;
}

/* Cestar */

.cestar {
	padding: 2.5rem 0 0;
}

.tpl_shop .cestar {
	padding-top: 0;
}

.cestar ul {
	display: flex;
	margin: 0 0 50px;
	padding: 0;
	flex-wrap: wrap;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.cestar ul li {
	display: flex;
	list-style: none;
	color: black;
	align-items: center;
	padding-left: 0;
	color: #888;
}

.cestar ul li::before {
	content: "";
	display: block;
	margin-right: 1rem;
	margin-left: 1rem;
	width: 8px;
	height: 8px;
	background-color: var(--green);
	border-radius: 8px;
}

.cestar ul li:first-child::before {
	content: "";
	display: none;
}

.cestar ul li:first-child {
	margin-left: 0;
}

.cestar ul li a {
	color: var(--black);
	text-decoration: none;
	font-size: 0.75rem;
	padding: 0;
	color: #888;
}

.cestar ul li a:hover {
	color: var(--green);
}



/* Rozcestnik produktu */
.sec_rozcestnik {
	padding-top: 0;
	text-align: center;
}

.sec_rozcestnik h2 {
	padding-top: 4rem;
}

.rozcestnik_produktu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 40px;
}

.r_produkt {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.r_produkt__img {
	position: relative;
}

.r_produkt__img img {
	display: block;
}

.r_produkt__img::after {
	content: "Přejít k produktům";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: var(--animace);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0;
}

.tpl_kalkulace .r_produkt__img::after {
	content: "Přejít ke kalkulaci";
}

.r_produkt:hover .r_produkt__img::after {
	background: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	font-weight: normal;
}

.r_produkt figcaption {
	margin-top: 1rem;
}


/* Reklamni 2 sloupce */

.two_link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 844px;
	margin: 0 auto;
	position: relative;
}

.link {
	display: flex;
	flex-direction: column;
	padding: 2rem 2rem 3rem;
	align-items: center;
	text-align: center;
	background-color: var(--green);
	color: var(--light);
	justify-content: space-between;
}

.link>.button {
	margin-top: 1.5rem;
}

.link h2 {
	font-size: 1.5rem;
}

.link--light {
	background-color: var(--light);
	color: var(--black);
}

.link--green .button {
	background-color: var(--light);
	color: var(--black);
}

.link .button:hover {
	background-color: black;
	color: var(--light);
}


/* Banner s textem */

.banner_text {
	display: grid;
	gap: 20px;
	grid-template-columns: 4fr 2fr;
}

.banner_text__img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.banner_text__img p {
	margin: 0;
	padding: 0;
}


.banner_text__text {
	box-sizing: border-box;
	padding: 2.5rem;
	background-color: var(--green);
	color: var(--light);
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.banner_text__text h2 {
	font-size: 1.5rem;
}

.banner_text__text .button {
	background-color: var(--light);
	color: var(--green);
}

/* Header */
header {
	background-color: var(--black);
	background: url(../images/bg_header.webp) center no-repeat;
	color: var(--white);
	padding: 2rem 0;
	background-size: cover;
	position: relative;
	z-index: 0;
}

header::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

header .width {
	position: relative;
	z-index: 2;
}

.logo {
	background-color: var(--light);
}

.logo a {
	padding: 24px;
	display: block;
}

.logo a img {
	display: block;
}

.header_topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--black);
}

.HP .header_text {
	padding: 10rem 0 6rem;
}

.header_text {
	padding: 6rem 0 0;
}

.header_claim {
	font-size: 4.5rem;
	font-weight: bold;
	max-width: 844px;
	margin-bottom: 2rem;
	line-height: 1.25;
}

.header_text .button {
	margin: 0;
	margin-right: 0.5rem;
}


#nonresponsiveMenu ul {
	display: flex;
	margin: 0;
	padding: 0;
}

#nonresponsiveMenu ul li {
	list-style: none;
	position: relative;
}

#nonresponsiveMenu ul li a {
	display: block;
	padding: 0 1rem;
	text-decoration: none;
	transition: var(--animace);
	line-height: 80px;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

#nonresponsiveMenu ul li a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 4px;
	background-color: var(--white);
	display: block;
	width: 0;
}

#nonresponsiveMenu ul li.active a::after,
#nonresponsiveMenu ul li a:hover::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--white);
	display: block;
	transition: var(--animace);
	z-index: 2;
}

#nonresponsiveMenu ul li a:hover {}

#nonresponsiveMenu ul li.shop a {
	color: var(--white);
	background-color: var(--green);
	position: relative;
}

#nonresponsiveMenu ul li.shop a:hover::after {
	background-color: var(--green-light);
}

.tpl_shop #nonresponsiveMenu ul li.shop {
	display: none;
}

#nonresponsiveMenu ul li ul {
	position: absolute;
	top: 80px;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	display: none;
}

#nonresponsiveMenu ul li:hover ul {
	display: block;
}

#nonresponsiveMenu ul li ul li a {
	line-height: inherit;
	padding: 1rem;
	background-color: var(--white);
	color: var(--black);
	border-top: 1px solid var(--light);
}

#nonresponsiveMenu ul li ul li a:hover {
	background-color: var(--light);
}

#nonresponsiveMenu ul li ul li a::after {
	display: none !important;
}

/* HP TOP-Main */

.sec_top-main {
	position: relative;
}

.sec_top-main::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50vw;
	background-color: var(--light);
	top: 0;
	left: 33.8%;
	transform: translateX(-100%);
}


/* HP Vyhody */

.sec_vyhody h2 {
	color: var(--green);
}

.vyhoda {
	position: relative;
	color: var(--white);
	background-color: rgba(0, 0, 0, 0.9);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
}

.vyhoda__nadpis .width {
	border-bottom: 1px solid var(--black);
}

.vyhoda h3 {
	position: relative;
	font-size: 2rem;
	font-weight: normal;
	cursor: pointer;
	padding: 2rem 0;
	margin: 0;
	color: var(--black);
}

.vyhoda h3:hover {
	color: var(--green);
}

.vyhoda h3::after {
	content: "";
	position: absolute;
	right: 0;
	top: 32px;
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/plus.svg) center no-repeat;
	transition: var(--animace);
}

.vyhoda__nadpis {
	background-color: var(--white);
}

.vyhoda__odpoved {
	overflow: hidden;
	display: grid;
	grid-template-rows: 0fr;
	transition: var(--animace);
	max-width: 840px;
}

.vyhoda__odpoved .button {
	margin-top: 2rem;
}

.vyhoda__odpoved>div {
	overflow: hidden;
}

.vyhoda.active .vyhoda__odpoved {
	padding-bottom: 2rem;
	grid-template-rows: 1fr;
	padding-top: 14rem;
}

.vyhoda.active h3::after {
	transform: rotate(45deg);
}

.vyhoda__odpoved h4 {
	font-size: 1.5rem;
}

.vyhoda-1 {
	background-image: url(../images/vyhoda-1.webp);
}

.vyhoda-2 {
	background-image: url(../images/vyhoda-1.webp);
}

.vyhoda-3 {
	background-image: url(../images/vyhoda-1.webp);
}

.vyhoda-4 {
	background-image: url(../images/vyhoda-1.webp);
}

.vyhoda-5 {
	background-image: url(../images/vyhoda-1.webp);
}

.vyhoda-6 {
	background-image: url(../images/vyhoda-1.webp);
}


/* HP Refrence grid */

.sec_reference {
	padding-bottom: 20px;
}

.ref_grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(5, minmax(150px, 10vh));
	max-width: 1920px;
	margin: 0 auto;
}

.ref-item {
	background: black;
	position: relative;
}

.ref-item .ref-a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.ref-item .ref-a>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ref-item:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / span 5;
}

.ref-item:nth-child(2) {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.ref-item:nth-child(3) {
	grid-column: 3;
	grid-row: 1 / span 3;
}

.ref-item:nth-child(4) {
	grid-column: 2;
	grid-row: 3 / span 3;
}

.ref-item:nth-child(5) {
	grid-column: 3;
	grid-row: 4 / span 2;
}

.button--ref-grid {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}

/* HP bez natírání a olejovani */
section.sec_beznatirani {
	padding: 0;
}

.halfs {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.halfs__img {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: url(../images/lamely_beznatirani.webp) center no-repeat;
	background-size: cover;
}

.halfs__green {
	position: absolute;
	background-color: var(--green);
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	display: block;
}

.halfs .width {
	padding: 5rem 0;
	margin-left: 50%;
	margin-right: 0;
	max-width: 638px;
	padding-left: 4rem;
	box-sizing: border-box;
	color: var(--light);
	width: 50%;
	padding-right: 2rem;
}

.halfs h2 {
	font-size: 1.5rem;
	color: var(--light);
}

.halfs .p_label {
	font-size: 2.5rem;
	line-height: 1.25;
	margin: 2rem 0;
}


/* HP Oblibene dekory */
.sec_lamely {
	text-align: center;
}

.dekory_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gap);
	margin-bottom: 2rem;
}

.dekory_list figcaption {
	text-align: center;
}

.sec_lamely figcaption {
	text-align: center;
	margin: 0.5rem 0 1rem 0;
	text-align: center;
}

.katalog__item {
	position: relative;
}

.katalog__item--odkaz-eshop {
	margin: 3rem 0;
}

.katalog__item--odkaz-eshop .katalog__item-label {
	margin-top: 1rem;
}

.katalog__item--odkaz-eshop .katalog__item-cena {
	margin-bottom: 1rem;
}


footer {
	padding-top: 4rem;
}

footer a {
	text-decoration: none;
	transition: var(--animace);
}

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

footer span {
	display: inline-block;
	margin: 0 4px;
}

.foo_top .width {
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
}

footer .cols {
	display: flex;
	justify-content: space-between;
	gap: 6rem;
}

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

footer ul li {
	list-style-type: none;
}

footer ul li a {
	padding: 0.25rem 0;
	display: block;
}

.foo_top .right {
	text-align: right;
}

.social_icons {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.button-social {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border: 1px solid var(--green-light);
	border-radius: 30px;
}

.button-social>img {
	transition: var(--animace);
}

.button-social:hover>img {
	transform: scale(1.15);
}

.foo_bottom .width {
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 0;
	margin-top: 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--green-light);
}

footer .label {
	color: var(--green-light);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

/* Menu */

.responsive-menu {
	display: none;
	justify-content: flex-end;
}

#rfmenu {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

#rfmenu_close {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 0;
	width: 52px;
	height: 52px;
	background: transparent url('../images/ico_close.svg') center no-repeat;
	color: #000;
	font-size: 24px;
	padding: 0;
	border: none;
	cursor: pointer;
	filter: brightness(0);
}

#rfmenu_close:focus {
	background-color: #eee;
}

.responsive-menu button {
	width: 46px;
	padding: 0;
	margin: 0;
	background: url('../images/responsive-menu-btn.svg') center no-repeat;
	border: none;
	cursor: pointer;
	filter: invert(1);
}

.rfmenu_list {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	transition: all 300ms;
}

.rfmenu_list.inview {
	left: 0%;
}

.rfmenu_header {
	width: 100%;
	padding: 0 60px 0 20px;
	box-sizing: border-box;
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	background: #fafafa;
	color: black;
}

.rfmenu_header button {
	background: transparent;
	border: none;
	color: inherit;
	font-style: inherit;
	font-size: inherit;
	padding: 0;
	height: 52px;
}

.rfmenu_header button::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(-45deg);
	margin-left: 4px;
	margin-right: 10px;
}

.rfmenu_header button:focus {
	background-color: #eee;
}

.rfmenu_body {
	height: 1px;
	flex-grow: 1;
	overflow-y: auto;
	padding-top: 0px;
}

.rfmenu_body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.rfmenu_body ul ul {
	display: none;
}

.rfmenu_footer {
	padding: 20px 22px;
	background: var(--light);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.5em;
}

.rfmenu_footer .spojeni {
	display: none;
}

.rfmenu_footer .socialni_site {
	margin: 0;
	padding: 0;
}

.rfmenu_footer .searching button {
	display: block;
}

.rfmenu_footer .responsive-menu,
.rfmenu_footer .responsive-menu button {
	display: none;
}

.rfmenu_footer>* {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.rfmenu_footer>a span.tooltip {
	display: none;
}

.rfmenu_footer .sign {
	display: inline-block;
	vertical-align: middle;
}

.rfmenu_footer #maincontent {
	display: none;
}

.rfmenu_row {
	display: flex;
}

.rfmenu_row>a {
	width: 1px;
	flex-grow: 1;
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 5px 22px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 17px;
	border-bottom: 1px solid var(--light);
	outline: none;
	color: var(--black);
}

.rfmenu_row>button {
	padding: 0;
	width: 48px;
	height: 48px;
	background: transparent;
	color: #000;
	font-size: 24px;
	border: none;
	border-left: 1px solid var(--light);
	border-bottom: 1px solid var(--light);
	box-sizing: border-box;
}

.rfmenu_row>button::after {
	content: '+';
	display: inline;
}

.rfmenu_row>button:focus {
	background: #eee;
	outline: none;
}

.tpl_shop .rfmenu li.shop {
	display: none;
}

body.rfmenuVisible {
	overflow: hidden;
}

/* KONTAKT */

.kontakt_box {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: var(--gap);
}

.kontakt_box__left {
	background-color: var(--light);
	padding: 2rem;
	font-size: 1.25rem;
}

.kontakt_box__left>div {
	margin-bottom: 40px;
}

.kontakt_box__left .button:hover {
	background-color: black;
	color: var(--light);
}

.kontakt_box__left .social_icons {
	justify-content: flex-start;
	margin-bottom: 2rem;
}

.kontakt_box__left .social_icons .button-social {
	border-color: var(--green);
}

.kontakt_box__left .social_icons .button-social:hover {
	background-color: var(--white);
	border-color: var(--white);
}

.kontakt_box__left .social_icons .button-social>img {
	filter: brightness(0);
}

.kontakt_box__right {
	background-color: var(--green);
	color: var(--white);
}

.formularek {
	padding: 3rem;
	background-color: var(--light);
	box-sizing: border-box;
}

.formularek>.form_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 var(--gap);
}

.formularek input,
.formularek textarea {
	background-color: var(--white);
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1rem;
	padding: 1rem;
	outline: none;
	line-height: 24px;
}

.formularek textarea {
	min-height: 160px;
}

.f_formItem--textarea {
	grid-column: 1 / 3;
}

.formularek .f_formItem {
	margin-bottom: 2rem;
}

.formularek .f_formItem_label {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.formularek .f_buttons {
	text-align: right;
}

.formularek .button {
	border: none;
	background: var(--green);
	color: var(--light);
	margin-bottom: 0;
	cursor: pointer;
	margin: 0;
}

.formularek .button:hover {
	background-color: var(--black);
	color: var(--light);
}


.kontakt_box__right .formularek {
	background-color: var(--green);
	box-sizing: border-box;
}

.kontakt_box__right .formularek input,
.kontakt_box__right .formularek textarea {
	background-color: var(--light);
}

.kontakt_box__right .formularek .button {
	background-color: var(--light);
	color: var(--green);
}

.kontakt_box__right .formularek .button:hover {
	background-color: var(--black);
	color: var(--light);
}

.tpl_center .Main .formularek--light p {
	text-align: left;
}

.tpl_center .Main .width {
	max-width: 844px;
	margin: 0 auto;
}

.tpl_center .Main p {
	text-align: center;
}

.tpl_center .cestar ul {
	justify-content: center;
}

.tpl_center h1 {
	text-align: center;
}




/* FAQ */

.faq_list {
	margin: 4rem 0;
}

.faq {
	position: relative;
	border-bottom: 1px solid var(--black);
}

.faq__otazka {
	font-size: 1.5rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
	transition: var(--animace);
	padding: 2rem 0;
}

.faq__otazka::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/plus.svg) center no-repeat;
	transition: var(--animace);
	flex-shrink: 0;
}

.faq__odpoved {
	overflow: hidden;
	display: grid;
	grid-template-rows: 0fr;
	transition: var(--animace);
}

.faq__odpoved>div {
	overflow: hidden;
}

.faq.active .faq__odpoved {
	padding: 0 0 2rem 0;
	grid-template-rows: 1fr;
}

.faq.active .faq__otazka::after {
	transform: rotate(45deg);
}


/* Produkty */

.main_info {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 20px;
	margin-bottom: 4rem;
}

.main_info__img {
	overflow: hidden;
}

.main_info .slick-dots {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	padding-top: 8px;
}

.main_info .slick-dots li {
	margin: 0;
	padding: 0;
}

.main_info__text {
	padding-left: 40px;
}

.main_info__text h2 {
	font-size: 2.5rem;
}

.main_info__text .button {
	margin: .25rem;
}


.tpl_produkty_detail h3 {
	margin-top: 2.5em;
}

.duvody_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	background-color: var(--light);
	padding: 3rem;
	align-items: start;
	width: calc(100% + 80px);
	transform: translateX(-40px);
	box-sizing: border-box;
}

.duvod {
	padding-left: 1.5rem;
	border-left: 2px solid var(--green);
	position: relative;
}

.duvod__nadpis {
	margin-top: 0;
	margin-bottom: 1rem;
}

.duvod p {
	margin-bottom: 0;
}

.tpl_produkty_detail section ul {
	margin: 0;
	padding: 0;
	margin-left: 1.5rem;
}

.tpl_produkty_detail section ul li {
	margin: 0;
	padding: 0.25rem;
}

.tpl_produkty_detail section ul li a {
	text-decoration: none;
}



/* E-SHOP */

.tpl_shop .responsive-menu button {
	filter: invert(0);
}

.tpl_shop header {
	background: white;
	padding: 0;
	color: var(--black);
}

.tpl_shop header::after {
	display: none;
}

.header-top_bar {
	background-color: var(--light);
	color: var(--black);
	font-size: 14px;
	padding: 1rem 0;
}

.header-top_bar a {
	text-decoration: none;
}

.header-top_bar a:hover {
	color: var(--green);
}

.header-top_bar .width {
	display: flex;
	justify-content: space-between;
}

.header-top_bar .width>div>span {
	margin: 0 .25rem;
}

.header-bottom .width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--gap);
}

.header-bottom__logo {
	padding: 3rem 0;
}

.header-bottom__logo img {
	display: block;
}

.header-bottom__kosik {
	display: flex;
	flex-shrink: 0;
	position: relative;
	align-items: center;
}

.header-bottom__kosik a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.header-bottom__kosik .kosik {
	position: relative;
}

.header-bottom__kosik a img {
	margin-left: 4px;
}

.header-bottom__kosik span.sep {
	display: none;
}

.header-bottom__kosik--full span.sep {
	font-weight: normal;
	margin: 0 0.25rem;
	display: inline-block;
}

.header-bottom__kosik--full .kosik::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: var(--green);
	right: 12px;
	bottom: 14px;
}

.tpl_shop #nonresponsiveMenu ul {
	margin: 0;
	padding: 0;
}

.tpl_shop #nonresponsiveMenu ul li a {
	padding: 0rem 1rem 3rem 1rem;
	color: var(--black);
	line-height: inherit;
}

.tpl_shop #nonresponsiveMenu ul li a:hover {
	color: var(--green);
}

.tpl_shop #nonresponsiveMenu ul li.first a {
	padding-left: 0;
}

.tpl_shop.HP h2 {
	text-align: center;
}

/* Vypis polozek */

.katalog__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 20px;
}

.katalog__item {
	text-decoration: none;
	transition: var(--animace);
	text-align: center;
}

.katalog__item-img {
	position: relative;
}

.katalog__item-img::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.katalog__item-img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

.katalog__item-label {
	font-weight: bold;
	margin-bottom: 0.5rem;
	min-height: 2lh;
}

.katalog__item-desc {
	font-size: 0.825rem;
}

.katalog__item-more {
	display: inline-flex;
	background-color: var(--green);
	color: var(--light);
	border-radius: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.875rem;
	padding: 1rem 2rem;
	margin-top: 0.75rem;
	font-weight: bold;
	transition: var(--animace);
}

.katalog__item:hover .katalog__item-more {
	background-color: black;
}

.katalog__item-stock {
	color: var(--green);
	position: absolute;
	left: 50%;
	bottom: 1rem;
	font-size: 0.875rem;
	transform: translateX(-50%);
}

.katalog__item-stock::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: var(--green);
	margin-right: 2px;
}

.katalog__item-stock--no {
	color: red;
}

.katalog__item-stock--no::before {
	content: "";
	background-color: red;
}

.katalog__item-price {
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
	margin-top: 0.5rem;
}

/* Detail produktu */

.shop_detail-top {
	display: grid;
	grid-template-columns: 5fr 7fr;

	gap: 20px;
}

.shop_detail-top h1 {
	font-size: 2rem !important;
}

.shop_detail_stock {
	margin: 1rem 0;
	color: var(--green);
}

.shop_detail_info__footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.shop_detail_info__cena {
	font-weight: bold;
	font-size: 2rem;
	position: relative;
}

.shop_detail_info__cena div {
	font-size: .75rem;
	font-weight: normal;
}

.shop_detail_info__button {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: end;
}

.shop_detail_info__button .button {
	margin: 0;
}

.shop_detail_info__number {
	display: flex;
	align-items: center;
}

.shop_detail_info__number input {
	display: flex;
	height: 56px;
	width: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-shrink: 0;
	border: none;
	margin-right: .25rem;
	background-color: var(--light);
	text-align: center;
	font-weight: bold;
	padding: 0;
}

.shop_detail_info__number input::-webkit-outer-spin-button,
.shop_detail_info__number input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop_detail_info__number input[type=number] {
	-moz-appearance: textfield;
}

.shop_detail_info__product_options_grid {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	width: 100%;
}

.shop_detail_info__product-option {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.shop_detail_info__product-option select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: var(--light);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="24" viewBox="0 0 36 24"%3E%3Cpath fill="%23027772" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/%3E%3C/svg%3E');
    background-size: 1.75rem;
	background-repeat: no-repeat;
    background-position: center right;
    padding: 1.25rem;
	padding-right: 2rem;
    border: none;
    font-weight: medium;
	font-size: 1rem;
    border-radius: 2rem;
}

.shop_detail-bottom {
	display: grid;
	grid-template-columns: 1fr 100px;
	margin-top: 3rem;
	gap: 40px;
}

.shop_detail-bottom h2 {
	margin-top: 0;
	font-size: 1.75rem;
}

.shop_detail-bottom h3 {
	font-size: 1.25rem;
}


.shop_detail-bottom__left {
	max-width: 840px;
}

.shop_detail-bottom__right {
	text-align: right;
}

a.share {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: flex-end;
}

a.share:hover {
	color: var(--green);
}

a.share::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/ico_share.svg) center no-repeat;
	margin-right: .25rem;
	transition: var(--animace);
}

a.share:hover::before {
	padding-right: 4px;
}

.add-to-cart-popup {
	text-align: center;
	padding: 1rem;
}

.add-to-cart-popup__buttons {
	display: flex;
	justify-content: end;
	gap: 0.5rem;
}

#slider-for {
	margin-bottom: 0.75rem;
}

.shop_detail_img {
	overflow: hidden;
}

#slider-for .img {
	display: block;
}

#slider-for .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
	z-index: 10;
	background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1584 3.13508C6.35985 2.94621 6.67627 2.95642 6.86514 3.15788L10.6151 7.15788C10.7954 7.3502 10.7954 7.64949 10.6151 7.84182L6.86514 11.8418C6.67627 12.0433 6.35985 12.0535 6.1584 11.8646C5.95694 11.6757 5.94673 11.3593 6.1356 11.1579L9.565 7.49985L6.1356 3.84182C5.94673 3.64036 5.95694 3.32394 6.1584 3.13508Z' fill='%23fff' fill-rule='evenodd' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
	width: 50px;
	height: 50px;
	outline: none;
	text-indent: 9999px;
	transform: rotate(180deg);
}

#slider-for .slick-arrow.slick-next {
	font-size: 0px;
	font-size: 0px;
	left: auto;
	right: 0;
	text-indent: 9999px;
	transform: rotate(0deg);
	top: 50%;
	margin-top: -25px;
}


#slider-nav .slick-slide {
	margin-right: 0.75rem;
}

#slider-nav .img {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border: 1px solid #f5f5f5;
}

#slider-nav .img img {
	height: 100%;
	object-fit: cover;
}

.zbozi_item_Tab .gallery3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.zbozi_item_Tab .gallery4 .item>a {
	padding-top: 60%;
}




#addToCartPopup .button[class]:not(.button--light) {
	color: var(--light)
}

#addToCartPopup h2 {
	font-size: 1.5rem;
	margin-top: 0;
}

/* Pokladna */

#pokladna_timeline {
	margin: 25px 0 3rem;
	text-align: center;
	display: flex;
	position: relative;
}

#pokladna_timeline .line {
	display: block;
	width: 75%;
	height: 8px;
	background: #a4cac9;
	position: absolute;
	bottom: 7px;
	left: 12.5%;
}

#pokladna_timeline .step {
	width: 25%;
	text-align: center;
	position: relative;
	padding-bottom: 40px;
	font-weight: bold;
}

#pokladna_timeline .step:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #a4cac9;
	border: 4px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}

#pokladna_timeline .step.active {
	color: var(--green);
}

#pokladna_timeline .step.active:after {
	background-color: var(--green);
}

#pokladna_timeline .step a {
	text-decoration: none;
	color: #332e4c;
}

#pokladna_timeline .line:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: var(--green);
}

#pokladna_timeline.step2 .line:after {
	width: 33.3%
}

#pokladna_timeline.step3 .line:after {
	width: 66.6%
}

#pokladna_timeline.step4 .line:after {
	width: 100%
}

#pokladna_subtimeline {
	width: 335px;
	border-bottom: 1px dashed #a4cac9;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto 70px auto;
}

#pokladna_subtimeline_sum {
	font-size: 22px;
	color: var(--green);
	font-weight: bold;
}

#pokladna_subtimeline_transport,
#pokladna_sum_transport {
	color: #888888;
	font-size: 16px;
}

#pokladna_subtimeline_transport span,
#pokladna_sum_transport span {
	color: #332e4c;
	font-weight: bold;
}

#pokladna_subtimeline_transport {
	margin-top: 10px;
}

#pokladna_sum_transport {
	margin-bottom: 20px;
}

#pokladna_voucher {
	text-align: right;
	margin-bottom: 80px;
}

#pokladna_voucher input {
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
	border: none;
	background: #eeeeee;
	padding: 0 25px;
	width: 150px;
	outline: none;
	margin-left: 15px;
}

#pokladna_voucher button {
	height: 50px;
	border-radius: 25px;
	border: none;
	background: #a4cac9;
	color: #fff;
	font-weight: bold;
	padding: 0;
	width: 100px;
	outline: none;
}

#pokladna_btns {
	margin-bottom: 15px;
	text-align: center;
}

.pokladna_items {
	margin-bottom: 40px;
}

.pokladna_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 10px;
	border: 1px solid #dddddd;
	border-radius: 7px;
	margin-bottom: 20px;
}

.pokladna_item .img {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-right: 15px;
	text-align: center;
}

.pokladna_item .img img {
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
}

.pokladna_item .amountGauge {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding-left: 14px;
	padding-right: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	border-radius: 3px
}

.pokladna_item .amountGauge button {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 50%;
	padding: 0;
	background: #eeeeee;
	color: inherit;
	font-weight: normal;
	border-left: 1px solid #dddddd;
}

.pokladna_item .amountGauge button:last-child {
	top: 50%;
	border-top: 1px solid #dddddd;
}

.pokladna_item .amountGauge button:hover {
	background: #fff;
	color: #000;
}


.pokladna_item .del {
	color: var(--green);
	padding-right: 20px;
}

.pokladna_item .cont {
	flex-basis: 30%;
}

.pokladna_item .cont .label {
	text-decoration: none;
}

.pokladna_item .cont .var {
	color: var(--green);
	margin-top: 0.5rem;
}

.pokladna_item .stock {
	color: #538382;
}

.pokladna_item .price {
	margin: 0 30px;
	white-space: nowrap;
}

.pokladna_item .amountGauge {
	margin: 0 30px;
}

.pokladna_item .priceTotal,
.pokladna_item .saleTotal {
	margin: 0 20px;
	white-space: nowrap;
	color: var(--green);
	font-size: 18px;
	font-weight: bold;
}

#pokladna_sum {
	max-width: 335px;
	border-top: 1px dashed #a4cac9;
	padding: 20px 0;
	text-align: center;
	margin: 70px auto 0 auto;
	font-size: 16px;
}

#pokladna_sum_total {
	color: var(--green);
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

#pokladna2_transport .tableWrapper,
#pokladna2_payment .tableWrapper {
	border: 1px solid #dddddd;
	padding: 0.75rem;
	margin: 0 0 2rem 0;
}

#pokladna2_transport h2,
#pokladna2_payment h2,
#pokladna3_body h2,
#pokladna4 h2 {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0;
	margin: 0 0 1rem 0;
}

#pokladna4 h3 {
	font-size: 1.25rem;
	font-weight: 400;
}

.pokladna2_table {
	border-collapse: collapse;
	width: 100%;
}

.pokladna2_table tr.tr_clickable {
	transition: background 200ms;
	cursor: pointer;
}

.pokladna2_table tr.tr_clickable:hover,
.pokladna2_table tr.tr_clickable.active {
	background: var(--light-gray)
}

.pokladna2_table tr.disabled {
	opacity: 0.3;
}

.pokladna2_table td {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 2px;
	line-height: 20px;
}

.pokladna2_table tr:last-child td {
	border: none;
}

.pokladna2_table .input {
	width: 30px;
	text-align: center;
}

.pokladna2_table .label img {
	vertical-align: middle;
	max-height: 25px;
	margin-right: 10px;
}

.pokladna2_table .price {
	text-align: right;
	white-space: nowrap;
	color: var(--green);
	font-weight: bold;
}

.pokladna2_table .time {
	text-align: right;
}

.pokladna2_table .chbx {
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #D4A373;
	background: var(--light);
	border-radius: 50%;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
}

.pokladna2_table .chbx:checked {
	border: 1px solid var(--green);
}

.pokladna2_table .chbx:checked:after {
	content: '';
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	background: var(--green);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.pokladna2_zasilkovna_vyber {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}

.pokladna2_zasilkovna_vyber:hover {
	background: #f6f6f6;
}

.pokladna2_zasilkovna_vyber div {
	flex-grow: 1;
	padding: 0 20px;
}

.pokladna2_zasilkovna_vyber button {}

#pokladna3_login {
	margin-bottom: 70px;
}

#pokladna3_body label {
	display: block;
	margin: 0 0 18px 0;
	line-height: 20px;
}

#pokladna3_body label.chbx {
	line-height: 38px;
}

#pokladna3_body label input[type=text],
#pokladna3_body label input[type=password],
#pokladna3_body label input[type=tel],
#pokladna3_body label input[type=email],
#pokladna3_body label select,
#pokladna3_body label textarea {
	width: 100%;
	box-sizing: border-box;
	line-height: 38px;
	height: 38px;
	border: 1px solid #dddddd;
	background: #fff;
	padding: 0 12px;
	margin-top: 0.5rem;
	border-radius: 5px;
}

#pokladna3_body label input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#pokladna3_body label textarea {
	font-family: inherit;
	height: 85px;
}

#pokladna3_body .hidden {
	opacity: .4;
}

.pokladna_souhlas {
	display: block;
	font-weight: normal;
	padding: 5px 0;
}

.pokladna_souhlas input {
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

#pokladna3_body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem
}

#pokladna_btns,
#pokladna_sum {
	grid-column: 1 / 3;
}

#pokladna3_body .contact-info-form {
	padding-top: 3.5rem;
}

#pokladna3_body [class] textarea {
	line-height: 1.5;
	padding: 0.5rem;
}

#pokladna3_body [class] textarea::placeholder {
  color: #777;
}



/* 404 */

#tpl404 {
	background: var(--green);
	color: white;
}

#tpl404 h1 {
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 0;
}

#tpl404 body .width {
	min-height: 100vh;
	max-width: 1200px;
	padding: 60px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2em;
	text-align: center;
	justify-content: center;
	text-align: center;
}

#tpl404 .button {
	background-color: var(--light);
	color: var(--green);
}

#tpl404 .button:hover {
	background-color: var(--black);
	color: var(--light);
}

#tpl404 .image_404 {
	position: relative;
	background: url(../images/404-planeta.svg) center no-repeat;
	width: 450px;
	height: 450px;
}

#tpl404 .postava_404 {
	position: absolute;
	bottom: 0;
	left: 20%;
}

.cqcc__btn--deny {
	display: none !important;
}

.cqcc__btn--savemore[class],
.cqcc__btn--allow[class] {
	background: var(--green);
	border: 1px solid var(--green);
	color: var(--light);
}

.cqcc__btn--savemore[class]:hover,
.cqcc__btn--allow[class]:hover {
	background: var(--black);
	border: 1px solid var(--black);
	transition: 0.3s;
}

/* konec 404 */

/* Slider */

.slick-dots {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 4px;
	margin-top: 1rem;
}

.slick-dots li {
	list-style: none;
}

.slick-dots button {
	padding: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid var(--green);
	background: transparent;
	border-radius: 50%;
	font-size: 0px;
	align-items: center;
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: var(--green);
}

.slick-dots button:focus {
	box-shadow: none;
}

/* Large devices (desktops, less than 1600px) */

@media only screen and (max-width: 1600px) {}


@media only screen and (max-width: 1400px) {}


@media only screen and (max-width: 1199px) {

	#nonresponsiveMenu {
		display: none;
	}

	.header_topbar {
		background-color: transparent;
	}

	.responsive-menu {
		display: flex;
		height: 46px;
		padding: 0;
		color: #000;
		background: transparent;
		margin-right: 0;
		padding-right: 0;
		margin-left: 0.5em;
	}

	.rozcestnik_produktu {
		gap: .5rem;
	}

	.HP .katalog__item:nth-child(4) {
		display: none;
	}
}

/* Large devices (desktops, less than 1040px) */
@media only screen and (max-width: 1040px) {

	.kontakt_box {
		display: block;
	}

	.kontakt_box .button,
	.kontakt_box__left p {
		margin: 0;
	}

	.kontakt_box__left {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: var(--gap);
		font-size: 1rem;
		margin-bottom: 20px;
	}

	.kontakt_box__left>div,
	.kontakt_box__left .social_icons {
		margin-bottom: 0;
	}

	.formularek {
		padding: 2rem;
	}

	.katalog__items {
		grid-template-columns: repeat(3, 1fr);

	}

	.pokladna_item {
		flex-wrap: wrap;
	}

	.pokladna_item>* {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


/* Medium devices (tablets, less than 992px) */

@media only screen and (max-width: 991px) {

	.width {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	h1,
	.tpl_shop h1,
	.header_claim {
		font-size: 3em;
	}

	h2,
	.cikcak .p_claim {
		font-size: 2em;
	}

	.foo_bottom .width {
		padding: 20px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		gap: 1rem;
	}

	.shop_detail-top {
		align-items: flex-start;
	}

	/* komponenty */

	.ref_grid {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}

	.ref-item:nth-child(1) {
		grid-column: 1 / span 2;
		grid-row: 1 / span 3;
	}

	.ref-item:nth-child(2) {
		grid-column: 1;
		grid-row: 4;
	}

	.ref-item:nth-child(3) {
		grid-column: 2;
		grid-row: 4;
	}

	.ref-item:nth-child(4) {
		grid-column: 1;
		grid-row: 5;
	}

	.ref-item:nth-child(5) {
		grid-column: 2;
		grid-row: 5;
	}

	.halfs__img {
		position: relative;
		left: inherit;
		width: 100%;
		height: 400px;
		max-height: 40vh;
	}

	.halfs__green {
		display: none;
	}

	.halfs .width {
		padding: 3rem;
		max-width: 100%;
		margin: 0;
		width: 100%;
	}

	.dekory_list {
		grid-template-columns: repeat(3, 1fr);
	}

	.HP .dekor:nth-child(4) {
		display: none;
	}

	.vyhoda h3 {
		font-size: 1.5rem;
	}

	.vyhoda h3::after {
		width: 24px;
		height: 24px;
		top: 36px;
	}

	.duvody_list {
		width: calc(100% + 40px);
		transform: translateX(-20px);
		padding: 2rem;
		grid-template-columns: 1fr;
	}

	.banner_text {
		display: block;
	}



}

/* Small devices (landscape phones, less than 768px) */

@media only screen and (max-width: 767px) {

	section {
		padding: 2rem 0;
	}

	.header_text .button {
		margin: .25rem 0;
	}

	.cikcak {
		align-items: flex-start;
	}

	.halfs .width {
		padding: 2rem;
	}

	.rozcestnik_produktu {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}

	.r_produkt__img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.two_link {
		display: block;
	}

	.main_info {
		align-items: flex-start;
	}

	.main_info__text {
		padding-left: 0;
	}

	.foo_top .width,
	.social_icons {
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
	}

	footer .cols {
		gap: 1rem;
	}

	.HP .katalog__item:nth-child(4) {
		display: block;
	}

	.katalog__items {
		grid-template-columns: repeat(2, 1fr);
	}

	#pokladna3_body {
		grid-template-columns: 1fr;
	}

	#pokladna_btns,
	#pokladna_sum {
		grid-column: 1;
	}
}


/* phones */

@media only screen and (max-width: 575px) {
	.header-bottom__logo img {
		width: 140px;
	}

	.header-bottom__logo {
		padding: 1.5rem 0;
	}

	.button {
		padding: 1rem 1.5rem;
	}

	.HP .header_text {
		padding-top: 5rem;
	}

	.cestar ul {
		flex-wrap: nowrap;
		overflow: auto;
		padding: 1rem 0;
		margin-bottom: 25px;
	}

	.cestar ul li {
		flex-shrink: 0;
	}

	.cikcak {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}

	.button--ref-grid {
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
	}

	section.sec_beznatirani .width {
		/* 		width: calc(100% + 40px);
		margin: 0 -20px; */
		max-width: inherit;
	}

	section.sec_beznatirani .width.green {
		padding: 2rem;
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.main_info {
		display: block;
	}

	.main_info__text {
		margin-top: 2rem;
	}

	.dekory_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.HP .dekor:nth-child(4) {
		display: block;
	}

	.formularek>.form_wrap {
		display: block;
	}

	.formularek .buttons {
		margin-top: 1rem;
		text-align: left;
	}

	footer .cols {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cols__col {
		width: 100%;
	}

	.HP.tpl_shop .katalog__items {
		grid-template-columns: unset;
		grid-auto-flow: column;
		grid-auto-columns: calc(90% - 4rem);
		overflow-x: auto;
	}

	.header-top_bar>.width div:nth-child(2) {
		display: none;
	}

	span.cena,
	.header-bottom__kosik--full span.sep {
		display: none;
	}

	.shop_detail-top {
		grid-template-columns: 1fr;
	}

	.shop_detail-bottom {
		grid-template-columns: 1fr;
	}


	.katalog__items {
		grid-template-columns: 1fr;
	}

	#pokladna_timeline .step {
		font-size: 0.75rem;
	}

	.pokladna_item {
		flex-direction: column;
		padding: 10px;
	}

	.pokladna_item .del {
		border: none;
		border-top: 1px solid #dddddd;
		height: 40px;
		line-height: 40px;
	}

	.pokladna_item>div {
		padding: 10px 0;
	}

	.pokladna_item .cont .var {
		text-align: center;
	}


}


@media only screen and (max-width: 460px) {

	h1,
	.tpl_shop h1 {
		font-size: 2.3em;
	}

}