@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "ceskybrod";
  src: url("../fonts/ceskybrod.eot?crrmei");
  src: url("../fonts/ceskybrod.eot?crrmei#iefix") format("embedded-opentype"), url("../fonts/ceskybrod.ttf?crrmei") format("truetype"), url("../fonts/ceskybrod.woff?crrmei") format("woff"), url("../fonts/ceskybrod.svg?crrmei#ceskybrod") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
i.cb {
  display: inline-block;
  line-height: 1;
  text-transform: none;
  font-family: "ceskybrod" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
i.cb.arrow:before {
  content: "\e900";
}
i.cb.bell:before {
  content: "\e901";
}

/* ------ */
:root {
  --vh-offset: 0px;
  --vh: 1vh;
  --g-padding-x: 40px;
  --g-gap: 40px;
}

* {
  scroll-margin-top: 100px;
  scrollbar-color: #E62136 #E5E8ED;
  scrollbar-width: thin;
}

::-moz-selection {
  background: #E62136;
  color: #FFF;
}

::selection {
  background: #E62136;
  color: #FFF;
}

img::-moz-selection {
  background: rgba(230, 33, 54, 0.65);
}

img::selection {
  background: rgba(230, 33, 54, 0.65);
}

/* ------ */
html,
body {
  height: 100%;
  font: normal 400 16px "Outfit", sans-serif;
  color: #244278;
}

body {
  background: #FFF;
  margin: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

@media screen and (min-width: 3000px) {
  body {
    zoom: 166.6666666667%;
  }
}
/* ------ */
b, strong {
  font-weight: 700;
}

p {
  margin-bottom: 1.45rem;
  line-height: 1.375;
}

ul, ol {
  line-height: 1.6;
}

ol {
  margin-bottom: 30px;
}
ol ol {
  list-style: lower-alpha;
}
ol li {
  margin-bottom: 15px;
}

/* ------ */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

[href^="mailto:"] {
  white-space: nowrap;
}

a {
  text-decoration: underline;
  color: #E62136;
}
a:hover, a:focus, a:focus-within {
  text-decoration: none;
  color: inherit;
}

/* ------ */
/* HEADINGS */
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  line-height: 100%;
  font-weight: 700;
  color: #244278;
  position: relative;
  clear: both;
}

h1 {
  margin: 0;
}

h1:after, h2:after {
  content: ".";
  color: #E62136;
}

h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 1.75rem;
}

h3, .h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #content h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1180px) {
  h2 {
    margin-bottom: 45px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  #content > h2:first-child {
    margin-top: 0;
  }
  #content h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* ------ */
/* FORM ELEMENTS */
.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px;
  border-color: #FFF;
  background: #FFF;
  height: 46px;
  padding: 11px 15px;
  font: normal 400 18px "Outfit", sans-serif;
  color: #244278;
}
.form-control::-webkit-input-placeholder {
  color: #244278;
}
.form-control::-moz-placeholder {
  color: #244278;
}
.form-control:-ms-input-placeholder {
  color: #244278;
}
.form-control::-ms-input-placeholder {
  color: #244278;
}
.form-control::placeholder {
  color: #244278;
}
.form-control:focus {
  border-color: #244278 !important;
  color: #244278;
}

textarea.form-control {
  height: auto;
}

/* BUTTONS */
.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px;
  border: 1px solid #244278;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 20px;
  line-height: 100%;
  text-decoration: none !important;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn i.arrow {
  margin-left: 12px;
  font-size: 12px;
}
.btn i.arrow.left {
  margin-right: 12px;
  margin-left: 0;
  scale: -1;
}
.btn i.bell {
  margin-right: 12px;
  font-size: 17px;
}

.btn-default {
  color: #E62136;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #244278;
  color: #FFF;
}

.btn-primary {
  border-color: #E62136;
  background: #E62136;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border-color: #E62136 !important;
  background: #FFF !important;
  color: #E62136 !important;
}

/* custom checkbox */
.form-check-input {
  width: 22px;
  height: 22px;
  margin-top: -1px;
  margin-right: 8px;
}
.form-check-input:checked {
  border-color: #244278;
  background-color: #244278;
}

/* ------ */
/* TABLES */
table {
  border: 1px solid #E9EDF2;
  width: 100%;
  margin-bottom: 30px;
  color: #244278;
}
table thead th {
  background: #244278 !important;
  padding: 5px 10px;
  color: #FFF !important;
}
table th h1, table th h2, table th h3, table th h4, table th h5 {
  margin: 0;
}
table td {
  min-width: 50px;
  padding: 5px 10px;
  color: #244278 !important;
}
table p {
  margin: 0;
}

