::selection {
  color: #000;
  background: #E3D87E;
}
a {
  color: #748067;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #748067;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
h1 {
  font-size: 1.875rem;
  color: #748067;
}
h2 {
  font-size: 1.5625rem;
  color: #748067;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1.5625rem;
  color: #748067;
  border-left: 3px solid #E3D87E;
  padding-left: 10px;
}
.zvyrazni {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  width: 100%;
  height: 100%;
}
.zvyrazni::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 60px;
  background-image: url("/images/brush-hqv-bg.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.povinne {
  color: #dc3545;
}
#mmenu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #748067;
  color: #ffffff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 1000;
}
#mmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mmenu ul li {
  padding: 15px;
  border-bottom: 1px solid #5a6450;
}
#mmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
#mmenu ul li.aktivne {
  font-weight: 700;
  background-color: #E3D87E;
}
#mmenu ul li.aktivne a {
  color: #748067;
}
#mmenu.open {
  right: 0;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}
.omenu {
  background-color: #748067;
  color: #ffffff;
  border: none;
  padding: 3px 10px;
  font-size: 16px;
  cursor: pointer;
}
.omenu:focus {
  outline: none;
}
.table {
  margin-top: 15px;
}
.table thead {
  border-top: 3px #748067 solid;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #BBCEA8;
}
:root {
  --bs-breadcrumb-divider: ">";
}
.btn {
  --bs-btn-border-radius: 0;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #748067;
  --bs-btn-border-color: #748067;
  --bs-btn-hover-color: #748067;
  --bs-btn-hover-bg: #E3D87E;
  --bs-btn-hover-border-color: #dacb54;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #E3D87E;
  --bs-btn-active-border-color: #dacb54;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E3D87E;
  --bs-btn-disabled-border-color: #dacb54;
}
.btn-outline-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #748067;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #748067;
  --bs-btn-hover-border-color: #748067;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #748067;
  --bs-btn-active-border-color: #748067;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #748067;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #748067;
  --bs-gradient: none;
}
.btn-secondary {
  --bs-btn-color: #748067;
  --bs-btn-bg: #BBCEA8;
  --bs-btn-border-color: #BBCEA8;
  --bs-btn-hover-color: #748067;
  --bs-btn-hover-bg: #E3D87E;
  --bs-btn-hover-border-color: #dacb54;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #748067;
  --bs-btn-active-bg: #BBCEA8;
  --bs-btn-active-border-color: #a2bc87;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #748067;
  --bs-btn-disabled-bg: #E3D87E;
  --bs-btn-disabled-border-color: #E3D87E;
}
.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #E3D87E;
  --bs-btn-border-color: #E3D87E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5c53f;
  --bs-btn-hover-border-color: #cebd2d;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cebd2d;
  --bs-btn-active-border-color: #cebd2d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E3D87E;
  --bs-btn-disabled-border-color: #E3D87E;
}
.alert-warning {
  --bs-alert-color: #748067;
  --bs-alert-bg: rgba(227, 216, 126, 0.7);
  --bs-alert-border-color: #dacb54;
  --bs-alert-link-color: #748067;
}
.tien {
  -webkit-box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
  -moz-box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
  box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
}
.circle {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #748067;
  justify-content: center;
  align-items: center;
}
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px #748067 solid;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.scroll-top:hover {
  background-color: #748067;
  transition: all 0.3s ease-out;
}
.scroll-top:hover i {
  color: #E3D87E;
}
.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
#top {
  display: flex;
  align-items: center;
  height: 35px;
  font-size: 14px;
  color: #999999;
  background-color: rgba(0, 0, 0, 0.8);
}
#top a {
  color: #ffffff;
}
#top a:hover {
  color: #e8de93;
}
#top .gregy-top {
  display: flex;
  justify-content: flex-end;
}
#top .gregy-top .socialne a {
  padding-right: 5px;
}
#top .gregy-top .gregy-logo svg {
  height: 100%;
  transition: all 0.3s ease-out;
}
#top .gregy-top .gregy-logo svg .st0 {
  fill: #000;
  transition: all 0.3s ease-out;
}
#top .gregy-top .gregy-logo svg .st1 {
  fill: #999999;
  transition: all 0.3s ease-out;
}
#top .gregy-top .gregy-logo:hover svg {
  transition: all 0.3s ease-out;
}
#top .gregy-top .gregy-logo:hover svg .st0 {
  fill: #000;
  transition: all 0.3s ease-out;
}
#top .gregy-top .gregy-logo:hover svg .st1 {
  fill: #ffffff;
  transition: all 0.3s ease-out;
}
#hlavicka {
  display: flex;
  align-items: center;
  color: #748067;
  padding-top: 20px;
  padding-bottom: 20px;
}
#hlavicka #logo img {
  height: 100px;
}
#hlavicka #menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hlavicka #menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 4%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#hlavicka #menu ul li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-transform: uppercase;
  border-bottom: 1px transparent solid;
}
#hlavicka #menu ul li a {
  color: #748067;
  position: relative;
  text-decoration: none;
}
#hlavicka #menu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #E3D87E;
  transition: width 0.3s ease;
}
#hlavicka #menu ul li a:hover::after {
  width: 100%;
}
#hlavicka #menu ul li:hover {
  border-bottom: 1px #ffffff solid;
}
#hlavicka #menu ul li.aktivne a {
  color: #748067;
  border-bottom: 2px #E3D87E solid;
}
#gregy-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.97);
  z-index: 9999;
  color: #ffffff;
  font-family: sans-serif;
}
.gregy-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gregy-content .obsah {
  text-align: center;
  width: 60%;
}
.gregy-content .obsah a {
  color: #ffffff;
}
.gregy-content .obsah svg {
  height: 60px;
}
.gregy-content .obsah svg .st0 {
  fill: #000;
}
.gregy-content .obsah svg .st1 {
  fill: #ffffff;
}
.gregy-content .obsah .znacky {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
}
.gregy-content .obsah .znacky .znacka {
  width: 33%;
  height: 150px;
  border: 1px solid #1a1a1a;
}
.gregy-content .obsah .znacky .znacka a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gregy-content .obsah .znacky .znacka:nth-child(-n+3) {
  border-top: none;
}
.gregy-content .obsah .znacky .znacka:nth-child(3n+1) {
  border-left: none;
}
.gregy-content .obsah .znacky .znacka:nth-child(3n) {
  border-right: none;
}
.gregy-content .obsah .znacky .znacka:nth-child(n+4) {
  border-bottom: none;
}
.gregy-content .obsah .znacky .znacka svg {
  width: 150px;
}
.gregy-content .obsah .znacky .znacka svg .a,
.gregy-content .obsah .znacky .znacka svg .b,
.gregy-content .obsah .znacky .znacka svg .st0,
.gregy-content .obsah .znacky .znacka svg .st1 {
  transition: all 0.3s ease-out;
}
.gregy-content .obsah .znacky .znacka svg .a:hover,
.gregy-content .obsah .znacky .znacka svg .b:hover,
.gregy-content .obsah .znacky .znacka svg .st0:hover,
.gregy-content .obsah .znacky .znacka svg .st1:hover {
  transition: all 0.3s ease-out;
}
.gregy-content .obsah .znacky .znacka a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.gregy-content .obsah .znacky .znacka a:hover {
  color: #000;
}
.gregy-content .obsah .galfer-moto svg .a {
  fill: #000;
}
.gregy-content .obsah .galfer-moto svg .b {
  fill: #ffffff;
}
.gregy-content .obsah .galfer-moto svg:hover .a {
  fill: #000;
}
.gregy-content .obsah .galfer-moto svg:hover .b {
  fill: #000;
}
.gregy-content .obsah .galfer-bike .a {
  fill: #000;
}
.gregy-content .obsah .galfer-bike .b {
  fill: #ffffff;
}
.gregy-content .obsah .galfer-bike:hover .b {
  fill: #000;
}
.gregy-content .obsah .galfer-bike:hover .a {
  fill: #ffffff;
}
.gregy-content .obsah .maxima .st0 {
  fill: #fff;
}
.gregy-content .obsah .maxima .st1 {
  fill: #000;
}
.gregy-content .obsah .maxima:hover .st0 {
  fill: #fff;
}
.gregy-content .obsah .maxima:hover .st1 {
  fill: #ed1c24;
}
.gregy-content .obsah .gearne .st0,
.gregy-content .obsah .gearne .st1 {
  fill: #fff;
}
.gregy-content .obsah .gearne:hover .st1 {
  fill: #000;
}
.gregy-content .obsah .scott {
  fill: #ffffff;
}
.close-overlay {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.close-overlay:hover {
  background-color: #000;
  color: #ffffff;
  transform: rotate(180deg);
}
.swiper {
  width: 100%;
  height: 700px;
  position: relative;
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .slide-caption {
  position: absolute;
  bottom: 30px;
  left: 40px;
  background: rgba(116, 128, 103, 0.7);
  padding: 20px 25px;
  border-radius: 10px;
  max-width: 400px;
  color: #ffffff;
}
.swiper-slide .slide-caption h2 {
  margin: 0;
  font-size: 2.5rem;
  color: #E3D87E;
}
.swiper-slide .slide-caption p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}
.swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #E3D87E;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #E3D87E;
}
.podstranka {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
}
.podstranka a {
  text-decoration: underline;
}
.podstranka a:hover {
  text-decoration: none;
}
.podstranka .mapa-iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding-top: 2rem;
}
.podstranka h1,
.kategorie h1 {
  display: inline-block;
  color: #748067;
  border-bottom: 3px solid #E3D87E;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.podstranka ul,
.kategorie ul {
  list-style: square;
}
.podstranka .accordion-button,
.kategorie .accordion-button {
  font-weight: 700;
}
.podstranka .accordion-button:not(.collapsed),
.kategorie .accordion-button:not(.collapsed) {
  font-weight: 700;
  background-color: rgba(227, 216, 126, 0.7);
}
.podstranka .accordion-collapse,
.kategorie .accordion-collapse {
  font-style: italic;
}
.porovnanie .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* plynulé scrollovanie na mobile */
}
.porovnanie .table {
  --bs-table-hover-bg: #E3D87E;
}
.porovnanie .table thead {
  border: none;
}
.porovnanie .table thead tr th {
  color: #ffffff;
  text-align: center;
  background-color: #748067;
}
.porovnanie .table thead tr.obr th {
  background-color: #ffffff;
}
.porovnanie .table thead tr.obr th img {
  height: 100px;
}
.porovnanie .table tbody tr td {
  text-align: center;
}
.porovnanie .table tbody tr td:first-child {
  font-weight: 600;
  text-align: left;
}
.porovnanie .btn {
  text-decoration: none;
}
.porovnanie .btn-primary {
  --bs-btn-hover-color: #748067;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #e6e6e6;
}
.blog a {
  text-decoration: none;
}
.blogy {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blogy h2 {
  display: inline-block;
  color: #748067;
  border-bottom: 3px solid #E3D87E;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blogy .clanok a {
  text-decoration: none;
}
.blogy .clanok .obrazok {
  overflow: hidden;
}
.blogy .clanok .obrazok img {
  transition: transform 0.3s ease;
}
.blogy .clanok .datum {
  padding-top: 3px;
}
.blogy .clanok .nadpis {
  font-size: 18px;
  color: #748067;
  padding-bottom: 5px;
}
.blogy .clanok .perex {
  font-size: 14px;
}
.blogy .clanok:hover .obrazok img {
  transform: scale(1.05);
}
.blogy .vsetky-aktuality a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.blogy .vsetky-aktuality span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  transition: all 0.3s ease-out;
}
.blogy .vsetky-aktuality span div {
  font-size: 18px;
  padding-right: 25px;
}
.blogy .vsetky-aktuality span:hover {
  background-color: #E3D87E;
  transition: all 0.3s ease-out;
}
.uvod .text-hore {
  padding-bottom: 30px;
}
.uvod .kategorie {
  padding-bottom: 50px;
}
.uvod .text-dole {
  padding-top: 20px;
}
.uvod .kategorie a {
  text-decoration: none;
}
.uvod .kategorie .kategoria {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  height: 120px;
  color: #000;
  background: #E3D87E;
  transition: all 0.3s ease-out;
}
.uvod .kategorie .kategoria:hover {
  background: #BBCEA8;
  transition: all 0.3s ease-out;
}
.vyhody {
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
}
.vyhody .vyhoda {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vyhody .vyhoda .ikona svg {
  height: 100px;
}
.vyhody .vyhoda .ikona svg .st0 {
  fill: #ffffff;
}
.vyhody .vyhoda .ikona svg .st1 {
  fill: #748067;
}
.vyhody .vyhoda .ikona svg .st2 {
  fill: #748067;
}
.vyhody .vyhoda .ikona svg .st0,
.vyhody .vyhoda .ikona svg .st1,
.vyhody .vyhoda .ikona svg .st2 {
  transition: all 0.3s ease-out;
}
.vyhody .vyhoda .text {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.vyhody .vyhoda .text a {
  text-decoration: none;
}
.vyhody .vyhoda .text strong {
  font-size: 2rem;
  color: #748067;
}
.vyhody .vyhoda .tlacidlo a {
  text-decoration: none;
}
.vyhody .vyhoda:hover .ikona svg {
  transition: all 0.3s ease-out;
}
.vyhody .vyhoda:hover .ikona svg .st0,
.vyhody .vyhoda:hover .ikona svg .st2 {
  fill: #E3D87E;
  transition: all 0.3s ease-out;
}
.kontakt a {
  color: #000;
  text-decoration: none;
}
.kontakt a:hover {
  text-decoration: underline;
}
.kontakt table.oh tr td {
  text-align: center;
}
.oh .dnes td {
  font-weight: 700;
  background: rgba(227, 216, 126, 0.4);
}
.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 300px;
  color: #ffffff;
  background-image: url('/images/cta.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.cta strong {
  text-transform: uppercase;
  color: #E3D87E;
  font-size: 2rem;
}
.cta p {
  color: #ffffff;
  font-size: 1.2rem;
}
.cta .tlacidla {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-transform: uppercase;
  padding-right: 1.875rem;
}
.cta .tlacidla a {
  text-decoration: none;
}
.pocitadlo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.pocitadlo .pocitane {
  text-align: center;
}
.pocitadlo .pocitane .ikona img {
  height: 60px;
}
.pocitadlo .pocitane .cislo {
  font-size: 1.75rem;
  color: #748067;
}
.cta2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #E3D87E;
}
.cta2 strong {
  font-size: 2rem;
  color: #748067;
}
.cta2 .tlacidla {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs {
  color: #000;
  background-color: #BBCEA8;
}
.breadcrumbs .breadcrumb {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #000;
}
.breadcrumbs .breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs .breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs .breadcrumb .breadcrumb-item,
.breadcrumbs .breadcrumb .breadcrumb-item a {
  display: flex;
  align-items: center;
}
.breadcrumbs .breadcrumb .breadcrumb-item:before {
  color: #748067;
}
.breadcrumbs .breadcrumb .active {
  font-weight: 700;
  color: #000;
}
.breadcrumbs .breadcrumb .h-logo {
  height: 20px;
}
.breadcrumbs .breadcrumb .h-logo .st0,
.breadcrumbs .breadcrumb .h-logo .st1 {
  fill: #748067;
}
.kategorie a {
  text-decoration: none;
}
.kategorie a .ponuky {
  margin-top: 10px;
  transition: all 0.3s ease-out;
}
.kategorie a .ponuky .obr {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 270px;
}
.kategorie a .ponuky .obr img {
  transition: transform 0.3s ease;
}
.kategorie a .ponuky .text {
  text-align: center;
  transition: all 0.3s ease-out;
}
.kategorie a .ponuky .text strong {
  font-size: 1.25rem;
  color: #748067;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.kategorie a:hover .ponuky {
  transition: all 0.3s ease-out;
}
.kategorie a:hover .ponuky .obr {
  transition: all 0.3s ease-out;
}
.kategorie a:hover .ponuky .text {
  background-color: #748067;
  transition: all 0.3s ease-out;
}
.kategorie a:hover .ponuky .text strong {
  color: #E3D87E;
  transition: all 0.3s ease-out;
}
.kategorie a:hover .ponuky .obr img {
  transform: scale(1.05);
}
.produkty a {
  text-decoration: none;
}
.produkty h2 {
  text-transform: uppercase;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1.5px #b3b3b3 solid;
}
.produkty .produkt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.produkty .produkt .obr {
  overflow: hidden;
}
.produkty .produkt .obr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.produkty .produkt .obr .zlava {
  position: absolute;
  top: 10px;
  left: 0;
  background: #E3D87E;
  color: #748067;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.produkty .produkt .obr .skladom {
  position: absolute;
  top: 10px;
  right: 0;
  background: #E3D87E;
  color: #748067;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.produkty .produkt .obr .na-ceste {
  position: absolute;
  top: 10px;
  right: 0;
  background: #748067;
  color: #ffffff;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.produkty .produkt .text {
  text-align: center;
}
.produkty .produkt .ceny {
  text-align: center;
}
.produkty .produkt .ceny .cena_bezna,
.produkty .produkt .ceny .cena_akcia {
  font-size: 1.3rem;
}
.produkty .produkt .ceny .cena_akcia {
  font-weight: 600;
}
.produkty .produkt .ceny .neplati {
  text-decoration: line-through;
  color: #737373;
  font-size: 1.1rem;
}
.produkty .produkt .tlacidla {
  padding: 20px 10px 10px;
}
.produkty .produkt .tlacidla .btn {
  width: 100%;
}
.produkty .produkt:hover {
  background: #E3D87E;
  transition: all 0.3s ease-out;
}
.produkty .produkt:hover .obr img {
  transform: scale(1.05);
  transition: all 0.3s ease-out;
}
.produkty .produkt:hover .text a {
  color: #000;
}
.produkty .produkt:hover .tlacidla .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #E3D87E;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #E3D87E;
  --bs-btn-hover-bg: #748067;
  --bs-btn-hover-border-color: #748067;
}
.podkategorie {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.podkategorie a {
  font-weight: 700;
  padding: 10px;
  border: 2px #748067 solid;
  text-decoration: none;
  text-transform: uppercase;
}
.podkategorie a:hover {
  background-color: #E3D87E;
}
#produkt {
  padding-top: 30px;
}
#produkt .alert-warning {
  text-align: center;
}
#produkt .alert-warning a {
  text-decoration: underline;
}
#produkt h1 {
  font-weight: 500;
  color: #000;
  padding-bottom: 30px;
}
#produkt .description,
#produkt .galeria {
  padding-top: 20px;
}
#produkt .ceny {
  display: flex;
  align-items: center;
  background: #E3D87E;
}
#produkt .ceny .cena-text {
  font-size: 2rem;
  width: 50%;
  text-align: right;
  padding-right: 20px;
}
#produkt .ceny .cena_bezna,
#produkt .ceny .cena_akcia {
  font-size: 1.6rem;
}
#produkt .ceny .cena_akcia {
  font-weight: 600;
}
#produkt .ceny .neplati {
  text-decoration: line-through;
  color: #737373;
  font-size: 1.2rem;
}
#produkt .kupit-prenajat {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}
.produkt-popis .content-collapse {
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  -webkit-mask-image: linear-gradient(to bottom, #000000 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000000 60%, rgba(0, 0, 0, 0) 100%);
}
.produkt-popis .content-collapse.expanded {
  max-height: 90000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.parametre .content-collapse {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  -webkit-mask-image: linear-gradient(to bottom, #000000 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000000 60%, rgba(0, 0, 0, 0) 100%);
}
.parametre .content-collapse.expanded {
  max-height: 90000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.produkt-popis h2 {
  color: #748067;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
.produkt-popis h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background-image: url("/images/husqvarna-vertical-brush.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.produkt-popis h3 {
  color: #748067;
  font-size: 1.5rem;
}
.produkt-popis strong {
  font-weight: 600;
}
.produkt-popis .pt-3 {
  padding-bottom: 1rem;
}
.rozcestnik {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #E3D87E;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rozcestnik .polozka a {
  display: flex;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #748067;
  border-right: 1px #748067 solid;
}
.rozcestnik .polozka a:hover {
  color: #ffffff;
  background-color: #748067;
}
.rozcestnik .polozka:last-child a {
  border-right: none;
}
.parametre {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #BBCEA8;
}
.parametre h4 {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 30px;
  border-bottom: 2px #E3D87E solid;
  color: #748067;
  text-transform: uppercase;
}
.parametre h5 {
  font-size: 1.5rem;
  color: #748067;
}
.parametre .riadok {
  display: flex;
  justify-content: space-between;
  padding: 3px 5px;
  transition: all 0.1s ease-out;
}
.parametre .riadok .parameter,
.parametre .riadok .hodnota {
  display: flex;
}
.parametre .riadok .parameter {
  width: 35%;
}
.parametre .riadok .hodnota {
  align-items: center;
  width: 65%;
  font-weight: 600;
  padding-left: 5px;
}
.parametre .riadok:hover {
  background-color: #E3D87E;
  transition: all 0.1s ease-out;
}
.diely {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.diely span {
  white-space: nowrap;
}
.disclaimer {
  font-size: 11px;
  text-align: center;
  color: #b3b3b3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  border-top: 1px #b3b3b3 solid;
}
.disclaimer p {
  margin-bottom: 4px;
}
#fotogaleria {
  padding-top: 30px;
}
#fotogaleria h4 {
  display: inline-block;
  font-size: 2rem;
  color: #748067;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px #E3D87E solid;
}
#fotogaleria .fotogaleria {
  overflow: hidden;
}
#fotogaleria .fotogaleria img {
  transition: transform 0.3s ease;
}
#fotogaleria .fotogaleria:hover img {
  transform: scale(1.05);
}
.galeria .album {
  padding-bottom: 1.25rem;
}
.galeria .album h2 {
  padding-top: 8px;
}
.galeria .fotka {
  padding-bottom: 1.25rem;
}
#paticka {
  color: #000;
  line-height: 160%;
  background-color: #BBCEA8;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px #748067 solid;
}
#paticka .logo {
  height: 60px;
  margin-bottom: 0.625rem;
}
#paticka a {
  color: #000;
  text-decoration: none;
}
#paticka a:hover {
  color: #748067;
  text-decoration: underline;
}
#paticka strong.titulok {
  display: block;
  padding-bottom: 0.9375rem;
  color: #748067;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 0;
}
#paticka .prvy,
#paticka .navigacia {
  text-align: center;
}
#paticka .navigacia ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#paticka .navigacia ul li a:hover {
  text-decoration: none;
}
#paticka .navigacia ul li.aktivne a {
  border-bottom: 2px #748067 solid;
}
#paticka .siete img {
  margin-right: 1.25rem;
  height: 1.875rem;
}
#paticka .siete a {
  color: #748067;
  transition: all 0.3s ease-out;
}
#paticka .siete a:hover {
  color: #000;
  transition: all 0.3s ease-out;
}
#paticka .oh {
  margin-top: 0;
}
#paticka .oh tr td {
  background: #BBCEA8;
}
#paticka .oh .dnes td {
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
#paticka .table > :not(caption) > * > * {
  padding: 0.1rem 0.5rem;
}
#copy {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #ffffff;
  background-color: #6c7860;
}
#copy a {
  color: #ffffff;
  text-decoration: none;
}
#mobilnemenu {
  display: none;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.9375rem;
}
.sidr .sidr-inner {
  padding: 0 0 0.9375rem;
}
.sidr .sidr-inner > p {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.sidr.right {
  left: auto;
  right: -300px;
}
#sidr {
  background: #E3D87E;
}
#sidr ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
#sidr ul li:first-child {
  border-top: 1px #ffffff solid;
}
#sidr ul li.aktivne a {
  color: #ffffff;
  font-weight: 700;
}
#sidr ul li {
  font-size: 1.1875rem;
  border-bottom: 1px #ffffff solid;
  text-transform: uppercase;
  background: #f5f1d2;
}
#sidr ul li a {
  display: block;
  padding: 1.25rem 0.9375rem;
  color: #ffffff;
}
#sidr a {
  text-decoration: none;
}
#sidr .siete {
  padding-top: 3.125rem;
  text-align: center;
}
#sidr .siete .fa {
  font-size: 3.125rem;
  padding: 0.625rem;
}
#cookie-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #748067;
  z-index: 100;
}
#cookie-bar a {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-bar .row {
  align-items: center;
}
#cookie-bar .tlacidla {
  text-align: right;
}
#cookie-bar .tlacidlo {
  font-size: 1rem;
}
#cookie-bar .biele {
  color: #ffffff;
  border-color: #ffffff;
  padding: 4px 8px;
}
#cookie-bar .biele:hover {
  color: #000;
  background-color: #ffffff;
}
.nastavenia-cookies .typ-cookie {
  border: 1px #E3D87E solid;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  .swiper {
    height: 550px;
  }
  .parametre .riadok {
    flex-direction: column;
    padding-bottom: 7px;
  }
  .parametre .riadok .hodnota {
    padding-left: 0;
  }
  .produkt .obr {
    height: 470px;
  }
}
@media (max-width: 991px) {
  #hlavicka #logo img {
    height: 70px;
  }
  #hlavicka #menu {
    display: none;
  }
  #hlavicka #mobilnemenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #hlavicka #mobilnemenu .omenu i {
    font-size: 2rem;
  }
  .swiper {
    height: 450px;
  }
  .swiper-slide .slide-caption h2 {
    font-size: 2rem;
  }
  .swiper-slide .slide-caption p {
    font-size: 14px;
    margin-top: 4px;
  }
  .kategorie a .ponuky .obr {
    height: 200px;
  }
  .cta,
  .cta2 {
    height: 200px;
  }
  .cta .tlacidla .btn-lg,
  .cta2 .tlacidla .btn-lg {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
  }
  .cta .text strong,
  .cta2 .text strong {
    font-size: 1.5rem;
  }
  .cta .text p,
  .cta2 .text p {
    font-size: 1rem;
  }
  .cta2 {
    height: 160px;
  }
  .produkty .produkt {
    padding-top: 5px;
  }
  .produkt .obr {
    height: 300px;
  }
  #paticka .navigacia {
    padding-left: 10%;
  }
  #paticka .ohp {
    display: flex;
    justify-content: center;
  }
  #paticka .ohp .ohpc {
    padding-top: 30px;
    width: 40%;
  }
  .gregy-content .obsah {
    width: 90%;
  }
  .produkt .obr .zaruka img {
    height: 100px;
  }
  .produkt .obr img {
    height: auto;
    object-fit: unset;
    object-position: unset;
  }
  .podstranka h6 {
    font-size: 1.3rem;
  }
  .podstranka .ohs {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #top .rychly-kontakt {
    display: none;
  }
  #top .gregy-top {
    justify-content: center;
  }
  .gregy-content .obsah {
    width: 80%;
  }
  .gregy-content .obsah .gregy-logo svg {
    height: 40px;
  }
  .gregy-content .obsah .znacky .znacka {
    height: 100px;
  }
  .gregy-content .obsah .znacky .znacka svg {
    width: 90px;
  }
  .swiper {
    height: 300px;
  }
  .swiper-slide .slide-caption {
    padding: 10px 15px;
  }
  .swiper-slide .slide-caption h2 {
    font-size: 1.3rem;
  }
  .cta {
    height: 200px;
  }
  .cta .text {
    text-align: center;
  }
  .cta2 {
    display: flex;
    align-items: center;
    height: 190px;
  }
  .cta2 .text {
    text-align: center;
  }
  .podstranka h1,
  .kategorie h1 {
    font-size: 1.5rem;
  }
  .produkt .obr {
    height: 380px;
  }
  .produkt .obr img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .rozcestnik {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    background-color: transparent;
  }
  .rozcestnik .polozka {
    width: 49%;
  }
  .rozcestnik .polozka a {
    font-size: 1.1rem;
    border-right: none;
    justify-content: center;
    background-color: #ffed00;
  }
  .produkt .blok-info .demo-jazda .ikona svg {
    height: 30px;
  }
  .produkt .blok-info .demo-jazda .text {
    font-size: 15px;
  }
  .produkt .blok-info .konfigurator-motocykla .ikona svg {
    height: 30px;
  }
  .produkt .blok-info .demo-jazda,
  .produkt .blok-info .konfigurator-motocykla,
  .produkt .blok-info .pozicovna {
    height: 70px;
  }
  .podkategorie {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  .podkategorie a {
    display: block;
    width: 100%;
  }
  .vyhody .vyhoda .ikona svg {
    height: 80px;
  }
  .vyhody .vyhoda .text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vyhody .vyhoda .text strong {
    font-size: 1.6rem;
  }
  .vyhody .vyhoda .text p {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .gregy-content .obsah {
    width: 90%;
  }
  .swiper {
    height: 220px;
  }
  .swiper-slide .slide-caption {
    padding: 10px;
  }
  .swiper-slide .slide-caption h2 {
    font-size: 1rem;
  }
  .swiper-slide .slide-caption p {
    font-size: 12px;
  }
  .podstranka h1,
  .kategorie h1 {
    font-size: 1.1rem;
  }
  .kategorie a .ponuky .obr {
    height: 140px;
  }
  #paticka {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  #paticka .navigacia {
    padding-top: 30px;
  }
  #paticka .ohp .ohpc {
    width: 80%;
  }
  #copy {
    font-size: 0.7rem;
  }
  .cta .text p,
  .cta2 .text p {
    font-size: 0.8rem;
  }
  .breadcrumbs .breadcrumb {
    --bs-breadcrumb-item-padding-x: 0.2rem;
  }
  .breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .rozcestnik .polozka {
    width: 100%;
  }
  .rozcestnik .polozka a {
    font-size: 1rem;
  }
  .produkt .promogaleria {
    padding-bottom: 20px;
  }
  .produkt .blok-info {
    flex-direction: column;
    gap: 10px;
  }
  .vyhody .vyhoda {
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */