@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');


/* Globální kontejner */
@media (max-width: 768px) {

  * {
    box-sizing: border-box;
  }

}
.main-content {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
   padding-left: 20px;
    padding-right: 20px;
 
}
@media (max-width: 768px) {

  .main-content {
    padding-left: 0;
    padding-right: 0;
  }

}
.container {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  
}
@media (max-width: 768px) {

  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

}
.container_single{
  padding-top: 35px;
}
.kontejner_zahlavi{
  margin-bottom: 15px;
}


:root {
  /* Barvy */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #7A7C7F;
  --color-red: #D1232A;
  --color-grey-light: #D9D9D9;
  --color-grey-bg: #F2F2F2;

  /* Písmo */
  --font-main: "Open Sans", sans-serif;
   a {
  color: #D1232A;
  text-decoration: underline;
}

a:hover {
  text-decoration: none !important;
  color: #7a7c7f;
}

  /* Velikosti a váhy textů */
  --headline-1-size: 28px;
  --headline-2-size: 24px;
  --headline-3-size: 20px;
  --headline-4-size: 18px;
   --headline-5-size: 14px;


  --headline-line-height: 121.5%;
  --body-line-height: 140%;

  --body-1-size: 16px;
  --body-2-size: 15px;
  --body-3-size: 12px;
  --body-4-size: 10px;

  --weight-bold: 700;
  --weight-semibold: 500;
  --weight-regular: 400;
}
body {
  font-family: var(--font-main);
  font-weight: var(--weight-regular);
  font-size: var(--body-1-size);
  line-height: var(--body-line-height);
  color: var(--color-black);
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}
h1 {
  font-size: var(--headline-1-size);
  font-weight: var(--weight-semibold);
  line-height: var(--headline-line-height);
  font-family: var(--font-main);
}

h2 {
  font-size: var(--headline-2-size);
  font-weight: var(--weight-semibold);
  line-height: var(--headline-line-height);
  font-family: var(--font-main);
}

h3 {
  font-size: var(--headline-3-size);
  font-weight: var(--weight-semibold);
  line-height: var(--headline-line-height);
  font-family: var(--font-main);
}

h4 {
  font-size: var(--headline-4-size);
  font-weight: var(--weight-semibold);
  line-height: var(--headline-line-height);

font-family: var(--font-main);
}


/* ------------------------------------- */
/* 1️⃣  Registrační tlačítka */
/* ------------------------------------- */

/* Červené */

 .btn--register-red {
  background: #d1232a;
  font-family: var(--font-main);
  color: #fff !important;;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 26px 16px 26px;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
    display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--font-main);
 
  transition: all 0.2s ease;
}


.btn--register-red:hover {
  background: #fff;
  color: #7a7c7f!important;
  border: 1px solid #7a7c7f;
}
/* Bílé */

.btn--register-white {
  background: #fff;
  font-family: var(--font-main);
  color: #d1232a;
  border: 1px solid #d1232a;
  font-weight: 500;
  font-size: 15px;
 padding: 14px 26px 16px 26px;
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
   display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--font-main);
 
  transition: all 0.2s ease;
}


.btn--register-white:hover {
  background: #d1232a;
  color: #fff !important;
}


.btn--prodlouzit-red {
  background: #d1232a;
  font-family: var(--font-main);
  color: #fff;
 border: 1px solid transparent;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 63px 16px 63px;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
}

.btn--prodlouzit-red:hover {
  background: #fff;
  color: #7a7c7f;
  border: 1px solid #7a7c7f;
}
input.btn--profil-red {
  appearance: none;
  -webkit-appearance: none;

  border-radius: 30px; 
}
.btn.btn--profil-red{
  background-color: #d1232a;
  color: #fff!important;
   border: 1px solid transparent;
  padding: 10px 25px;
  font-family: var(--font-main);
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
   min-width: 110px;
   text-align: center;
}
.btn.btn--profil-red:hover
{
 background: #fff;
  color: #7a7c7f !important;
  border: 1px solid #7a7c7f;
}
.btn.btn--red{
  background-color: #d1232a;
  color: #fff!important;
   border: 1px solid transparent;
  padding: 6px 16px;
  font-family: var(--font-main);
  border-radius: 21px;
font-weight: 500;
 font-size: 13px;
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
   min-width: 110px;
   text-align: center;
}
.btn.btn--red:hover
{
 background: #fff;
  color: #7a7c7f !important;
  border: 1px solid #7a7c7f;
}
.btn.btn--profil-white {
  background-color: #fff;
  color: #d1232a;
 border: 1px solid #d1232a;
  padding: 10px 25px;
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
 font-family: var(--font-main);
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
   min-width: 110px;
   text-align: center;
}
.btn.btn--profil-white:hover
{
   background: #d1232a;
  color: #fff;
}


.btn--prodlouzit-red {
  background: #d1232a;
  font-family: var(--font-main);
  color: #fff;
 border: 1px solid transparent;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 63px 16px 63px;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
}

.btn--prodlouzit-red:hover {
  background: #fff;
  color: #7a7c7f;
  border: 1px solid #7a7c7f;
}
.btn--profil-red{
  background-color: #d1232a;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-family: var(--font-main);
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
min-width: 110px;
text-align: center;
}


.btn--profil-red:hover {
  background: #fff;
  color: #7a7c7f;
  border: 1px solid #7a7c7f;
}
.btn--profil-white{
  background-color: #fff;
  color: #d1232a;
 border: 1px solid #d1232a;
  padding: 10px 25px;
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
 font-family: var(--font-main);
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
min-width: 110px;
text-align: center;
}

.btn--profil-white:hover {
   background: #d1232a;
  color: #fff;
}
/* ------------------------------------- */
/* 2️⃣  Tlačítko pro uložení změn */
/* ------------------------------------- */

.btn--save {
  background-color: var(--color-red);
  color: var(--color-white);
  font-weight: var(--weight-bold);
  font-family: var(--font-main);
  font-size: 16px;
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
}

.btn--save:hover {
  background-color: var(--color-white);
  color: var(--color-grey);
  border-color: var(--color-grey);
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
}
/* ------------------------------------- */
/*HEADER PRO NEPŘIHLÁŠENÉ - MOBIL
/* ------------------------------------- */


.header-mobile {
  display: none;
  background: white;  
}

/* TOP ROW */
.header-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding: 30px 20px 30px;
}

/* SEARCH ROW */
.header-mobile__search-row {
  display: flex;
  align-items: center;
background: #efefef; 
 padding: 0px ;
  
}
.header-mobile__search-row_log {
  display: flex;
  align-items: center;
background: #fff; 
 padding: 0px ;
  
}

.site-logo img {
  height: 60px; 
}

/* SEARCH BOX */
.search-box {
  flex: 1;
  display: flex;
  align-items: center;
  background: #D1232A;
  color: white;
  padding: 15px 20px;
 border-radius: 0 30px 30px 0;
}
.search-box_log {
   max-width: 70%; 
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  color: #7A7C7F;
  padding: 15px 20px;
 border-radius: 0 30px 30px 0;
   border: solid 1px;
}
.search-box input {
  border: none;
  background: transparent;
  color:#fff;
  margin-left: 10px;
  width: 100%;
  outline: none;
  font-size: 15px;
}
.search-box_log input {
  border: none;
  background: transparent;
  color: #7A7C7F;
  margin-left: 10px;
  width: 100%;
  outline: none;
  font-size: 15px;
}

.search-box input::placeholder {
  color: white;
}

.search-box_log input::placeholder {
  color: #7A7C7F;
}
.search-box img {
  width: 18px;
  margin-right: 10px;
}
.search-box_log img {
  width: 18px;
  margin-right: 10px;
}

/* BURGER */
.icon-burger {
  margin-left: 60px;  
  margin-right: 25px; 
  background: none;
  border: none;
}
.icon-burger_log {
  margin-left: 50px;
 max-width: 20%; 
  background: none;
  border: none;
  flex: 1;
  display: flex;
  align-items: center;
  background: #D1232A;
  color: white;
  padding: 15px 40px;
 border-radius: 30px 0px 0px 30px;
}