.table > :not(caption) > * > * {
  color: #244278;
}

@media (max-width: 1299px) {
  .table-responsive th, .table-responsive td {
    word-break: normal;
    white-space: nowrap;
  }
}

/* ------ */
/* BOOTSTRAP GRID */
.container {
  max-width: 1680px;
  padding: 0;
  position: relative;
}
/* ------ */
/* MENU - TOGGLE */
#menu-toggle {
  width: 30px;
  height: 23px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  border-radius: 6px;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #E62136;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
.open #menu-toggle span:nth-child(1), .open #menu-toggle span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 9px;
}
#menu-toggle span:nth-child(4) {
  top: 18px;
}
.open #menu-toggle span:nth-child(1), .open #menu-toggle span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.open #menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1440px) {
  #menu-toggle {
    display: none;
  }
}

/* ------ */
/* NAVBAR */
#navbar {
  --height: 70px;
  -webkit-box-shadow: 0 9px 20px 0 rgba(36, 66, 120, 0.1);
          box-shadow: 0 9px 20px 0 rgba(36, 66, 120, 0.1);
  background: #FFF;
  width: 100%;
  height: var(--height);
  padding: 0 var(--g-padding-x);
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar:before {
  content: "";
  background: inherit;
  position: absolute;
  inset: 0;
}
#navbar .logo img {
  max-height: 55px;
}
#navbar nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#navbar nav:before {
  content: "";
  border-top: 3px solid #E62136;
  width: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#navbar .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#navbar .controls > .btn {
  display: none;
}
#navbar .search-block {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: -15px;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#navbar .search-block .form-control {
  border-color: transparent;
  border-radius: 50px;
  background: transparent url("../img/icons/search.svg") calc(100% - 14px) 50%/20px auto no-repeat;
  width: 48px;
  height: 48px;
  min-height: 48px;
  text-transform: lowercase;
  text-indent: -999em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  cursor: pointer;
}
#navbar .search-block .form-control::-webkit-input-placeholder {
  color: #E62136;
}
#navbar .search-block .form-control::-moz-placeholder {
  color: #E62136;
}
#navbar .search-block .form-control:-ms-input-placeholder {
  color: #E62136;
}
#navbar .search-block .form-control::-ms-input-placeholder {
  color: #E62136;
}
#navbar .search-block .form-control::placeholder {
  color: #E62136;
}
#navbar .search-block .form-control:focus {
  border-color: #E62136;
  background-color: #FFF;
  width: 400px;
  max-width: calc(100vw - (2 * var(--g-padding-x) + 45px));
  text-indent: 0;
}
@media screen and (min-width: 568px) {
  #navbar .controls > .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #navbar .search-block {
    margin: 0 -5px;
  }
  #navbar .search-block .form-control:focus {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  #navbar .controls > .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #navbar .search-block .form-control:focus {
    width: 250px;
  }
}
@media screen and (min-width: 1180px) {
  #navbar {
    --height: 100px;
  }
  #navbar .logo img {
    max-height: 65px;
  }
}
@media screen and (min-width: 1440px) {
  #navbar .controls > .btn {
    min-width: 225px;
  }
}
@media screen and (min-width: 1600px) {
  #navbar {
    --height: 120px;
  }
  #navbar .logo img {
    max-height: none;
  }
  #navbar .controls {
    gap: 20px;
  }
}

