@charset "UTF-8";
/*-----------------------------------------------------------------------------

	-	CSS StyleSheet -



version:
date:
author:		  Čestmír Malcher
email:     	kontakt@malcher.cz
website:   	https://www.malcher.cz
-----------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Breakpoints */
.beating {
  animation: fa-beat 2.5s infinite;
  display: inline-block;
  color: red;
}

@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin: 0;
  background: whitesmoke;
}

*::-webkit-scrollbar {
  width: 1rem;
}

*::-webkit-scrollbar-track {
  background: whitesmoke; /* Barva pozadí tracku (dráhy scrollbaru) */
}

*::-webkit-scrollbar-thumb {
  background: #ffd000; /* Barva samotného scrollbaru */
}

*::-webkit-scrollbar-thumb:hover {
  background: #ffd51a; /* Barva při hoveru */
}

.scroll-container {
  scrollbar-width: thin; /* Tenký scrollbar */
  scrollbar-color: #ffd000 whitesmoke; /* Barva scrollbaru a tracku */
}

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

.page {
  position: relative;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0;
  }
}

.me-05 {
  margin-right: 0.5rem;
}

.me-10 {
  margin-right: 1rem;
}

.me-15 {
  margin-right: 1.5rem;
}

.me-20 {
  margin-right: 2rem;
}

.me-25 {
  margin-right: 2.5rem;
}

.me-30 {
  margin-right: 3rem;
}

.mb-00 {
  margin-bottom: 0 !important;
}

.mb-02 {
  margin-bottom: 0.2rem !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 1rem;
  }
}

.ms-05 {
  margin-left: 0.5rem;
}

.ms-10 {
  margin-left: 1rem;
}

.ms-15 {
  margin-left: 1.5rem;
}

.ms-20 {
  margin-left: 2rem;
}

.ms-25 {
  margin-left: 2.5rem;
}

.ms-30 {
  margin-left: 3rem;
}

.my-05 {
  margin: 0.5rem 0;
}

.my-10 {
  margin: 1rem 0;
}

.my-15 {
  margin: 1.5rem 0;
}

.my-20 {
  margin: 2rem 0;
}

.my-25 {
  margin: 2.5rem 0;
}

.my-30 {
  margin: 3rem 0;
}

.mx-05 {
  margin: 0 0.5rem;
}

.mx-10 {
  margin: 0 1rem;
}

.mx-15 {
  margin: 0 1.5rem;
}

.mx-20 {
  margin: 0 2rem;
}

.mx-25 {
  margin: 0 2.5rem;
}

.mx-30 {
  margin: 0 3rem;
}

.mx-auto {
  margin: 0 auto;
}

.top-padding {
  margin-top: 1rem;
}

.p-10 {
  padding: 1rem;
}

.p-20 {
  padding: 2rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 4rem;
}

.p-50 {
  padding: 5rem;
}

.p-60 {
  padding: 6rem;
}

.pe-10 {
  padding-right: 1rem;
}

.pe-20 {
  padding-right: 2rem;
}

.pe-30 {
  padding-right: 3rem;
}

.pe-40 {
  padding-right: 4rem;
}

.pe-50 {
  padding-right: 5rem;
}