/* USER ICON */
.icon-user {
  background: none;
  border: none;
}

.icon-user img {
  width: 38px;
}
/*menu po rozkliku*/

.mobile-menu {

  inset: 0;
  background: #D1232A;
  color: white;
 display: none;
  flex-direction: column;
  padding: 30px 30px;
  z-index: 9999;
  border-radius: 0 0 30px 30px; 
}
.menu-close {
  background: none;
  border: none;
color: white;    
  font-size: 32px; 
  line-height: 1;
cursor: pointer;
}

.mobile-menu.active {
  display: flex;
}

/* top */
.mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* menu list */
.mobile-menu__list {
  list-style: none;
  padding: 20px 0;
  text-align: center;
}

.mobile-menu__list li {
  margin: 20px 0;
}

.mobile-menu__list a {
  color: white;
  font-size: 16px;
  text-decoration: none !important;
}

/* search dole */
.mobile-menu__search {
  margin-top: auto;
  background: #eee;
  border-radius: 30px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  
}

.mobile-menu__search input {
  border: none;
  background: transparent;
  margin-left: 10px;
  width: 100%;
  font-size: 15px;
}
/* ------------------------------------- */
/*HEADER PRO PŘIHLÁŠENÉ - MOBIL
/* ------------------------------------- */

.header-mobile__search-row_log {
  display: flex;
  align-items: center;
background: #fff; 
 padding: 0px ;
  
}

/* SEARCH BOX */

.search-box_log {
   max-width: 70%; 
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  color: #7A7C7F;
  padding: 15px 20px;
 border-radius: 0 30px 30px 0;
   border: solid 1px;
}

.search-box_log input {
  border: none;
  background: transparent;
  color: #7A7C7F;
  margin-left: 10px;
  width: 100%;
  outline: none;
  font-size: 15px;
}



.search-box_log input::placeholder {
  color: #7A7C7F;
}

.search-box_log img {
  width: 18px;
  margin-right: 10px;
}

/* BURGER */

.icon-burger_log {
  margin-left: 50px;
 max-width: 20%; 
  background: none;
  border: none;
  flex: 1;
  display: flex;
  align-items: center;
  background: #D1232A;
  color: white;
  padding: 15px 40px;
 border-radius: 30px 0px 0px 30px;
}


/*PO ROZKLIKNUTÍ*/
/* celý panel */
.mobile-user-menu {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 30px 30px;
  border: 1px solid #D1232A;
 box-shadow: 0 11px 32px rgba(0, 0, 0, 0.5);
margin-bottom: 40px;
}

/* top */
.mobile-user-menu__top {
  display: flex;
  justify-content: flex-end;
}

/* close */
.mobile-user-menu .menu-close {
  background: none;
  border: none;
  color: #D1232A;
  font-size: 28px;
}

/* list */
.mobile-user-menu__list {
  margin-top: 20px;
}

/* item */
.mobile-user-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
  flex-direction: column; 
}
.arrow,
.arrow-placeholder {
  width: 16px; 
  display: inline-block;
}
.mobile-submenu {
  margin-right: 45px;
  text-align: left;
  align-self: flex-end; 
}
.item-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mobile-submenu a {
  display: block;
  padding: 4px 0;
  text-align: left;
}

/* ikonka vlevo */
.mobile-user-menu__item img:first-child {
  width: 28px;
}

/* text */
.mobile-user-menu__item span {
  flex: 1;
  margin-left: 15px;
}

/* šipka vpravo */
.mobile-user-menu__item .arrow {
  width: 14px;
}
.mobile-item__top {
  display: flex;
  justify-content: center;
}

.mobile-submenu {
  display: none;
}

.mobile-user-menu__item.active .mobile-submenu {
  display: block;
}

/* footer */
.mobile-user-menu__footer {
  border-top: 1px solid #D1232A;
  margin-top: 20px;
  padding-top: 15px;

  display: flex;
  justify-content: space-between;
}
.mobile-user-menu__footer {
  border-top: 1px solid #D1232A;

  margin-left: -20px;
  margin-right: -20px;

  padding: 15px 30px 0;
}





/* RESPONSIVE */
@media (max-width: 768px) {

  .header__top,
  .nav-bar {
    display: none !important;
  }

  .header-mobile {
    display: block !important;
  }
  
}
/* ------------------------------------- */
/*HEADER PRO NEPŘIHLÁŠENÉ - HOME PAGE
/* ------------------------------------- */
.header {
  background: #fff;

}

.header__top {
  position: relative;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 34px 0;
}

.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  width: 100%;
padding-left: 20px;
padding-right: 20px;
}

.site-logo {
  display: inline-block;
  text-decoration: none !important;

   image-rendering: -webkit-optimize-contrast; /* Safari / Chrome */
  image-rendering: crisp-edges; /* Firefox */
  image-rendering: pixelated; /* fallback */
}

.site-logo img {
  display: block; /* odstraní mezery pod obrázkem */
}


.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px; 
  margin-left: auto; 
}

/* přepínač mimo container, ale zarovnaný s tlačítky */
.lang-switch {
  position: relative; 
  width: 66px;
  height: 36px;
  background: #7A7C7F;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px;
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.13);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: white;
  cursor: pointer;
  margin-left: 20px; 
}

.lang-switch__option {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
.lang-switch__option {
  text-decoration: none !important;
  color: inherit;
}
#ctl00_langLink:hover {
  text-decoration: none !important;
}


.lang-switch__option:hover {
  text-decoration: none !important;
}
#ctl00_langLink{
  text-decoration: none !important;
}

.lang-switch__option.active {
  color: #7A7C7F;
}

/* kolečko */
.lang-switch::before {
  content: "";
  position: absolute;
  transform: translateY(calc(-50% + 15px)); 
  left: 5px; /* default = CZ */
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* když je EN aktivní → posun */
.lang-switch.en-active::before {
  transform: translate(34px, calc(-50% + 15px));
}

.nav-bar {
  width: 100%;
  background: transparent;
}

.nav-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
 
}

/* Levá část */
.nav-left {
  background: var(--color-red);
  height: 50px;
  display: flex;
  align-items: center;
  flex: 1; 
  border-radius: 0;
  box-sizing: border-box;

 margin-left: calc(-1 * (100vw - 1380px) / 2);
margin-right: calc(-1 * (100vw - 1380px) / 2);
  padding-left: calc((100vw - 1380px) / 2);

 
}
@media (max-width: 1380px) {
  .nav-left {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px; 
  }
}

.nav-menu {
  display: flex;
  gap: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
 
}

.nav-menu a {
  color: var(--color-white);
  text-decoration: none !important;
  font-weight: var(--weight-semibold);
  font-size: var(--body-2-size);
  transition: opacity 0.2s ease;
}

.nav-menu a:hover {
  opacity: 0.8;
  color: var(--color-white)!important;
  text-decoration: underline!important;
}


/* === PRAVÁ ČÁST: VYHLEDÁVÁNÍ === */
.nav-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px; 
  height: 50px;
  flex: 0 0 10%; 
  background: #fff;
  border: 1px solid #7a7c7f;
  border-radius: 60px;
  padding: 0 3px; 
  margin-left: -40px; 
  box-sizing: border-box;
}

 .btn--red-outline {
  width: 215px;
  height: 44px;
  background: #D1232A;
  color: #fff !important;
   border: 1px solid transparent;
  border-radius: 50px;
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  font-size: 15px;
 
  cursor: pointer;
  transition: all 0.2s ease;
 
}

/* Hover – stejný jako u red tlačítek */
.btn--red-outline:hover {
  background: #fff;
  color: #7A7C7F!important;
  border: 1px solid #7A7C7F;
}
.search-field {
  position: relative;
  width: 470px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
}

.search-field input {
  width: 100%;
  height: 100%;
  border: 1px solid #7A7C7F;
  border-radius: 50px;
  padding: 0 20px 0 50px; /* víc místa vlevo pro ikonu */
  font-family: "Open Sans", sans-serif;
  font-weight: 600; 
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #7A7C7F;
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.10);
outline: none;
  box-sizing: border-box;
  background-color: #fff;
}