/* ------ */
/* MAIN MENU */
.main-menu {
  -webkit-box-shadow: 0 9px 20px 0 rgba(36, 66, 120, 0.1);
          box-shadow: 0 9px 20px 0 rgba(36, 66, 120, 0.1);
  background: #E9EDF2;
  width: 100vw;
  max-height: calc(100vh - 70px);
  margin: 0;
  padding: 0 var(--g-padding-x);
  list-style: none;
  position: absolute;
  top: -100vh;
  left: calc(0px - var(--g-padding-x));
  z-index: -1;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
  overflow: auto;
}
.open .main-menu {
  top: 70px;
}
.main-menu > li {
  border-bottom: 1px dashed #FFF;
  position: relative;
}
.main-menu > li:last-child {
  border: 0;
  padding: 10px var(--g-padding-x);
}
.main-menu > li:has(.sub-menu):after {
  content: "+";
  border: 1px solid #E9EDF2;
  border-width: 10px 7px;
  background: #E62136;
  width: 40px;
  height: 45.6px;
  text-align: center;
  line-height: 0.85;
  font-size: 27px;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.main-menu > li > a:not(.btn) {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-menu .active a,
.main-menu > li:hover > a,
.main-menu a:hover,
.main-menu a:focus {
  color: #E62136 !important;
}
.main-menu > li:has(.sub-menu):hover:after {
  content: "-";
  line-height: 0.75;
}
.main-menu > li:has(.sub-menu):hover .sub-menu {
  display: block;
}
.main-menu .sub-menu {
  border-radius: 4px;
  background: #E9EDF2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.main-menu .sub-menu li {
  padding-left: var(--g-padding-x);
}
.main-menu .sub-menu li:last-child a {
  border: 0;
}
.main-menu .sub-menu a {
  max-width: calc(100% - var(--g-padding-x));
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.main-menu .sub-menu a:before {
  content: "\e900";
  margin-right: 12px;
  font-family: "ceskybrod" !important;
  font-weight: 400;
  font-size: 12px;
  color: #E62136;
  position: absolute;
  top: 20px;
  left: -20px;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 568px) {
  .main-menu {
    max-width: 400px;
    left: auto;
    right: 0;
  }
  .main-menu > li:last-child {
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  .open .main-menu {
    top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .main-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    width: auto;
    max-width: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 18px;
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    position: static;
    z-index: 1;
    overflow: visible;
  }
  .main-menu > li {
    border: 0;
    display: inline-block;
    padding: 0;
  }
  .main-menu > li:first-child {
    padding-left: 0;
  }
  .main-menu > li:has(.sub-menu):after {
    display: none;
  }
  .main-menu .sub-menu {
    -webkit-box-shadow: 7px 11px 13.5px 0px rgba(36, 66, 120, 0.2);
            box-shadow: 7px 11px 13.5px 0px rgba(36, 66, 120, 0.2);
    min-width: 347px;
    margin-left: -30px;
    position: absolute;
  }
  .main-menu .sub-menu li {
    padding: 0 30px;
  }
  .main-menu .sub-menu a {
    border-bottom: 1px dashed #FFF;
    padding: 16px 0;
  }
  .main-menu .sub-menu a:hover {
    padding-left: 26px;
  }
  .main-menu .sub-menu a:hover:before {
    left: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .main-menu {
    gap: 20px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  .main-menu {
    gap: 30px;
  }
}

/* ------ */
/* FOOTER */
#footer .footer-top {
  --padding-y: 40px;
  background: #244278;
  padding: var(--padding-y) var(--g-padding-x);
  color: #FFF;
}
#footer .footer-bottom {
  padding: 40px var(--g-padding-x);
}
#footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#footer .grid {
  display: grid;
  gap: var(--g-gap);
}
#footer .footer-menu {
  margin-top: auto;
}
#footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer p:last-of-type {
  margin-bottom: 0;
}
#footer a {
  text-decoration: none;
  color: inherit;
}
#footer a:hover, #footer a:focus {
  text-decoration: underline;
}
#footer .btn-primary {
  margin-bottom: var(--g-padding-x);
}
#footer .btn-primary:hover, #footer .btn-primary:focus {
  border-color: #FFF !important;
}
@media screen and (min-width: 568px) {
  #footer .footer-menu {
    width: 100%;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .grid .grid-item:nth-child(2) {
    grid-column: span 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1180px) {
  #footer .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #footer .grid .grid-item:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
    max-width: 450px;
  }
  #footer .grid .grid-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  #footer .btn-primary {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  #footer .footer-top {
    --padding-y: 80px;
  }
}

