.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #0b0849;
  font-size: 64px;
  line-height: 36px;
  font-weight: 700;
}

.body {
  overflow: visible;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.section-wide {
  position: static;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: transparent;
  color: #2c55bb;
}

.section-wide.section-hero {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent)), url('../images/daria-shevtsova-k_RYBedEvDw-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent), url('../images/daria-shevtsova-k_RYBedEvDw-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-wide.section-sluzby {
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
}

.section-wide.section-recruit {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.section-vnitrek {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section-vnitrek.section-split {
  overflow: hidden;
  max-width: 100%;
}

.header {
  position: absolute;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  background-color: transparent;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nadpis-h1 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 76px;
  text-align: center;
}

.podtext {
  padding-top: 36px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.hero-block {
  width: 100%;
  max-width: 980px;
}

.logo {
  display: block;
  width: 120px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: 60px;
  padding-left: 0px;
  float: left;
  text-decoration: none;
}

.kontakt-link {
  margin-top: 60px;
  margin-right: 60px;
  float: right;
  text-decoration: none;
}

.text-block {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
}

.heading {
  text-align: center;
}

.nadpis-h2 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  color: #444;
  text-align: center;
}

.sluzby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 66%;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nadpis-h3 {
  font-family: Raleway, sans-serif;
  color: #2c55bb;
  font-size: 28px;
  font-weight: 900;
}

.popis-sluzby {
  font-family: Raleway, sans-serif;
  color: #525252;
  font-size: 18px;
  line-height: 22px;
}

.hero-sluzby {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/nik-macmillan-YXemfQiPR_E-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.oddelovac {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: rgba(44, 85, 187, 0.17);
}

.oddelovac.sekce {
  width: 50%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  color: #2c55bb;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.list-item {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #494949;
  font-size: 16px;
  list-style-type: disc;
}

.img-col {
  width: 66%;
  max-width: none;
  box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.33);
}

.text-grid {
  width: 33%;
  margin-right: 40px;
  margin-left: 40px;
}

.recruit-hero {
  position: absolute;
  top: 3659.37px;
  z-index: -1;
  width: 100%;
  height: 20%;
  background-image: url('../images/recruitment.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.26;
}

.infobox {
  font-family: Raleway, sans-serif;
  color: #525252;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.infobox-head {
  font-family: Raleway, sans-serif;
  color: #2c55bb;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
}

.oddelovac-w50 {
  width: 90%;
  height: 2px;
  margin: 40px auto 0px;
  background-color: rgba(44, 85, 187, 0.17);
}

.oddelovac-w50.sekce {
  width: 50%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.section-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kontakt {
  width: 50%;
}

.mapa {
  width: 50%;
  margin-bottom: 40px;
  margin-left: 0px;
  box-shadow: 0 11px 20px -15px #000;
}

.kontakt-info {
  font-family: Raleway, sans-serif;
  color: #525252;
  font-size: 18px;
  line-height: 30px;
}

.footer {
  display: inline-block;
  width: 100%;
  height: 80px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2c55bb;
  background-image: linear-gradient(135deg, #12a7ec, #7446e0);
  text-align: center;
}

.logo-footer {
  margin-right: auto;
  margin-left: auto;
  background-color: #2c55bb;
}

.footer-logo {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.footer-copy {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.link {
  color: #202020;
  text-decoration: none;
}

.link:hover {
  color: #2c55bb;
  text-decoration: underline;
}

.cta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0px auto 80px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.picto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.08;
  text-align: center;
}

.text-link {
  color: #2c55bb;
  font-weight: 900;
}

.infobox-text {
  font-family: Raleway, sans-serif;
  color: #525252;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.infobox-text.bold {
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .section-wide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-vnitrek {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid.grid-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .img-col {
    width: 100%;
  }
  .text-grid {
    width: 66%;
  }
}

@media screen and (max-width: 767px) {
  .podtext {
    line-height: 36px;
  }
  .section-kontakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mapa {
    width: 80%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section-wide {
    padding-top: 0px;
  }
  .section-wide.section-sluzby {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nadpis-h1 {
    line-height: 88px;
  }
  .podtext {
    line-height: 44px;
  }
  .logo {
    margin-left: 10px;
  }
  .kontakt-link {
    display: block;
    margin-right: 0px;
  }
  .kontakt-link:hover {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
  }
  .text-block {
    margin-right: 10px;
  }
  .nadpis-h2 {
    font-size: 32px;
  }
  .sluzby {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .nadpis-h3 {
    line-height: 28px;
  }
  .bold-text {
    line-height: 28px;
  }
  .text-grid {
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .kontakt {
    width: 100%;
  }
  .mapa {
    width: 100%;
  }
  .footer {
    position: absolute;
  }
  .footer-copy {
    width: 40%;
  }
  .image {
    top: -3%;
  }
  .list {
    padding-left: 20px;
  }
  .list-2 {
    padding-left: 20px;
  }
}

#w-node-5dfdf10e09ad-2ebc8048 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2d62b1eb3b86-2ebc8048 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-76ff496f3aa8-2ebc8048 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-76ff496f3aa9-2ebc8048 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

