@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500&display=swap");
* {
  font-family: "Fira Sans Condensed", sans-serif;
}

html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  padding-top: 73px;
}

/*h1,h2,h3,h4,h5,h6,p,a,img{
  opacity: 0;
}*/
@media (min-width: 1650px) {
  .container {
    max-width: 1440px;
  }
}
.navbar-brand {
  width: 160px;
}
.navbar-brand img {
  position: absolute;
  width: 150px;
  height: auto;
  top: -12px;
}

.navbar-teva img {
  width: 64px;
  height: auto;
}

.bg-light {
  background-color: white !important;
}

.navbar {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  overflow-y: visible;
  height: 74px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .container {
  overflow-y: visible;
}

.navbar-light .navbar-nav {
  justify-content: space-around;
  width: calc(100% - 30px);
}
.navbar-light .navbar-nav .nav-item {
  background-color: white;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #E30613;
  opacity: 1;
  padding: 25px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover {
  background-color: #E30613;
}
.navbar-light .navbar-nav .nav-item.active .nav-link, .navbar-light .navbar-nav .nav-item:hover .nav-link {
  opacity: 1;
  color: white;
}

.hpintro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (min-width: 1440px) {
  .hpintro {
    height: calc(100vw / 1440 * 600);
  }
  .hpintro .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
  }
}
.hpintro h1 {
  color: white;
  font-weight: 500;
  font-size: 50px;
  padding-top: 90px;
  margin-bottom: 55px;
}
.hpintro h1 + img {
  width: 470px;
  max-width: 60vw;
  margin-bottom: 36px;
}

.ucine-latky h2 {
  padding-top: 100px;
  margin-top: -100px;
  color: #E30613;
  font-weight: 500;
  font-size: 50px;
}
.ucine-latky .content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.ucine-latky .content .latka-karte {
  padding: 60px 30px 40px 30px;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ucine-latky .content .latka-karte h3 {
  font-weight: 500;
  font-size: 42px;
}
.ucine-latky .content .latka-karte h3::after {
  content: "";
  position: relative;
  display: block;
  width: 75px;
  height: 2px;
  margin: 25px auto;
  transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
}
.ucine-latky .content .latka-karte img {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 180px;
  max-width: 50%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.ucine-latky .content .latka-karte p {
  font-size: 18px;
  color: #4E4E4E;
}
.ucine-latky .content .latka-karte:first-child {
  background-color: rgba(0, 74, 153, 0.02);
}
.ucine-latky .content .latka-karte:first-child h3 {
  color: #004a99;
}
.ucine-latky .content .latka-karte:first-child h3::after {
  background-color: #004a99;
}
.ucine-latky .content .latka-karte:last-child {
  background-color: rgba(16, 144, 42, 0.02);
}
.ucine-latky .content .latka-karte:last-child h3 {
  color: #10902a;
}
.ucine-latky .content .latka-karte:last-child h3::after {
  background-color: #10902a;
}
.ucine-latky .content .latka-karte:hover:first-child {
  background-color: rgba(0, 74, 153, 0.05);
}
.ucine-latky .content .latka-karte:hover:last-child {
  background-color: rgba(16, 144, 42, 0.05);
}
.ucine-latky .content .latka-karte:hover img {
  transform: scale(1.3);
}
.ucine-latky .content .latka-karte:hover h3::after {
  width: 60%;
}

.videos p {
  font-size: 18px;
  color: #4E4E4E;
  text-align: center;
  margin-top: 15px;
}
.videos a {
  text-decoration: none;
  color: #4E4E4E;
  text-align: center;
}
.videos .imgwrap {
  position: relative;
  display: block;
}
.videos .imgwrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  opacity: 0.75;
  background-image: url("/bundles/Stoptussin/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.videos .videocarte:hover a {
  color: #E30613;
}
.videos .videocarte:hover a p {
  color: #E30613;
}
.videos .videocarte:hover .imgwrap::after {
  opacity: 1;
}

.nahledy {
  padding-top: 100px;
  margin-top: -100px;
}
.nahledy h2 {
  color: #E30613;
  font-weight: 500;
  font-size: 50px;
}
.nahledy .subheader {
  color: #A0A0A0;
  font-size: 20px;
}
.nahledy .prodcard {
  padding: 20px 50px 50px 50px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.nahledy .prodcard h3 {
  color: #E30613;
  font-weight: 500;
  font-size: 30px;
}
.nahledy .prodcard p {
  font-size: 18px;
  color: #4E4E4E;
}
.nahledy .prodcard .benefity {
  align-items: center;
}
.nahledy .prodcard .benefity img {
  filter: grayscale(100%);
  opacity: 0.6;
}
.nahledy .prodcard .benefity p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.nahledy .prodcard .mainimage {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.nahledy .prodcard hr {
  margin-top: 1.5rem;
  border-top: 2px solid #C6C6C6;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.nahledy .prodcard .pseudobutton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #E30613;
  color: white;
  font-size: 18px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.nahledy .prodcard:hover .mainimage {
  transform: scale(1.1);
}
.nahledy .prodcard:hover hr {
  border-top: 2px solid #E30613;
}
.nahledy .prodcard:hover .pseudobutton {
  background-color: #4E4E4E;
}

.clanektopage {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
}
.clanektopage img {
  max-width: 250px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.clanektopage h3 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #E30613;
}
.clanektopage .pseudobutton {
  border-radius: 100px;
  background-color: #E30613;
  color: white;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 20px auto;
}
.clanektopage:hover {
  text-decoration: none;
}
.clanektopage:hover h3 {
  color: #4E4E4E;
}
.clanektopage:hover .pseudobutton {
  background-color: #4E4E4E;
}
.clanektopage:hover img {
  transform: scale(1.1);
}

.kde-koupit {
  background-image: url("/orig-image/9498851cd9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  display: block;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: 120px;
}
.kde-koupit .absolute-head {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.kde-koupit .absolute-head h3 {
  font-size: 50px;
  color: #4E4E4E;
  font-weight: 500;
  text-align: center;
}
.kde-koupit .absolute-head svg {
  width: 270px !important;
  height: auto !important;
}
.kde-koupit p {
  color: white;
  transform: translateY(-50px);
}
.kde-koupit img {
  transform: translateY(-120px);
}

.partneri {
  padding-top: 60px;
  padding-bottom: 60px;
}
.partneri img {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.partneri img:hover {
  transform: scale(1.2);
}
.partneri .showmore {
  border-radius: 100px;
  background-color: #E30613;
  color: white;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 20px auto;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.partneri .showmore:hover {
  background-color: #4E4E4E;
}

footer {
  margin-top: 80px;
  padding-bottom: 60px;
}
footer p {
  color: #4E4E4E;
}
footer .gdpr-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #4E4E4E;
  background-image: url("/bundles/Stoptussin/arrow-forward.svg");
  background-size: 10px 18px;
  background-repeat: no-repeat;
  background-position: center right;
}
footer .gdpr-link:hover {
  text-decoration: none;
  color: #4E4E4E;
}
footer .hlaseni {
  display: block;
  position: relative;
  text-decoration: none;
  color: #4E4E4E;
  background-image: url("/bundles/Stoptussin/arrow-down.svg");
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center right;
}
footer .hlaseni:hover {
  text-decoration: none;
  color: #4E4E4E;
}

.basic-article {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .basic-article img {
    transform: translateX(-24px);
  }
}
.basic-article h1 {
  color: #E30613;
  font-weight: 500;
  font-size: 50px;
  margin-top: 78px;
  margin-bottom: 80px;
}
.basic-article p {
  color: #4E4E4E;
}
.basic-article p strong {
  font-weight: 500;
}
.basic-article p a {
  color: #E30613;
}

.detil-uvod {
  padding-top: 70px;
}
.detil-uvod h1 {
  color: #E30613;
  font-weight: 500;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.detil-uvod p {
  color: #4E4E4E;
}
.detil-uvod .ikona {
  width: 100px;
}
.detil-uvod .iconapopis {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #E30613;
}
.detil-uvod h4 {
  color: #4E4E4E;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.detil-tabulka {
  margin-top: 60px;
  margin-bottom: 80px;
}
.detil-tabulka .table-responsive {
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
}
.detil-tabulka .bigred {
  background-color: #E30613;
}
.detil-tabulka .bigred th, .detil-tabulka .bigred td {
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}
.detil-tabulka th {
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.detil-tabulka td, .detil-tabulka th {
  text-align: center;
  color: #4E4E4E;
}

.detil-rozbalovaci {
  padding-top: 40px;
  padding-bottom: 60px;
}
.detil-rozbalovaci .mainbutton {
  border-radius: 100px;
  background-color: #E30613;
  color: white;
  max-width: 100%;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 20px auto;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.detil-rozbalovaci .mainbutton:hover {
  background-color: #4E4E4E;
  text-decoration: none;
}
.detil-rozbalovaci .rozbalovaci-list {
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.detil-rozbalovaci .rozbalovaci-list .dotaz {
  border-bottom: 1px solid #C6C6C6;
}
.detil-rozbalovaci .rozbalovaci-list .dotaz:last-child {
  border-bottom: 0px solid transparent;
}
.detil-rozbalovaci .rozbalovaci-list .dotaz h4 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4E4E4E;
  background-image: url("/bundles/Stoptussin/arrow-down.svg");
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  margin-bottom: 0px;
}
.detil-rozbalovaci .rozbalovaci-list .dotaz ul {
  padding-left: 20px;
}
.detil-rozbalovaci .rozbalovaci-list .dotaz a {
  color: #E30613;
}

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