.sekce-1 {
  background-color: #f5f5f5;
  padding: 9px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
.sekce-1 p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
  line-height: 12px;
}
.sekce-1-contact {
  display: inline-block;
  margin-right: 40px;
}
.sekce-1-contact:last-child {
  margin-right: 0;
}
.sekce-1-contact a {
  font-size: 16px;
  color: #333333;
  line-height: 12px;
  text-decoration: none;
}
.sekce-1-contact a i {
  color: #239cd7;
  font-size: 14px;
  margin-right: 10px;
}
.sekce-1-contact a:hover {
  text-decoration: none;
  color: #239cd7;
}

@media (max-width: 991px) {
  .sekce-1 .col-lg-4 {
    display: none;
  }
  .sekce-1-contact {
    margin-right: 10px;
  }
}

/*# sourceMappingURL=sekce-1.css.map */

.sekce-2.little .navbar {
  padding: 0 !important;
}
.sekce-2.little .navbar-logo {
  height: 30px;
}
.sekce-2.little .nav-link {
  line-height: 80px;
}
.sekce-2 .container-fluid {
  padding: 0 80px;
  position: relative;
}
.sekce-2 .navbar {
  background-color: transparent !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-2.little .navbar {
  background-color: #101F1F !important;
}
.sekce-2 .navbar-brand {
  position: absolute;
  left: 140px;
  top: 20px;
}
.sekce-2 .navbar-nav {
  align-items: center;
  margin-right: auto !important;
}
.sekce-2 .navbar-brand img {
  height: 80px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-2.little .navbar-brand img {
  height: 50px;
}
.sekce-2 .nav-item {
  margin-right: 40px;
}
.sekce-2 .nav-item.active .nav-link, .sekce-2 .nav-item:hover .nav-link {
  color: #FFFFFF;
}
.sekce-2 .nav-item.active .nav-link:after, .sekce-2 .nav-item:hover .nav-link:after {
  opacity: 1;
  height: 28px;
}
.sekce-2 .nav-item:last-child {
  margin-right: 0;
}
.sekce-2 .submenu .nav-link:after {
  display: none !important;
}
.sekce-2 .lang img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: -3px;
}
.sekce-2 .lang ul li a img {
  margin: auto !important;
  display: block;
}
.sekce-2 .nav-link {
  font-size: 18px;
  color: #AEC7C7;
  padding: 0 !important;
  transition: all 0.3s;
  line-height: 120px;
}
.sekce-2 .nav-item.submenu {
  position: initial;
}
.sekce-2 .submenu.show .submenu-box {
  position: static;
  display: block !important;
}
.sekce-2 .nav-item {
  position: relative;
}
.sekce-2.little .navbar-brand {
  top: 10px;
}
.sekce-2 .nav-link:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0%);
  opacity: 0;
  background-color: #469391;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-2 .nav-link i {
  margin-left: 10px;
  color: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-2 .navbar-toggler {
  border: none !important;
}
.sekce-2 .navbar-toggler i {
  color: #fff;
}
.sekce-2 .navbar-toggler[aria-expanded=true] i {
  color: #469391;
}
.sekce-2 .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.sekce-2 .dropdown-toggle {
  color: #333333;
  background-color: transparent;
  border: none !important;
  line-height: 40px;
}
.sekce-2 .dropdown-toggle:after {
  display: none;
}
.sekce-2 .dropdown-toggle i {
  display: block;
  color: #239cd7;
}
.sekce-2 .dropdown-menu {
  min-width: 0;
  left: 0;
  width: 100%;
  background-color: #101F1F;
  border: none;
}
.sekce-2 .dropdown-item {
  text-transform: uppercase;
  padding: 0;
}