.search-field input::placeholder {
  color: #7A7C7F;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/* Pro ten nový header, kde není vyhledávání */
.nav-search_custom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  flex: 0 0 10%;
  background: #D1232A;
  border-radius: 0 60px 60px 0;
  padding: 0 7px;
  margin-left: 0;
  box-sizing: border-box;
  position: relative;
}

.search-field-custom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 480px;
  position: relative;
}

/* ------------------------------------- */
/* HEADER PRO PŘIHLÁŠENÉHO UŽIVATELE */
/* ------------------------------------- */

/* === USER MENU KONTEJNER === */
.user-menu {
  background: #fff;
  border: 1px solid #d1232a;
  border-radius: 21px;
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.13);
  height: 101px;
  margin-left: auto;
}

.user-menu__inner {
  display: grid;
  justify-content: center; 
  gap: 8px; 
  width: 100%;
  height: 100%;
  grid-auto-flow: column;
grid-auto-columns: 130px;
}
/* === OBECNÉ POLOŽKY MENU === */
.user-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #d1232a;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: color 0.2s ease;
  border-right: 1px solid transparent; 
}

.user-menu__item:hover {
  color: #a9151b;
}

.user-menu__item img {
  width: auto;
  height: auto;
}

/* === ŠIPKY === */
.user-menu__arrow,
.arrow-down {
  width: 9px !important;
  height: 9px !important;
  margin-left: 4px;
  vertical-align: middle;
  object-fit: contain;
}

/* === VERTIKÁLNÍ ČÁRA === */
.user-menu__profile {
  border-left: 1px solid #d1232a;
  padding-left: 25px;
  align-items: flex-start;
}

/* ------------------------------------- */
/* DROPDOWN BLOK (O SLUŽBĚ) */
/* ------------------------------------- */
.user-menu__dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* Tlačítko dropdownu */
.dropdown-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #d1232a;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  gap: 6px;
  padding: 17px 0; 
  transition: all 0.3s ease;

  width: 100%;   
  height: 100%;  
}

.dropdown-toggle img {
  width: auto;
  height: auto;
  margin: 0;
}

/* sjednocení textů */
.user-menu__item span,
.dropdown-toggle span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #d1232a;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.user-menu__item,
.dropdown-toggle,
.dropdown-menu a {
  font-family: 'Open Sans', sans-serif;
}
.user-menu__item img,
.dropdown-toggle img {
  width: 40px;
  height: 40px;

}


/* === DROPDOWN MENU === */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%; 
  background: #fff;
  border: 1px solid #d1232a;
  border-top: none;
  border-radius: 0 0 21px 21px;
  box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.13);
  padding: 5px 0;
  text-align: center;
  z-index: 10;
  overflow: hidden; 
  
}

.dropdown-menu a {
  display: block;
  color: #d1232a;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500;
   padding: 6px 0;
  line-height: 1.4;
  transition: background 0.2s ease;
}

.dropdown-menu a:has(br) {
  line-height: 1.2;
}

.dropdown-menu a:hover {
  background: #f2f2f2;
 
}

/* === AKTIVNÍ (ROZKLIKNUTÝ) STAV === */


.user-menu__dropdown.active .dropdown-toggle {
  background: #d1232a;
  color: #fff;
  border-radius: 21px 21px 0 0; /* hladké napojení na dropdown */
}

.user-menu__dropdown.active .dropdown-toggle span {
  color: #fff;
}

.user-menu__dropdown.active .dropdown-toggle img,
.user-menu__dropdown.active .arrow-down {
  filter: brightness(0) invert(1);
}

.user-menu__dropdown.active .arrow-down {
  transform: rotate(180deg);
}

.user-menu__dropdown.active .dropdown-menu {
  display: block;
  width: 100%; /* stejné jako tlačítko */
}


/* ------------------------------------- */
/* PROFIL (PRAVÁ STRANA) */
/* ------------------------------------- */
.user-menu__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding-right: 20px;
}

.user-menu__name {
  font-weight: 700;
  color: #d1232a;
  line-height: 1.2;
}

.user-menu__logout {
  color: #d1232a;
  font-size: 14px;
  text-decoration: none !important;
}

.user-menu__logout:hover {
  text-decoration: underline;
}
.user-menu__item {
  text-decoration: none !important;
}

.user-menu__item span {
  text-decoration: none !important;
}
a.user-menu__item,
a.user-menu__item span {
  text-decoration: none !important;
}
/* ------------------------------------- */
/* FOOTER
/* ------------------------------------- */
.footer {
  background: #fff;
  border-top: 1px solid #7A7C7F;
  box-shadow: 0px 52px 243.2px rgba(0, 0, 0, 0.21);
  padding: 20px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;

  margin: 0 auto;
}

/* levá část s logy */
.footer__left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer__logos a {
  display: inline-flex;
  align-items: center;
}

.footer__logo {
  max-height: 50px; /* jen horní limit, ne pevná výška */
  height: auto;
  width: auto;
 transition: opacity 0.2s ease;
  image-rendering: -webkit-optimize-contrast; /* Safari / Chrome */
  image-rendering: crisp-edges; /* Firefox */
  image-rendering: pixelated; /* fallback */
}

.footer__logo:hover {
  opacity: 0.8;
}

.footer__divider {
  width: 1px;
  height: 59px;
  background-color: #7A7C7F;
}

/* pravá část s kontakty */
.footer__right {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  top: -3px;
}

.footer__title {
  color: #D1232A;
margin:0;
  font-weight: 600;
  font-size: 14px;
  font-weight: (--weight-semibold);
}

.footer__col p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  font-weight: (--weight-semibold);
}

.footer__col a {
  color: var(--color-black);
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer__col a:hover {
  color: var(--color-red);
}
.footer__container {
  max-width: 1380px;
margin: 20px auto 0 auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
 
  gap: 20px;
}


.footer__left-column {
  display: flex;
  flex-direction: row; 
  align-items: center;
  gap: 16px;
}

.footer__social a {
  margin-right: 12px;
}

.footer__links a {
  color: #7A7C7F;
  text-decoration: none !important;
  margin: 0 6px;
  font-size: 12px;
}

.footer__payments img {
  max-height: 36px;
}

.footer__copyright {
  font-size: 10px;
  color: #7A7C7F;
  text-align: right;
  max-width: 350px;
}
@media (max-width: 768px) {

  .footer {
    padding: 30px 20px;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  /* LOGA */
  .footer__left {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .footer__divider {
    display: none;
  }

  .footer__logo {
    max-height: 40px;
  }

  /* KONTAKTY */
  .footer__right {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  /* SPODNÍ ČÁST */
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer__left-column {
    flex-direction: column;
    gap: 10px;
  }

  .footer__payments img {
    max-width: 220px;
    height: auto;
  }

  .footer__copyright {
    max-width: 100%;
    text-align: center;
  }

}
/* ------------------------------------- */
/* HOME PAGE
/* ------------------------------------- */


/* === ROZLOŽENÍ SLOUPCŮ === */
.intro {
  display: flex;
  justify-content: space-between;

align-items: start;
  gap: 40px;
  padding-top: 25px;
}
.intro-center{
  display: flex;
  justify-content: space-between;

align-items: center;
  gap: 40px;
  padding-top: 25px;
}
@media (max-width: 768px) {

  .intro
  {
    flex-direction: column;   
    gap: 20px;   
    justify-content: flex-start;

            
  }

  .intro__left_home,
  .intro__left,
  .intro__right {
    width: 100%;             
  }

}
.cols-prodlouzeni {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-top: 15px;
}

.cols-prodlouzeni__left {
 width: 35%;

}

.cols-prodlouzeni__right {
  width: 65%;
}


/* === PRODLOUŽENÍ BOX === */
.prodlouzeni-box {
  background: #fff;
  border: 1px solid #d1232a;
  border-radius: 30px;
  box-shadow: 10px 10px 69px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
   height: 539px;
}
.prodlouzeni-box_left {
  background: #d9d9d9;
  border: 1px solid #d1232a;
  border-radius: 30px;
  box-shadow: 10px 10px 69px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
   height: 539px;
}

.prodlouzeni-box__header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  border-radius: 30px 30px 0 0;
}

.prodlouzeni-box__info {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  background-color: #F2F2F2;
}

.prodlouzeni-box__content {
  padding: 0 25px 20px 25px;
  
}

.prodlouzeni-box__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid #dcdcdc;
  padding: 12px 0;
  font-size: 15px;
}

.prodlouzeni-box__row:first-of-type {
  border-top: none;
}

.prodlouzeni-box__row input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #d1232a;
  flex-shrink: 0;
}

.prodlouzeni-box__row input[type="radio"]:checked + label {
  color: #d1232a;
  font-weight: 600;
}

/* === PLATEBNÍ METODY === */
/* === KONTEJNER === */
.prodlouzeni-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  gap: 40px;
}

