.container-fluid {
  position: relative;
  padding-top: 40px;
}

.fotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fotos img {
  padding-bottom: 10px;
}

.specifications {
  padding-right: 0;
  padding-left: 5px;
}

.rovne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  /* background: url("../../background.png") no-repeat; */
  margin: 0;
  padding-top: 60px;
  color: white;
  font-family: "Ubuntu", sans-serif;
}

.by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.pad {
  margin-top: 10px;
}

.picture-three {
  width: 100%;
  height: auto;
}

.picture-two {
  width: 100%;
  height: auto;
}

.title {
  text-align: justify;
  text-indent: 5%;
  margin-top: 10px;
}

header,
section,
footer {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 20px;
}

section,
footer {
  margin-top: 40px;
}

.section {
  margin-top: 40px;
}

.section-four {
  margin-top: 80px;
}

.probe {
  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;
}

.near {
  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;
}

.code {
  height: auto;
  width: auto;
  width: 100%;
  max-height: 64px;
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.qr {
  padding: 3px;
  background-color: white;
  margin-top: 6px;
}

.sroub {
  height: auto;
  width: auto;
  width: 100%;
  max-height: 56px;
  max-width: 56px;
}

.together {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

p.adress {
  margin: 0;
}

.something {
  position: absolute;
  width: 100%;
  height: calc(100% + 97px);
  top: 0;
  left: 0;
  padding-left: 30px;
  z-index: -1;
}

.bg-opacity {
  background-color: rgba(0, 0, 0, 0.25);
}

h1 {
  font-size: 128px;
  margin: 0;
  text-align: right;
}

h1 small {
  font-size: 48px;
  vertical-align: text-top;
}

span.heading {
  font-weight: bold;
  font-size: 36px;
}

p {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

span {
  font-size: 24px;
  font-weight: bold;
}

footer {
  margin-bottom: 97px;
}

footer span {
  font-size: 18px;
}

footer p {
  font-size: 18px;
}

.footer-first {
  margin-top: 0px;
  text-align: left;
}

.footer-first li {
  list-style-type: none;
}

.footer-second {
  margin-top: 0px;
  text-align: right;
}

.footer-second li {
  list-style-type: none;
}

.unie {
  padding-left: 40px;
}

.unie img {
  max-width: 180px;
}

@media screen and (max-width: 576px) {
  header {
    padding: 15px;
  }
  p,
  footer p {
    font-size: 16px;
  }
  .section-four {
    margin-top: 40px;
  }
  .adress {
    font-size: 14px;
  }
  .adress span {
    font-size: 14px;
  }
  span.heading {
    font-size: 24px;
  }
  .unie img {
    max-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background-size: cover;
    background-position: center;
  }
  .adress {
    font-size: 16px;
  }
  .adress span {
    font-size: 16px;
  }
  .unie {
    margin-top: -14px;
    margin-left: 60px;
  }
  .unie img {
    max-width: 120px;
  }
  .fotos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .picture-two {
    margin-top: 49px;
  }
  .picture-three {
    margin-top: 36px;
  }
  .section {
    margin-top: 50px;
  }
  h1 {
    font-size: 64px;
    text-align: left;
  }
  h1 small {
    font-size: 24px;
  }
  .footer-second {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  body {
    background-size: cover;
    background-position: center;
  }
  .something {
    display: none;
  }
  .section {
    margin-top: 50px;
  }
  .fotos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .unie {
    margin-left: 80px;
    margin-top: -16px;
  }
  .footer-second {
    margin-top: 30px;
    text-align: center;
  }
  .picture {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=main.css.map */