/* ------ */
/* scroll up */
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 10px;
  right: 10px;
}
.scroll-up a {
  background: #FFF;
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.scroll-up a:after {
  content: " ";
  border: 5px solid transparent;
  border-color: transparent;
  border-bottom-color: #E62136;
  height: 0;
  width: 0;
  pointer-events: none;
  margin-left: -5px;
  position: absolute;
  top: 3px;
  left: 50%;
}
.scroll-up a:hover {
  background: #E62136;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.scroll-up a:hover:after {
  border-bottom-color: #FFF;
}

/* ------ */
/* COLUMNS */
.columns {
  padding: 0 !important;
}
.columns .text-block {
  background: #E9EDF2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: var(--g-padding-x);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.columns .text-block .btn {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.columns .bg-img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .columns .text-block {
    padding: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .columns .text-block {
    padding: 70px 60px 65px;
  }
}
@media screen and (min-width: 1400px) {
  .columns .text-block {
    padding: 70px 118px 65px 120px;
  }
  .columns .bg-img {
    min-height: 600px;
  }
}

/* ------ */
/* SEZNAM - dlazdice */
.list-tiles {
  --bs-gutter-x: var(--g-gap);
  --bs-gutter-y: var(--g-gap);
  --padding: 30px;
}
.list-tiles .wrapper {
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}
.list-tiles .thumb {
  background: #E5E8ED;
  aspect-ratio: 1/1;
}
.list-tiles .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale ease 1s;
  transition: scale ease 1s;
}
.list-tiles .caption {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59.62%, rgba(12, 39, 87, 0.1)), to(rgba(3, 25, 64, 0.87)));
  background: linear-gradient(180deg, rgba(12, 39, 87, 0.1) 59.62%, rgba(3, 25, 64, 0.87) 100%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: var(--padding);
  text-decoration: none;
  text-align: left;
  color: #FFF;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-tiles .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  color: inherit;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-tiles .title:first-letter {
  color: red;
}
.list-tiles .title .arrow {
  margin-top: 1px;
  margin-left: 10px;
  font-size: 12px;
}
.list-tiles a.wrapper:hover .thumb img, .list-tiles a.wrapper:focus .thumb img {
  scale: 1.1;
}
@media screen and (min-width: 576px) {
  .list-tiles {
    --padding: 20px;
  }
}
@media screen and (min-width: 667px) {
  .list-tiles {
    --padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .list-tiles {
    --padding: 46px 41px;
  }
}
@media screen and (min-width: 1200px) {
  .list-tiles {
    --padding: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .list-tiles {
    --padding: 46px 41px;
  }
  .list-tiles .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ------ */
.service-table {
  --padding: 30px;
  border-radius: 4px;
  background: #E9EDF2;
  height: 100%;
  padding: var(--padding);
}
.service-table .title {
  margin: 0;
  color: #E62136;
}
.service-table table {
  border: 0;
  width: 100%;
  margin: 2px 0 30px;
}
.service-table table:last-child {
  margin-bottom: 0;
}
.service-table table tr {
  border-bottom: 1px dashed #FFF;
}
.service-table table td {
  border: 0;
  padding: 12px 0 7px;
  vertical-align: top;
}
.service-table table td:last-child {
  text-align: right;
}
@media screen and (min-width: 568px) {
  .service-table {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 576px) {
  .service-table {
    --padding: 20px;
  }
}
@media screen and (min-width: 667px) {
  .service-table {
    --padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .service-table {
    --padding: 42px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .service-table {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1180px) {
  .service-table {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .service-table {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .service-table {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ------ */
/* SP CONTENT */
.sp #main {
  padding: calc(var(--pt) + var(--g-padding-x)) var(--g-padding-x);
}
.sp #main .grid {
  --gap-x: var(--g-gap);
  display: grid;
  gap: var(--g-gap);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .sp #main .grid:has(nav) {
    grid-template-columns: 66.667% 33.334%;
    width: calc(100% - var(--gap-x));
  }
  .sp #main .grid:has(nav) header.grid-item {
    grid-column: span 2;
    grid-row: 1;
  }
  .sp #main .grid:has(nav) aside.grid-item {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 992px) {
  .sp #main .grid:has(aside) {
    grid-template-columns: 66.667% 33.334%;
    width: calc(100% - var(--gap-x));
  }
  .sp #main .grid:has(aside) header.grid-item {
    grid-column: span 2;
    grid-row: 1;
  }
  .sp #main .grid:has(aside) aside.grid-item {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1300px) {
  .sp #main .grid {
    --gap-x: calc(var(--g-padding-x) * 2);
    gap: var(--g-gap) var(--gap-x);
  }
}
@media screen and (min-width: 1600px) {
  .sp #main {
    padding: calc(var(--pt) + 85px) var(--g-padding-x) 125px;
  }
  .sp #main .grid {
    --gap-x: calc(var(--g-padding-x) * 3);
  }
}

#content {
  overflow: hidden;
}
#content h2, #content h3 {
  text-align: initial;
}
#content h2:after, #content h3:after {
  display: none;
}
#content .perex {
  margin-bottom: 2.5rem;
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
#content img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #content {
    text-align: justify;
  }
  #content .perex {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* ------ */
