@charset "UTF-8";
/* velikosti */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&family=Work+Sans:wght@400;600&display=swap");
@media (min-width: 1100px) and (max-width: 1399px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
body {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 300;
  height: 100%;
}

ul li {
  font-weight: 400;
  font-size: 14px;
}

p {
  font-weight: 400;
  font-size: 17px;
}

a {
  text-decoration: none;
}

.nic-hp {
  height: 0px;
}

.nic {
  height: 100px;
}

/*  HEADER  */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .logo {
  float: left;
  margin: 30px 0 0 30px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -ms-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
header .logo img {
  height: 30px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  opacity: 1;
}
header .logo img:hover {
  opacity: 0.5;
}

header .logo a {
  display: block;
  width: 200px;
  height: 40px;
  opacity: 1;
  transition: 0.5s;
}
@media (max-width: 899px) {
  header .logo a {
    width: 150px;
  }
}

header.hp .logo a {
  background: url("/wp-content/themes/mevia/img/mevia-bila.svg") no-repeat;
}
header.hp .logo a:hover {
  opacity: 0.5;
}
header.hp .kontakt-btn a {
  padding: 5px;
  border-radius: 30px;
  background: #0aabff;
  margin: 0 0 0 20px !important;
  transition: 0.2s;
  color: white !important;
}
header.hp .kontakt-btn a:hover {
  background: #040e36;
}

header.page {
  background: none;
}
header.page .logo a {
  background: url("/wp-content/themes/mevia/img/mevia-modra.svg") no-repeat;
}

header .nav {
  padding: 40px 0 30px 0;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  float: right;
  transition: padding 0.3s;
  margin: 0 30px 0 0;
}

header.smaller .nav {
  padding: 12px 0 0px;
}

header .nav ul.menu {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

header .nav ul.menu > li {
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

header .nav ul.menu > li:hover {
  overflow: visible;
  z-index: 50;
}

header .nav ul.menu > li > a {
  float: left;
  padding: 7px 10px;
  margin: 0 15px;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

header .nav ul.menu > li > a:hover, .nav ul.menu > li:hover > a, .nav ul.menu > li.current-menu-item > a, .nav ul.menu > li.current_page_item > a {
  background-position: 0 0;
  text-decoration: none;
  font-weight: 500;
  color: white;
  text-decoration: underline;
}

/* ------ mini header ----- */
header.smaller {
  height: 60px;
  background: white;
  webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  box-shadow: 0px 10px 20px 0px rgba(99, 123, 204, 0.22);
  -o-transition: background 0.4s;
  transition: background 0.4s;
  color: #040e36;
}
header.smaller .logo {
  margin: 15px 0 0 30px;
}
header.smaller .logo a {
  height: 30px;
  background: url("/wp-content/themes/mevia/img/mevia-modra.svg") no-repeat;
}
header.smaller a {
  color: #040e36 !important;
}
header.smaller .mob-nav-btn {
  color: #040e36;
  font-size: 40px;
}
header.smaller .mob-nav .mob-nav-btn {
  color: white;
}

.mobilni {
  display: none;
}

.mob-nav {
  display: none;
}

.mob-open {
  display: none;
}

.mob-nav-btn {
  display: none;
}

@media (max-width: 899px) {
  .mobilni {
    display: block;
  }

  header .nav {
    display: none;
  }

  .mob-nav-btn {
    display: block;
    float: right;
    margin: 0 20px 0 0;
    color: white;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mob-nav-btn:hover {
    cursor: pointer;
  }

  header.page .mob-nav-btn {
    color: #040e36;
  }

  .mob-open {
    background: #040e36;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 999999;
  }
  .mob-open .logo-open {
    display: block;
    width: 210px;
    padding: 30px;
    opacity: 0.5;
  }
  .mob-open .mob-nav {
    display: block;
  }
  .mob-open ul.menu {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mob-open ul.menu li a {
    float: left;
    padding: 10px 30px !important;
    font-size: 18px;
    width: 100%;
    color: white;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mob-open .kontakt-btn {
    float: left;
    margin: 20px 0 0 0 !important;
  }
}
header.page .nav ul.menu > li > a {
  color: #040e36;
}
header.page .kontakt-btn a {
  padding: 5px 20px !important;
  border-radius: 30px;
  background: #0aabff;
  margin: 0 0 0 20px !important;
  transition: 0.2s;
  color: white !important;
}
header.page .kontakt-btn a:hover {
  background: #040e36;
}

@keyframes shrink {
  0% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ------   HP   ------  */
.hp-top {
  width: 100%;
  margin: 0px 0 100px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  background: #0d43e0 no-repeat fixed center center;
  background-size: cover;
  background-position: center center;
  /* animation: shrink 20s infinite alternate; */
  background: linear-gradient(-45deg, #0d43e0, #040e36);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}
.hp-top .text {
  margin: 200px 0 100px 0;
}
.hp-top .text p {
  color: #0aabff;
  font-size: 26px;
  font-weight: 400;
}
.hp-top .text h1 {
  color: white;
  font-size: 70px;
  margin: 0px;
  text-align: left;
  font-weight: 700;
  line-height: 130%;
  font-family: "Work Sans", sans-serif;
}
.hp-top .text h1 span {
  display: inline-block;
  width: 100%;
}
.hp-top .text .btn-mobil-kontakt {
  display: none;
}
@media (max-width: 899px) {
  .hp-top .text {
    padding: 0 20px;
    margin: 120px 0 80px 0;
  }
  .hp-top .text h1 {
    font-size: 11vw;
  }
  .hp-top .text .btn-mobil-kontakt {
    display: inline-block;
    background: #0aabff;
    color: white;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 22px;
  }
}
.hp-top .boxy {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  margin: 0 0 -100px 0;
}
.hp-top .boxy .box {
  background: white;
  text-align: center;
  box-shadow: 0px 20px 80px 0px rgba(99, 123, 204, 0.62);
  padding: 30px 40px;
  border-radius: 3px;
  transition: 0.5s;
  top: 0px;
  position: relative;
}
.hp-top .boxy .box .icon {
  margin: 0 auto;
  width: 100px;
  display: inline-block;
  opacity: 1;
  transition: 0.5s;
}
.hp-top .boxy .box .icon img {
  width: 100%;
  height: auto;
}
.hp-top .boxy .box h2 {
  color: #040e36;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.hp-top .boxy .box p {
  font-size: 16px;
  margin: 20px 0 0 0;
  color: #646464;
}
.hp-top .boxy .box .arrow img {
  width: 0px;
  opacity: 0;
  transition: 0.5s;
}
.hp-top .boxy .box:hover {
  box-shadow: 0px 10px 20px 0px rgba(99, 123, 204, 0.54);
  top: -10px;
  position: relative;
  transition: 0.5s;
  background: #0aabff;
}
.hp-top .boxy .box:hover .icon {
  width: 0px;
  opacity: 0;
}
.hp-top .boxy .box:hover h2, .hp-top .boxy .box:hover p {
  color: white;
}
.hp-top .boxy .box:hover .arrow img {
  opacity: 1;
  width: 50px;
  height: auto;
}
.hp-top .boxy .box:hover a {
  color: white;
}
.hp-top .boxy .box .arrow {
  margin: 30px 0 0 0;
  display: block;
}
@media (max-width: 899px) {
  .hp-top .boxy {
    grid-template-columns: 1fr;
    margin: 0 0 20px 0;
  }
  .hp-top .boxy .box {
    padding: 20px;
  }
  .hp-top .boxy .box .icon {
    width: 50px;
  }
}
@media (max-width: 899px) {
  .hp-top {
    overflow: hidden;
    margin: 0 0 0px 0;
  }
}

.hp-info {
  padding: 80px 0 0 0;
}
.hp-info .radek {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin: 0 0 0px 0;
}
.hp-info .radek .leva {
  padding: 60px 0 0 0;
}
.hp-info .radek .leva h2 {
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0;
}
.hp-info .radek .leva p {
  font-size: 17px;
  color: #646464;
  line-height: 170%;
}
.hp-info .radek .leva a {
  background: #0d43e0;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 50px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.hp-info .radek .leva a .arrow img {
  width: 0px;
  opacity: 0;
  transition: 0.2s;
}
.hp-info .radek .leva a:hover {
  background: #0aabff;
}
.hp-info .radek .leva a:hover .arrow img {
  opacity: 1;
  width: 40px;
  height: auto;
}
.hp-info .radek .prava {
  margin: 0 0 -70px 0;
}
@media (max-width: 899px) {
  .hp-info {
    padding: 0px 0 0 0;
  }
  .hp-info .radek {
    grid-template-columns: 1fr;
  }
  .hp-info .radek .leva a {
    margin: 20px 0;
  }
}

.hp-reference {
  background: whitesmoke;
  padding: 80px 0;
}
.hp-reference .head {
  text-align: center;
}
.hp-reference .head h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0d43e0;
}
.hp-reference .head p {
  font-size: 20px;
}
.hp-reference .loga {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: 60px 0 0px 0;
}
.hp-reference .loga img {
  filter: grayscale(1);
  opacity: 0.5;
}
.hp-reference .vypis {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: 80px 0 0px 0;
}
.hp-reference .vypis .item {
  background: silver;
  position: relative;
  transition: 0.5s;
  border-radius: 3px;
  overflow: hidden;
}
.hp-reference .vypis .item img {
  width: 100%;
  height: auto;
}
.hp-reference .vypis .item .content {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20% 5% 5% 5%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.hp-reference .vypis .item .content .logo {
  height: 70px;
  width: auto;
  position: absolute;
  top: -180px;
}
.hp-reference .vypis .item .content h3 {
  font-size: 22px;
  font-weight: 700;
}
.hp-reference .vypis .item .content p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.hp-reference .vypis .item .overlay {
  background: #0d43e0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
  height: 0px;
}
.hp-reference .vypis .item .overlay .text {
  color: white;
  padding: 30px;
  text-align: left;
}
.hp-reference .vypis .item .overlay .text h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.hp-reference .vypis .item .overlay .text a {
  color: white;
  display: inline-flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 14px;
}
.hp-reference .vypis .item .overlay .text a:hover {
  background: #0aabff;
  border: 1px solid #0aabff;
}
.hp-reference .vypis .item:hover .overlay {
  opacity: 0.9;
  height: 100%;
}
.hp-reference .vice-box {
  text-align: center;
  margin: 30px 0;
}
.hp-reference .vice-box a {
  background: #0d43e0;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 50px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.hp-reference .vice-box a .arrow img {
  width: 0px;
  opacity: 0;
  transition: 0.2s;
}
.hp-reference .vice-box a:hover {
  background: #0aabff;
}
.hp-reference .vice-box a:hover .arrow img {
  opacity: 1;
  width: 40px;
  height: auto;
}
@media (max-width: 899px) {
  .hp-reference .head h2 {
    font-size: 32px;
  }
  .hp-reference .vypis {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

/* ------ Reference ------- */
.reference {
  color: white;
}
.reference .vypis {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 40px 0 0px 0;
  color: white;
}
.reference .vypis .item {
  background: silver;
  position: relative;
  transition: 0.5s;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(99, 123, 204, 0.22);
}
.reference .vypis .item img {
  width: 100%;
  height: auto;
}
.reference .vypis .item .overlay {
  background: #0d43e0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
  height: 0px;
  text-align: center;
}
.reference .vypis .item .overlay .text {
  color: white;
  padding: 30px;
  text-align: left;
  color: white;
}
.reference .vypis .item .overlay .text h3 {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.reference .vypis .item .overlay .text a {
  color: white;
  display: inline-flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 14px;
  color: white;
}
.reference .vypis .item .overlay .text a:hover {
  background: #0aabff;
  border: 1px solid #0aabff;
}
.reference .vypis .item:hover .overlay {
  opacity: 0.95;
  height: 100%;
}
@media (max-width: 899px) {
  .reference .vypis {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

/* ------ Formulař ------ */
.formular {
  background: #f6f7fc;
  padding: 60px 0;
}
.formular h2 {
  text-align: left;
  font-weight: 700;
  color: #040e36;
  padding: 0 0 20px 0;
  font-size: 30px;
}
.formular .wpcf7 {
  width: 100%;
}
.formular .wpcf7 .top-fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin: 0px 0 0px 0;
}
.formular .wpcf7 label {
  width: 100%;
  font-size: 15px;
  padding: 0 0 5px 0;
  font-weight: 400;
}
.formular .wpcf7 input {
  width: 100%;
  padding: 5px;
  border: 1px solid silver;
  border-radius: 5px;
  margin: 5px 0 0 0;
}
.formular .wpcf7 textarea {
  height: 80px;
  width: 100%;
  padding: 5px;
  border: 1px solid silver;
  border-radius: 5px;
  margin: 5px 0 0 0;
}
.formular .wpcf7 input[type=submit] {
  background: #0aabff;
  color: white;
  border: none;
  width: 30%;
}
.formular .wpcf7 input[type=submit]:hover {
  background: #040e36;
}
@media (max-width: 899px) {
  .formular .wpcf7 {
    width: 100%;
  }
  .formular .wpcf7 .top-fields {
    grid-template-columns: 1fr;
  }
  .formular .wpcf7 input[type=submit] {
    width: 100%;
    padding: 15px;
  }
}

/* ------ Kontakt ------- */
.kontakty .lide {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  margin: 80px 0 0px 0;
}
.kontakty .lide .person {
  width: 100%;
}
.kontakty .lide .person .pic {
  display: inline-block;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.kontakty .lide .person .pic img {
  width: 100%;
  height: auto;
}
.kontakty .lide .person .text {
  display: inline-block;
  width: calc(100% - 130px);
  float: left;
  padding-left: 30px;
}
.kontakty .lide .person .text p {
  padding: 0;
  margin: 0;
}
.kontakty .lide .person .text .jmeno {
  font-weight: 700;
}
.kontakty .lide .person .text .pozice {
  font-style: italic;
  padding: 0 0 10px 0;
}
@media (max-width: 899px) {
  .kontakty .lide {
    grid-template-columns: 1fr;
  }
  .kontakty .lide .person .pic {
    width: 80px;
  }
}
.kontakty h2 {
  font-size: 36px;
  color: #040e36;
  text-align: left;
  font-weight: 900;
  margin: 80px 0 0px 0;
}
.kontakty .pobocky {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: 0px 0 20px 0;
}
.kontakty .pobocky h3 {
  color: #0d43e0;
  font-weight: 700;
  font-size: 24px;
}
.kontakty .pobocky p {
  color: #040e36;
  font-size: 16px;
}
.kontakty .pobocky .brno {
  background: white;
  box-shadow: 0px 10px 20px 0px rgba(99, 123, 204, 0.22);
  border-radius: 5px;
  overflow: hidden;
}
.kontakty .pobocky .brno .fotka {
  float: left;
  width: 30%;
  background: url(https://www.realspektrum.cz/www/upload/aktuality/az_tower.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
}
.kontakty .pobocky .brno .text {
  float: left;
  width: 60%;
  padding: 30px;
}
.kontakty .pobocky .praha {
  background: white;
  box-shadow: 0px 10px 20px 0px rgba(99, 123, 204, 0.22);
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 899px) {
  .kontakty .pobocky {
    grid-template-columns: 1fr;
  }
}

/* ------- FOOTER ------ */
.footer {
  padding: 30px 0;
}
.footer p {
  font-size: 14px;
  color: gray;
}

/* ------  PAGE  ------  */
.page-top {
  text-align: center;
  padding: 50px 0;
}
.page-top h1 {
  color: #0d43e0;
  font-weight: 700;
  font-size: 50px;
}
.page-top p {
  color: gray;
  padding: 20px 0 0 0;
}
@media (max-width: 899px) {
  .page-top {
    padding: 30px 0;
  }
  .page-top h1 {
    font-size: 32px;
  }
  .page-top p {
    font-size: 14px;
  }
}

.page-content {
  padding: 50px 0;
  background: #f2f2f2;
  background: linear-gradient(180deg, #f2f2f2 0%, white 30%, white 100%);
}
.page-content .content {
  padding: 0 50px 0 0;
}
.page-content .content img {
  height: auto;
}
.page-content .content h2 {
  color: #0d43e0;
  font-weight: 700;
  font-size: 26px;
  margin: 30px 0 20px 0;
}
.page-content .content h3 {
  color: #040e36;
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0 20px 0;
}
.page-content .content p {
  line-height: 180%;
  font-size: 17px;
  color: #646464;
}
.page-content .content strong {
  font-weight: 700;
}
.page-content .content a {
  color: #0d43e0;
  text-decoration: underline;
}
.page-content .content a:hover {
  color: #040e36;
}
.page-content .content .top-text {
  font-size: 19px;
  margin: 0 0 30px 0;
  color: #040e36;
}
.page-content .content .galerie {
  margin: 30px 0 40px 0;
}
.page-content .content .galerie img {
  border: 1px solid #e3e3e3;
}
.page-content .content .blok-svetly {
  background: #f6f7fc;
  padding: 0 30px 20px 30px;
}
.page-content .content .wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
}
.page-content .content .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page-content .content .vyhody {
  background: white;
  padding: 30px;
  border-radius: 3px;
  margin: 20px 0 50px 0;
  border: 1px solid #e3e7f6;
}
.page-content .content .vyhody li {
  list-style-type: none;
  padding: 8px 0 8px 40px;
  background: url("/wp-content/themes/mevia/img/icon_ok_green.svg") left center no-repeat;
  font-size: 16px;
  background-size: 20px;
}
.page-content .content .seznam {
  margin: 20px 0 50px 0;
  padding: 0;
}
.page-content .content .seznam li {
  list-style-type: none;
  padding: 8px 0 8px 30px;
  background: url("/wp-content/themes/mevia/img/icon_ok_blue.svg") left center no-repeat;
  font-size: 16px;
  color: #646464;
  background-size: 20px;
}
.page-content .content .seznam-ol {
  margin: 20px 0 50px 20px;
  padding: 0;
  font-weight: 400;
}
.page-content .content .seznam-ol li {
  padding: 8px 0 8px 15px;
  font-size: 16px;
  color: #646464;
}
.page-content .content .li-ramecek {
  margin: 20px 0 50px 0;
  padding: 20px;
  border: 2px solid #e1e5f5;
}
.page-content .content .li-ramecek li {
  list-style-type: none;
  padding: 8px 0 8px 30px;
  background: url("/wp-content/themes/mevia/img/icon_ok_blue.svg") left center no-repeat;
  font-size: 16px;
  color: #646464;
  background-size: 20px;
}
.page-content .nabidka {
  background: #f6f7fc;
  padding: 20px;
  border-radius: 3px;
}
.page-content .nabidka h2 {
  color: #040e36;
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0 20px;
}
.page-content .nabidka ul {
  padding: 0;
  list-style: none;
}
.page-content .nabidka ul .subcat {
  padding-left: 20px;
}
.page-content .nabidka ul li {
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 0;
}
.page-content .nabidka ul li a {
  padding: 5px 0;
  font-size: 15px;
  color: #0d43e0;
}
.page-content .nabidka ul li a:hover {
  color: #040e36;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .page-content .nabidka {
    display: none;
  }
}
.page-content .kontakt-side {
  background: white;
  padding: 20px 20px 30px 20px;
  margin: 0 0 30px 0;
  position: sticky;
  display: inline-block;
  width: 100%;
}
.page-content .kontakt-side h2 {
  color: #0d43e0;
  font-weight: 700;
  font-size: 22px;
}
.page-content .kontakt-side .person {
  width: 100%;
  margin: 20px 0;
}
.page-content .kontakt-side .person .pic {
  display: inline-block;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.page-content .kontakt-side .person .pic img {
  width: 100%;
  height: auto;
}
.page-content .kontakt-side .person .text {
  display: inline-block;
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}
.page-content .kontakt-side .person .text p {
  padding: 0;
  margin: 0;
}
.page-content .kontakt-side .person .text .jmeno {
  font-weight: 700;
}
.page-content .kontakt-side .person .text .pozice {
  font-style: italic;
  padding: 0 0 10px 0;
}
.page-content .kontakt-side .person .text a:hover {
  color: #040e36;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .page-content .content {
    padding: 20px;
  }
}

.bloky {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0px 0 0px 0;
}
.bloky .item {
  background: white;
  padding: 30px;
  border-radius: 3px;
}
.bloky .item img {
  width: 80px;
}
.bloky .item .pic {
  display: inline-block;
  width: 80px;
  float: left;
}
.bloky .item .text {
  display: inline-block;
  width: calc(100% - 90px);
  margin: 0 0 0 10px;
}
.bloky .item h2 {
  color: #040e36;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.bloky .item h3 {
  color: #040e36;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
}
.bloky .item p {
  color: gray;
  font-size: 15px;
}
@media (max-width: 899px) {
  .bloky {
    grid-template-columns: 1fr;
  }
}

.bloky-om {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0px 0 0px 0;
}
.bloky-om .item {
  background: white;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(99, 123, 204, 0.22);
  border-radius: 3px;
}
.bloky-om .item .pic {
  display: inline-block;
  width: 80px;
  float: left;
  opacity: 1;
  transition: 0.5s;
  overflow: hidden;
}
.bloky-om .item .pic img {
  width: 100%;
}
.bloky-om .item .text {
  display: inline-block;
  width: calc(100% - 90px);
  margin: 0 0 0 10px;
}
.bloky-om .item .text h2 {
  color: #0d43e0;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.bloky-om .item .text h3 {
  color: #040e36;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
}
.bloky-om .item .text p {
  color: gray;
  font-size: 16px;
}
.bloky-om .item .text .arrow img {
  width: 0px;
  opacity: 0;
  transition: 0.5s;
  height: 20px;
}
.bloky-om .item:hover {
  background: #0aabff;
}
.bloky-om .item:hover .pic {
  width: 0px;
  opacity: 1;
  margin: 0 0 50px 0;
}
.bloky-om .item:hover .text h2, .bloky-om .item:hover .text h3, .bloky-om .item:hover .text p {
  color: white;
}
.bloky-om .item:hover .text .arrow img {
  width: 50px;
  opacity: 1;
  height: 20px;
}
@media (max-width: 899px) {
  .bloky-om {
    grid-template-columns: 1fr;
  }
  .bloky-om .item .pic {
    width: 50px;
  }
  .bloky-om .item .pic img {
    width: 100%;
  }
}

.grafika-bloky {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: 0px 0 0px 0;
}
.grafika-bloky .item {
  border-radius: 3px;
  overflow: hidden;
}
.grafika-bloky .item .pic {
  display: inline-block;
  width: 100%;
  height: auto;
}
.grafika-bloky .item .pic img {
  width: 100%;
  height: auto;
}
.grafika-bloky .item .text {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0;
}
.grafika-bloky .item .text h2 {
  color: #040e36;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.grafika-bloky .item .text h3 {
  color: #040e36;
  font-size: 17px;
  font-weight: 900;
  padding: 10px 0;
}
.grafika-bloky .item .text p {
  color: gray;
  font-size: 15px;
}
@media (max-width: 899px) {
  .grafika-bloky {
    grid-template-columns: 1fr;
  }
}

.sluzby {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0px 0 0px 0;
}
.sluzby .item {
  background: white;
  padding: 0 0 0 20px;
  border-left: 4px solid #f2f2f2;
}
.sluzby .item h3 {
  color: #0d43e0;
  font-size: 18px;
  font-weight: 700;
}
.sluzby .item p {
  color: gray;
  font-size: 14px;
}
@media (max-width: 899px) {
  .sluzby {
    grid-template-columns: 1fr;
  }
}

.postup {
  padding: 80px 0;
}
.postup h2 {
  font-size: 36px;
  font-weight: 700;
  color: #040e36;
  text-align: center;
}
.postup .steps {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0 0px 0;
}
.postup .steps .step {
  padding: 20px;
  border-radius: 3px;
  background: #f6f7fc;
}
.postup .steps .step .cislo {
  font-size: 22px;
  font-weight: 700;
  color: #0d43e0;
}
.postup .steps .step h3 {
  font-size: 18px;
  font-weight: 700;
}
.postup .steps .step p {
  color: gray;
  font-size: 14px;
}
.postup .steps .step a {
  font-weight: 400;
  text-decoration: underline;
}
.postup .steps .step a:hover {
  color: #040e36;
}
@media (max-width: 899px) {
  .postup .steps {
    grid-template-columns: 1fr;
  }
}

.ref-weby {
  padding: 50px 0;
}
.ref-weby h2 {
  font-size: 36px;
  font-weight: 700;
  color: #040e36;
  text-align: center;
}
.ref-weby .vypis-webu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0 0px 0;
}
.ref-weby .vypis-webu .boxik {
  border: 1px solid #e2e4f0;
}
.ref-weby .vypis-webu .boxik .obalimg img {
  width: 100%;
}
@media (max-width: 899px) {
  .ref-weby .vypis-webu {
    grid-template-columns: 1fr 1fr;
  }
}

.head-sluzby {
  margin: 20px 0 50px 0;
}
.head-sluzby h2 {
  font-size: 36px;
  font-weight: 700;
  color: #040e36;
  text-align: center;
}

.cenik-weby {
  padding: 50px 0;
}
.cenik-weby h2 {
  font-size: 36px;
  font-weight: 700;
  color: #040e36;
  text-align: center;
}
.cenik-weby p {
  text-align: center;
}
.cenik-weby .karty {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  margin: 50px 0 0px 0;
}
.cenik-weby .karty .cenik-karta {
  padding: 30px;
  background: #f6f7fc;
  border-radius: 3px;
  text-align: center;
}
.cenik-weby .karty .cenik-karta h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0d43e0;
  text-align: center;
}
.cenik-weby .karty .cenik-karta h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.cenik-weby .karty .cenik-karta p {
  font-size: 14px;
  color: gray;
  text-align: center;
}
.cenik-weby .karty .cenik-karta ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.cenik-weby .karty .cenik-karta ul li {
  list-style: none;
  padding: 5px 0;
}
.cenik-weby .karty .cenik-karta a {
  background: #0aabff;
  color: white;
  padding: 7px 20px;
  border-radius: 50px;
  display: inline-block;
  margin: 0 auto;
  font-weight: 400;
}
.cenik-weby .karty .cenik-karta a:hover {
  background: #040e36;
}
.cenik-weby .karty .cenik-karta .napoveda {
  color: #0f43e0;
  background: #f6f7fc;
  border: 1px solid #0f43e0;
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-weight: 800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
}
@media (max-width: 899px) {
  .cenik-weby .karty {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=styles.css.map */
