body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/static/online-monitoring.cz/images/loading.gif?9730db5cbea9) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/static/online-monitoring.cz/images/prev.png?51c25eaafa88) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/static/online-monitoring.cz/images/next.png?fa81022a7382) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/static/online-monitoring.cz/images/close.png?8578b20e986b) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none; /*odstranění potržení v odkazech pokud není specifikováno jinak*/
}
p {
  margin-bottom: 0;
}

/* vlastní utility classy*/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pt-33 {
  padding-top: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.text-right {
  text-align: right;
}

/*konec utility class*/
/* checkbox*/

.om-checkbox {
  display: block;
  position: relative;
  padding-left: 37px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font: normal normal 500 15px/29px Poppins;
  letter-spacing: 0px;
  color: #777777;
}
/*
  width: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #777777;
  border-radius: 3px;
  outline: 0;
  height: 20px; 
Hide the browser's default checkbox */
.om-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* On mouse-over, add a grey background color */
.om-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.om-checkbox input:checked ~ .checkmark {
  background-color: #c91019;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.om-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.om-checkbox .checkmark:after {
  left: 6px;
  top: 2.5px;
  width: 7px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #777777;
  border-radius: 3px;
  opacity: 1;

  background-color: #eee;
}

/*konec checkbox*/

.row {
  /*odstranění blbostí z bootstrapu, které nemám rád*/
  margin-left: 0;
  margin-right: 0;
}
.text-red {
  color: #c91019;
}

/* return to top šipička */

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e8e8e8;
  width: 60px;
  height: 60px;
  padding: 20px;
  z-index: 1000;
  display: block;
  box-shadow: 0px 3px 15px #00000014;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top img {
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #cbcbcb;
}

/*konec return to top šipička*/

/* Eshop  kartičky*/
/*konec Eshop kartičky*/
.om-card-special {
  background: #dce2e7 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  padding: 44px 35px;
  padding-bottom: 34px;
  text-align: center;
}
.om-card-special-heading {
  text-align: left;
  font: normal normal bold 30px/46px Poppins;
  letter-spacing: 0px;
  color: #2c2c2c;
  opacity: 1;
}
.om-card-special-subheading {
  text-align: left;
  max-width: 233px;

  font: normal normal 600 24px/38px Poppins;
  letter-spacing: 0px;
  color: #707b7e;
}
.om-card-special-image-container {
  position: relative;
  margin-bottom: 46px;
}
.om-card-special-image {
  max-width: 286px;
  width: 100%;
}
.om-card-special-30off {
  position: absolute;
  bottom: 10px;
  right: -17px;
}
.om-card-special-button {
  margin: auto;
  max-width: 222px;
  border: 1px solid #0000001e;
  border-radius: 6px;
  background-color: transparent;
  outline: 0;
  padding: 20px 26px;
  cursor: pointer;
}
.om-card-special-button a {
  color: #000000;

  text-decoration: none;

  font: normal normal 600 14px/21px Poppins;
}
.om-card-special-button:hover {
  background-color: black;
}
.om-card-special-button:hover a {
  color: white;
}
.om-carousel-card {
  padding-top: 22px;
  background: #f1f4f7 0% 0% no-repeat padding-box;
  border-radius: 6px;
}
.om-carousel-card-image {
  position: relative;
}
.om-carousel-card-image .om-carousel-card-image-main {
  max-width: 286px;
  width: 100% !important;
  margin: auto;
  display: block;
}
.om-carousel-card-transport {
  position: absolute;
  width: 80px;
  bottom: -5px;
  right: 6%;
}
.om-carousel-card-image-new {
  position: absolute;
  top: 0px;
  left: 0;
}
.om-carousel-card-heading {
  text-align: center;
  font: normal normal 500 17px/24px Poppins;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 10px;
}
.om-carousel-card-body {
  margin: auto;
  margin-top: 27px;
  width: 85%;
  padding-bottom: 50px;
  border-bottom: 1px solid #70707038;
}
.om-carousel-card-list {
  padding-left: 0;
  list-style: none;
  text-align: left;
  font: normal normal 500 15px/37px Poppins;
  letter-spacing: 0px;
  color: #777777;
}
.om-carousel-card-list li {
  padding-bottom: 3px;
}
.om-carousel-card-list-distress {
  background-image: url("/static/online-monitoring.cz/img/distress.svg?3441b409f747");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position-y: center;
}
.om-carousel-card-list-fall {
  background-image: url("/static/online-monitoring.cz/img/fall.svg?3441b409f747");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position-y: center;
}
.om-carousel-card-list-waterproof {
  background-image: url("/static/online-monitoring.cz/img/waterproof.svg?3441b409f747");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position-y: center;
}
.om-carousel-card-list-lowbattery {
  background-image: url("/static/online-monitoring.cz/img/lowbattery.svg?3441b409f747");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position-y: center;
}
.om-carousel-card-footer {
  padding: 21px 0;
  padding-bottom: 31px;
  width: 85%;
  margin: auto;
}
.om-carousel-card-link {
  text-align: center;
}
.om-carousel-card-link a {
  text-align: left;
  background-image: url("/static/online-monitoring.cz/img/sipkacena.svg?866c92e530e4");
  background-repeat: no-repeat;
  padding-left: 31px;
  background-position-y: center;
  font: normal normal 600 14px/25px Poppins;
  letter-spacing: 1.4px;
  display: inline-block;
  color: #e63743;
  text-transform: uppercase;
}
.om-carousel-card-link:hover a {
  opacity: 0.7;
}
.om-navbar {
  /* Hlavní navbar */
  background-color: #1c1c1c !important;
  height: 96px;
  padding: 0;
}
.om-navbar .om-container {
  /* Bootstrap všude strká padding	*/
  padding-left: 0;
  height: 100%;
  padding-right: 0;
}
.om-logo {
  /* Hlavní logo v navbaru */
  margin-left: 61px;
}
.navbar-nav.navbar-center {
  /*centrování linků v navbaru*/
  position: absolute;
  left: 50%;
  padding-right: 14px;
  transform: translatex(-50%);
}
.om-link {
  /* custom vzhled linků v navbaru*/
  text-align: center;
  font: normal normal 600 15px/20px Poppins;
  letter-spacing: 1.5px;
  color: #b6b6b6;
  text-transform: uppercase;
  opacity: 1;
  padding: 0 21px;
}
.om-link-a {
  padding: 0 !important;
}