.submenu {

}
.submenu-items {
  display: none;
  position: absolute;
  left: -30px;
  top: 100%;
  width: auto;
  list-style-type: none;
  min-width: max-content;
  padding: 20px;
  padding-bottom: 10px;
  margin: 0;
  border-radius: 5px;
  background-color: #f3f3f3;
}
.submenu-item {
  position: relative;
  margin-bottom: 10px;
}
.submenu-item .fa-angle-down {
  margin-left: 5px;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.submenu-item a {
  display: block;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.submenu-item a:hover, .submenu-item a.active {
  text-decoration: none;
  color: #469391;
}

.opener {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 16px;
  color: #469391;
  cursor: pointer;
}
.opener i {
  padding: 0 10px;
}
.opener:hover {
  color: #469391;
}
.opener .fa-minus {
  display: none;
}

@media (min-width: 1400px) {
  .opener {
    display: none;
  }
  .submenu .submenu-items {
    display: none;
  }
  .submenu:hover .submenu-items, .submenu:focus .submenu-items {
    display: block;
  }
  .submenu:hover .fa-angle-down, .submenu:focus .fa-angle-down {
    transform: rotate(-180deg);
  }
}
@media (max-width: 1399px) {
  .sekce-2 .navbar {
    padding: 7px 0 !important;
  }
  .submenu-inbox {
    padding: 20px !important;
  }
  .sekce-2 .submenu:hover .submenu-box {
    display: none;
}
  .sekce-2 .nav-item {
    margin: 0;
    margin-bottom: 10px;
    position: relative !important;
    display: block;
    width: 100%;
}
  .sekce-2 .navbar-collapse {
    background-color: #101F1F;
  }
  .sekce-2 .socials {
    position: initial !important;
    transform: none !important;
    display: inline-flex !important;
  }
  .sekce-2 .navbar-brand {
    position: initial;
    transform: none;
  }
  .sekce-2 .navbar-brand img {
    height: 60px;
  }
  .sekce-2 .nav-link i {
    display: none;
  }
  .sekce-2 .navbar.little {
    padding: 7px !important;
  }
  .sekce-2 .navbar-nav .show > .nav-link {
    color: #469391 !important;
  }
  .sekce-2 .nav-item {
    margin: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .sekce-2 .nav-item:last-child {
    margin-bottom: 0;
  }
  .sekce-2 .nav-link {
    line-height: 35px !important;
    display: inline-block;
  }
  .sekce-2 .nav-link:after {
    display: none !important;
  }
  .sekce-2 .submenu.show .submenu-items {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    left: 0;
    border: none !important;
    padding: 5px 0;
    padding-top: 20px;
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
    list-style: none;
  }
  .sekce-2 .submenu.show .submenu-items:before {
    display: none;
  }
  .sekce-2 .submenu.show .nav-link .fa-angle-down {
    transform: rotate(-180deg);
  }
  .sekce-2 .submenu.show .opener .fa-minus {
    display: inline-block;
  }
  .sekce-2 .submenu.show .opener .fa-plus {
    display: none;
  }
  .sekce-2 .navbar {
    text-align: center;
  }
  .sekce-2 .navbar-collapse {
    overflow-y: auto;
    max-height: calc(100vh - 120px);
  }
  .sekce-2 .navbar-nav {
    padding: 15px 0;
  }
  .sekce-2 .dropdown {
    max-width: 500px;
    margin: auto;
  }
  .sekce-2 .dropdown-item {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sekce-2 .container-fluid {
    padding: 0 20px !important;
  }
}

/*# sourceMappingURL=sekce-2.css.map */
.sekce-2 .socials {
  position: absolute;
  top: 50%;
  right: 140px;
  transform: translate(-0%, -50%);
  display: flex;
  gap: 10px;
}
.sekce-2 .social-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #AEC7C7;
  text-align: center;
  position: relative;
  align-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.sekce-2 .social-item .count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #AEC7C7;

}
.sekce-2 .social-item:hover {
  background-color: #AEC7C7;
}
@media (min-width: 1400px) and (max-width: 1850px) {
  .sekce-2 .navbar-brand {
    left: 20px;
  }
  .sekce-2 .socials {
    right: 20px;
  }
  .sekce-2 .nav-item {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .sekce-2 .navbar-brand img {
    height: 40px !important;
  }
}

.submenu {

}

.submenu-items {
  display: none;
  position: absolute;
  left: 80px;
  right: 80px;
  top: 100%;
  width: auto;
  list-style-type: none;
  min-width: max-content;
  padding: 40px 60px;
  padding-bottom: 10px;
  margin: 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 5px 15px #140E390D;
}
.submenu1-item {
  position: relative;
  margin-bottom: 10px;

}
.submenu1-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  background-image: url("/template/img/content/symbol-barevny.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 30px;
  display: none;
}
.submenu-box .col {
  padding: 0 40px;
}
.submenu1-item .fa-angle-down {
  margin-left: 5px;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.submenu1-item {
  display: block;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  padding-left: 0;
  line-height: 35px;
  padding-right: 0;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}
.submenu2-item p {
  display: block;
  color: #696969;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.submenu-inbox .submenu1-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #469391;
  left: -20px;
  border-radius: 2px;
  top: 0;
}
.submenu2-items {
  list-style-type: none;
}
.submenu2-item a {
  display: block;
  color: #696969;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  text-decoration: none;
  margin-bottom: 40px;
}
.submenu2-item a:hover {
  color: #469391;
}

.submenu1-item:hover, .submenu1-item.active {
  text-decoration: none;
  color: #469391;
}
.submenu2-item a i {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #469391;
  border-radius: 4px;
  text-align: center;
  margin-right: 15px;
  align-content: center;
  font-size: 16px;
}
.submenu2-item a {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1400px) {
  .opener {
    display: none;
  }
  
  .submenu .submenu-items {
    display: none;
  }
  .submenu:hover .submenu-items, .submenu:focus .submenu-items {
    display: flex;
  }
  .submenu:hover .fa-angle-down, .submenu:focus .fa-angle-down {
    transform: rotate(-180deg);
  }
 
}

.submenu-contact {
  margin-left: 50px;
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
  color: #08212B;
  font-weight: 600;
  text-decoration: none;
}
.submenu-contact i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 5px 15px #A1CE3F4D;
  color: #2E9737;
  text-align: center;
  border-radius: 4px;
  align-content: center;
  margin-right: 20px;
}
.submenu-contact strong {
  font-weight: 600;
}
.submenu-contact img {
  margin-right: 20px;
  vertical-align: sub;
}
.submenu-contact:hover {
  text-decoration: none;
  color: #2E9737;
}

.submenu-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.submenu-box .container {
  max-width: 1320px;
}
.submenu-inbox {
  background-color: #ffffff;
  padding: 40px 10px 40px 80px;
  box-shadow: 0px 5px 15px #140E390D;
  border-radius: 20px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.submenu-box .col {
  flex: 0 0 25%;
  width: 25%;
}
.submenu h3 {
  font-size: 26px;
  color: #08212B;
  margin-bottom: 30px;
}
.submenu h3 a {
  color: #08212B;
  text-decoration: none;
}
.submenu h3 a:hover {
  color: #2E9737;
}
.submenu ul {
  
  margin-bottom: 20px;
  padding-left: 0;
}
.submenu ul li {
  margin-bottom: 10px;
  list-style-image: url("../img/icons/li-before.png");
  padding-left: 10px;
}
.submenu ul li::marker {
  vertical-align: middle;
}
.submenu-items {
  position: absolute;
  width: fit-content;
  top: 100%;
  list-style-image: url("../img/icons/li-before.png");
  padding: 40px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 30px;
  padding-left: 55px;
  box-shadow: 0 5px 15px rgba(20, 14, 57, 0.05);
}
.submenu-item {
  position: relative;
  margin-bottom: 20px;
}
li.submenu-item {
  margin-left: 30px !important;
}
.submenu-item .fa-angle-down {
  margin-left: 5px;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.submenu-item a {
  display: block;
  color: #0d0929;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.submenu-item a:hover, .submenu-item a.active {
  text-decoration: none;
  color: #2E9737;
}
.submenu:hover .submenu-box {
  display: block;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .sekce-2 .submenu-inbox .col {
    flex: 0 0 33.333%;
    width: 33.333%;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .sekce-2 .submenu-inbox .col {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .submenu1-item {
    font-size: 18px !important;

  }
  .submenu1-item::before {
    width: 20px;
    height: 20px;
    left: -25px;
    top: 7px;
  }
}
@media (max-width: 575px) {
  .sekce-2 .submenu-inbox .col {
    flex: 0 0 100%;
    width: 100%;
  }
  .sekce-3 .carousel-caption p {
    line-height: 30px !important;
    font-size: 18px !important;
  }
  .submenu1-item {
    margin-bottom: 10px;
  }
}

.sekce-3 {
}
.sekce-3-item {
  position: relative;
}
.sekce-3-item:hover .image .bg:after {
  background-color: #239cd7;
}
.sekce-3 .image {
  height: calc(100vh - 154px);
  position: relative;
}
.sekce-3 .image .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(16, 31, 31, 0.8) 0%, rgba(16, 31, 31, 0) 50%, rgba(16, 31, 31, 0.8) 100%);
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-3 .carousel-control-prev, .sekce-3 .carousel-control-next {
  top: 50%;
  bottom: auto;
  opacity: 1 !important;
  width: auto;
}
.sekce-3 .carousel-control-prev i, .sekce-3 .carousel-control-next i {
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.sekce-3 .carousel-control-prev {
  left: 80px;
}
.sekce-3 .carousel-control-next {
  right: 80px;
}
.sekce-3 .carousel-caption {
  bottom: 70px;
  padding: 0;
  left: 140px;
  right: 40px;
  text-align: left;
}
.sekce-3 .carousel-caption p {
  font-size: 30px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 35px;
  color: #ffffff;
}
.sekce-3 .carousel-caption p span {
  color: #469391;
}
.sekce-3 .carousel-indicators [data-bs-target] {
  width: 22px;
  height: 22px;
  margin: 0 7px !important;
  border-radius: 50%;
  background-color: transparent;
  border: solid 2px #AEC7C7;
  position: relative;
  opacity: 1;
}
.sekce-3 .carousel-indicators .active::before {
  content: "";
  background-color: #469391;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.sekce-3 .carousel-indicators {
  margin: 0 !important;
  left: unset;
  right: 140px;
  bottom: 70px;
}
.sekce-3-A .carousel-caption div.claim,
.sekce-3-B .carousel-caption div.claim,
.sekce-3-C .carousel-caption div.claim,
.sekce-3-D .carousel-caption div.claim {
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}
.sekce-3-A .carousel-caption div.claim, .sekce-3-B .carousel-caption div.claim {
  font-size: 80px;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  display: block;
}
.sekce-3-C .container-fluid, .sekce-3-D .container-fluid {
  padding: 0;
}
.sekce-3-C .row, .sekce-3-D .row {
  margin: 0 !important;
}
.sekce-3-C .col-lg-4, .sekce-3-C .col-lg-6, .sekce-3-D .col-lg-4, .sekce-3-D .col-lg-6 {
  padding: 0;
}
.sekce-3-C .carousel-caption div.claim {
  font-size: 50px;
  margin: auto;
  margin-bottom: 40px;
}
.sekce-3-D .carousel-caption div.claim {
  font-size: 40px;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .sekce-3 .carousel-control-prev {
    left: 20px;
  }
  .sekce-3 .carousel-control-next {
    right: 20px;
  }
  .sekce-3 .carousel-caption p {
    font-size: 20px;
  }
  .sekce-3-A .carousel-caption div.claim, .sekce-3-B .carousel-caption div.claim {
    font-size: 48px;
  }
  .sekce-3-C .carousel-caption div.claim {
    font-size: 36px;
  }
  .sekce-3-D .carousel-caption div.claim {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .sekce-3-A .image, .sekce-3-B .image, .sekce-3-C .image, .sekce-3-D .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sekce-3 .image .bg:after {
    background: linear-gradient(0deg,rgba(16, 31, 31, 0.7) 0%, rgba(16, 31, 31, 0.7) 50%, rgba(16, 31, 31, 0.7) 100%);
  }
  .sekce-3 .carousel-caption {
    left: 0 !important;
    bottom: 0 !important;
  }
  .sekce-3 .carousel-indicators {
    right: 70px;
  }
  .sekce-3-A .carousel-caption, .sekce-3-B .carousel-caption, .sekce-3-C .carousel-caption, .sekce-3-D .carousel-caption {
    position: relative;
    padding: 200px 30px;
    transform: none;
    left: 0;
    right: 0;
  }
  .sekce-3-D {
    background-color: #404040;
  }
}
@media (max-width: 767px) {
  .sekce-3-A .carousel-caption {
    padding: 150px 30px;
  }
  .sekce-3-A .carousel-caption div.claim {
    font-size: 36px;
  }
  .sekce-3-B .carousel-caption {
    padding: 100px 30px;
  }
  .sekce-3-B .carousel-caption div.claim {
    font-size: 36px;
  }
  .sekce-3-C .carousel-caption, .sekce-3-D .carousel-caption {
    padding: 60px 30px;
  }
  .sekce-3-C .carousel-caption div.claim, .sekce-3-D .carousel-caption div.claim {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .sekce-3-A .carousel-caption {
    padding: 130px 30px;
  }
  .sekce-3-A .carousel-caption div.claim {
    font-size: 26px;
  }
  .sekce-3 .carousel-caption p {
    font-size: 18px !important;
  }
  .sekce-3-B .carousel-caption {
    padding: 80px 30px;
  }
  .sekce-3-B .carousel-caption div.claim {
    font-size: 26px;
  }
  .sekce-3 .carousel-indicators {
    right: 30px !important;
    bottom: 30px !important;
  }
}

/*# sourceMappingURL=sekce-3.css.map */
.sekce-3 .image .bg {
  animation: zoom 15s 
ease-in-out infinite;
  transform-origin: left center;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.10); /* o 10 % větší */
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1400px) {
  .sekce-3 .carousel-caption {
    left: 80px;
  }
}

.sekce-4 {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.sekce-4 .container-fluid {
  padding: 0 15px;
}
.sekce-4 .col-20 {
  padding: 0 10px;
  flex: 0 0 20%;
  max-width: 20%;
}
.sekce-4.sub {
  padding-top: 60px;
  padding-bottom: 50px;
}
.sekce-4.sub .sekce-4-item {
  height: 450px;
}
.sekce-4-F .col-xl-4 {
  padding: 0 15px;
}
.sekce-4-item {
  margin-bottom: 20px;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: block;
  height: 600px;
  outline: solid 1px #AEC7C7;
  transition: none;
  border: solid 10px transparent;
}
.sekce-4-item .image .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(16, 31, 31, 0.8) 0%, rgba(16, 31, 31, 0) 50%);
  opacity: 1;
}
.sekce-4-item:hover .image .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(16, 31, 31, 0.8) 20%, rgba(16, 31, 31, 0.2) 50%);
  opacity: 1;
}
.sekce-4-item .sekce-4-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  height: 40px;
  transition: all 0.3s;
}
.sekce-4-item:hover .sekce-4-content {
  height: auto !important;
  transition: all 0.3s;
}
.sekce-4-item:hover {
  border-color: #AEC7C7;
}
.sekce-4-item .content h3, .sekce-4-item .content span {
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
  display: block;
  font-weight: 600;
}
.sekce-4-item .content p {
  color: #696969;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}

.sekce-4-griditem {
  height: 280px;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.sekce-4-griditem-long {
  height: 600px;
}
.sekce-4-griditem .image {
  position: relative;
  height: 100%;
  border-radius: 0;
  border: solid 10px transparent;
  outline: solid 1px #AEC7C7;
  overflow: hidden;
}
.sekce-4-griditem .desc {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.sekce-4-griditem .desc span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  display: inline-block;
}
.sekce-4-griditem .image .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(16, 31, 31, 0.8) 0%, rgba(16, 31, 31, 0) 50%);
  opacity: 1;
}
.sekce-4-griditem:hover .image .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(16, 31, 31, 0.8) 20%, rgba(16, 31, 31, 0.2) 50%);
  opacity: 1;
}
.sekce-4-griditem:hover .image {
  border-color: #AEC7C7;
}
.sekce-4-A .sekce-4-item {
  padding: 60px 180px;
}
.sekce-4-B .sekce-4-item {
  padding: 60px 80px;
}
.sekce-4-C .sekce-4-item {
  padding: 60px 25px;
}
.sekce-4-C .sekce-4-item .content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.sekce-4-D .sekce-4-item {
  padding: 40px 20px;
}
.sekce-4-D .sekce-4-item .content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.sekce-4-E .sekce-4-item {
  padding: 85px 20px;
}
.sekce-4-E .sekce-4-item .content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.sekce-4-F {
  padding-bottom: 0;
}
.sekce-4-F .row {
  margin-left: -5px;
  margin-right: -5px;
}
.sekce-4-F .col-xl-2 {
  padding: 0 5px;
}
.sekce-4-F .sekce-4-item {
  padding: 20px;
  margin-bottom: 10px;
}
.sekce-4-F .sekce-4-item .content h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
}
.sekce-4-F .sekce-4-item .hover p {
  margin-bottom: 0;
  text-align: left;
  color: #CCCCCC;
  font-size: 20px;
  margin-top: 30px;
}
.sekce-4-item .hover {
  visibility: hidden;
  transition: none;
}
.sekce-4-item:hover .hover {
  transition: none;
  visibility: visible;
}
.sekce-4-B .row, .sekce-4-C .row, .sekce-4-D .row, .sekce-4-E .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sekce-4-B .col-lg-6, .sekce-4-B .col-xl-4, .sekce-4-B .col-xl-3, .sekce-4-C .col-lg-6, .sekce-4-C .col-xl-4, .sekce-4-C .col-xl-3, .sekce-4-D .col-lg-6, .sekce-4-D .col-xl-4, .sekce-4-D .col-xl-3, .sekce-4-E .col-lg-6, .sekce-4-E .col-xl-4, .sekce-4-E .col-xl-3 {
  padding: 0 10px;
}
.sekce-4-G .container-fluid {
  padding: 0 40px;
}
.sekce-4-G .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sekce-4-G .col-xxl-6, .sekce-4-G .col-md-6 {
  padding: 0 20px;
}

@media (max-width: 1900px) {
  .sekce-4-griditem .desc span {
    font-size: 20px;
  }
}
@media (max-width: 1700px) {
  .sekce-4-griditem .desc span {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .sekce-4 .col-20 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 991px) {
  .sekce-4 .container-fluid {
    padding: 0 20px;
  }
  .sekce-4-F .sekce-4-item {
    margin-bottom: 30px !important;
  }
  .sekce-4-A .sekce-4-item, .sekce-4-B .sekce-4-item {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .sekce-4 .col-20 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sekce-4-griditem {
    height: 280px !important;
  }
  .sekce-4-item {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .sekce-4 .col-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sekce-4-F .sekce-4-item .content h3 {
    font-size: 25px !important;
  }
  .sekce-4-item .sekce-4-content {
    left: 20px !important;
    bottom: 20px !important;
  }
  .sekce-4-griditem .desc span {
    padding: 12px 10px;
  }
  .mapa h2 {
    font-size: 30px !important;
  }
  .mapa {
    padding: 40px 0 0 0;
  }
  .mapa p {
    font-size: 18px;
    margin-bottom: 70px;
  }
}

/*# sourceMappingURL=sekce-4.css.map */


.sekce-5 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.sekce-5-item {
  margin-bottom: 30px;
}
.sekce-5 .container-fluid {
  padding: 0 40px;
}
.sekce-5-item span {
  font-size: 18px;
  color: #101F1F;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
}
.sekce-5-item p {
  font-size: 18px;
  color: #696969;
  margin-bottom: 0;
}
.sekce-5-A .sekce-5-item {
  text-align: center;
}
.sekce-5-A .sekce-5-item img {
  height: 50px;
  margin-bottom: 25px;
  object-fit: contain;
}
.sekce-5-B .sekce-5-item {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 15px;
}
@media (min-width: 1400px) and (max-width: 1880px) {
  .sekce-5-B .sekce-5-item {
    width: 16.666%;
    flex: 0 0 16.666%;
  }
  .sekce-5-item span {
    font-size: 16px;
  }
}
.sekce-5-B .sekce-5-item .image {
  flex: 0 0 50px;
  max-width: 50px;
}
.sekce-5-B .sekce-5-item .desc {
  padding-left: 20px;
}
.sekce-5-B .sekce-5-item img {
  height: 50px;
}
.sekce-5-B .sekce-5-item span {
  margin-bottom: 7px;
}
.sekce-5-B .sekce-5-item p {
  font-size: 16px;
}

/*# sourceMappingURL=sekce-5.css.map */


.sekce-6-item {
  position: relative;
}
.sekce-6-item span {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  display: block;
}
.sekce-6-item .content {
  position: relative;
  text-align: center;
}
.sekce-6-A .sekce-6-item span {
  margin-bottom: 40px;
}
.sekce-6-A .sekce-6-item .content {
  padding: 125px 0;
}
.sekce-6-B .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #239cd7 0%, rgba(35, 156, 215, 0) 100%);
}
.sekce-6-B .sekce-6-item span {
  margin-bottom: 0;
}
.sekce-6-B .sekce-6-item .content {
  padding: 175px 0;
}

@media (max-width: 991px) {
  .sekce-6-item span {
    font-size: 30px;
    margin-bottom: 30px !important;
  }
  .sekce-6-item .content {
    padding: 120px 0 !important;
  }
}

/*# sourceMappingURL=sekce-6.css.map */


.sekce-7 .container-fluid {
  padding: 0;
}
.sekce-7 .row {
  margin-left: 0;
  margin-right: 0;
}
.sekce-7 .col-lg-6 {
  padding: 0;
}
.sekce-7-image {
  height: 600px;
  position: relative;
}
.sekce-7-content {
  padding: 20px 80px;
}
.sekce-7-content h2 {
  margin-bottom: 30px;
  font-size: 36px;
  color: #333333;
}
.sekce-7-content p {
  margin-bottom: 30px;
  color: #696969;
  font-size: 18px;
  line-height: 35px;
}

@media (max-width: 1200px) {
  .sekce-7-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .sekce-7-content {
    padding: 60px;
  }
  .sekce-7-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .sekce-7-content {
    padding: 60px 20px;
  }
  .sekce-7-content h2 {
    font-size: 26px;
  }
}

/*# sourceMappingURL=sekce-7.css.map */


.sekce-8 .container-fluid {
  padding: 0;
}
.sekce-8 .row {
  margin-left: 0;
  margin-right: 0;
}
.sekce-8-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
  overflow: hidden;
}
.sekce-8-item img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-8-item:hover img {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .sekce-8-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .sekce-8-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .sekce-8-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=sekce-8.css.map */


.sekce-9 {
  padding: 60px 0;
}
.sekce-9-item {
  padding: 20px 5px;
  text-align: center;
}

/*# sourceMappingURL=sekce-9.css.map */


.sekce-10 {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #f5f5f5;*/
}
.sekce-10 p {
  font-size: 20px;
  line-height: 35px;
  color: #696969;
  margin-bottom: 30px;
}
.sekce-10 p:last-of-type {
  margin-bottom: 0;
}
.sekce-10 h2 {
  color: #101F1F;
  margin-bottom: 30px;
}
.sekce-10 h3 {
  color: #101F1F;
  margin-bottom: 25px;
}
.sekce-10 h4 {
  color: #101F1F;
  margin-bottom: 20px;
}
.sekce-10 h5 {
  color: #101F1F;
  margin-bottom: 15px;
}
.sekce-10 img {
  max-width: 100%;
}
.sekce-10:last-of-type {
  padding-bottom: 60px;
}
.sekce-10-A {
}
.sekce-10-B .row, .sekce-10-C .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sekce-10-B .col-lg-6, .sekce-10-B .col-xl-4, .sekce-10-C .col-lg-6, .sekce-10-C .col-xl-4 {
  padding: 0 20px;
}
.sekce-10-C h2 { font-size: 28px; }
.sekce-10-C h3 { font-size: 25px; }
.sekce-10-C h4 { font-size: 22px; }
.sekce-10-C h5 { font-size: 19px; }

.sekce-10-D h2 { font-size: 24px; }
.sekce-10-D h3 { font-size: 21px; }
.sekce-10-D h4 { font-size: 18px; }
.sekce-10-D h5 { font-size: 15px; }

@media (max-width: 767px) {
  .sekce-10-C h2 { font-size: 26px !important; }
  .sekce-10-C h3 { font-size: 23px !important; }
  .sekce-10-C h4 { font-size: 20px !important; }
  .sekce-10-C h5 { font-size: 17px !important; }
  
  .sekce-10-D h2 { font-size: 22px !important; }
  .sekce-10-D h3 { font-size: 20px !important; }
  .sekce-10-D h4 { font-size: 18px !important; }
  .sekce-10-D h5 { font-size: 16px !important; }
  .sekce-10 .col-md-6, .sekce-10 .col-md-4 {
    margin-bottom: 40px;
  }
  .sekce-10 .col-md-6:last-of-type, .sekce-10 .col-md-4:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .sekce-10-C h2 { font-size: 24px !important; }
  .sekce-10-C h3 { font-size: 21px !important; }
  .sekce-10-C h4 { font-size: 18px !important; }
  .sekce-10-C h5 { font-size: 15px !important; }
  
  .sekce-10-D h2 { font-size: 20px !important; }
  .sekce-10-D h3 { font-size: 18px !important; }
  .sekce-10-D h4 { font-size: 16px !important; }
  .sekce-10-D h5 { font-size: 14px !important; }
}

/*# sourceMappingURL=sekce-10.css.map */
.sekce-10 iframe {
  max-width: 100%;
}

.sekce-10 ul,
.sekce-10 ol {
  line-height: 1.7;
  margin-bottom: 30px; }
  
 .subpage .gallery {
  height: auto;
 }
 .subpage .gallery .row > div.fotky {
  padding: 10px; }
  .subpage .gallery a img {
    opacity: 1;
    transition: all .3s ease; 
    max-width: 100%;
    }
    .subpage .gallery a img:hover {
      opacity: 0.7; }
.sekce-10 ul > li {padding-left: 1.3em; color: #696969; font-size: 20px; line-height:35px}
.sekce-10 ol > li {padding-left: 2em; color:#696969; font-size: 20px; line-height: 35px;}
img {
  max-width: 100%;
}
strong, b {
  font-weight: 800 !important;
}

.sekce-10 ul > li::before {
  content: '\f054';
  color: #AEC7C7;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  /*margin-right: 10px;*/
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sekce-10 ol {
  counter-reset: li; }
  .sekce-10 ol > li::before {
    content: counter(li) ".";
    counter-increment: li;
    font-weight: 500;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.8em;
    color: #AEC7C7;}
    .sekce-10 ol > li::marker, .sekce-10 ul > li::marker {
      font-size: 0;
    }


.sekce-10 strong em {
  font-weight: 700; }
  
.sekce-10 em strong {
  font-weight: 700; }

.sekce-10 > :last-child {
  margin-bottom: 0; }

.sekce-10 .row div > :last-child {
  margin-bottom: 0; }

.sekce-10 table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 30px;
}
.sekce-10 table > thead > tr > th, 
.sekce-10 table > thead > tr > td,
.sekce-10 table > tbody > tr > th,
.sekce-10 table > tbody > tr > td,
.sekce-10 table > tfoot > tr > th,
.sekce-10 table > tfoot > tr > td {
  line-height: 1.7;
  vertical-align: top;
  color: #696969;
}
  .sekce-10 table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .sekce-10 table tr:nth-child(odd) {
    background-color: #fff;
  }
  .sekce-10 table th, .sekce-10 table thead tr td{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    font-size: 20px;
    background: #AEC7C7;
    color: white !important;
  }
  .sekce-10 table tfoot tr td{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    background: #AEC7C7;
    color: white;
  }
  .sekce-10 table td {
    padding: 10px 15px;
    text-align: left;
    font-size: 18px;
  }

.sekce-10 a img:hover {
  opacity: 0.7;
}
.sekce-10 a {
  color:#469391;
  text-decoration: none;
}
.sekce-10 a:hover {
  text-decoration: underline;
}
.sekce-10 img {
  max-width: 100%;
}
.sekce-10 a.tlacitko {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 0px;
  background-color: #FF6E5F;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: 0.4px;
}
.sekce-10 a.tlacitko:hover {
  background-color: #469391;
  color: #fff;
}
@media (min-width: 767px) {
  .sekce-10 .row:has(.col-md-6 img) .col-md-6 {
    align-content: center;
  }
}
@media (max-width: 767px) {
  .sekce-10-B .row {
    display: flex;
    flex-direction: column;
  }

  .sekce-10-B .row > .col-sm-12.col-md-6.col-lg-6:has(h2),
  .sekce-10-B .row > .col-sm-12.col-md-6.col-lg-6:has(p) {
    order: 1;
  }

  .sekce-10-B .row > .col-sm-12.col-md-6.col-lg-6:has(img) {
    order: 2;
  }
}

.sekce-11 {
  padding-top: 60px;
  padding-bottom: 36px;
  /*background-color: #f5f5f5;*/
}
.sekce-11 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sekce-11 .col-xl-3 {
  padding: 0 10px;
}
.sekce-11 img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sekce-11 a {
  overflow: hidden;
  display: block;
  border-radius: 0;
  margin-bottom: 24px;
  border: solid 10px transparent;
  outline: solid 1px #AEC7C7;
}
.sekce-11 a:hover img {
  transform: scale(1.2);
}
.sekce-11 h2 {
  margin-bottom: 40px;
}

/*# sourceMappingURL=sekce-11.css.map */


.sekce-12 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sekce-12 .text-center h2 {
  font-size: 50px;
  color: #101F1F;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.sekce-12 form div.uvodni-odstavec p {
  font-size: 20px;
  color: #696969;
  line-height: 35px;
  margin-bottom: 50px;
  padding-left: 0;
}
.sekce-12 form div.align-items-center p {
  margin-bottom: 0;
  font-size: 14px;
  color: #707070;
  line-height: 30px;
}
.sekce-12 form div.align-items-center p a {
  color: #707070;
  text-decoration: underline;
}
.sekce-12 form div.align-items-center p a:hover {
  text-decoration: none;
  color: #469391;
}
.sekce-12 form label, .sekce-12 form p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sekce-12 form input, .sekce-12 form textarea {
  background-color: #F1F1F1;
  border-radius: 2px;
  border: none !important;
  padding: 0 20px;
  font-size: 18px;
  color: #000000;
}
.sekce-12 form input {
  height: 50px;
  margin-bottom: 10px;
}
.sekce-12 form textarea {
  resize: none;
  min-height: 120px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.sekce-12 form button {
  border: none !important;
  margin-top: 15px;
}
.sekce-12 form .required {
  position: relative;
}
.sekce-12 form .required:after {
  content: "*";
  position: absolute;
  right: 20px;
  top: 17px;
  color: #469391;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .sekce-12 form div.align-items-center p {
	margin-top: 15px;
  }
  .sekce-12 form div.uvodni-odstavec p {
	margin-bottom: 30px;
  }
  .sekce-12 form button {
    margin-top: 20px;
  }
}

.sekce-12-items {
  margin-bottom: 50px;
}
.sekce-12-item {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  border-radius: 2px;
  background-color: #FFFFFF;
  align-items: center;
  padding: 10px;
  position: relative;
}
.sekce-12-item .image {
  flex: 0 0 80px;
  height: 80px;
  align-items: center;
  display: flex;
}
.sekce-12-item .image img {
  max-width: 80px;
  max-height: 80px;
}
.sekce-12-item .desc {
  padding-left: 20px;
  flex: 0 0 calc(100% - 215px);
  max-width: calc(100% - 215px);
  min-width: 180px;
}
.sekce-12-item .desc p {
  color: #696969;
  font-size: 18px;
  margin-bottom: 10px;
}
.sekce-12-item .desc p a {
  color: #101F1F;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
.sekce-12-item .parametry {
  font-size: 16px !important;
}
.sekce-12-item .parametry b {
  font-weight: 700 !important;
}
.sekce-12-item .desc p a:hover {
  color: #469391;
}
.sekce-12-item .desc p.price {
  font-weight: 700;
  margin-bottom: 0;
}
.sekce-12-item .pocet-kusu {
  margin-right: 50px;
  max-width: 80px;
}
.sekce-12-item .closer {
  position: absolute;
  cursor: pointer;
  right: 20px;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sekce-12-item .closer i {
  color: #000000;
  font-size: 20px;
}
.sekce-12-item .closer:hover i {
  color: #469391;
}
.sekce-12-B .text-center h2 {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .sekce-12 button {
    margin-top: 25px;
  }
}

/*# sourceMappingURL=sekce-12.css.map */
@media (max-width: 575px) {
  .sekce-12 .text-center h2 {
    font-size: 30px;
  }
  .sekce-12 form div.uvodni-odstavec p {
    font-size: 18px;
  }
}


.sekce-13 {
  background-image: url("/template/img/content/paticka-bg.jpg");
  background-repeat: repeat;
  background-size: auto;
}
.sekce-13-top {
  padding-top: 80px;
  padding-bottom: 0;
}
.sekce-13-bottom {
  padding-top: 40px;
  padding-bottom: 25px;
}
.sekce-13-bottom p {
  margin-bottom: 15px;
}
.sekce-13-bottom img {
  margin-bottom: 15px;
  height: 40px;
  object-fit: contain;
}
.sekce-13 span {
  font-size: 30px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin-bottom: 35px;
  padding-left: 20px;
}
.sekce-13 span::before {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #579D9B;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0%, -50%);
}
.sekce-13 ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px !important;
  margin-bottom: 40px;
}
.sekce-13 ul li {
  font-size: 18px;
  color: #CCCCCC;
}
.sekce-13 ul li a {
  color: #CCCCCC;
  text-decoration: underline;
}
.sekce-13 ul li a:hover {
  color: #469391;
  text-decoration: none;
}
.sekce-13 p {
  font-size: 18px;
  color: #CCCCCC;
  line-height: 35px;
}
.sekce-13 p a {
  color: #CCCCCC;
  text-decoration: none;
}
.sekce-13 p a:hover {
  color: #469391;
  text-decoration: none;
}
.sekce-13-item {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: end;
}
.sekce-13-item .icon {
  flex: 0 0 50px;
  max-width: 50px;
}
.sekce-13-item .icon i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #FF6E5F;
  color: #fff;
  text-align: center;
  align-content: center;
  vertical-align: middle;
}
.sekce-13-item .content {
  padding-left: 20px;
}
.sekce-13-item .content a {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}
.sekce-13-item .content a strong {
  font-weight: 600 !important;
  font-size: 24px;
}
.sekce-13-item .content a:hover {
  color: #469391;
}
.sekce-13-A ul li {
  display: block;
  line-height: 40px;
}
.sekce-13-B .sekce-13-top {
  padding-top: 65px;
}
.sekce-13-B ul {
  text-align: center;
}
.sekce-13-B ul li {
  display: inline-block;
  margin: 0 20px;
}
.sekce-13-B .sekce-13-item {
  display: inline-flex;
  margin: 15px 35px;
}

@media (max-width: 991px) {
  .sekce-13-B ul li {
    display: block;
    margin: 5px 0;
  }
}

/*# sourceMappingURL=sekce-13.css.map */
.sekce-13 .kontakty {
  float: right;
}
.sekce-13 .socials {
  padding-top: 100px;
  float: right;
}
.sekce-13 .socials i {
  width: 50px;
  height: 50px;
  border: solid 2px #AEC7C7;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;

}
.sekce-13 .socials a:hover i {
  background-color: #AEC7C7;
}
@media (max-width: 575px) {
  .sekce-13 span {
    margin-bottom: 10px;
  }
  .sekce-13 .socials {
    padding-top: 60px;
  }
}

.sekce-14 {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}
.sekce-14 h2 {
  font-size: 50px;
  color: #101F1F;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.sekce-14 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sekce-14 .col-lg-6, .sekce-14 .col-6 {
  padding: 0 20px;
}
.sekce-14-item {
  margin-bottom: 40px;
}
.sekce-14-item .content {
  padding: 0 40px 0 40px;
}
.sekce-14-item .image {
  margin-bottom: 40px;
  height: 380px;
  position: relative;
  border: solid 10px transparent;
  outline: solid 1px #AEC7C7;
  border-radius: 0;
  overflow: hidden;
}
.sekce-14 .image span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 20px;
  background-color: rgba(24, 38, 38,0.5);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
}
.sekce-14-item .content h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #333333;
}
.sekce-14-item .content p {
  color: #696969;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 40px;
}
.sekce-14-item .content span {
  display: inline-block;
  font-size: 16px;
  color: #696969;
}
.sekce-14-item .content span i {
  color: #239CD7;
  margin-right: 10px;
}
.sekce-14-B .sekce-14-item .content {
  background-color: #FFFFFF;
  padding: 40px 27px;
  border-radius: 15px;
}

/*# sourceMappingURL=sekce-14.css.map */
@media (max-width: 575px) {
  .sekce-14 h2 {
    font-size: 30px !important;
  }
  .sekce-14-item .content h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .sekce-14-item .content p {
    font-size: 18px;
  }
  .sekce-14-item .image {
    height: 250px;
  }
}

.sekce-15 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.sekce-15 .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.sekce-15 .col-xl-3, .sekce-15 .col-lg-3, .sekce-15 .col-lg-9 {
  padding: 0 10px;
}
.sekce-15-category {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #AEC7C7;
  border-radius: 0;
  margin-bottom: 20px;
  text-decoration: none;
}

.active-category {
  background-color: #AEC7C7;
}

.sekce-15-category p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: normal;
}
.sekce-15-category .image {
  margin-right: 20px;
}
.sekce-15-category .image img {
  width: 40px;
}
.sekce-15-category:hover {
  background-color: #f6f6f6;
}
.sekce-15-product {
  border: solid 10px transparent;
  border-radius: 0;
  outline: solid 1px #AEC7C7;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.sekce-15-product:hover {
border-color: #AEC7C7;
}
.sekce-15-product .content {
  padding: 40px 0 0 0;
  text-align: center;
}
.sekce-15-product .name {
  font-size: 20px;
  font-weight: 600;
  color: #101F1F;
  margin-bottom: 10px;
}
.sekce-15-product .price {
  font-size: 22px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 700;
}
.sekce-15-sidebar {
  margin-bottom: 60px;
}
.sekce-15-sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sekce-15-sidebar ul li {
  position: relative;
}
.sekce-15-sidebar ul li.active a {
  background-color: #dddddd !important;
}
.sekce-15-sidebar ul li a {
  color: #333333;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  background-color: #F5F5F5;
  margin-bottom: 2px;
  text-decoration: none;
}
.sekce-15-sidebar ul li i {
  position: absolute;
  right: 5px;
  top: 2px;
  color: #BBBBBB;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 10px;
  z-index: 66;
  cursor: pointer;
}
.sekce-15-sidebar ul li ul {
  display: none;
}
.sekce-15-sidebar ul li.show > ul {
  display: block;
}
.sekce-15-sidebar ul li.show > i {
  color: #239CD7;
  transform: rotate(-180deg);
}
.sekce-15-sidebar > ul > li > a {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sekce-15-sidebar > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #039CDB;
}
.sekce-15-sidebar > ul > li li a {
  padding-left: 25px;
}
.sekce-15-sidebar > ul > li li li a {
  padding-left: 30px;
}
.sekce-15-sidebar > ul > li li li li a {
  padding-left: 35px;
}
.sekce-15-sidebar > ul > li li li li li a {
  padding-left: 40px;
}
.sekce-15-sidebar > ul > li li li li li li a {
  padding-left: 45px;
}

/*# sourceMappingURL=sekce-15.css.map */
.produktyhp h2 {
  font-size: 50px;
  color: #333333;
  margin-bottom: 40px;
}

.sekce-16 {
  padding-top: 65px;
}
.sekce-16 .row-60 {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 70px;
}
.sekce-16 .row-60 .col-lg-6 {
  padding: 0 30px;
}
.sekce-16-desc h2 {
  margin-bottom: 30px;
}
.sekce-16-desc p {
  color: #696969;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 35px;
}
.sekce-16-desc p a {
  text-decoration: none;
  color: #FF6E5F;
  font-weight: 700;
}
.sekce-16-desc p a:hover {
  color: #333333;
  text-decoration: none;
}
.sekce-16-desc .box {
  padding: 30px;
    background-color: #f5f5f5;
    border-radius: 0;
    margin-top: 40px;
}
.sekce-16-desc .box p {
  margin-bottom: 0;
  color: #101F1F;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
}
.sekce-16-desc .box input[type="file"] {
  position: relative;
  padding: 1px 20px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  max-width: 380px;
  margin-top: 20px;
  color: #101F1F;
  background-color: #fff; /* můžeš dát svou webovou barvu */
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.sekce-16-desc .btn-my {
  border: none !important;
}
.sekce-16-desc .box textarea {
  width: 100%;
  max-width: 380px;
  border: none;
  padding: 20px 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #101F1F;
  font-weight: 500;
  min-height: 125px;
  font-size: 20px;
}
/* Hover efekt */
.sekce-16-desc .box input[type="file"]:hover {
  background-color: #FF6E5F;
}

/* Odstranění defaultního textu "No file chosen" v Chrome */
.sekce-16-desc .box input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.sekce-16-desc .box input[type="file"]::before {
  content: "Vybrat soubor";
  display: inline-block;
  background: #fff;
  color: #101F1F;
  padding: 12px 20px 12px 5px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

/* Hover efekt na pseudo-element */
.sekce-16-desc .box input[type="file"]:hover::before {
  background-color: #FF6E5F;
}

.sekce-16-desc .box select {
  height: 50px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  background-color: #fff;
  border: none;
  width: 100%;
  max-width: 380px;
  padding: 0 20px;
  border-right: solid 20px transparent;
  border-radius: 0;
  cursor: pointer;
}
.sekce-16-desc .box .price {
  color: #333333;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
}
.sekce-16 .carousel-item {
  height: 480px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.sekce-16 .carousel-indicators {
  position: relative;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: start;
}
.sekce-16 .carousel-indicators > div {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  box-sizing: initial;
  margin: 0;
  text-indent: unset;
  border: none !important;
  width: auto;
  height: 90px;
  padding: 0;
  opacity: 1 !important;
  margin-bottom: 10px;
}
.sekce-16 .carousel-indicators > div > div {
  height: 90px;
  position: relative;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 0;
}
.sekce-16 .carousel-indicators .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sekce-16 .carousel-indicators .over:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.5;
}
.sekce-16 .carousel-indicators .over span {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
}
.sekce-16-menu .nav-tabs {
  position: relative;
}
.sekce-16-menu .nav-tabs:before, .sekce-16-menu .nav-tabs:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  background-color: #DDDDDD;
}
.sekce-16-menu .nav-tabs:before {
  left: -1000px;
  right: 100%;
}
.sekce-16-menu .nav-tabs:after {
  right: -1000px;
  left: 100%;
}
.sekce-16-menu .nav-link {
  color: #333333;
  font-size: 18px;
  padding: 18px 40px;
  border-radius: 0 !important;
  border: none;
}
.sekce-16-menu .nav-link.active {
  border-top: solid 2px #FF6E5F;
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}
.sekce-16-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sekce-16-content .row {
  margin-left: -30px;
  margin-right: -30px;
}
.sekce-16-content .col-lg-7, .sekce-16-content .col-lg-5 {
  padding: 0 30px;
}
.sekce-16-content h2 {
  margin-bottom: 30px;
}
.sekce-16-content p {
  color: #696969;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}
.sekce-16-content table {
  width: 100%;
}
.sekce-16-content table tr {
  border-bottom: solid 2px white;
}
.sekce-16-content table tr td {
  color: #333333;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #F5F5F5;
}
.sekce-16-content table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sekce-16-content table tr td:last-child {
  text-align: right;
  font-weight: 600;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 991px) {
  .sekce-16-gallery {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sekce-16-menu .nav-tabs .nav-item, .sekce-16-menu .nav-tabs .nav-link {
    width: 100%;
  }
  .sekce-16-menu .nav-tabs .nav-link.active {
    border-bottom: solid 1px #dddddd;
  }
  .sekce-16 .box a {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .sekce-16 .carousel-item {
    height: 300px;
  }
  .sekce-16 .carousel-indicators > div {
    height: 70px;
  }
  .sekce-16 .carousel-indicators > div > div {
    height: 70px;
  }
}

/*# sourceMappingURL=sekce-16.css.map */
.sekce-16 ul > li {padding-left: 1.3em; color: #696969; font-size: 20px; line-height:35px}
.sekce-16 ol > li {padding-left: 2em; color:#696969; font-size: 20px; line-height: 35px;}
img {
  max-width: 100%;
}
strong, b {
  font-weight: 800 !important;
}

.sekce-16 ul > li::before {
  content: '\f054';
  color: #AEC7C7;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  /*margin-right: 10px;*/
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sekce-16 ol {
  counter-reset: li; }
  .sekce-16 ol > li::before {
    content: counter(li) ".";
    counter-increment: li;
    font-weight: 500;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.8em;
    color: #AEC7C7;}
    .sekce-16 ol > li::marker, .sekce-16 ul > li::marker {
      font-size: 0;
    }

    .sekce-17-A {
      padding: 80px 0;
      background-color: #F5F5F5;
    }
    
    .sekce-17-A h2 {
      margin-bottom: 40px;
    }
    
    .sekce-17-A .accordion-item {
      border-radius: 2px;
      margin-bottom: 10px;
      border: none;
      position: relative;
    }
    
    .sekce-17-A .accordion-item::before {
      content: "";
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      height: auto;
      width: 2px;
      background-color: #DDDDDD;
      z-index: 9;
    }
    
    .sekce-17-A .accordion-button::after {
      content: "\f107";
      font-family: "Font Awesome 6 Pro";
      color: #469391;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
      background: transparent;
      text-align: center;
    }
    
    .sekce-17-A .accordion-item .accordion-header>button {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      padding: 10px 20px;
      color: #000000;
    }
    
    .sekce-17-A button[aria-expanded="true"] {
      background-color: #fff;
      color: #000000;
    }
    
    .sekce-17-A .accordion-item p {
      margin-bottom: 0;
      font-size: 18px;
      color: #000;
      line-height: 30px;
    }
    
    .sekce-17-A .accordion-button:focus, .sekce-17-A button[aria-expanded="true"] {
      box-shadow: none;
      border: none;
    }
    
    .sekce-17-A .accordion-item:has(button[aria-expanded="true"])::before {
      background-color: #469391;
    }
    
    @media (max-width: 575px) {
      .sekce-17-A .accordion-item .accordion-header>button {
        font-size: 18px;
      }
    }

    .sekce-18 {
      padding-top: 110px;
      padding-bottom: 55px;
      background-image: url("/template/img/content/historie-bg.jpg");
      background-position: top;
    }
    .sekce-18-B h2 {
      margin-bottom: 40px;
      font-size: 50px;
      font-weight: 600;
      color: #101F1F;
      letter-spacing: 1px;
    }
    .sekce-18-A .timeline {
      margin: 50px 0;
      list-style-type: none;
      display: flex;
      padding: 0;
      text-align: center;
    }
    .sekce-18-A .timeline li {
      transition: all 200ms ease-in;
    }
    .sekce-18-A .timestamp {
      width: 100%;
      margin-bottom: 20px;
      padding: 0px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: 100;
      position: relative;
    }
    .sekce-18-A .status {
      padding: 0px 40px;
      display: flex;
      justify-content: center;
      border-top: 4px solid #f0f3f8;
      position: relative;
      transition: all 200ms ease-in;
    }
    .sekce-18-A .status span {
      font-weight: 600;
      padding-top: 20px;
      position: relative;
    }
    .sekce-18-A .status span:before {
      content: "";
      width: 20px;
      height: 20px;
      background-color: #ffffff;
      border-radius: 25px;
      border: 4px solid #469391;
      position: absolute;
      top: -12px;
      left: calc(50% - 12px);
      transition: all 200ms ease-in;
    }
    .sekce-18-A .status span.vase::before {
      border: 4px solid #0E2336;
    }
    .sekce-18-A .status span::after {
      content: "";
      width: 3px;
      height: 25px;
      background-color: #469391;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(calc(-50% - 2px));
      border-radius: 2px;
    }
    .sekce-18-A .status span.vase::after {
      background-color: black;
      left: 50%;
      transform: translateX(calc(-50% - 2px));
      border-radius: 2px;
    }
    .sekce-18-A .swiper-slide:nth-child(even) .marker::after {
      top: 5px;
    }
    .sekce-18-A .swiper-slide:nth-child(even) .date {
      top: 80px;
    }
    .sekce-18-A .swiper-control {
      text-align: right;
    }
    .sekce-18-A .swiper-container {
      width: 100%;
      height: auto;
      margin-bottom: 60px;
      padding: 0 20px 30px 20px;
      padding-left: 0;
      padding-right: 0;
    }
    .sekce-18-A .swiper-box {
      position: relative;
    }
    .sekce-18-A .swiper-box:before {
      content: "";
      position: absolute;
      left: -2000px;
      top: var(--timeline-center);
      width: 2000px;
      height: 4px;
      background-color: #f0f3f8;
      z-index: -1;
    }
    .sekce-18-A .swiper-box:after {
      content: "";
      position: absolute;
      right: -2000px;
      top: var(--timeline-center);
      width: 2000px;
      height: 4px;
      background-color: #f0f3f8;
      z-index: -1;
    }
    .sekce-18-A .swiper-button-prev, .sekce-18-A .swiper-button-next {
      position: absolute;
      top: var(--timeline-center);
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background-color: #C5C5C5;
    }
    .sekce-18-A .swiper-button-next i, .sekce-18-A .swiper-button-prev i {
      color: #0E2336;
      font-size: 20px;
    }
    .sekce-18-A .swiper-button-prev {
      left: -200px;
    }
    .sekce-18-A .swiper-button-next {
      right: -200px;
    }
    .sekce-18-A .swiper-button-prev:after, .sekce-18-A .swiper-button-next:after {
      display: none;
    }
    .sekce-18-A .swiper-slide {
      width: 200px;
      text-align: center;
      font-size: 18px;
      margin-right: 0 !important;
    }
    .sekce-18-A .swiper-slide.active {
      display: block;
    }
    .sekce-18-A .swiper-slide:nth-child(2n) {
      width: 16%;
    }
    .sekce-18-A .swiper-slide:nth-child(3n) {
      width: 16%;
    }
    .sekce-18-A span.date {
      text-align: center;
      position: absolute;
      bottom: 25px;
      color: #469391;
      font-weight: 600;
      font-size: 17px;
      width: 315px;
      max-width: 100%;
    }
    .sekce-18-A span.date.vase {
      color: #0E2336;
    }
    .sekce-18-A .works {
      display: inline-flex;
      align-items: center;
    }
    .sekce-18-A .work {
      font-size: 18px;
      color: #696969;
      display: flex;
      align-items: center;
      margin: 0 25px;
    }
    .sekce-18-A .work:before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 20px;
      margin-right: 10px;
    }
    .sekce-18-A .work-our:before {
      border: solid 3px #0E2336;
    }
    .sekce-18-A .work-your:before {
      border: solid 3px #469391;
    }
    .sekce-18-B h2 {
      margin-bottom: 70px;
    }
    .sekce-18-B .swiper {
      overflow: unset !important;
    }
    .sekce-18-B .swiper-slide {
      position: relative;
      border-top: solid 2px #C5C5C5;
    }
    .sekce-18-B .swiper-slide:last-of-type {
      border-top: none !important;
    }
    .sekce-18-B .swiper-slide:before {
      content: "";
      position: absolute;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: #469391;
      top: -6px;
    }
    .sekce-18-B .swiper-slide-text {
      padding-top: 40px;
      font-size: 16px;
      color: #101F1F;
      padding-right: 120px;
    }
    .sekce-18-B .swiper-slide-text span {
      display: block;
      font-size: 30px;
      font-weight: 600;
      color: #469391;
      margin-bottom: 20px;
    }
    
    @media (max-width: 1800px) {
      .sekce-18-A .swiper-button-prev {
        left: -80px;
      }
      .sekce-18-A .swiper-button-next {
        right: -80px;
      }
      .sekce-18-B .swiper-slide-text {
        padding-right: 30px;
      }
    }
    @media (max-width: 768px) {
      .sekce-18-A .swiper-button-prev {
        display: none;
      }
      .sekce-18-A .swiper-button-next {
        display: none;
      }
      .sekce-18-A .works {
        display: block;
      }
      .sekce-18-A .work {
        justify-content: center;
        margin-bottom: 10px;
      }
    }
    
    /*# sourceMappingURL=sekce-18.css.map */
    @media (max-width: 575px) {
      .sekce-18-B h2 {
        font-size: 30px;
      }
      .sekce-18 {
        padding-top: 70px;
      }
    }

    .sekce-19-A {
      padding: 80px 0;
      position: relative;
      background-color: #fff;
    }
    .sekce-19-A h2 {
      font-size: 36px;
      color: #333333;
      margin-bottom: 60px;
    }
    .sekce-19-A .citace {
      margin-bottom: 60px;
    }
    .sekce-19-A .outline {
      position: relative;
    }
    .sekce-19-A .content {
      border-radius: 0px 10px 10px 10px;
      padding: 30px;
      margin: 60px 0 30px 0;
      background-color: #f5f5f5;
    }
    .sekce-19-A .content img {
      position: absolute;
      top: -60px;
      left: -60px;
    }
    .sekce-19-A .col-lg-6 {
      padding: 0 50px 0 75px;
    }
    .sekce-19-A .content span {
      color: #333333;
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 30px;
      display: block;
    }
    .sekce-19-A .content p {
      color: #696969;
      font-size: 18px;
      line-height: 35px;
    }
    .sekce-19-A .outline span {
      color: #333333;
      font-weight: 700;
      font-size: 22px;
    }
    .sekce-19-A.hp .citace {
      margin-bottom: 80px;
    }
    .sekce-19-A .carousel-indicators {
      margin-bottom: 0;
    }
    .sekce-19-A .carousel-indicators [data-bs-target] {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: none;
      background-color: #F5F6F5;
      opacity: 1;
      margin: 0 10px;
    }
    .sekce-19-A .carousel-indicators .active {
      background-color: #239CD7;
      border-color: #239CD7;
    }
    .sekce-19-A .carousel-control-next-icon, .sekce-19-A .carousel-control-prev-icon {
      background-color: #F5F5F5;
      border-radius: 50%;
      width: 60px;
      height: 60px;
    }
    .sekce-19-A .carousel-control-next-icon {
      background-image: url("/template/img/sekce-19/right.svg");
      background-size: auto;
    }
    .sekce-19-A .carousel-control-prev-icon {
      background-image: url("/template/img/sekce-19/left.svg");
      background-size: auto;
    }
    @media (max-width: 1700px) {
      .sekce-19-A .carousel-control-next,.sekce-19-A .carousel-control-prev {
        width: 100px;
      }
    }
    @media (max-width: 1200px) {
      .sekce-19-A .carousel-control-next,.sekce-19-A .carousel-control-prev {
        display: none;
      }
    }
    
    @media (max-width: 575px) {
      .sekce-19-A .col-lg-6 {
        padding: 0 20px 0 55px !important;
      }
      .sekce-19-A .content img {
        height: 40px;
        top: -40px;
        left: -40px;
      }
    }
    