/* SIDEBAR */
#sidebar {
  display: none;
}
#sidebar .sb-block {
  border-radius: 4px;
  overflow: hidden;
}
#sidebar nav {
  margin: 0 !important;
}
#sidebar .service-table {
  display: none;
  height: auto;
}
#sidebar:has(nav) {
  display: block;
}
#sidebar:has(nav) .sb-block {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  #sidebar {
    display: block;
  }
  #sidebar .service-table {
    display: block;
  }
}

.sidebar-menu {
  background: #E9EDF2;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
.open .sidebar-menu {
  top: 70px;
}
.sidebar-menu li {
  padding: 0 var(--g-padding-x);
}
.sidebar-menu li:last-child a {
  border: 0;
}
.sidebar-menu a {
  border-bottom: 1px dashed #FFF;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-menu a:before {
  content: "\e900";
  margin-right: 12px;
  font-family: "ceskybrod" !important;
  font-weight: 400;
  font-size: 12px;
  color: #E62136;
  position: absolute;
  top: 14px;
  left: -20px;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.sidebar-menu .active a,
.sidebar-menu a:hover,
.sidebar-menu a:focus {
  padding-left: 26px;
  color: #E62136;
}
.sidebar-menu .active a:before,
.sidebar-menu a:hover:before,
.sidebar-menu a:focus:before {
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .sidebar-menu a {
    padding: 15px 0;
  }
  .sidebar-menu a:before {
    top: 19px;
  }
}
@media screen and (min-width: 1180px) {
  .sidebar-menu a {
    padding: 20px 0;
  }
  .sidebar-menu a:before {
    top: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .sidebar-menu a {
    padding: 25.5px 0;
  }
  .sidebar-menu a:before {
    top: 29.5px;
  }
}

/* ------ */
.list-members {
  --list-gap: 30px;
  --bs-gutter-x: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.list-members .col {
  margin-bottom: 30px;
}
.list-members .member {
  border-radius: 4px;
  border: 1px solid #E9EDF2;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-members .member a {
  display: block;
}
.list-members .name {
  text-align: center !important;
}
@media screen and (min-width: 992px) {
  .list-members {
    --list-gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .list-members {
    --list-gap: 30px;
  }
  .list-members .function {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1360px) {
  .list-members {
    --list-gap: 60px;
  }
}

/* ------ */
/* CATEGORIES */
#categories .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#categories .list-categories {
  --padding: 30px;
  width: 100%;
}
#categories .list-categories .row {
  --bs-gutter-x: var(--g-gap);
  --bs-gutter-y: var(--g-gap);
}
#categories .wrapper {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(15.8px);
          backdrop-filter: blur(15.8px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--padding);
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#categories .wrapper:hover {
  background: #FFF;
}
#categories .wrapper:hover .picto {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
#categories .wrapper .title {
  margin-top: 3px;
}
#categories .wrapper .picto {
  max-width: 150px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#categories .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) and (orientation: portrait) {
  #categories {
    max-height: 500px;
  }
}
@media screen and (min-width: 800px) {
  #categories {
    height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  #categories {
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  #categories .container {
    width: calc(100% - 80px);
    position: absolute;
    inset: 0 var(--g-padding-x) 80px;
  }
  #categories .wrapper .picto {
    max-width: 175px;
  }
  #categories .bg-img {
    max-height: 600px;
    position: static;
  }
}
@media screen and (min-width: 1180px) {
  #categories .list-categories {
    --padding: 40px;
  }
  #categories .wrapper {
    min-height: 175px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  #categories .wrapper .picto {
    max-width: 200px;
  }
}
@media screen and (min-width: 1680px) {
  #categories .wrapper {
    min-height: 190px;
  }
  #categories .wrapper .picto {
    max-width: 100%;
  }
}
@media screen and (min-width: 2500px) {
  #categories .bg-img {
    max-height: 800px;
  }
}

/* ------ */
/* NEWS- section */
#news h2 {
  margin: 0;
}
#news .grid {
  display: grid;
  gap: var(--g-gap);
}
#news .grid-item:nth-child(2) {
  grid-row: 3;
}
@media screen and (min-width: 568px) {
  #news .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #news .grid-item:nth-child(2) {
    grid-row: auto;
    text-align: right;
  }
  #news .grid-item:nth-child(3) {
    grid-column: span 2;
  }
  #news .service-table {
    grid-column: span 2;
  }
  #news .btn {
    min-width: 255px;
  }
}
@media screen and (min-width: 992px) {
  #news h2 {
    margin-top: 9px;
  }
  #news .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #news .grid-item:nth-child(2),
  #news .service-table {
    grid-column: 3;
  }
}