/* === LEVÁ ČÁST (ZPŮSOB PLATBY) === */
.prodlouzeni-payment__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}
.prodlouzeni-payment__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}


 .pozice {
  display: block;
  margin-left: auto;
margin-right: 20px;
  margin-top: 20px;
}


.prodlouzeni-payment__option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.prodlouzeni-payment__option input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #d1232a;
  flex-shrink: 0;
}

.prodlouzeni-payment__option label {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.prodlouzeni-payment__option input[type="radio"]:checked + label {
  color: #d1232a;
}

/* === PRAVÁ ČÁST (TLAČÍTKO) === */
.prodlouzeni-payment__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}


.intro a {
  color: #d1232a;
  text-decoration: none !important;
  position: relative;
  font-weight: 500;
}

.intro a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #d1232a;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.2s ease;
}

.intro a:hover::after {
  transform: scaleX(0);
}

.intro a:hover {
  color: #7a7c7f;
}

.intro__left_home {
  flex: 1;
  padding-bottom: 40px;
 
  align-self: top;


}
.intro__left,
.intro__right {
  flex: 1 1 0;
  min-width: 0;
}
.intro__left-text{
     font-size: var(--headline-5-size, 14px);
      flex: 1;
}

.intro__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
}

.intro__icon {
  
  width: 23px;
  height: auto;

}
 
  
  


.intro__left p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.intro__left a {
  color: #d1232a;
  text-decoration: none !important;
  font-weight: 600;
}



.norms-box {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
 box-shadow: 10px 10px 69px 25px rgba(0, 0, 0, 0.1);
 margin-top: 10px;
 border: 1px solid #7A7C7F;
}
.box-normal {
 background: #fff;
  border-radius: 30px;
  overflow: hidden;
 box-shadow: 10px 10px 69px 25px rgba(0, 0, 0, 0.1);
 margin-top: 10px;
 border: 1px solid #7A7C7F;
}

.norms-box__header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  padding: 15px 25px;
  font-size: 16px;
    
 

}
.box__header {
  display: flex;
  align-items: center;
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  padding: 15px 25px;
  font-size: 16px;
 
}

.norms-box__content {
  padding: 3px;
}
.box__content{
  padding: 15px 20px;
}


.norms-box__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 20px;
  background: #fff;
 
}

.highlight-red {
  color: #d1232a;
  font-weight: 600;
}
 

.box__row {

 align-items: center;
  padding: 15px 20px;
  background: #fff;
   display: block; 
  line-height: 3.2;


}
.box__row_prodlouzeni
{

 align-items: center;
  padding: 15px 20px;
  background: #d9d9d9;
   display: block; 
  line-height: 3.2;
  margin-top: 50px;


}

.norms-box__row.alt {
  background: #F2F2F2;
   margin: 0 3px;
}

.norms-box__col strong {
  font-weight: 500;
}

.norms-box__links {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}

.norms-box__links a {
  color: #d1232a;
  font-size: 14px;
  text-decoration: none !important;
}

.norms-box__date {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
     margin-left: 20px;
}

.norms-box__footer {
  text-align: center;
  padding: 15px 0 20px;
   font-size: 14px; 
}

.norms-box__footer a {
  color: #d1232a;
  font-weight: 600;
  text-decoration: none !important;
}
.norms-box__col strong {
  font-weight: 600;
  font-size: 14px; 

  line-height: 1.4;
}
.norms-box__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  gap: 18px; 
}

.messages-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 69px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;

   border: 1px solid #7A7C7F;
}


.messages-box__header {
  display: grid;
  grid-template-columns: 1fr 150px 180px;
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  padding: 15px 25px;
   font-size: 16px;
}


.messages-box__row {
  display: grid;
  grid-template-columns: 1fr 150px 180px;
  align-items: center;
  padding: 12px 25px;
  font-size: var(--headline-5-size, 14px);
}
.messages-box__row.alt {
  background: #f5f5f5;
  
}




.messages-box__col.red {
  color: #d1232a;
  font-weight: 600;
}
.messages-box__header--6,
.messages-box__row--6 {
  display: grid;
  grid-template-columns: 170px 1fr 170px 170px 170px 170px;
  align-items: center;
  padding: 12px 25px;
  font-size: var(--headline-5-size, 14px);
  box-sizing: border-box; 
  width: 100%;
}
.messages-box__header--6 {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  
}


.messages-box__row--6.alt {
  background: #f5f5f5;
  
}
@media (max-width: 768px) {

  /* ===== TABULKA SE 6 SLOUPCI ===== */

  .messages-box__header--6,
  .messages-box__row--6 {

    grid-template-columns:
      80px
      1fr
      90px
      90px;

    padding: 12px 15px;
    font-size: 12px;
    gap: 10px;
  }

  /* schovat 5. a 6. sloupec */

  .messages-box__header--6 > :nth-child(5),
  .messages-box__header--6 > :nth-child(6),

  .messages-box__row--6 > :nth-child(5),
  .messages-box__row--6 > :nth-child(6) {

    display: none;
  }



  /* ===== KLASICKÝ MESSAGE BOX ===== */

  .messages-box__header:not(.messages-box__header--6),
  .messages-box__row:not(.messages-box__row--6) {

    padding: 12px 15px;
  }

  /* HEADER */

  .messages-box__header:not(.messages-box__header--6) {

    grid-template-columns: 1fr;
  }

  /* header schová 2 a 3 */

  .messages-box__header:not(.messages-box__header--6) > :nth-child(2),
  .messages-box__header:not(.messages-box__header--6) > :nth-child(3) {

    display: none;
  }

  /* přejmenování headeru */

  .messages-box__header:not(.messages-box__header--6) > :first-child {

    font-size: 0;
  }

  .messages-box__header:not(.messages-box__header--6) > :first-child::before {

    content: "Zprávy";
    font-size: 16px;
  }



  /* ROWS */

  .messages-box__row:not(.messages-box__row--6) {

    grid-template-columns: 1fr 90px;

    gap: 15px;

    align-items: start;
  }

  /* schovat jen Přečtená */

  .messages-box__row:not(.messages-box__row--6) > :nth-child(2) {

    display: none;
  }

}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.pagination .page {
  color: #d1232a;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.pagination .page:hover {
  color: #a9151b;
}

.pagination .page.active {
  background: #d1232a;
  color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.pripravujeme-box__row {
  display: grid;
  grid-template-columns: 20% 20% 60%; /* první dva užší, poslední širší */
  align-items: center;
  padding: 12px 20px;
 
   font-size: var(--headline-5-size, 14px);
}
.pripravujeme-box__row.alt {
  background: #f6f6f6;
   margin-left: 3px;
  margin-right: 3px;
}
.pripravujeme-box__header{
  display: grid;
  grid-template-columns: 1fr 150px 180px;
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  padding: 15px 25px;
   font-size: 16px;
   
}
@media (max-width: 768px) {

  .pripravujeme-box__row {
    grid-template-columns: 1fr;

    gap: 8px;

    padding: 18px 20px;
  }

}

/* ------------------------------------- */
/* Jak začít stránka*/
/* ------------------------------------- */

  
  
  /* === HLAVIČKA SEKCE === */
  .faq-body{
  position: relative;
}

.aq-answer__btn{
  position: absolute;
  top: 40px;
  right: 30px;
color: #fff !important;
  text-decoration: none !important;
  padding: 6px 10px!important;
}
.aq-answer__btn:hover{
 
color: #7a7c7f!important;

}
.faq-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;

 
}
.center__header{
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.center__header h1 {
 font-size: 28px;
 
}
.faq-page__header h1 {
 font-size: 28px;
 
}


.faq-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 269px;
  height: 44px;
  border: 1px solid #D1232A;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
}

