html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.txt2,
.txt4,
.txt3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.txt7,
.txt6,
.txt1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
}

.txt5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.txt2 {
  font-size: 20px;
  line-height: 1.2;
}

.txt4 {
  font-size: 25px;
  line-height: 1.12;
}

.txt3 {
  font-size: 35px;
  line-height: 1;
}

.txt7 {
  font-size: 15px;
  line-height: 1.8666666667;
}

.txt6 {
  font-size: 28px;
  line-height: 1.7857142857;
}

.txt1 {
  font-size: 60px;
  line-height: 1.2;
}

.txt5 {
  font-size: 18px;
  line-height: 1.5555555556;
}

.txt1 {
  color: #212e69;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .txt1 {
    font-size: 40px;
    line-height: 1.3;
  }
}

.txt2 {
  color: #cb0538;
}

.txt3 {
  color: #212e69;
  text-transform: uppercase;
}

.txt4 {
  color: #cb0538;
}

.txt5 {
  color: #005992;
}

.txt6 {
  color: #212e69;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .txt6 {
    font-size: 25px;
    line-height: 1.6;
  }
}

.txt7 {
  color: white;
  text-transform: uppercase;
}

.w-683px, .w-780px, .w-976px {
  position: relative;
  max-width: 100%;
}

.w-976px {
  width: 976px;
}

.w-780px {
  width: 780px;
}

.w-683px {
  width: 683px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-30px {
  margin-top: 30px;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

body {
  margin: 0;
  background-image: url("img/bg/pattern.png");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.txt_center {
  text-align: center;
}

section {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

.chapter {
  padding: 0 10px;
}

.mapa_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .mapa_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 940px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mapa {
  margin-left: 35px;
}
@media screen and (max-width: 1000px) {
  .mapa {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.destinace {
  position: relative;
  width: 450px;
  max-width: 100%;
  margin-top: 70px;
}

.top-bar {
  font-weight: 400;
  font-size: 12px;
  max-width: 1170px;
  padding: 7px 13px;
  margin: 0 auto;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.top-bar_wrap {
  position: relative;
  z-index: 10;
  background: white;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.1294117647);
}
@media screen and (max-width: 550px) {
  .top-bar {
    padding: 0 13px;
  }
}
.top-bar .zpravy-logo {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 550px) {
  .top-bar .zpravy-logo {
    width: 70px;
  }
}
.top-bar .zpravy-logo--small {
  display: none;
}
@media screen and (max-width: 550px) {
  .top-bar .zpravy-logo--small {
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .top-bar .zpravy-logo--big {
    display: none;
  }
}
.top-bar .partner-logo {
  width: auto;
  height: 56px;
  margin-left: 7px;
}
.top-bar .in-collab_text {
  min-width: 100px;
  line-height: 16px;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .top-bar .in-collab_text {
    width: 120px;
  }
}
.top-bar .in-collab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .in-collab abbr {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: help;
}

#tooltip {
  color: white;
  text-align: center;
  background: black;
  position: absolute;
  border-radius: 10px;
  padding: 15px;
  pointer-events: none;
  z-index: 100000000000000000000000;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  max-width: 300px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid black;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.intro {
  background-image: url("img/bg/intro2.png");
  background-size: cover;
  height: 25vw;
  padding-top: 80px;
}
@media screen and (max-width: 1920px) {
  .intro {
    height: 480px;
    background-size: auto;
  }
}
@media screen and (max-width: 1000px) {
  .intro {
    text-align: center;
    background-position-x: calc(50% - 200px);
    background-position-y: top;
  }
}
@media screen and (max-width: 580px) {
  .intro {
    padding-top: 40px;
    background-position-x: calc(50% - 300px);
  }
}

.covid {
  width: 1170px;
  max-width: 100%;
  padding: 13px;
  margin: 0 auto 20px auto;
}
.covid a {
  color: inherit;
  font-weight: 700;
}

.client {
  background: #212e69;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: -30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.client:hover {
  background: #cb0538;
}

.fin {
  background-size: cover;
  height: 40vw;
  margin-top: 160px;
}

footer {
  text-align: center;
  padding: 0 0 120px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #212e69;
  background: white;
}
footer p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
footer .copyright {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
}
footer .d {
  display: inline;
  margin: 0 10px 0 9px;
}
footer .d:before {
  content: "|";
}

.privacy {
  margin: 10px 0;
  display: block;
  text-decoration: underline;
}

.privacy,
.privacy:visited {
  color: #212e69;
}
/*# sourceMappingURL=main.css.map */