.pe-60 {
  padding-right: 6rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.ps-1 {
  padding-left: 0.5rem;
}

.ps-2 {
  padding-left: 1rem;
}

.ps-3 {
  padding-left: 1.5rem;
}

.ps-4 {
  padding-left: 2rem;
}

.ps-5 {
  padding-left: 2.5rem;
}

.ps-6 {
  padding-left: 3rem;
}

.py-1 {
  padding: 0.5rem 0;
}

.py-2 {
  padding: 1rem 0;
}

.py-3 {
  padding: 1.5rem 0;
}

.py-4 {
  padding: 2rem 0;
}

.py-5 {
  padding: 2.5rem 0;
}

.py-6 {
  padding: 3rem 0;
}

.px-1 {
  padding: 0 0.5rem;
}

.px-2 {
  padding: 0 1rem;
}

.px-3 {
  padding: 0 1.5rem;
}

.px-4 {
  padding: 0 2rem;
}

.px-5 {
  padding: 0 2.5rem;
}

.px-6 {
  padding: 0 3rem;
}

.fs-1 {
  font-size: 0.5rem;
}

.fs-2 {
  font-size: 1rem;
}

.fs-3 {
  font-size: 1.5rem;
}

.fs-4 {
  font-size: 2rem;
}

.fs-5 {
  font-size: 2.5rem;
}

.fs-6 {
  font-size: 3rem;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.align-content-center {
  align-content: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-around {
  justify-content: space-around;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 0.5rem;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.w-fit-content {
  width: fit-content;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.flex-size-1 {
  flex: 1;
}

.flex-size-2 {
  flex: 2;
}

.flex-size-3 {
  flex: 3;
}

.flex-size-4 {
  flex: 4;
}

.flex-size-5 {
  flex: 5;
}

.flex-size-6 {
  flex: 6;
}

.flex-size-7 {
  flex: 7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1rem;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-05 {
  font-size: 0.5rem;
}

.fs-06 {
  font-size: 0.6rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-35 {
  font-size: 3.5rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-45 {
  font-size: 4.5rem;
}

.fs-50 {
  font-size: 5rem;
}

.text-center {
  text-align: center;
}

.color-white {
  color: white;
}

.color-whitesmoke {
  color: whitesmoke;
}

.color-lightgray {
  color: lightgray;
}

.color-gray {
  color: gray;
}

.color-orange {
  color: #E67E22;
}

.color-yellow {
  color: #ffd000;
}

.color-red {
  color: #e82424;
}

header {
  height: 5rem;
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2rem;
  display: flex;
  align-items: center;
  background: whitesmoke;
}
header .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  background: whitesmoke;
}
header .header__content .header__content-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: end;
}
@media only screen and (max-width: 991.98px) {
  header .header__content .header__content-menu {
    justify-content: space-around;
    width: 100%;
  }
}
header .header__content .header-hamburger {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: white;
}
@media (min-width: 992px) {
  header .header__content .header-hamburger {
    display: none;
  }
}
header .header__content .header-hamburger i {
  color: #101820;
  font-size: 2rem;
}

.header__content-logo {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 2rem;
}
.header__content-logo .logo__hook {
  height: 2.6rem;
}

.header-menu__menu {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .header-menu__menu {
    display: flex;
    justify-content: center;
  }
}
.header-menu__menu a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 0 1rem;
}
.header-menu__menu a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: lightgray;
}
.header-menu__menu a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  color: gray;
}
.header-menu__menu a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffd000;
}
.header-menu__menu a:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: gray;
  transform: scale(1.1);
}
.header-menu__menu a:hover span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}

.mobile-menu {
  padding: 0 1rem;
  position: absolute;
  left: -300px; /* Menu je mimo obrazovku vlevo */
  top: 0;
  width: 300px;
  height: 100vh;
  background: whitesmoke;
  z-index: 99;
  transition: transform 0.3s ease; /* Přidání přechodu na transform */
  transform: translateX(0); /* Startovní pozice */
  overflow: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.mobile-menu .account {
  height: 5rem;
  border-bottom: 2px solid #e82424;
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-menu__links {
  display: flex;
  flex-direction: column;
  font-weight: 100;
  font-size: 1rem;
  color: gray;
  border-bottom: 1px solid lightgray;
}
.mobile-menu .mobile-menu__link {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.6rem 0;
  text-decoration: none;
  border-radius: 0.3rem;
}
.mobile-menu .mobile-menu__link:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}
.mobile-menu .mobile-menu__contact {
  border-bottom: 1px solid lightgray;
}

.mobile-menu.show {
  transform: translateX(100%);
}

.header-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: gray;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header-link {
    display: none;
  }
}
.header-link:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}
@media only screen and (max-width: 767.98px) {
  .header-link {
    flex-direction: column;
    margin-right: 1rem;
    justify-content: center;
  }
  .header-link span:first-child {
    margin-right: 0;
  }
  .header-link span:nth-child(2) {
    font-size: 0.7rem;
  }
}

.header-link {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 100;
}

.unique {
  background: lightgray;
  border-radius: 1rem;
  color: black;
}
.unique:hover {
  background: #e82424;
  color: white;
}

footer {
  grid-area: paticka;
  background: #555555;
  padding: 2rem 0;
  color: white;
}