.faq-search__icon {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.faq-search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 45px; 
  font-size: 15px;
  font-weight: 600;
  color: #D1232A;
  box-sizing: border-box;
  background: transparent;
}
.faq-search input::placeholder {
  color: #D1232A;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {

  .faq-search input {
    font-size: 13px;
  }

  .faq-page__subtitle {

    display: inline-block;

    font-size: 18px !important;

  }
  .highlight-red {
    font-size: 20px !important;
  }

}

/* === OBECNÉ === */
.faq-section-title {
  font-weight: 600;
  font-size: 24px;
 padding-top: 45px;
 padding-bottom: 15px;
  
}

/* ŠIPKA NA CELOU ŠÍŘKU */
.faq-divider {
  display: block;
  width: 1380px;      
  max-width: 100%;   
  height: auto;       
  margin: 30px auto 0;
}

/* UŽŠÍ ŠIPKA */
.faq-divider-uzky {
  display: block;
  width: 846px;     
  max-width: 100%;
  height: auto;
  margin: 30px auto 0;
}

/* === FAQ ITEM === */



/* horní ovál */


.faq-item.active .faq-question {
  background: #D1232A;
  color: #fff;
  border-color: #D1232A;
}

.faq-toggle-icon {
  width: 33px;
  height: 33px;
  object-fit: contain;
  flex-shrink: 0;
}

.faq-item {
  margin-bottom: 35px;
  border-radius: 50px;
  box-shadow: 0 4px 12.3px rgba(0, 0, 0, 0.13);
overflow: visible; 
  position: relative;
  transition: all 0.3s ease;
  
}

/* horní ovál */
.faq-question {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9em;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
 align-items: flex-start;
  border: 1px solid #7A7C7F;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2; 
  text-align: left;   
}


.faq-text {
  flex: 1;
}

.faq-item.active .faq-question {
  background: #D1232A;
  color: #fff;
  border-color: #D1232A;
}

/* bílý box */
.faq-answer {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: -10px; 
  padding-top: 20px; 
  border: 1px solid #7A7C7F;
  border-top: none;
  border-radius: 0 0 30px 30px;
  padding: 25px 35px;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq-body {
  margin-top: -20px; 
  overflow: hidden; 
  max-height: 0; 
  transition: max-height 0.4s ease, margin-top 0.3s ease;
}

.faq-item.active .faq-body {
  max-height: 1000px; /* dost velké číslo, aby pobralo i dlouhé texty */
  margin-top: -20px; 
}
.faq-answer__title {
  color: #D1232A;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.faq-answer__block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.faq-answer__icon img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.faq-answer__content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.faq-answer__content ol {
  margin: 0;
  padding-left: 20px;
}

.faq-answer__content li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.faq-answer a {
  color: #D1232A;
  text-decoration: underline;
}

.faq-answer a:hover {
  text-decoration: none !important;
}
/* === STRÁNKA PROFIL UŽIVATELE === */

/* === KONTEJNER === */
.registrace-box {
  width: 846px;
  margin: 0 auto;
  border: 1px solid #d1232a;
  border-radius: 21px;
  overflow: hidden;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
}

/* === HLAVIČKA (PRO RADIO BUTTONY) === */
.registrace-header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  border-radius: 19px 19px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap: 15px;
  font-size: 14px; 
}

