.pudorys-carousel {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 15px;
    padding: 5px;
    scrollbar-width: thin;
}
/* Obsah uvnitř */
.carousel-track {
    display: inline-flex;
    gap: 10px;
}

.carousel-track img {
    height: 120px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: transform 0.2s ease, border 0.2s ease;
}

.carousel-track img:hover {
    transform: scale(1.05);
    border-color: #000;
}


.katalog-detail {
  margin: 0;
  padding: 0 !important;
}


@media screen and (max-width: 640px) {
  .katalog-detail h1 {
    font-size: 18px;
    margin-top: 1em;
  }
}

.katalog-detail h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
}

.katalog-detail h4 span {
  display: inline-block;
  float: right;
  font-size: .8rem;
  padding-top: 10px;
}

.katalog-detail .parametry {
  color: rgba(0, 0, 0, 0.85);
  padding: .8em .8em !important;
  background-color: white;
  margin-bottom: 2em;
}

.katalog-detail .parametry .big {
  font-size: 1.2rem;
  font-weight: 700 !important;
}

.katalog-detail .parametry .text-green {
  color: #649600;
}

.katalog-detail .parametry span.fw-bold {
  font-weight: 700;
}

.katalog-detail .btn-block {
  width: 100%;
  padding: .5em 0;
  line-height: 50px;
  background-color: #649600;
}

.katalog-detail .btn-block:hover {
  background-color: #7daf00;
}

.katalog-detail .parametry > span {
  display: block;
}

.katalog-detail .parametry > span:first-child {
  border-top: none;
}