/* dropdown šipička*/
.om-link:hover .om-drop-link:after {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.om-drop-link:after,
.om-drop-link:before {
  top: 150%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.om-drop-link:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #6d6d6d;
  border-width: 5px;
  margin-left: -5px;
}
.om-drop-link:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #6d6d6d;
  border-width: 5px;
  margin-left: -5px;
}

/* konec dropdown šipička*/
.om-links-right {
  /* linky v navbaru napravo*/
  margin-left: auto;
  height: 100%;
  margin-right: 0;
}
.megamenu {
  /* velké drop down menu */
  display: none;
  position: absolute;
  top: 96px;
  width: 100%;
  text-align: left;
  font: normal normal 600 17px/34px Montserrat;
  letter-spacing: 0px;
  color: #040404;
  background-color: white;
  z-index: 100010;
  padding-left: 305px;
  padding-top: 58px;
  padding-bottom: 52px;
  border-bottom: 1px solid black;
  background-image: url("/static/online-monitoring.cz/img/mapa.png?866c92e530e4");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: -96px;
  background-size: 67%;
}
.megamenu-odkazy .col-md-4 {
  /* odkazy v megamenu služby*/
  margin-bottom: 30px;
}

.megamenu-link::before,
 {
  /* tohle určuje pozici obrázků*/
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  left: -40px;
}
.om-nav-monitoring {
  /*můj monitoring v navbaru v pravo*/
  white-space: nowrap;
  min-width: 249px;
  background-color: #c91019;
  height: 100%;
  align-items: center;
}
.megamenu-odkazy {
  width: 860px;
}
.megamenu-link {
  text-align: left;
  text-decoration: underline;
  font: normal normal 500 16px/29px Poppins;
  letter-spacing: 0px;
  color: #c91019;
  text-decoration: none;
  cursor: pointer;
}
.megamenu-link:hover {
  color: #c91019;
  text-decoration: underline;
}
.location-icon {
  margin-left: 38px;
  width: 20px;
}
.om-link-monitoring {
  margin-right: 13px;
  height: 100%;
  text-align: center;
  font: normal normal 600 14px/19px Poppins;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  text-decoration: none;
}
.om-text-monitoring {
  line-height: 96px;
}
.om-link-monitoring:hover {
  color: rgba(243, 243, 243, 0.801);
}
.om-link-kosik {
  text-align: left;
  font: normal normal 600 15px/20px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: none !important;
}
.om-link-kosik:hover {
  color: rgba(255, 255, 255, 0.788);
}
.om-nav-kosik {
  white-space: nowrap;
  min-width: 170px;
  height: 100%;
  border-left: 1px solid #2d3139;
  align-items: center;
}
.kosik-icon {
  width: 41px;
  height: 30px;
  padding: 0;
  margin-left: 30px;
}
.kosik-mnozstvi {
  background-color: white;
  text-align: left;
  font: normal normal medium 12px/16px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 16px;
  text-decoration: none;

  margin-top: -11px;
}
.om-nav-prihlaseni {
  align-items: center;
  justify-content: center;

  width: 105px;
  border-left: 1px solid #2d3139;
}

.om-col-prihlaseni {
  text-align: center;
  margin: auto;
}

.om-col-prihlaseni::after {
  padding-top: 11px;
  display: block;
  position: absolute;
  width: 88px;
  content: "přihlásit";
  text-align: center;
  font: normal normal 600 10px/14px Poppins;
  letter-spacing: 0.79px;
  color: #989898;
  text-transform: uppercase;
}
.om-col-prihlaseni:hover::after {
  color: white !important;
}
.om-nove {
  background-color: #c91019;
  text-align: left;
  font: normal normal 600 11px/15px Poppins;
  letter-spacing: 1.1px;
  color: #ffffff;
  margin-left: 15px;

  text-transform: uppercase;
}
.om-nove::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3px;
  left: 93px;
  border-style: solid;
  border-width: 6px 0px 0 6px;
  border-color: #c91019 transparent transparent transparent;
}