/* === RADIO SKUPINA === */
.registrace-header label {
  font-size: 12px; /* text u jednotlivých voleb */
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

/* === VZHLED RADIO BUTTONŮ === */
.registrace-header input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* === PO ZAŠKRTNUTÍ === */
.registrace-header input[type="radio"]:checked {
  background: #d1232a;
  box-shadow: 0 0 0 2px #fff inset;
}

/* === OBSAH === */
.registrace-box__content {
  display: flex;
  flex-direction: column;
}

/* === ŘÁDKY === */
.registrace-box__row {
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 0 20px;
  align-items: center;
  min-height: 60px;
  font-size: 15px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.registrace-box__row.alt {
  background: #f5f5f5;
  margin: 0 3px; /* efekt “nedotažení” */
  border-radius: 3px;
}

/* === POPISKY A HODNOTY === */
.registrace-box__label {
  color: #7a7c7f;
  font-weight: 600;
}

.registrace-box__value {
  font-weight: 600;
  color: #000;
}
.kontejner-profil {
  width: 846px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;            
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {

  .kontejner-profil {

    width: 100%;

    padding-left: 20px;
    padding-right: 20px;

    box-sizing: border-box;

    margin-top: 20px;

    gap: 20px;
   

    display: flex;

    flex-direction: column;

    gap: 20px;

    padding: 0 20px;

    box-sizing: border-box;

  }
  }




.profil__left {
 flex: 0 0 auto;;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.profil__right {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* === STYL CHECKBOXŮ === */
.profil__option input[type="checkbox"] {

  appearance: none;

  width: 16px;

  height: 16px;

  border: 1px solid #aaa;

  display: inline-block;

  vertical-align: middle;

  margin-right: 6px;

  position: relative;

  cursor: pointer;

}
/* fajfka po zaškrtnutí */

.profil__option input[type="checkbox"]:checked::before {

  content: '';

  position: absolute;

  left: 3px;

  top: -1px;

  width: 6px;

  height: 10px;

  border: solid #d1232a;

  border-width: 0 3px 3px 0;

  transform: rotate(45deg);

}

.profil__option label {
  font-size: 14px;
  font-weight: 600;
  cursor: dafault;
  color: #333;
}

.profil__option {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* === STRÁNKA PODROBNÉ VYHLEDÁVÁNÍ === */

/* === HLAVIČKA === */
.vyhledavani-header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  border-radius: 19px 19px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap: 25px;
  font-size: 14px;
}

.vyhledavani-options {
  display: flex;
  align-items: center;
  gap: 25px;
}

.vyhledavani-options label {
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.vyhledavani-options input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vyhledavani-options input[type="radio"]:checked {
  background: #d1232a;
  box-shadow: 0 0 0 2px #fff inset;
}
@media (max-width: 768px) {

  .form-header {
   display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .vyhledavani-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .vyhledavani-options label {
    width: 100%;
  }
  .vyhledavani-options input[type="radio"] {
  appearance: none;
  width: 12px;
  height: 12px;
 
}
.vyhledavani-header{
   display: flex;
    align-items: flex-start;
    gap: 15px;
  }
   .vyhledavani-header span {

    min-width: 140px;

  }

}
/* === OBSAH === */
.editace-box table {
  border: none;
}
.editace-box{
  position: relative;             
  width: 846px;
  margin: 0 auto;
  border-radius: 21px;
 overflow: visible;               
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
}
.editace-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;                       
  border: 1px solid #D9D9D9;
  border-radius: 21px;
  pointer-events: none;
  box-sizing: border-box;          
  z-index: 10;
}
@media (max-width: 768px) {

  .editace-box {
    width: 100%;
    max-width: 100%;
  }

}

.vyhledavani-box {
  position: relative;             
  width: 846px;
  margin: 0 auto;
  border-radius: 21px;
  overflow: visible;               
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
}

/* vizuální border */
.vyhledavani-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;                       
  border: 1px solid #d1232a;
  border-radius: 21px;
  pointer-events: none;
  box-sizing: border-box;          
  z-index: 10;
}
.vyhledavani-header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  border-radius: 19px 19px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap: 25px;
  font-size: 14px;
}


.vyhledavani-content {
  display: flex;
  flex-direction: column;
}
.vyhledavani-row {
  display: grid;
  grid-template-columns: 250px 1fr 150px 40px;
  align-items: center;
  min-height: 60px;
  padding: 0 20px;
  gap: 10px;
  position: relative;
}




.vyhledavani-row.alt {
  background: #f5f5f5;
  
  border-radius: 3px;
}
.vyhledavani-row.alt .vyhledavani-tooltip-wrapper {
  right: 20px;
}
.vyhledavani-label {
  font-weight: 600;
  color: #000;
   font-size: 14px;
}

/* === INPUTY & SELECTY === */
.vyhledavani-input,
.vyhledavani-select {
  height: 36px;
  border: 1px solid #7a7c7f;
  border-radius: 18px;
  padding: 0 12px;
  font-size: 14px;
  width: 90%; /* bylo 100 % → zmenšeno, aby se vešly popisky */
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.vyhledavani-select,
.vyhledavani-select option {
  font-family: var(--font-main, "Open Sans", sans-serif);
}
.vyhledavani-row > *:nth-child(2) {
  justify-self: start;
}

.vyhledavani-select-group {
  display: flex;
  gap: 8px;
}

.vyhledavani-input.kratky,
.vyhledavani-select.kratky {
  width: 105px;
}
.vyhledavani-inline input[type="checkbox"] {
  flex-shrink: 0;
}

/* === CHECKBOX kulatý === */
.checkbox-kulate {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #7a7c7f;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-kulate:checked {
  background-color: #d1232a;
  box-shadow: 0 0 0 2px #fff inset;
}

/* === INLINE prvek === */

/* === ICS sekce === */
.vyhledavani-ics {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* === Odkazy === */
.link-red{
color: #d1232a;
}
.vyhledavani-inline,
.vyhledavani-link {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-decoration: underline; /* trvale podtržené */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.vyhledavani-link:hover {
  text-decoration: underline;
}

/* === TOOLTIP === */

.vyhledavani-tooltip-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -18px;  
}


/* Ikonka otazníku */
.vyhledavani-tooltip {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
}
/*Tooltip bublina s textem*/
.vyhledavani-tooltip-text {
 
  position: fixed;
  right: 30px;
  bottom: 30px;
  transform: none;

  background: #d1232a;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;

  padding: 16px 20px;

  border-radius: 19px; 
  box-shadow: 4px 4px 12px rgba(0,0,0,0.25); 

  width: 420px;    
  max-width: 420px;  
  min-height: auto;  

  white-space: normal;
  text-align: left;

  z-index: 9999;

opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* aktivní tooltip (po kliknutí na ikonku) */
.vyhledavani-tooltip-wrapper.active .vyhledavani-tooltip-text {
  opacity: 1;
  pointer-events: auto;
}


/* Tooltipy v alt řádcích zarovnané identicky */
.vyhledavani-row,
.vyhledavani-row.alt {
  position: relative;
}

.vyhledavani-row .vyhledavani-tooltip-wrapper {
  margin-right: 6px;
}

.vyhledavani-tooltip-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.vyhledavani-tooltip-text p {
  margin: 6px 0;
}

.vyhledavani-tooltip-text table {
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border-radius: 19px;
  overflow: hidden;
}

.vyhledavani-tooltip-text td,
.vyhledavani-tooltip-text th {
  color: #000;       
  border: none;
  padding: 6px 12px;
  background: #fff;   
}
.vyhledavani-tooltip-text th {
  font-weight: 600;
  background: #f5f5f5;  
  color: #000;
  padding: 8px 12px;
}

.vyhledavani-tooltip-text tr {
  background: #fff;
}


/* --------------------------------------------- */
/* VÝSLEDKY VYHLEDÁVÁNÍ                         */
/* --------------------------------------------- */
.vysledky-box {
  width: 1350px;
  margin: 0 auto;
  border: 1px solid #d1232a;
  border-radius: 20px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}

.vysledky-header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
}
.vysledky-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px;
  padding: 0 20px; 
}

.vysledky-tools-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vysledky-tools-right {
  display: flex;
  align-items: center;
}

/* === JEDNOTLIVÝ ŘÁDEK === */
.vysledky-row {
  display: grid;
  grid-template-columns: 160px 1fr 200px;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  background: transparent;
  border: none;
  position: relative;
}

.vysledky-row:nth-child(even) {
  background: #f8f8f8;
}

/* svislá čára mezi ikonou a textem */
.vysledky-row::before {
  content: "";
  position: absolute;
  left: 185px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #ccc;
  z-index: 1;
}



/* --------------------------------------------- */
/* LEVÝ SLOUPEC (IKONA + TEXT + BUTTON)         */
/* --------------------------------------------- */
.vysledky-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.vysledky-status img {
  width: 68px;
  height: auto;
}

.vysledky-status span {
  font-weight: 700;
  color: #d1232a;
}

.vysledky-status.neplatna span {
  color: #7a7c7f;
}

/* --------------------------------------------- */
/* STŘED – DETAIL NORMY                         */
/* --------------------------------------------- */
.vysledky-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 2;
}

.vysledky-title strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}

.vysledky-title a {
  display: block;
  color: #d1232a;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
  margin-top: 4px; /* lehký odstup od TNI ISO... */
  line-height: 1.4;
}

.vysledky-meta {
  font-size: 13px;
  color: #000;
}

.vysledky-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 8px;
  align-items: center;
}

/* --------------------------------------------- */
/* PRAVÝ SLOUPEC (AKCE – tlačítka v jedné linii)*/
/* --------------------------------------------- */
.vysledky-akce {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

/* --------------------------------------------- */
/* TLAČÍTKA – základní                 */
/* --------------------------------------------- */
/*základní tlačítka*/
.btn-red {
  background: #d1232a;
  color: white;
 border: 1px solid transparent;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--font-main);
  font-weight: 500;
}
.btn--red {
  background-color: #d1232a;
  color: #fff!important;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-family: var(--font-main);
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
   min-width: 110px;
   text-align: center;
}

.btn--white {
  background-color: #fff;
  color: #d1232a;
 border: 1px solid #d1232a;
  padding: 10px 25px;
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
 font-family: var(--font-main);
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
   min-width: 110px;
   text-align: center;
}

.btn--red:hover {
 background: #fff;
  color: #7a7c7f !important;
  border: 1px solid #7a7c7f;
}
.btn--white:hover {
  background-color: #d1232a;
   color: #fff!important;
}
a.btn--white {
  text-decoration: none!important;
}
.btn {
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
 
  white-space: nowrap;
}
 @media(max-width: 768px) {

  .vysledky-box {

    width: calc(100% - 40px);

    margin: 20px auto;

    box-sizing: border-box;
  }

  .vysledky-row--zmena {

    display: grid;

    grid-template-columns: 70px 1fr !important;

    gap: 15px;

    padding: 20px 15px;

    align-items: start;

    margin-left: 0 !important;

    width: 100% !important;

    box-sizing: border-box;
  }

  .vysledky-row {

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 15px;

    padding: 20px 15px;

    align-items: start;

    border-bottom: 1px solid #cfcfcf;
  }

  .vysledky-row:last-child {

    border-bottom: none;
  }

  /* odstranit svislou čáru */

  .vysledky-row::before {

    display: none;
  }

  /* levý ikonový sloupec */

  .vysledky-status {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 10px;
  }

  /* schovat Text normy */

  .vysledky-status .btn {

    display: none;
  }

  /* detail */

  .vysledky-detail {

    width: 100%;
  }

  /* metadata */

  .vysledky-meta {

    display: block;

    font-size: 14px;

    line-height: 1.5;

    margin-top: 10px;
  }

  /* tlačítka */
.vysledky-buttons,
.vysledky-akce {

  width: 100%;
}

.vysledky-buttons {

  display: flex;

  justify-content: flex-start;

  margin-top: 15px;
}

.vysledky-akce {

  display: flex;

  justify-content: flex-end;

  margin-top: -55px;

  padding-right: 5px;

  box-sizing: border-box;

  grid-column: 2;
}
  .vysledky-buttons .btn,

  .vysledky-akce .btn {

    padding: 10px 18px;

    font-size: 14px;

    min-width: auto;

 
 }

.vysledky-meta,
.vysledky-buttons,
.vysledky-akce {

  width: calc(100% + 85px);

  position: relative;

  left: -85px;
}
.vysledky-row--zmena .vysledky-akce {


  display: flex;

  justify-content: flex-end;

  margin-top: -84px;

 

  box-sizing: border-box;

  grid-column: 2;
}
.vysledky-row--zmena .vysledky-akce {

  padding-right: 0 !important;
  
}
.vysledky-row--zmena .vysledky-buttons,
.vysledky-row--zmena .vysledky-akce {

  left: -85px !important;
  
}
.vysledky-row--zmena .vysledky-status,
.vysledky-row--zmena .vysledky-detail,
.vysledky-row--zmena  {

    justify-content: flex-start !important;
}


  /* schovat Údaje k tisku + Oblíbené */

  .vysledky-buttons .btn:nth-child(2),
  .vysledky-buttons .btn:nth-child(3) {

    display: none;
  }

  /* schovat Do košíku */

  .vysledky-akce .btn--red {

    display: none;
  }

}

/* === VNORENÝ ŘÁDEK SE ZMĚNOU === */
/* === OBAL JEDNOHO BLOKU (NORMA + ZMĚNA) === */
.vysledky-item:nth-child(odd) {
  background: #fff;
}

.vysledky-item:nth-child(even) {
  background: #f8f8f8;
}


/* === VNORENÝ ŘÁDEK SE ZMĚNOU === */

.vysledky-row--zmena {
  display: grid;
  grid-template-columns: 160px 1fr 200px; /* stejné jako hlavní */
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  margin-left: 160px;              
  width: calc(100% - 160px);       
  background: inherit !important;             
  border: none;
  position: relative;
  box-sizing: border-box;
}

/* zarovnání všech tří částí */
.vysledky-row--zmena .vysledky-status,
.vysledky-row--zmena .vysledky-detail,
.vysledky-row--zmena .vysledky-akce {
  align-self: stretch;             /* natáhne na stejnou výšku */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* pravý sloupec s tlačítky */
.vysledky-row--zmena .vysledky-akce {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-right: 0;
}

/* tlačítka zůstanou jednotná */
.vysledky-row--zmena .btn {
  white-space: nowrap;
}

/* === LOGIN === */
.login-box {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: whitesmoke;
  border-radius: 21px;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  border: 1px solid #d1232a;
}
.btn-login{
font-size: 16px;
margin-top: 15px;
 padding: 9px;
}
.login-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.login-row {
  display: flex;
  flex-direction: column;
}

.login-row label {
  margin-bottom: 5px;
}

.login-input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #000;
  
}



.login-links {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

.login-links a {
  color: #000;
  text-decoration: underline;
}

.login-links a:hover {
  text-decoration: none !important;
}


/* ------------------------------------- */
/* REGISTRAČNÍ STRÁNKY
/* ------------------------------------- */

.intro__text {
  padding: 20px 0;
  font-weight: bold;
}
.info-block {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}

.info-block__image {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 21px;
  flex-shrink: 0;
  overflow: hidden;
border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* varianta pro normální obrázek */
.info-block__image--photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* varianta pro ikonu */
.info-block__image--icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.info-block__text h3 a {
  font-size: 16px;
  font-weight: 700;
  color: #d1232a;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}
.info-block__text h3 a:hover {
  text-decoration: none !important;
}

.info-block__text p {
  margin-bottom: 25px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}
.info-block__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-items: flex-start;
}

.btn--outline {
  background-color: #d1232a;
  color: #fff!important;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-family: var(--font-main);
  border-radius: 21px;
font-weight: 500;
 font-size: 16px;
  text-decoration: none !important;
  transition: 0.2s ease;
   box-shadow: 7px 7px 13.7px rgba(0, 0, 0, 0.25);
min-width: 140px;
text-align: center;
}

.btn--outline:hover{
 background: #fff;
  color: #7a7c7f!important;
  border: 1px solid #7a7c7f;
}
.info-divider {
  border: none;
  border-top: 1px solid #ccc;
}


.info-footer {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
}
.info-footer-reg {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.form-instruction {
  font-weight: 600;
 background-color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
 
}

.required {
  color: #d1232a;
  font-weight: 600;
  margin-left: -5px;
}

.form-note {
  background-color: #fff;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.checkbox-hranate {
   -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}
.checkbox-hranate:checked {

  background: #fff;

}

.checkbox-hranate:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #d1232a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.note-text {
  font-size: 13px;
  color: #7a7c7f;
  margin-left: 10px;
}
.input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px; 
  width: 160%;
}



.input-wrapper .required {
  color: #d3262f;
  font-weight: bold;
  white-space: nowrap;
}



.form-box {
  border: 1px solid #d3262f;
  border-radius: 16px;
  overflow: visible;  
  max-width: 846px;
  margin: 40px auto;
   font-family: "Open Sans", sans-serif;
    border-radius: 21px;
      box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}
.form-box table {
  border: none !important;
}
@media (max-width: 768px) {

  .form-box {
    width: calc(100% - 40px);
    margin: 20px auto;
    box-sizing: border-box;
  }

  .form-box table {
    width: 100%;
  }

}

.form-header {
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  border-radius: 19px 19px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap: 25px;
  font-size: 14px;
}
.form-header-single{
  background: #d1232a;
  color: #fff;
  font-weight: 600;
  border-radius: 19px 19px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap: 25px;
  font-size: 16px;
  min-height: 25px;
}

.form-body {
  padding: 0;
}

.form-textarea--half {
  width: 50% !important;
  min-height: 5em !important;
}

 .form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 3px;
  min-height: 40px;
  padding: 15px 20px;
  background-color: #f2f2f2;
   
}
.form-row--grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 16px;
}

.form-row--grid.form-row--wide {
  grid-template-columns: 1fr 300px; 
}

.form-row--grid.form-row--with-button {

  grid-template-columns: 1fr 300px;

}
.form-row__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-row__controls .form-input--red-border {
display: flex;
  align-items: center;
  gap: 12px;
  border: solid 1px #D1232A;
}
.form-row__controls .form-input {
  width: 120px;
}

.form-row--inline {
  display: flex;
  align-items: center;
  gap: 1 rem;
  flex-wrap: wrap;
}

.license-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.form-input--red-border {
  border: 1px solid #c0392b; 
}

.license-row label {
  flex: 1;
}

.license-count {
  width: 80px;
  text-align: center;
}

.form-row:nth-child(even) {
  background-color: #fff;
   padding: 12px 20px;
     min-height: 40px;
}

.form-row--full {
  grid-template-columns: 180px 1fr 40px auto;
}



.form-input {
  height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  border: 1px solid #7a7c7f;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.form-input:focus {
 height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  border: 1px solid #7a7c7f;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.form-required {
  color: #d3262f;
  font-weight: bold;
}




.form-label {
  min-width: 180px;
  font-weight: bold;
  font-size: 14px;
}

.form-select {
  height: 36px;
  border-radius: 18px;
  border: 1px solid #7a7c7f;
  padding: 0 12px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
}




 .form-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 36px; 
  box-sizing: border-box;

}