.katalog-detail ul.checked {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.katalog-detail ul.checked > li {
  width: 50% !important;
  box-sizing: border-box;
  line-height: 35px;
  padding-left: 44px;
  position: relative;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 14px;
  flex-flow: row wrap;
}

.katalog-detail ul.checked > li::before {
  background: url(checkmark.svg) no-repeat center center !important;
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-size: contain !important;
}

@media screen and (max-width: 640px) {
  .katalog-detail ul.checked li {
    width: 100% !important;
  }
}

.katalog-detail .content-container {
  width: 100%;
}

.katalog-detail .left-content-1-3 {
  width: 37%;
  margin-right: 3%;
}

@media screen and (max-width: 640px) {
  .katalog-detail .left-content-1-3 {
    width: 100%;
  }
}

.katalog-detail .left-content-2-3 {
  width: 67%;
  margin-right: 3%;
}

@media screen and (max-width: 640px) {
  .katalog-detail .left-content-2-3 {
    width: 100%;
  }
}

.katalog-detail .right-content-2-3 {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .katalog-detail .right-content-2-3 {
    width: 100%;
  }
}

.katalog-detail .right-content-1-3 {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .katalog-detail .right-content-1-3 {
    width: 100%;
  }
}

.katalog-detail .slick-slide img {
  width: 100%;
}

.katalog-detail .photo-box-holder {
  background-color: #f0f0f0;
  width: 80%;
  text-align: center;
  padding: 10%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.katalog-detail .photo-box-holder img {
  max-width: 90%;
  overflow: auto;
}

.katalog-detail .kat-title {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  .katalog-detail .kat-title {
    font-size: 18px;
  }
}

#katalog-tabs {
  margin-top: 4em;
}

.ts_eh_tabs {
  display: block;
  width: 100%;
}

.ts_eh_tabs div.ts_eh_tab_pane {
  float: none;
  margin: 2em 0;
  display: none;
}

.ts_eh_tabs div.ts_eh_tab_pane.active {
  display: block;
}

.ts_eh_tabs ul.ts_eh_tabs_header {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.ts_eh_tabs ul.ts_eh_tabs_header li {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .ts_eh_tabs ul.ts_eh_tabs_header li {
    float: none;
    width: 100%;
  }
}

.ts_eh_tabs ul.ts_eh_tabs_header li a {
  display: block;
  padding: 1em;
  font-size: 17px;
  font-weight: normal;
  background-color: #f2f2f2;
  color: black;
  text-decoration: none;
  text-align: center;
}

.ts_eh_tabs ul.ts_eh_tabs_header li a:hover, .ts_eh_tabs ul.ts_eh_tabs_header li a.active {
  background-color: #649600;
  color: white;
}

.ts_eh_tabs ul.ts_eh_tabs_header.photo li {
  width: 33.33%;
}

@media screen and (max-width: 640px) {
  .ts_eh_tabs ul.ts_eh_tabs_header.photo li {
    float: none;
    width: 100%;
  }
}

.ts_eh_tabs ul.ts_eh_tabs_header.photo li a {
  background-color: white;
  color: black;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.ts_eh_tabs ul.ts_eh_tabs_header.photo li a:hover, .ts_eh_tabs ul.ts_eh_tabs_header.photo li a.active {
  background-color: #649600;
  color: white;
}

.ts_eh_tabs .fixclr {
  clear: both;
  height: 1px;
  display: block;
  color: #649600;
  background-color: #649600;
  border: 1px solid #649600;
}

.h1-kar {
  font-size: 50px;
  font-weight: 600;
  margin-top: .4em;
  margin-bottom: .8em;
}

.kariera-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2em;
  grid-auto-flow: row;
}

@media screen and (max-width: 1140px) {
  .kariera-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .kariera-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kariera-wrapper .kariera-block {
  border: solid 2px #f2f2f2;
  padding: 2em 10%;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 2em;
}

.kariera-wrapper .kariera-block h3 {
  font-size: 25px;
  margin-bottom: 2em;
  margin-top: 0;
  position: relative;
}

.kariera-wrapper .kariera-block h3:after {
  content: " ";
  width: 44px;
  height: 2px;
  background-color: #649600;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.kariera-wrapper .kariera-block .kar-label {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1em;
}

.kariera-wrapper .kariera-block ul {
  list-style: none;
  margin-bottom: 2em;
  margin-left: 0;
}

.kariera-wrapper .kariera-block ul li {
  list-style: none;
  margin-left: 1em;
  position: relative;
}

.kariera-wrapper .kariera-block ul li:before {
  background-color: #649600;
  content: "";
  display: inline-block;
  /*margin-right: 10px;
                    margin-bottom: 1px;*/
  height: 6px;
  width: 6px;
  position: absolute;
  left: -1em;
  top: 10px;
}

.kariera-wrapper .kariera-block a.btn-job {
  width: 80%;
  padding: .5em 0;
  line-height: 50px;
  background-color: #f2f2f2;
  color: #969696;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) !important;
  bottom: 30px;
}

.kariera-wrapper .kariera-block a.btn-job:hover {
  background-color: #649600;
  color: white;
}

.kariera-wrapper .kariera-block.active {
  background-color: #f7faf2;
  border-color: #649600;
}

.nav-link {
  text-transform: initial;
  border-radius: 0 !important;
  background-color: #f2f2f2 !important;
  color: black;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}

.nav-link.active, .nav-link.nav-link:hover {
  background-color: #649600 !important;
  color: white;
}

ul.side-map-menu {
  padding: 0;
}

ul.side-map-menu li {
  padding: .1em;
  margin-left: 2em;
  list-style: square;
}

ul.side-map-menu li.city {
  list-style: none;
  padding: .8em 2em;
  background-color: #f2f2f2;
  font-weight: bold;
  border-bottom: 3px solid #649600;
  margin-left: 0;
}

ul.side-map-menu li.city.active {
  background-color: #649600 !important;
  color: white;
}

ul.side-map-menu ul {
  padding: .6em 1em;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

/* responzivnost */
@media screen and (min-width: 1510px) {
  .mobile--phone {
    margin-left: 0 !important;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1650px) {
  .mobile--phone {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 1509px) {
  .navigation .right-side {
    display: none !important;
  }
}

.green_tabs ul.kt-tabs-title-list {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  border-bottom: 3px solid #649600;
  background-color: #f2f2f2;
}

.green_tabs ul.kt-tabs-title-list li {
  border: none;
}

.green_tabs ul.kt-tabs-title-list li.kt-tab-title-active {
  color: white;
  border-radius: 0 !important;
}

.green_tabs ul.kt-tabs-title-list li.kt-tab-title-active a {
  border: none;
  background-color: #649600 !important;
  color: white !important;
  border-radius: 0 !important;
}

.green_tabs ul.kt-tabs-title-list li a {
  background-color: #f2f2f2 !important;
  color: black !important;
  border: none !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-radius: 0 !important;
}

.green_tabs ul.kt-tabs-title-list li a:hover {
  background-color: #649600 !important;
  color: white !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 640px) {
  .green_tabs ul.kt-tabs-title-list li {
    flex: 0 1 100% !important;
  }
}

.check-grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 4px;
  grid-auto-flow: column;
}

.check-grid .check-item {
  box-sizing: border-box;
  line-height: 35px;
  padding-left: 44px;
  position: relative;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 14px;
}

.check-grid .check-item:before {
  background: url(checkmark.svg) no-repeat center center !important;
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-size: contain !important;
}

@media screen and (max-width: 640px) {
  .check-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .check-grid .check-item {
    width: 100%;
    flex-flow: row wrap;
  }
}

.kat-title-mobile {
  display: none;
}

@media screen and (max-width: 640px) {
  .kat-title-mobile {
    display: block
  }

  .varianty-domu-block .kat-title:not(.kat-title-mobile) {
    display: none;
  }
}

  @keyframes pulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.2); }
    }

    .animated-text-prohlidka {
      perspective: 10px;
      display: inline-block;
    }

    .animated-text-prohlidka span {
      display: inline-block;
      transform-origin: 50% 100%;
      animation: pulse 2s ease-in-out infinite; /* Pulzující animace trvající 2 sekundy, opakující se nekonečně */
    }