.homepage .non-binding-inquiry {
  padding: 2rem;
  background: #e82424;
  border-radius: 2rem;
  box-shadow: 0 0 40px #e82424;
}

.panel-item {
  display: flex;
  align-items: center;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 2rem;
  border: 1px solid whitesmoke;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-item i {
  font-size: 2rem;
  color: #E67E22;
}
.panel-item:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  background: whitesmoke;
  border: 1px solid transparent;
}
.panel-item:hover div:last-child {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 1.2rem;
}

.text-area {
  padding: 2rem;
  border-radius: 2rem;
  color: gray;
  background: white;
}

.page-menu {
  background: white;
  display: flex;
  justify-content: space-around;
  border-radius: 1rem;
  align-items: center;
}

.menu-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-button i {
  color: lightgray;
}

.menu-button:hover {
  background: #ffd000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-button:hover i {
  color: #e82424;
}

.menu-button:first-child {
  border-radius: 1rem 0 0 1rem;
}

.menu-button:last-child {
  border-radius: 0 1rem 1rem 0;
}

.breakpoint-indicator {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  z-index: 9999;
  border-radius: 3px;
}
@media (max-width: 575.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  .breakpoint-indicator {
    display: block;
  }
  .breakpoint-indicator::after {
    content: "xxl";
  }
}

.flash {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 1rem;
  text-align: center;
  z-index: 9999;
  border-radius: 1rem;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  animation: fadeIn 1s ease-in-out, fadeOut 1s ease-in-out 3s forwards;
}

.flash.success {
  background: green;
  color: white;
}

.flash.danger {
  background: red;
  color: white;
}

.flash.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Definice animace pro zobrazení */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 80%;
  }
}
/* Definice animace pro skrytí */
@keyframes fadeOut {
  from {
    opacity: 80%;
  }
  to {
    opacity: 0;
  }
}
/* Přidání animace pro zobrazení a skrytí */
/* ANIMACE ALERTU end */
.toast {
  border-radius: 8px;
  position: fixed;
  background: red;
  color: white;
  bottom: 50px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-wrap: nowrap;
  animation: fadeIn 1s ease-in-out, fadeOut 1s ease-in-out 3s forwards;
}

/* Definice animace pro zobrazení */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 80%;
  }
}
/* Definice animace pro skrytí */
@keyframes fadeOut {
  from {
    opacity: 80%;
  }
  to {
    opacity: 0;
  }
}
input[type=text],
input[type=email],
input[type=date],
textarea {
  border-radius: 1rem;
  background-color: white;
  border: 1px solid lightgray;
  padding: 0.7rem 1rem;
  width: 100%;
  transition: all 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #ff0000;
  outline: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=date]:hover,
textarea:hover {
  border-color: #e82424;
  background-color: whitesmoke;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=date]:invalid,
textarea:invalid {
  border-color: #ff0000;
}

.input-inquiry {
  border-color: white;
  background-color: white;
  color: gray;
}
.input-inquiry:focus {
  color: gray;
  border-color: white;
}
.input-inquiry:active {
  color: gray;
}

.label-inquiry {
  color: gray;
}

.input-inquiry:focus + .label-inquiry,
.input-inquiry:not(:placeholder-shown) + .label-inquiry {
  color: gray;
}

.textarea-container {
  position: relative;
}

.textarea-field {
  font-family: "Poppins", sans-serif;
  resize: vertical; /* Povolit změnu velikosti pouze vertikálně */
  width: 100%;
  padding: 1.8rem 1rem 0.5rem 2rem;
  border: 1px solid lightgray;
  border-radius: 2rem;
  background-color: white;
  transition: box-shadow 0.3s;
  outline: none;
  cursor: text;
  color: gray;
}
.textarea-field:focus {
  border-color: gray;
}

.textarea-label {
  position: absolute;
  color: gray;
  top: 1rem;
  left: 2rem;
  transition: top 0.3s, font-size 0.3s, color 0.3s;
  font-size: 0.9rem;
}

.textarea-field:focus + .textarea-label,
.textarea-field:not(:placeholder-shown) + .textarea-label {
  top: 0.8rem;
  font-size: 0.7rem;
  color: black;
  padding: 0;
  font-weight: 500;
}