.form-row:last-child {
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.form-note {
  font-size: 13px;
  color: #7a7c7f;
  white-space: nowrap;
  background: transparent;
  margin: 0;
  line-height: 1.1em; 
}

.form-input--half {
  width: 55%;
  max-width: 300px; 
}
@media (max-width: 768px) {

  .form-input--half {
    width: 100%;
    max-width: 100%;
  }
   #delka_obdobi {

    width: 180px !important;
margin-left: auto;
    max-width: 180px !important;

  }
    .form-row__controls {

    margin-left: auto;

  }
    #strany {

    width: 180px !important;

    max-width: 180px !important;

    margin-left: auto;

  }
  .form-row:nth-child(even) {
background-color: #fff;
padding: 15px 16px;
min-height: 40px;
}

}

.form-checkbox {
   appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: #f0f0f0;
  position: relative;
  cursor: pointer;
}

.form-checkbox:checked::after {
   content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #d1232a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-box.form-box--narrow {
  max-width: 100%;
  width: 100%;
}
.form-readonly {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  flex: 1;
}
.form-subtitle {
  font-weight: normal;
  font-size: 13px;
  margin-left: 5px;
}

.form-instruction {
  padding: 16px 20px;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.form-radio {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.form-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 20px;
    height: 20px;
    min-width: 20px;

    margin: 0;
    cursor: pointer;

    border: 2px solid #aaa;
    border-radius: 50%;
    background: #fff;

    position: relative;
    flex-shrink: 0;
}

.form-radio input[type="radio"]::after {
    content: "";
    position: absolute;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: #d1232a;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.15s ease;
}

.form-radio input[type="radio"]:checked::after {
    transform: translate(-50%, -50%) scale(1);
}

.form-radio input[type="radio"]:focus {
    outline: none;
}

.form-radio input[type="radio"]:focus-visible {
    outline: 2px solid rgba(209, 35, 42, 0.3);
    outline-offset: 2px;
}

.form-input--small {
  max-width: 100px;
}
.form-input--red {
  border: 2px solid #d3262f; 
}


  .form-note {
    white-space: normal;
    font-size: 12px;
    line-height: 1.4;
  }

@media (max-width: 768px) {

  .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 15px 16px;
   
  }
    .vyhledavani-box {

    width: calc(100% - 40px);

    margin: 20px auto;

    box-sizing: border-box;

  }
  .vyhledavani-row {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;
     padding: 15px 16px;

  }

  .vyhledavani-input  {

    width: 100%;

  }
  .vyhledavani-select{

    width: 100%;

  }
    .vyhledavani-tooltip-wrapper {

    display: none;

  }

  .form-label {
    min-width: 100%;
  }

  .form-input,
  .form-select,
  .form-input--half {
    width: 100%;
    max-width: 100%;
  }

  .form-row {

    position: relative;

  }

  .form-row .form-required {

    position: absolute;
top: 14px;
left: 6px;
 margin: 0;

  }
    .license-count {

    width: 180px;
margin-left: auto;
    max-width: 180px;

  }
  }