/* om-header zažátek */
.om-header {
  background-color: #2a3038;
  background-image: url("/static/online-monitoring.cz/img/mapa-black-background.svg?866c92e530e4");
  height: 344px;
  width: 100%;
  max-width: 2000px;
  margin: auto;
}
.om-header-wrapper {
  max-width: 1424px;
  margin: auto;
}
.om-header-nadpis {
  text-align: center;
  font: normal normal 600 48px/58px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 57px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.om-header-popis {
  padding-top: 23px;
  text-align: center;
  font: normal normal 500 17px/29px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.7;
  max-width: 726px;
  margin: auto;
}
.om-site-location {
  padding-top: 17px;
}
.om-site-location-node {
  text-align: left;
  font: normal normal 600 13px/28px Poppins;
  letter-spacing: 0.33px;
  color: #c9c9c9;
}
.om-site-location-node::after {
  content: " >";
  text-align: left;
  font: normal normal 600 13px/28px Poppins;
  letter-spacing: 0.33px;
  color: #c9c9c9;
}
.om-site-location-last {
  text-align: left;
  font: normal normal normal 13px/28px Poppins;
  letter-spacing: 0.33px;
  color: #c9c9c9;
}
.om-site-location-node:hover {
  color: #c9c9c9;
  text-decoration: underline;
}

.om-site-location-last:hover {
  color: #c9c9c9;
  text-decoration: underline;
}


/*white location*/

.om-site-white-location-node {
  text-align: left;
  font: normal normal 600 13px/28px Poppins;
  letter-spacing: 0.33px;
  color: #1d1d1d;
}
.om-site-white-location-node::after {
  content: " >";
  text-align: left;
  font: normal normal normal 13px/28px Poppins;
  letter-spacing: 0.33px;
  color: #c9c9c9;
}
.om-site-white-location-last {
  text-align: left;
  font: normal normal normal 13px/28px Poppins;
  letter-spacing: 0.33px;
  color: #777777;
}

.om-site-location-container {
  max-width: 1424px;
  margin: auto;
  padding-top: 17px;
}
/* konec white location*/
/* om-header konec */
/*cenovka*/

/*
tahle komponenta je znovupoužitelná stačí definovat pozici
*/

.cenovka-zelena {
  /*zelená cenovka vedle obrázku*/
  background: #1dad00 0% 0% no-repeat padding-box;
  border-radius: 158px;
  position: absolute;

  width: 158px;
  height: 158px;
  text-align: left;
}

/*custom seznamy*/
.om-vyzkousejte {
  max-width: 1548px;
  margin: auto;
  margin-left: 249px;
  background-image: url("/static/online-monitoring.cz/img/bg-location.svg?866c92e530e4");
  background-repeat: no-repeat;
  background-position-x: 37%;
  background-position-y: 70%;
}
.om-vyzkousejte-figure {
  width: 66.35%;
  padding-left: 0;
  padding-right: 0;
}
.om-vyzkousejte-figure img {
  width: 100%;
}
.om-vyzkousejte-img {
  margin-top: -80px;
}
.om-vyzkousejte-popis {
  padding-left: 0;

  min-width: 391px;
  padding-top: 69px;
  padding-right: 58px;
  text-align: left;
  font: normal normal 500 17px/29px Poppins;
  letter-spacing: 0px;
  color: #777777;
}
.om-vyzkousejte-popis b {
  font: normal normal 600 17px/29px Poppins;
  letter-spacing: 0px;
  color: #1d1d1d;
}
.cenovka-zelena {
  right: 4%;
  top: 10.5%;
}
.om-seznam-funkci {
  padding-top: 25px;
  list-style-type: none;
  text-align: left;
  font: normal normal 500 16px/40px Poppins;
  letter-spacing: 0px;
  color: #777777;
  padding-left: 0;
}
.om-seznam-funkci li {
  background-image: url("/static/online-monitoring.cz/img/odrazka.svg?866c92e530e4");
  background-repeat: no-repeat;
  padding-left: 42px;
  background-position-y: center;
}
.product-redbutton-vyzkousejte {
  margin-top: 51px;
  width: 291px;
  white-space: nowrap;
}
.om-obtext-nadpis {
  padding-bottom: 0;
  text-align: left;
  font: normal normal 600 30px/46px Poppins;
  letter-spacing: 0px;
  color: #2c2c2c;
}

.om-obtext-popis {
  text-align: left;
  font: normal normal normal 16px/29px Poppins;
  letter-spacing: 0px;
  color: #777777;
}
.om-obtext-popis b {
  color: #000000;
  font-weight: 500;
}
/*konec custom seznamy*/
/* cena produktu pod červeným tlačítkem*/
.product-cena {
  margin-top: 45px;
}
.product-cena a {
  text-align: left;
  font: normal normal normal 23px/31px Poppins;
  letter-spacing: 0px;
  color: #2c2c2c;
}
.product-cena:hover a {
  color: rgba(0, 0, 0, 0.626);
}
.product-cena img {
  margin-right: 17px;
}
/* konec cena produktu pod červeným tlačítkem*/
/*red button*/

.product-redbutton {
  cursor: pointer;
  background-color: #c91019;
  padding: 18px 33px;
  border-radius: 6px;
}
.product-redbutton a {
  text-align: center;
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0.24px;
  color: #ffffff;
  opacity: 1;
}
.product-redbutton:hover a {
  color: rgba(0, 0, 0, 0.747);
}
/* konec red button*/

/* součásti cenovky*/
.cenovka-popis {
  text-align: center;
  font: normal normal normal 22px/31px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
}

.cenovka-cena {
  text-align: center;
  font: normal normal bold 34px/46px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

/*konec cenovka*/
.main-footer {
  background-color: #1c1c1c;
  background-image: url("/static/online-monitoring.cz/img/mapa-black.svg?866c92e530e4");
  min-height: 750px;
  background-repeat: no-repeat;
}
.footer-kontakty {
  padding: 60px 245px;
  padding-right: 238px;
  border-bottom: 1px solid #2a2a2a;
}
.footer-kontakt {
  width: 25%;
}
.footer-kontakty-nadpis {
  margin-top: 0.5rem;
  text-align: left;
  font: normal normal 600 14px/19px Poppins;
  letter-spacing: 1.4px;
  color: #e63743;
  text-transform: uppercase;
}
.footer-kontakty-odkaz {
  margin-top: 0.5rem;
}
.footer-kontakty-odkaz a {
  text-align: left;
  font: normal normal 600 19px/30px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.footer-kontakty-odkaz:hover a {
  color: #ffffffa1;
}
.footer-kontakty-ikona {
  width: 88px;
}
.footer-trust-pilot {
  margin-top: 183px;
}
.footer-kontakt-telefon {
  /* speciální marginy pro každý prvek v patičce*/
  width: 255px;

  margin-left: 130px;
}
.footer-kontakt-email {
  margin-left: 114px;
  min-width: 350px;
}
.footer-kontakt-button {
  margin-left: auto;
  margin-right: 0;
  width: 250px;
  margin-top: 0.5rem;
  background: #484848 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0.24px;
  color: #ffffff;
  padding: 22px 33px;
}
.footer-kontakt-button a {
  text-align: center;
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0.24px;
  color: #ffffff;
}
.footer-kontakt-button:hover a {
  color: #ffffffa2;
}
.footer-kontakty-logo {
  width: 250px;
}
.footer-odkazy {
  padding: 80px 245px;
  padding-right: 100px;
  border-bottom: 1px solid #2a2a2a;
}
.footer-odkazy-nadpis {
  text-align: left;
  font: normal normal 600 16px/25px Poppins;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-bottom: 33px;
}
.footer-odkazy-adresa {
  text-align: left;
  font: normal normal normal 16px/29px Poppins;
  letter-spacing: 0px;
  color: #777777;
}
.footer-odkazy-odkaz a {
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font: normal normal normal 15px/38px Poppins;
  letter-spacing: 0px;
  color: #777777;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.footer-odkazy-odkaz a:hover {
  color: #ffffff;
}

.footer-odkazy-sluzby {
  margin-left: 140px;
}
.footer-odkazy-monitorujeme {
  margin-left: 20px;
}
.footer-odkazy-monitorujeme-online {
  margin-left: 0px;
}
.footer-odkazy .col-xl {
  padding: 0;
}
.footer-copyright {
  padding: 25px 0px;
}
.footer-copyright-text {
  text-align: left;
  font: normal normal normal 14px/29px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.36;
  padding-left: 250px;
}
.footer-copyright-logo {
  /*logo v pravo dole*/
  text-align: right;
  padding-right: 230px;
}

.footer-kontakty,
.om-container,
.footer-copyright,
.footer-odkazy {
  /* pro responzivitu na velkých obrazovkách*/
  max-width: 2000px;
  margin: auto;
}
.close-button {
  /*button v navbar collapsed na zavírání sidebaru*/
  line-height: inherit;
  user-select: none;
  color: white;
  background-color: red;
  border-radius: 15px;
  font-size: 2em;

  border-width: 0;
  margin-right: 4%;
  margin-top: 2.6%;
  width: 40px;
  height: 40px;
  font: normal normal normal 20px/20px Poppins;
}
.close-button:hover {
  color: red;
  background-color: white;
}
.navbar-collapse-2 {
  position: fixed;
  top: 0;

  bottom: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  height: auto;
  overflow-y: auto;
  background-color: black;
  transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 100;
}
.om-dropdownmenu {
  text-align: center;
  background-color: #1a1919af;
  font: normal normal 500 15px/20px Poppins;
}
@media only screen and (max-width: 1880px) {
  .footer-kontakty {
    /*responzivita footer kontaktů*/
    padding: 60px 190px;
    padding-right: 190px;
  }
}
@media only screen and (max-width: 1785px) {
  .navbar-nav.navbar-center {
    position: relative;
  }
  .om-nav-monitoring {
    min-width: 200px;
  }

  .footer-kontakty {
    /*responzivita footer kontaktů*/
    padding: 60px 50px;
    padding-right: 50px;
  }
  .footer-odkazy {
    padding: 80px 100px;
  }
  .footer-odkazy-sluzby,
  .footer-odkazy-monitorujeme,
  .footer-odkazy-monitorujeme-online {
    margin-left: 5px;
  }
  .om-vyzkousejte {
    margin-left: auto;
  }
  .om-vyzkousejte-popis {
    padding-left: 17px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1500px) {
  .location-icon {
    margin-left: 9px;
  }
  .om-link-monitoring {
    margin-right: 0;
  }
  .om-link {
    padding: 0 10px;
  }
  .kosik-icon {
    margin-left: 10px;
  }
  .om-nav-kosik {
    min-width: 140px;
  }
  .om-link-kosik {
    padding-right: 5px;
  }
  .footer-kontakty {
    /*responzivita footer kontaktů*/
    padding: 60px 20px;
    padding-right: 20px;
  }
  .footer-kontakt-email {
    margin-left: 0px;
  }
  .footer-kontakt-telefon {
    margin-left: 20px;
  }
  .footer-odkazy {
    padding: 80px 70px;
  }
  .om-site-location {
    padding-left: 17px;
  }

  .om-vyzkousejte-img {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .om-nav-prihlaseni {
    width: 100px;
  }
  .om-col-prihlaseni::after {
    width: 100px;
  }
  .om-logo {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1240px) {
  .om-link-a {
    font-size: 0.8rem;
  }
  .product-redbutton-vyzkousejte {
    margin-top: 21px;
  }
  .om-vyzkousejte-figure {
    width: 60%;
  }
  .om-vyzkousejte-img {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-trust-pilot {
    margin-top: 1.2rem;
  }
  .om-link {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .dropdown {
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .om-link-a {
    font-size: 1.2rem;
  }
  .om-links-right {
    margin-right: auto;
  }
  .om-navbar-toggler {
    margin-right: 5%;
    margin-left: 5%;

    cursor: pointer;
  }
  .om-links-right {
    /*bootstrap automaticky vypíná row, když je šířka 200px*/
    flex-direction: row;
  }
  .footer-kontakty {
    /*responzivita footer kontaktů*/
    padding: 60px 0px;
    padding-right: 20px;
  }
  .footer-kontakty-logo {
    margin-left: 50px;
    margin-right: auto;
    width: 350px;
    margin-bottom: 2rem;
  }
  .footer-odkazy {
    padding: 50px 50px;
  }
  .footer-kontakt-email,
  .footer-kontakt-telefon {
    margin-top: 1rem;
    margin-left: 50px;
    margin-right: auto;
    width: 350px;
    min-width: 350px;
  }
  .footer-kontakt-button {
    margin-left: 50px;
    margin-right: auto;
    margin-top: 2rem;
  }
  .footer-odkazy-sluzby,
  .footer-odkazy-monitorujeme,
  .footer-odkazy-monitorujeme-online {
    margin-top: 2rem;
  }
  .footer-copyright-text {
    padding-left: 50px;
  }
  .footer-copyright-logo {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .om-vyzkousejte-popis {
    min-width: 391px;
    padding: 40px 10px;
    margin: auto;
    max-width: 500px;
  }
  .om-vyzkousejte {
    margin-left: auto;
  }
  .om-vyzkousejte-figure {
    max-width: 567px;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 753px) {
  .om-text-monitoring {
    display: none;
  }
  .om-link-kosik {
    display: none;
  }
  .om-nav-prihlaseni {
    width: 90px;
  }
  .location-icon {
    margin: auto;
  }
  .om-col-prihlaseni::after {
    display: none;
  }
  .om-nav-kosik {
    min-width: 90px;
  }
  .om-nav-monitoring {
    min-width: 90px;
  }
  .kosik-icon {
    margin: auto;
  }
  .om-header-nadpis {
    font: normal normal 600 43px/58px Poppins;
    padding-left: 10px;
    padding-right: 10px;
  }
  .om-header-popis {
    font: normal normal 500 15px/29px Poppins;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-copyright-text {
    padding-bottom: 1.5rem;
  }
  .footer-copyright-logo {
    text-align: left;
    padding-left: 50px;
  }
  .om-nav-prihlaseni {
    width: 60px;
  }
  .om-nav-kosik {
    min-width: 60px;
  }
  .om-nav-monitoring {
    min-width: 60px;
  }
  .om-logo img {
    width: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .om-vyzkousejte-popis {
    min-width: 0;
  }
  .om-header-nadpis {
    font: normal normal 600 38px/58px Poppins;
  }
  .om-header-popis {
    font: normal normal 500 13px/29px Poppins;
  }
  .om-nav-prihlaseni {
    width: 40px;
  }
  .om-nav-kosik {
    min-width: 55px;
  }
  .om-nav-monitoring {
    min-width: 40px;
  }
  .footer-copyright-text,
  .footer-copyright-logo {
    padding-left: 5%;
  }
  .footer-kontakty-logo {
    margin-left: 5%;
    margin-right: auto;
    width: 350px;
    margin-bottom: 2rem;
  }
  .footer-odkazy {
    padding: 50px 5%;
  }
  .footer-kontakt-email,
  .footer-kontakt-telefon {
    margin-top: 1rem;
    margin-left: 5%;
    margin-right: auto;
    width: 350px;
    min-width: 350px;
  }
  .footer-kontakt-button {
    margin-left: 5%;
    margin-right: auto;
    margin-top: 2rem;
  }
  .om-logo img {
    width: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .footer-kontakty-logo {
    width: 200px;
  }
  .footer-kontakt-email,
  .footer-kontakt-telefon {
    width: 200px;
    min-width: 200px;
  }
  .footer-kontakt-email a,
  .footer-kontakt-telefon a {
    font-size: 1rem;
  }
  .footer-kontakty-ikona {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
  .om-logo img {
    width: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse-2 {
    display: none !important;
    visibility: hidden;
  }
}
@media only screen and (min-width: 2000px) {
  .om-vyzkousejte {
    margin-left: auto;
  }
}

.article {
    margin: auto;
    padding: 0;
    max-width: 1112px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.article h1, .article h2, .article h3 {
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: left;
    font: normal normal 600 30px/46px Poppins;
    letter-spacing: 0px;
    color: #2c2c2c;
}
.article h2, .article h3 {
  padding-top: 20px;
  font: normal normal 600 24px/36px Poppins;
}
.article h3 {

  font: normal normal 600 20px/26px Poppins;
}

.article p {
    padding-bottom: 19px;
    font: normal normal 500 17px/29px Poppins;
    text-align: left;
    letter-spacing: 0px;
    color: #777777;
}

.article ul {
  padding-top: 25px;
  list-style-type: none;
  text-align: left;
  font: normal normal 500 16px/40px Poppins;
  letter-spacing: 0px;
  color: #777777;
  padding-left: 0;
}

.article ul li {
  background-image: url("/static/online-monitoring.cz/img/odrazka.svg?866c92e530e4");
  background-repeat: no-repeat;
  padding-left: 42px;
  background-position-y: center;
}



.sidebar {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  bottom: 0;
  max-height: 100%;

  z-index: 100000;
}

.sidebar .row {
  width: 100%;
  height: 100%;
}
.sidebar small {
  font-size: 11px;
  color: gray;
}
.sidebar-background {
  background: #040404 0% 0% no-repeat padding-box;
  opacity: 0.5;
  max-height: 100%;
}

.sidebar-content {
  background-color: white;
  height: 100%;
  max-width: 37%;
  padding-top: 2em;
  padding-right: 2em;
}
.sidebar-close-container {
  text-align: right;
}
.sidebarClose {
  cursor: pointer;
}
.sidebar-nav {
  padding-top: 1.5em;
  border-bottom: solid 1px #ececec;
}
.sidebar-link button {
  border: 0;
  text-align: center;
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0.24px;
      color: #000;
  text-transform: uppercase;
  background-color: transparent;
  color: black !important;
}
.sidebar-link:hover button {
  border-bottom: 2px solid #e63743;
  color: black !important;
}
.sidebar .nav .active {
  border-bottom: 2px solid #e63743;
}
.sidebar-text {
  text-align: center;
  font: normal normal 400 16px/25px Poppins;
  letter-spacing: 0px;
  color: #817e79;
  margin-bottom: 30px;
}
.sidebar .tab-panel {
  margin-top: 5.4rem;
  padding-left: 4.7rem;
  padding-right: 4.7rem;
}
.soubor-container {
  max-width: 155px;
}
.g-recaptcha {
    display: inline-block;
}
.nadpis-sidebar {
    text-align: center;
    font: normal normal 500 34px/40px Poppins;
    letter-spacing: 0px;
    color: #2c2c2c;
    opacity: 1;
    margin-bottom: 0.5em;
}
.sidebar-content {
  overflow-y: auto; }


@media (max-width: 1400px) {
  .sidebar-content {
    background-color: white;
    height: 100%;
    max-width: 50%;
    padding-top: 1em;
    padding-right: 1em;
  }
  .sidebar .tab-panel {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 769px) {
  .sidebar-content {
    background-color: white;
    height: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 1em;
  }
  .sidebar .tab-panel {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  margin-right: 5px;
}

      .file-list {
          list-style: square; 
          text-align: left;
          a {
            color: black;
            font-size: 14px;
          }
      }
.form__field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  font: 500 16px/26px Montserrat;

  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  cursor: text;
  top: 23px;
}
.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #fff;
  pointer-events: none;
  font: 500 16px/26px Montserrat;
}

.form__label:focus {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: white;
  font-weight: 700;
}
.form__field:focus {
  padding-bottom: 7px;
  border-width: 1px;
  border-image: white;
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: white;
  font-weight: 600;
}
/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

  .form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-3.5rem);
  transform: translateY(-4rem);
}
.row-eq-height {
  align-content: stretch !important;
  align-items: stretch !important;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.form__group {
  margin-right: 0;
}
.form__group-right .form__input {
  margin-right: 0;
  margin-left: auto;
}
.form__group-right .form__input2 {
  margin-right: 0;
  margin-left: auto;
}
.form__input-sidebar {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal 500 16px/26px Montserrat;
  letter-spacing: 0.16px;
  color: #817e79;
  width: 95%;
  border:  0;
  padding: 1rem 1.3rem;
}
.form_textarea-sidebar {
  background: #f3f3f3 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal 500 16px/26px Montserrat;
  letter-spacing: 0.16px;
  color: #817e79;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  border-radius: 0.2rem;
  width: 100%;
  margin-top: 2rem;
  border: 0;
  resize: none;
}
.form__group-sidebar {
  margin-top: 0;
}

.buttonLinkBrown {
    cursor: pointer;
    background-color: #c91019;
    padding: 18px 33px;
    border-radius: 6px;
    border: 0;
    text-align: center;
    font: normal normal 500 16px/25px Poppins;
    letter-spacing: 0.24px;
    color: #ffffff;
    opacity: 1;
}
.buttonLinkBrown:hover {
  color:  rgba(0, 0, 0, 0.747);
}

.Button {
    background: #79B51C;
    border-radius: 13px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 15px 20px;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
}


/* line 148, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button:hover {
    opacity: 0.9;
}


/* line 152, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.White {
    background: #fff;
    color: #000;
}


/* line 156, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.White:hover {
    color: #fff;
    background: #000;
}


/* line 162, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Gray {
    background: #F3F3F3;
    color: #000;
}


/* line 166, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Gray:hover {
    background: #c91019;
}


/* line 171, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Gray.active {
    color: #fff;
    background: #000;
}


/* line 177, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Gray.Arrow::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 22px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.151' height='13.407' viewBox='0 0 17.151 13.407'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-width:1.5px;%7D.b%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(605.781 2543.812) rotate(180)'%3E%3Cpath class='a' d='M595.124,2531.466l-5.452,5.644,5.452,5.642'/%3E%3Cline class='b' x1='15.359' transform='translate(589.672 2537.109)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-top: 6px;
}


/* line 190, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Smaller {
    font-size: 15px;
    padding: 10px 27px;
}


/* line 195, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Arrow {
    padding: 15px 60px 15px 20px;
}


/* line 198, themes/korelis.cz/static/korelis.cz/scss/_layout.scss */

.Button.Arrow::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 22px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.277' height='14.766' viewBox='0 0 20.277 14.766'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(19.527 13.706) rotate(180)'%3E%3Cpath class='a' d='M6.109,0,0,6.323l6.109,6.322'/%3E%3Cline class='a' x1='18.777' transform='translate(0 6.323)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-top: 6px;
}


.Download {
    max-width: 1000px;
    margin: 120px auto;
    padding: 0 20px;
}



.Download h2 {
    text-align: center;
    padding: 100px 0 40px;
    margin: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
        font: normal normal 600 30px/46px Poppins;
    letter-spacing: 0px;
}



.Download h2:first-child {
    padding-top: 0;
}



.Download .Item {
    position: relative;
    background-image: url(/static/online-monitoring.cz/img/icon_list.png?f7a5fd4b26bf);
    background-position: 35px center;
    background-repeat: no-repeat;
    padding: 27px 230px 27px 110px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-out;
}



.Download .Item .Name {
    color: black;
    text-decoration: none;
}



.Download .Item .Name:hover {
    text-decoration: underline;
}



.Download .Item .Button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



.Download .Item .Button.Arrow:after {
    transform: rotate(90deg);
}



.Download .Item:hover {
    background-color: rgba(240, 240, 240, 0.5);
}



.Download .Item span {
    font-weight: 300;
}

@media (max-width: 600px) {
    .Download .Item {
        padding: 27px 0;
        background-image: none;
        text-align: center;
    }
    .Download .Item .Name {
        display: block;
        padding-bottom: 10px;
    }
    .Download .Item .Button {
        position: relative;
        transform: none;
    }
}
.custom-pills {
   background: #ffecf5;
   color: #000;
   border-radius: 0;
}
 .custom-pills > .nav-link {
   padding: 0.6rem;
   border-radius: 0;
   color: rgba(255,255,255,.55);
   background: #000;
}
 .custom-pills > .nav-link:not(:first-child) {
   border-left: 1px solid #fff;
}
 .custom-pills > .nav-link.active {
   background: #c91019;
   color: white;
}
 .custom-pills > .nav-link:hover {
   opacity: 0.85;
   text-decoration: underline;
}
 
 .profile h1 {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    font: normal normal 600 30px/46px Poppins;
    letter-spacing: 0px;
    color: #2c2c2c;

 }
.om-product-show {
  /*
	První věc na stránce obsahuje obrázek laptopu se satelitem
	*/
  margin: auto;
  max-width: 2000px;
  background-image: url("/static/online-monitoring.cz/img/mapaprodukt.png?9bdfb25aee1f");
  background-color: white;
  background-repeat: no-repeat;
  height: 705px;
  background-size: cover;
  background-position-x: 0px;
  margin-top: 60px;
}
.product-image {
  /*styly containeru obsahující obrázek se satelitem */
  width: 63%;
  padding-top: 120px;
  margin-right: 5px;
  text-align: right;
}
.product-image img {
  /*úprava samotného obrázku*/
  width: 92%;
}
.cenovka-zelena {
  left: 0.5%;
  top: 54.3%;
}

/*konec součástí cenovky*/
.product-nadpis {
  /*nadpis GPS Online monitoring*/
  text-align: left;
  font: normal normal 600 43px/58px Poppins;
  letter-spacing: 0px;
  color: #1d1d1d;
  margin-bottom: 0;
  margin-right: -100px;
  max-width: 530px;
}
.product-container {
  /*container obsahující nadpis popis červené tlačítko*/
  padding-top: 170px;
  padding-left: 248px;
}
.product-popis {
  /*popis produktu */
  padding-top: 32px;
  text-align: left;
  font: normal normal 500 17px/29px Poppins;
  letter-spacing: 0px;
  color: #777777;
  opacity: 1;
}
/*červen= tlačítko co monitorujeme*/

.product-redbutton {
  margin-top: 46px;
  width: 217px;
}
/* konec červené tlačítko co monitorujeme*/

/* Druhá section*/
.om-poskytujeme {
  max-width: 2000px;
  margin: auto;
  margin-top: 110px;
  margin-bottom: 50px;
  /*uprava section*/
}
.om-nadpis {
  text-align: center;
  font: normal normal 600 30px/46px Poppins;
  letter-spacing: 0px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.om-sluzby-card {
  padding: 46px 52px;
  padding-bottom: 0;
  background-color: #f1f4f7;
  border-radius: 6px;
  max-width: 455px;
  min-height: 248px;
  background-repeat: no-repeat;
  background-position-x: right;
  margin: 0 14px;
}
.om-sluzby-card-gps {
  background-image: url("/static/online-monitoring.cz/img/satelite-card.png?9bdfb25aee1f");
}
.om-sluzby-card-kniha {
  background-image: url("/static/online-monitoring.cz/img/mapka-card.png?9bdfb25aee1f");
}
.om-sluzby-card-zabezpeceni {
  background-image: url("/static/online-monitoring.cz/img/pc-card.png?9bdfb25aee1f");
}
.om-sluzby-seznam {
  padding: 0 0;
  justify-content: center;
  margin-top: 34px;
}
.om-sluzby-card-nadpis {
  text-align: left;
  font: normal normal 600 22px/34px Poppins;
  letter-spacing: 0px;
  color: #2c2c2c;
}
.om-clanky-card:hover .om-clanky-hover-image img {
  transform: scale(1.1);
}
.om-clanky-hover-image img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.om-clanky-hover-image {
  border-radius: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  max-width: 334px;
  max-height: 218px;
  overflow: hidden;
}
.om-sluzby-card-odkaz {
  height: 100%;
  margin-top: 5rem;
}
.om-sluzby-card-odkaz a:hover {
  color: rgba(238, 88, 98, 0.747);
}
.om-sluzby-card-odkaz a {
  /* odkaz více infomací*/
  text-align: left;
  font: normal normal 600 14px/24px Poppins;
  letter-spacing: 1.4px;
  color: #e63743;
  text-transform: uppercase;
}
.om-sluzby-card-odkaz img {
  /*obrázek více informací*/
  margin-right: 9px;
}
/*mějtě přehled sekce*/
.om-popis {
  text-align: center;
  font: normal normal 500 17px/29px Poppins;
  letter-spacing: 0px;
  padding-top: 19px;
  color: #777777;
}
.om-prehled {
  background-color: #f1f4f7;
  min-height: 470px;

  margin-top: 21px;
  margin-bottom: 71px;
}
.om-prehled-content {
  margin: auto;

  padding-top: 49px;
  max-width: 2000px;
}
.om-prehled-seznam {
  margin: auto;
  box-shadow: 0px 1px 15px #00000008;
  margin-top: 38px;
  background-color: white;
  max-width: 1424px;
  min-height: 252px;
  border-radius: 6px;
}
.om-prehled-card {
  min-width: 155px;
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.om-prehled-card-container {
  border-right: 1px solid #efefef;
  padding-top: 10px;
  margin-top: 33px;
  margin-bottom: 31px;
}
.om-prehled-card-img {
  width: 50%;
  margin: auto;
}
.om-prehled-card-img-auto {
  margin-top: 48px;
}

.om-prehled-card-text {
  margin: auto;
  margin-top: 35px;
  text-align: center;
  font: normal normal 500 16px/22px Poppins;
  letter-spacing: 0px;
  color: #c91019;
  max-width: 136px;
}
.om-prehled-card-text-auto {
}

.om-prehled-card a:hover {
  text-decoration: underline;
  color: #c91019;
}
.om-prehled-card-img img {
  width: 100%;
}

.om-prehled-card-img-auto {
  width: 81px;
  margin-top: 58px;
}
.om-prehled-card-img-nakladak {
  width: 83px;
  margin-top: 47px;
}
.om-prehled-card-img-autobus {
  width: 98px;
  margin-top: 55px;
}
.om-prehled-card-img-zasilky {
  width: 60px;
  margin-top: 40px;
}
.om-prehled-card-img-osoby {
  width: 51px;
  margin-top: 10px;
}
.om-prehled-card-img-bagr {
  width: 93px;
  margin-top: 22px;
}
.om-prehled-card-img-lode {
  width: 56px;
  margin-top: 28px;
}
.om-nove-osoby {
  background-color: #c91019;
  text-align: left;
  font: normal normal 600 11px/15px Poppins;
  letter-spacing: 1.1px;
  color: #ffffff;
  margin-left: 15px;

  text-transform: uppercase;
}
.om-nove-osoby::after {
  content: "";
  width: 0;
  height: 0;
  left: 37px;
  top: 23px;
  position: absolute;
  border-style: solid;
  border-width: 6px 0px 0 6px;
  border-color: #c91019 transparent transparent transparent;
}
/* demo e-shop */
.om-demo-eshop .col {
  padding: 0;
}
.om-demo-eshop {
  justify-content: center;
  max-width: 1424px;
  margin: auto;
  margin-bottom: 70px;
}
.om-demo-eshop-tag {
  background: #c91019 0% 0% no-repeat padding-box;
  border-radius: 3px;
  padding: 9px 16px;
  text-align: left;
  font: normal normal 600 14px/19px Poppins;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
}
.om-demo-eshop-content {
  width: 100%;
  height: 100%;
  padding: 42px 37px;
}
.om-demo-eshop-nadpis {
  margin-top: 58px;
  text-align: left;
  font: normal normal 500 22px/34px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  width: 245px;
}
.om-demo-eshop-card {
  min-width: 361px;
  background-repeat: no-repeat;
  height: 264px;
  border-radius: 6px;
  overflow-y: hidden;
}
.om-demo-eshop-card a {
  height: 100%;
  width: 100%;
}
.om-eshop-image {
  margin-left: 15px;
  overflow: hidden;
}
/* nesnáším efekty*/
.om-demo-eshop-content {
  transition: all 0.5s;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.om-eshop-image .om-eshop-img {
  background-image: url("/static/online-monitoring.cz/img/eshop.png?866c92e530e4");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;

  overflow: hidden;
}
.om-eshop-image:hover .om-eshop-img {
  transform: scale(1.1);
}
.om-eshop-image:hover .om-demo-eshop-content {
  transform: scale(0.9);
}
.om-demo-image {
  margin-right: 15px;
  overflow: hidden;
}
.om-demo-image .om-demo-img {
  background-image: url("/static/online-monitoring.cz/img/demo.png?9bdfb25aee1f");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.om-demo-image:hover .om-demo-img {
  transform: scale(1.1);
}
.om-demo-image:hover .om-demo-eshop-content {
  transform: scale(0.9);
}
/* Section s články*/

.om-clanky {
  /*section s články*/
  justify-content: center;
  max-width: 1424px;
  margin: 70px auto;
  margin-bottom: 120px;
  padding: 0;
}
.om-clanky-popis-container {
  max-width: 326px;
  min-width: 319px;
  margin-right: 36px;
  padding: 0;
}
.om-clanky-datum {
  text-align: left;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 1.4px;
  color: #e63743;
  padding-top: 28px;
  text-transform: uppercase;
}
.om-clanky-nadpis-2 {
  text-align: left;
  font: normal normal 600 19px/30px Poppins;
  letter-spacing: 0px;
  color: #2c2c2c;
  padding-top: 13px;
  padding-bottom: 0;
}
.om-clanky-popis {
  /*popis nalevo*/

  text-align: left;
  padding-top: 27px;
  font: normal normal 500 17px/29px Poppins;
  letter-spacing: 0px;
  color: #777777;
}
.om-clanky-white-button {
  margin-top: 69px;
  padding: 19px 25px;
  border: 1px solid #b2b2b2;
  max-width: 246px;
  border-radius: 6px;
}
.om-clanky-white-button a {
  text-align: center;
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 1.4px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

.om-clanky-white-button:hover a {
  color: rgba(32, 32, 32, 0.801);
}
.om-clanky-white-button:hover {
  border: 1px solid rgba(32, 32, 32, 0.801);
}
.om-clanky-white-button img {
  margin-left: 11px;
}
.om-clanky-card:hover .om-clanky-popis-container img {
}
.om-clanky-card {
  padding: 0;

  margin-right: 29px;
  max-width: 335px;
}
.om-clanky-card {
  border-radius: 6px;
}

.text-left {
  text-align: left;
}
@media only screen and (max-width: 1835px) {
  .product-container {
    padding-top: 150px;
    padding-left: 200px;
  }
  .product-image {
    padding-top: 100px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1670px) {
  .product-container {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1490px) {
  .om-sluzby-card {
    margin: 0 7px;
    max-width: 440px;
    background-size: 190px;
    background-position-y: bottom;
    padding: 30px 40px;
  }
  .product-container {
    padding-left: 70px;
  }
  .om-clanky-popis-container {
    margin-left: 15px;
  }
  .om-clanky-card {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1320px) {
  .om-product-show {
    background-position-x: right;
  }
  .om-clanky-card {
    margin: 10px;
  }
  .om-clanky-popis-container {
    max-width: 335px;
    margin: 10px;
    margin-left: 20px;
  }
  .om-clanky-white-button {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .om-sluzby-card {
    /*background-image: none;*/
    background-size: 150px;
    max-width: 400px;
    min-height: 0;
    padding: 30px 30px;
  }
  .product-container {
    padding-top: 100px;

    padding-left: 30px;
  }
  .product-image {
    padding-top: 100px;
    width: 60%;
    min-width: 600px;
  }
}

@media only screen and (max-width: 1200px) {
  .om-product-show {
    /*
	První věc na stránce obsahuje obrázek laptopu se satelitem
	*/
    height: max-content;
  }
  .product-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 530px;
  }
  .product-image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1150px) {
  .product-nadpis {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1085px) {
  .om-prehled-card-container {
    border-right: none;
  }
  .om-sluzby-card {
    background-image: none;
  }
}

@media only screen and (max-width: 992px) {
  .om-sluzby-card {
    padding: 20px 20px;
  }
  .product-nadpis {
    font: normal normal 600 35px/45px Poppins;
  }
  .om-sluzby-card-nadpis {
    font: normal normal 600 19px/31px Poppins;
  }
}
@media only screen and (max-width: 800px) {
  .product-nadpis {
    font: normal normal 600 30px/40px Poppins;
    margin-right: -50px;
  }
  .om-sluzby-card-nadpis {
    font: normal normal 600 16px/28px Poppins;
  }
}
@media only screen and (max-width: 767px) {
  .product-container {
    padding: 5% 35px;
  }
  .om-demo-img,
  .om-eshop-img {
    background-position-x: left !important;
  }
  .om-sluzby-card {
    margin: 20px auto;
  }
  .om-sluzby-card-gps {
    background-image: url("/static/online-monitoring.cz/img/satelite-card.png?9bdfb25aee1f");
  }
  .om-sluzby-card-kniha {
    background-image: url("/static/online-monitoring.cz/img/mapka-card.png?9bdfb25aee1f");
  }
  .om-sluzby-card-zabezpeceni {
    background-image: url("/static/online-monitoring.cz/img/pc-card.png?9bdfb25aee1f");
  }
  .product-nadpis {
    font: normal normal 600 40px/50px Poppins;
    margin-right: 0px;
  }
  .product-popis {
    width: 80%;
  }
  .product-image {
    width: 100%;
  }
  .om-poskytujeme {
    margin-top: 65px;

    /*uprava section*/
  }
  .om-eshop-image {
    margin: 5%;
  }
  .om-demo-image {
    margin: 5%;
  }
}

@media only screen and (max-width: 650px) {
  .product-image img {
    width: 100%;
    min-width: 300px;
  }
  .product-image {
    width: 100%;
    min-width: 300px;
  }
  .product-popis {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .product-nadpis {
    font: normal normal 600 30px/40px Poppins;
  }
  .product-container {
    padding: 0 5%;
  }
  .om-demo-eshop-content {
    padding: 30px 20px;
    min-width: 0;
  }
  .om-demo-eshop-card {
    min-width: 280px;
    background-position-x: center;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
  }
  .product-image {
    padding-left: 0;
    padding-right: 0;
  }
  .om-clanky-card {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .om-clanky-popis-container {
    min-width: 260px;
  }

  .om-sluzby-card-nadpis {
    font: normal normal 600 17px/28px Poppins;
  }
}
