.header-container {
  background: #ffffff;
  min-height: 100px; }
  @media screen and (max-width: 576px) {
    .header-container .navbar-brand img {
      max-width: 200px; } }
  .header-container button {
    border: none !important;
    padding-right: 0;
    outline: none; }
    .header-container button .menu {
      font-weight: 700;
      color: #ffffff;
      font-size: 16px;
      display: inline-block;
      margin-right: 5px;
      position: relative;
      top: -2px; }
    .header-container button .burger {
      display: inline-block;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .header-container button .burger.active .first {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 6px; }
      .header-container button .burger.active .third {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -6px; }
      .header-container button .burger.active .second {
        opacity: 0; }
      .header-container button .burger span {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: block;
        height: 3px;
        background: #090909;
        width: 19px;
        margin-top: 3px; }
  .header-container header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #ffffff; }
    .header-container header nav {
      min-height: 100px;
      padding: 0; }
      .header-container header nav .navbar-collapse {
        position: relative; }
        @media screen and (min-width: 991px) {
          .header-container header nav .navbar-collapse .navbar-nav {
            position: absolute;
            right: 0; } }
        .header-container header nav .navbar-collapse .navbar-nav a {
          color: #090909 !important;
          position: relative;
          margin-left: 70px;
          font-weight: 400;
          font-size: 16px; }
          .header-container header nav .navbar-collapse .navbar-nav a.tel {
            font-weight: 700;
            font-size: 20px;
            color: #090909;
            line-height: 24px;
            text-decoration: underline !important; }
            @media screen and (min-width: 1199px) {
              .header-container header nav .navbar-collapse .navbar-nav a.tel {
                margin-left: 180px; } }
            .header-container header nav .navbar-collapse .navbar-nav a.tel:hover, .header-container header nav .navbar-collapse .navbar-nav a.tel:focus, .header-container header nav .navbar-collapse .navbar-nav a.tel:active, .header-container header nav .navbar-collapse .navbar-nav a.tel.active {
              text-shadow: none !important; }
          @media screen and (max-width: 991px) {
            .header-container header nav .navbar-collapse .navbar-nav a {
              margin-left: 0;
              text-align: right;
              display: inline-block; } }
          .header-container header nav .navbar-collapse .navbar-nav a:first-child {
            margin-left: 0; }
          .header-container header nav .navbar-collapse .navbar-nav a:hover, .header-container header nav .navbar-collapse .navbar-nav a:focus, .header-container header nav .navbar-collapse .navbar-nav a:active, .header-container header nav .navbar-collapse .navbar-nav a.active {
            text-shadow: 0 0 1px #090909; }

.jumb-container {
  max-width: 1400px;
  width: 100%;
  background: #090909;
  border-radius: 20px;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 170px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .jumb-container {
      padding-bottom: 60px; }
      .jumb-container::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 300px;
        content: "";
        z-index: 2;
        background-image: url("../img/jumb.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.6;
        border-radius: 20px; } }
  .jumb-container h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    position: relative;
    z-index: 5; }
  .jumb-container p.title {
    margin-bottom: 0;
    font-weight: 400;
    color: #A1A1A1;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
    z-index: 5; }
  .jumb-container .buttons-container {
    margin-top: 40px;
    position: relative;
    z-index: 5; }
    .jumb-container .buttons-container a {
      margin-top: 20px; }
      .jumb-container .buttons-container a:first-child {
        margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .jumb-container .image-side {
      display: none; } }
  .jumb-container .image-side img {
    max-width: 100%; }

.sluzby-container {
  margin-top: 40px; }
  .sluzby-container .sluzby-item {
    margin-top: 40px; }
    .sluzby-container .sluzby-item .title {
      margin-top: 20px;
      font-weight: 700;
      line-height: 29px;
      color: #090909;
      font-size: 24px; }
    .sluzby-container .sluzby-item .desc {
      margin-top: 10px;
      margin-bottom: 10px;
      color: #A1A1A1;
      font-weight: 400;
      line-height: 20px;
      font-size: 14px; }

.reference-container {
  margin-top: 80px; }
  .reference-container h2 {
    color: #090909;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px; }
  .reference-container p.title {
    margin-top: 10px;
    color: #A1A1A1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0; }
  .reference-container .reference-item {
    margin-top: 20px;
    margin-bottom: 10px; }
    .reference-container .reference-item img {
      max-width: 255px;
      border-radius: 20px;
      width: 100%;
      min-height: 170px;
      height: auto; }

.footer-container .footer-upper-container {
  background: #090909;
  padding-top: 200px;
  margin-top: -95px;
  padding-bottom: 50px; }
  @media screen and (min-width: 1199px) {
    .footer-container .footer-upper-container {
      max-height: 700px; } }
  .footer-container .footer-upper-container p.title {
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0; }
  .footer-container .footer-upper-container .telmail {
    margin-top: 30px; }
    .footer-container .footer-upper-container .telmail a {
      color: #E2E749;
      text-decoration: underline;
      font-size: 30px;
      line-height: 45px;
      font-weight: 700; }
  .footer-container .footer-upper-container .address {
    margin-top: 120px; }
    .footer-container .footer-upper-container .address p {
      margin-bottom: 0;
      color: #A1A1A1;
      line-height: 22px;
      font-size: 16px;
      font-weight: 400; }
  .footer-container .footer-upper-container .map-container {
    width: 100%;
    border-radius: 20px !important; }
    .footer-container .footer-upper-container .map-container #map {
      height: 540px;
      background: #A1A1A1;
      border-radius: 20px !important; }

.footer-container .footer-down-container {
  padding-top: 40px;
  color: #A1A1A1; }
  @media screen and (min-width: 1199px) {
    .footer-container .footer-down-container {
      padding-top: 80px; } }
  .footer-container .footer-down-container div.item {
    padding-bottom: 30px;
    font-size: 16px;
    color: #A1A1A1;
    font-weight: 400;
    line-height: 19px; }
    .footer-container .footer-down-container div.item a {
      color: #A1A1A1;
      text-decoration: underline;
      font-weight: 700; }

@font-face {
  font-family: "bio-sans";
  src: url("https://use.typekit.net/af/9c5495/00000000000000003b9b3420/27/l?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9c5495/00000000000000003b9b3420/27/d?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9c5495/00000000000000003b9b3420/27/a?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-weight: 400; }

@font-face {
  font-family: "bio-sans";
  src: url("https://use.typekit.net/af/952d18/00000000000000003b9b3424/27/l?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/952d18/00000000000000003b9b3424/27/d?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/952d18/00000000000000003b9b3424/27/a?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-weight: 700; }

body {
  font-family: bio-sans, sans-serif !important;
  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; }

.all-container {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.footer-container {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.custom-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #090909;
  background: #E2E749;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  outline: none !important;
  border: 3px solid #E2E749;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  text-decoration: none !important;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .custom-btn.w255 {
    max-width: 255px; }
  .custom-btn:hover, .custom-btn:focus, .custom-btn:active {
    background: #090909;
    border: 3px solid #ffffff;
    color: #ffffff; }
  .custom-btn.black {
    background: #090909;
    border: 3px solid #ffffff;
    color: #ffffff; }
    .custom-btn.black:hover, .custom-btn.black:focus, .custom-btn.black:active {
      background: #ffffff;
      border: 3px solid #ffffff;
      color: #090909; }