.textarea-inquiry {
  border-color: white;
  background-color: white;
  color: gray;
}
.textarea-inquiry:focus {
  color: gray;
  border-color: white;
}
.textarea-inquiry:active {
  color: gray;
}

.textarea-inquiry:focus + .label-inquiry,
.textarea-inquiry:not(:placeholder-shown) + .label-inquiry {
  color: gray;
}

button, .bs-yellow, .bs-red {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: transparent;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bs-lg {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.bs-red {
  background-color: #e82424;
  color: white;
}

.bs-red:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #c41515;
}

.bs-yellow {
  background-color: #ffd000;
  color: black;
}

.bs-yellow:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e6bb00;
}

.bs-document {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bs-document i {
  color: red;
}
.bs-document:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}

.modal {
  position: fixed;
  padding: 15px;
  width: 200px;
  visibility: hidden;
  background: white; /* Přímo nastav barvu */
  color: gray;
  text-align: center;
  border-radius: 10px;
  border: 1px solid lightgray; /* Přímo nastav barvu */
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(20deg);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
  box-shadow: 0px 0px 200px black;
  z-index: 1000;
}
.modal .modal-header {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
  border-bottom: 1px solid lightgray;
}
.modal .modal-content {
  height: fit-content;
}
.modal .modal-footer {
  margin-top: 1rem;
  padding-top: 0.5rem;
  text-align: left;
  border-top: 1px solid lightgray;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 24px;
  color: gray;
  background: none;
  border: none;
  line-height: 1;
}

.modal-close:hover {
  color: lightgray;
}

/* Zaměření na checkboxy pouze s třídou modal-toggle */
.modal-toggle {
  appearance: none;
}

.modal-toggle:checked + .btn-modal + .modal {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

select {
  border: 1px solid lightgray;
  background: white;
  color: blue;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
  padding: 10px 10px;
  width: 100%;
}
select:focus {
  border-color: blue;
}
select:active {
  border-color: blue;
}

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

.select::after {
  content: "";
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.select.open::after {
  transform: rotate(-135deg);
  top: calc(50% - 3px);
}

/* TOGGLE - start */
.mech-toggle {
  cursor: pointer;
  margin-left: 0 !important;
}
.mech-toggle.toggle-big {
  margin-top: 0;
  width: 40px !important;
  height: 20px !important;
}
.mech-toggle:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 88, 55, 0.25);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.mech-toggle:checked {
  background-color: blue;
  border-color: blue;
}

/* TOGGLE - end */
/* Nice select
-------------------------------------------------------------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: left; */
  font-weight: 400;
  /* text-transform: capitalize; */
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  border: 1px solid lightgray;
  background: white;
  color: bluendy;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
  padding: 10px 10px;
}

.select-with-icon {
  position: relative;
}
.select-with-icon .current {
  padding-left: 30px;
}
.select-with-icon img {
  display: none;
}
.select-with-icon i {
  position: absolute;
  top: 12px;
  left: 25px;
  font-size: 16px;
  color: gray;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: blue;
}

.nice-select:after {
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 12px;
  max-height: 150px;
}