/* Základní styl rádiových tlačítek */
.form-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #d1232a; /* Červená */
  flex-shrink: 0;
  margin-right: 8px;
  cursor: pointer;
}

/* Označené radio – změna stylu labelu */
.form-radio input[type="radio"]:checked + label {
  color: #d1232a;
  font-weight: 600;
}

/* Případné dodatečné doladění stylu bílého vnitřního kolečka */
.form-radio input[type="radio"]:checked {
  background: #d1232a;
  box-shadow: 0 0 0 2px #fff inset;
}

form-note {
  font-size: 13px;
  color: #7a7c7f;
  margin-left: auto;
  white-space: nowrap;
}
.form-agreement {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 0;
  font-size: 14px;
}

.souhlas-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  font-weight: bold;
}

.checkbox-hranate {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: #f0f0f0;
  position: relative;
  cursor: pointer;
}

.checkbox-hranate:checked::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #d1232a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*Cookies*/

.cookies-section h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
}

.cookies-section h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.cookies-section p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.cookies-section ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.cookies-section li {
  margin-bottom: 8px;
}

.cookies-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
}

.cookies-section th,
.cookies-section td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
  text-align: left;
}

.cookies-section thead {
  background-color: #f7f7f7;
  font-weight: bold;
}

/*support box*/

  .support-box {
  display: flex;
  gap: 0;
  max-width: 100%;
  align-items: stretch;
}
.support-box__left {
  flex: 1;
  background-color: #d1232a;
  color: #fff;
  padding: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}


.support-box__right {
  width: 610px; 
  max-width: 100%;
  border-radius: 30px;
  border: 1px solid #7A7C7F;
  margin-left: -24px;
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.support-box__person {
  color: #d1232a;
  text-align: left;
}

.support-box__person strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.support-box__person a {
  color: #d1232a;
  text-decoration: underline;
}
@media (max-width: 768px) {

  .support-box {
    flex-direction: column;
  }

  .support-box__left {
    border-radius: 30px 30px 0 0;
  }

  .support-box__right {
    width: 100%;

    margin-left: 0;

    border-radius: 0 0 30px 30px;

    flex-direction: column;

    gap: 20px;

    align-items: flex-start;

    padding: 25px 20px;
  }

}
 /* download*/
 .system-block {
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.system-block__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.system-block__icon {
  width: 32px;
  height: auto;
}

.download-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0;
}

.download-row__icon {
  width: 24px;
  height: auto;
  margin-top: 4px;
}

.download-row__content {
  flex: 1;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}



.qr-block {
  margin-top: 20px;
  text-align: center;
}

.qr-code {
  width: 100px;
  height: auto;
}

.archive {
  margin-top: 20px;
}

.green {
  color: green;
}
.test-block {
  margin-bottom: 40px;
}

.test-block__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  padding: 10px 14px;
  border-radius: 4px;
}

.test-block__icon {
  width: 24px;
  height: auto;
}

.test-block__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.test-block__download {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}


.test-block__note {
  margin-top: 16px;
  font-size: 0.95rem;
}
/* Barvy */
.text-green {
  color: #008000; 
}

.text-blue {
  color: #005aa7; 
}

/* Ikony: výška 24px, šířka automaticky */
.install-step__icon,
.os-block__icon {
  height: 24px;
  width: auto;
  vertical-align: middle;
  margin-right: 8px;
}

/* Odstup mezi jednotlivými kroky */
.install-step {
  margin-bottom: 1.5rem;
}

/* Větší mezery u akčních bloků */
.install-step__action {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.5rem;
}



/* Pozadí pro blok se systémem */
.os-block__system {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
}

/* Prostor mezi sekcemi */
.os-block {
  margin-bottom: 2rem;
}

.os-block__archive ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.os-block__archive li {
  margin-bottom: 0.3rem;
}
.install-step--qr {
  display: flex;
  align-items: center; 
  gap: 1rem; 
  flex-wrap: wrap; 
}

.qr-img {
  height: 100px; 
  width: auto; 
}
/*výběr tříd*/
.form-input--file {
  max-width: 300px;
}
.form-input--file{
  display:none;
}
.form-section{
  padding: 30px;
}
/*perspektivy kvality*/
table {
  width: 100%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 15px;
     border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
}
td {
  border: none;
}


table tr:nth-child(even) {
  background-color: #f5f5f5;
}

table tr:nth-child(odd) {
  background-color: #fff;
}

table td {
  padding: 12px 16px;
}

table a {
  color: #b30000;
  text-decoration: none !important;
  font-weight: 500;
}

table a:hover {
  text-decoration: underline;
}
/*změnový formulář*/
/* ZÁKLADNÍ ŘÁDEK */

/* ŘÁDEK SE DVĚMA POLI */
.form-row--cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* JEDEN SLOUPEC (½ řádku) */
.form-row--cols .form-col {
  flex: 0 0 calc(50% - 10px);
  min-width: 240px;
}

/* TEXT POD POLI */
.form-note-zmena {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
   padding-left: 0;
}

/* TEXTAREA */
.form-textarea, .form-textarea:focus {
  height: 120px;
  resize: vertical;
}
/* sloupec přes celou šířku (textarea) */
.form-col--full {
  width: 100%;
}

/* label vždy nad polem */
.form-label {
  display: block;
  margin-bottom: 6px;
}
/* ========================================
   TABULKA – SMLOUVY
======================================== */


.messages-box--smlouvy .messages-box__header--6,
.messages-box--smlouvy .messages-box__row--6 {
  grid-template-columns:
    minmax(130px, 1fr)   /* VS */
    minmax(180px, 1.3fr) /* Datum */
    minmax(200px, 1.6fr) /* Subjekt */
    minmax(110px, 1fr)   /* Poplatek */
    minmax(180px, 1.3fr) /* Uhrazeno */
    minmax(100px, 0.8fr);/* Doklad */
}
.messages-box--smlouvy .messages-box__col {
  text-align: left !important;
  justify-self: start !important;
}

/* odstraníme rozhození alt řádků */
.messages-box--smlouvy .messages-box__row--6.alt {
  margin: 0;
  background: #f5f5f5;
}

/* zarovnání čísel doprava */
.messages-box--smlouvy .messages-box__row--6 .messages-box__col:nth-child(4),
.messages-box--smlouvy .messages-box__row--6 .messages-box__col:nth-child(5) {
  text-align: right;
}