/* ------ */
/* NEWS - list */
.list-news {
  --bs-gutter-x: var(--g-gap);
  --bs-gutter-y: var(--g-gap);
  --padding: 30px;
}
.list-news .wrapper {
  border-radius: 4px;
  border: 1px solid #E5E8ED;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: var(--padding);
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-news a.wrapper:hover, .list-news a.wrapper:focus {
  border-color: #244278;
}
.list-news a.wrapper:focus {
  -webkit-box-shadow: inset 0 0 0 1px #244278;
          box-shadow: inset 0 0 0 1px #244278;
}
.list-news .bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-news .title {
  text-align: initial;
}
.list-news .date {
  color: #E62136;
}
.list-news .arrow {
  font-size: 12px;
  color: #E62136;
}
@media screen and (min-width: 576px) {
  .list-news {
    --padding: 20px;
  }
}
@media screen and (min-width: 667px) {
  .list-news {
    --padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .list-news {
    --padding: 42px 40px 40px;
  }
}

/* ------ */
/* REPORT */
#report-wrapper {
  -webkit-box-shadow: 0px 12px 14.3px 0px rgba(12, 39, 87, 0.2);
          box-shadow: 0px 12px 14.3px 0px rgba(12, 39, 87, 0.2);
  background: #E9EDF2;
  max-height: 100vh;
  padding: var(--g-padding-x);
  text-align: center;
  position: fixed;
  inset: 0 0 auto;
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow-y: auto;
}
#report-wrapper.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#report-wrapper .container {
  max-width: 1200px;
}
#report-wrapper h2:after {
  display: none;
}
#report-wrapper p {
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
#report-wrapper form {
  text-align: left;
}
#report-wrapper form a {
  color: inherit;
}
#report-wrapper .grid {
  display: grid;
  gap: 20px;
}
#report-wrapper .grid .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#report-wrapper textarea {
  min-height: 112px;
}
#report-wrapper .souhlas {
  display: none;
  text-align: justify;
}
#report-wrapper .close-report {
  border-radius: 4px;
  background: #E62136;
  width: 30px;
  aspect-ratio: 1/1;
  line-height: 1;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFF;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
}
@media screen and (min-width: 568px) {
  #report-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #report-wrapper .grid .col-12 {
    grid-column: span 2;
  }
  #report-wrapper .btn {
    margin-left: auto;
  }
}
@media (min-width: 800px) and (min-height: 700px) {
  #report-wrapper.open {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  #report-wrapper .close-report {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  #report-wrapper.open {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media screen and (min-width: 1600px) {
  #report-wrapper.open {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

/* ------ */
/* ------ */
/* CONTENT */
#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 992px) {
  #wrapper {
    overflow: visible;
  }
}

#main {
  --pt: 70px;
  padding-top: var(--pt);
}
@media screen and (min-width: 1180px) {
  #main {
    --pt: 100px;
  }
}
@media screen and (min-width: 1180px) {
  #main {
    --pt: 100px;
  }
}
@media screen and (min-width: 1600px) {
  #main {
    --pt: 120px;
  }
}

section {
  padding: var(--g-padding-x);
  position: relative;
}
@media screen and (min-width: 1600px) {
  section {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}

/* ------ */
/* SEARCH */
#search-results h2 {
  margin-bottom: 15px;
}
#search-results ul {
  margin-bottom: 50px;
  margin-left: 10px;
}
#search-results .search-group:not(:last-child) {
  margin-bottom: 50px;
}
#search-results .list-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search-results .list-arrow li {
  background: url('data:image/svg+xml,<svg fill="%23472784" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.5 18.2"><path d="M0,2v14.2c0,1.6,1.8,2.6,3.2,1.6l9.5-6.8c1.1-0.8,1.1-2.4,0.1-3.2L3.2,0.4C1.9-0.6,0,0.3,0,2z"/></svg>') 0 9px/auto 8px no-repeat;
  margin-bottom: 13px;
  padding-left: 15px;
}
#search-results .list-arrow a {
  text-decoration: none;
  font-size: 18px;
}
#search-results .list-arrow a:hover {
  color: #472784;
}
#search-results .list-arrow a:focus {
  border-radius: 5px;
  outline: 2px solid #9c89c0;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}

/* ------ */
.public-contract + .public-contract {
  border-top: 1px solid #E9EDF2;
}
/*# sourceMappingURL=style.css.map */