.nice-select .list.style {
  max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  line-height: 2;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 600;
  color: blue;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.suggestions-container {
  z-index: 5;
  min-width: 50%;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 12px;
}
.suggestions-container ul li:hover {
  background: whitesmoke;
}
.suggestions-container .list-group-item {
  position: relative;
}
.suggestions-container .list-group-item .property-autocomplete-title {
  padding-left: 20px;
  font-style: italic;
  color: blue;
}
.suggestions-container .list-group-item .property-autocomplete-title::after {
  font-style: normal;
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 14px;
}
.suggestions-container .list-group-item .property-autocomplete-title:hover {
  color: blue;
}

.suggestions-container .list-group-item {
  cursor: pointer;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.header-hamburger {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  position: relative;
}

.dropdown-menu {
  display: none; /* Hidden by default */
  background-color: #333;
  color: white;
  position: absolute;
  top: 100%; /* Positioned right under the hamburger button */
  left: 0;
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  z-index: 1; /* Ensure it's on top of other content */
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu ul li {
  padding: 10px;
  text-align: center;
}

.dropdown-menu ul li a {
  color: white;
  text-decoration: none;
}

.dropdown-menu.show {
  display: block;
  max-height: 300px; /* Adjust based on menu items */
  opacity: 1;
}

/* Simple rotation for hamburger icon */
.hamburger-active {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.mySwiper {
  width: 100%;
  max-height: 450px; /* Maximální šířka slideru */
  margin: auto;
  border-radius: 1rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/11; /* Poměr stran 16:9 */
  overflow: hidden; /* Skryje přesahy obrázku */
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Obrázek vyplní celý slide a zachová poměr stran */
}

.swiper-button-prev, .swiper-button-next {
  color: #e82424 !important;
  font-weight: 900;
}

.swiper-foto-counter {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 99;
  color: white;
  display: flex;
  align-items: center;
  text-shadow: 0 0 0.5rem black;
}

.main-content__box {
  padding: 25px;
  background-color: white;
  text-wrap: nowrap;
  border-radius: 8px;
  /*font-weight: 700;*/
  box-shadow: 0px 0px 80px #0B2A63;
  text-align: center;
  width: fit-content;
}
.main-content__box h5 {
  color: gray;
}
.main-content__box .auth-cotent__forgot {
  text-align: right;
}
.main-content__box .auth-cotent__footer {
  margin-top: 1rem;
  display: block;
}
.main-content__box .logo {
  border-bottom: 1px solid lightgray;
  justify-content: center;
  padding-bottom: 10px;
}

.auth-temporary .campnou img {
  margin-top: 20px;
  width: 60px;
  opacity: 0.2; /* 50% průhlednost */
}

.auth-temporary__content,
.auth-temporary__dots {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: lightgray;
}
.auth-temporary__content label,
.auth-temporary__dots label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.auth-temporary__dots {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem; /* Vzdálenost mezi tečkami */
  /* Animace se zpožděním pro každou tečku */
}
.auth-temporary__dots span {
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  background: lightgray;
  border-radius: 50%;
  animation: bounce 3s infinite;
}
.auth-temporary__dots span:nth-child(1) {
  animation-delay: 0s;
}
.auth-temporary__dots span:nth-child(2) {
  animation-delay: 0.6s;
  margin: 0 5px;
}
.auth-temporary__dots span:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Výchozí pozice */
  }
  40% {
    transform: translateY(-10px); /* Pohyb směrem nahoru */
  }
  60% {
    transform: translateY(-5px); /* Lehce dolů */
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0; /* Na začátku a konci budou neviditelné */
  }
  50% {
    opacity: 1; /* Uprostřed animace budou zcela viditelné */
  }
}
.vehicles-price-info {
  padding: 2rem;
  border-radius: 2rem;
  background: #ffd000;
}

.crane-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 31rem;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.crane-card:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 1rem solid rgba(211, 211, 211, 0.5);
}
.crane-card:hover .crane-card-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.crane-card-header {
  width: 100%;
  height: 4rem;
  background: white;
  border-radius: 1rem 1rem 0 0;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  color: black;
  justify-content: space-between;
}

.crane-card-header-items {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
  min-width: 140px;
}

.crane-card-header-item {
  display: flex;
  align-items: center;
}

.crane-card-img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.crane-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Obrázek vyplní celý slide a zachová poměr stran */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.crane-card-badges {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

.crane-card-badge {
  width: fit-content;
  padding: 0.4rem 0.6rem;
  border-radius: 2rem;
  background: #ffd000;
  border: 1px solid white;
  line-height: 1;
  color: black;
  font-size: 0.8rem;
  font-weight: 500;
}

.crane-card-footer {
  width: 100%;
  height: 7rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 1rem 1rem;
  display: flex;
  align-items: center;
  color: black;
}

.crane-card-footer-item {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.crane-card-footer-item:first-of-type {
  border-right: 3px dotted lightgray;
}

.crane-card-weight {
  position: absolute;
  top: 7rem;
  right: 3rem;
}

.crane-card-weight__item {
  position: relative;
}
.crane-card-weight__item .crane-card-weight__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e82424;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.crane-card-weight__item .crane-card-weight__item-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -24%);
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
  line-height: 1;
}

#Czech_Republic path {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*# sourceMappingURL=app.css.map */
