html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #1a1a18;
  font-size: 14px;
}
* {
  outline: 0 !important;
}
textarea {
  max-width: 100%;
  max-height: 250px;
  min-height: 150px;
}
img,
svg {
  max-width: 100%;
}
a {
  color: #00963f;
}
a:hover,
a:focus {
  color: #008c45;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sub {
  bottom: .50em;
  left: 0.1em;
  font-size: 55%;
}
.list-awesome {
  margin: 0 0 10px 35px;
}
.list-awesome li i {
  position: absolute;
  margin-top: 6px;
  margin-left: -24px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 5px solid #00963f;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 82px;
}
header .logo,
header .logo-inverted {
  max-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 57px;
}
@media (min-width: 768px) {
  header .row {
    font-size: 0;
  }
  header .row > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 14px;
  }
}
header .menu-trigger {
  text-align: right;
  display: none;
  margin-top: 20px;
}
header .menu-trigger a {
  color: #00963f;
  font-size: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
}
header .menu a {
  display: inline-block;
  font-weight: bold;
  line-height: 77px;
  padding-right: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header .menu a {
    line-height: 30px;
  }
}
header .menu a,
header .menu a:hover,
header .menu a:focus {
  color: #1a1a18;
}
header .menu a:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  header .menu-trigger {
    display: block;
  }
  header .menu {
    display: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 78px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
  }
  header .menu.open {
    transform: scaleY(1);
    opacity: 1;
  }
  header .menu a {
    display: block;
    white-space: nowrap;
  }
  header .menu a,
  header .menu a:hover,
  header .menu a:focus {
    color: #00963f;
  }
  header.fixed .menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 1px solid #00963f;
    border-right: 1px solid #00963f;
    border-bottom: 1px solid #00963f;
    position: fixed;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  header.static .logo,
  header.static .logo-inverted {
    max-width: 230px;
  }
}
header.fixed {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
header.fixed.active {
  transform: translateY(0%);
}
.intro,
.intro-placeholder {
  height: 100vh;
  min-height: 1000px;
}
.intro {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.intro .intro-image {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
  bottom: 0;
  background-image: url("../img/intro_image.jpg");
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.intro .intro-image.colostrum {
  background-image: url("../img/colostrum_intro.jpg");
  background-size: contain;
  background-position: 150% top;
  background-repeat: no-repeat;
}
.intro .container-holder {
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.intro .container-holder.show {
  opacity: 1;
}
.intro .container-holder .animation {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.8s ease, opacity 0.8s ease;
  display: block;
}
.intro .container-holder .animation.animate {
  opacity: 1;
  transform: translateY(0);
}
.intro .container-holder .animation.animation-1 {
  transition-delay: 0.3s;
}
.intro .container-holder .animation.animation-2 {
  transition-delay: 0.5s;
}
.intro .container-holder .animation.animation-3 {
  transition-delay: 0.8s;
}
.intro .container-holder .animation.animation-4 {
  transition-delay: 1.1s;
}
.intro .container-holder .logo {
  margin-bottom: 10%;
}
.intro .container-holder .logo img {
  min-width: 420px;
  max-width: 100%;
  width: 25vw;
}
@media (max-width: 992px) {
  .intro .container-holder .logo img {
    width: 420px;
    min-width: 0;
  }
}
.intro .container-holder .logo.active + .content {
  display: none;
}
.intro .container-holder .content {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-align: left;
}
@media (min-width: 768px) {
  .intro .container-holder .content {
    margin-top: 20%;
  }
  .intro .container-holder .content .box {
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
  }
  .intro .container-holder .content .text {
    margin-top: 300px;
    width: 600px;
  }
}
.intro .container-holder .content .text {
  transition: box-shadow 0.3s ease;
  transition-delay: 1.9s;
}
.intro .container-holder .content .text.show {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.intro .container-holder .content h2 {
  background: #565655;
  padding: 15px;
  margin: 0;
}
.intro .container-holder .content h3 {
  margin: 0;
}
.intro .container-holder .content h3 .animation {
  padding: 15px;
  background: #75b727;
}
.intro .container-holder .content h3 .animation:first-child {
  padding-bottom: 8px;
}
.intro .container-holder .content h3 .animation:last-child {
  padding-top: 8px;
}
.bar {
  position: relative;
  z-index: 15;
  background: #fff;
}
.bar.colostrum {
  background: none;
  overflow: hidden;
}
.bar.colostrum.flip {
  transform: rotateX(180deg);
}
.bar.colostrum img {
  min-width: 1200px;
}
.wave {
  position: relative;
  z-index: 15;
  pointer-events: none;
  margin-top: -300px;
}
.wave img {
  max-height: 300px;
  display: block;
  margin-left: auto;
}
.info {
  position: relative;
  z-index: 15;
}
.info .container-holder {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 50px 0;
  background: #00963f;
  color: #fff;
}
.wave-2 {
  position: relative;
  z-index: 15;
  pointer-events: none;
  margin-top: -150px;
}
.wave-2 img {
  max-height: 150px;
  display: block;
  margin-right: auto;
}
.info p,
.technology p,
.pro p {
  font-size: 16px;
}
.info .larger,
.technology .larger,
.pro .larger {
  font-size: 22px;
  font-style: italic;
}
.info ul,
.technology ul,
.pro ul {
  font-size: 16px;
}
.info .fa,
.technology .fa,
.pro .fa {
  padding-right: 10px;
  color: #75b727;
  font-size: 12px;
}
.pro {
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 50px 0;
}
.pro .background {
  position: absolute;
  left: -100%;
  right: 100%;
  top: -50px;
  bottom: -50px;
  background-image: url("../img/pro_background.jpg");
  background-size: cover;
  background-position: center;
}
.pro .background .arrow {
  margin-top: -30%;
  text-align: center;
}
.pro .background .arrow img {
  width: 130px;
}
@media (max-width: 992px) {
  .pro .content {
    padding-bottom: 100px;
  }
}
.pro .content ul {
  font-size: 15px;
}
.pro .content ul li {
  margin-bottom: 10px;
}
.pro .content .box {
  padding: 5px 10px;
  margin: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.pro .content .box h3 {
  margin-top: 5px;
}
.pro .content .box:first-of-type {
  background: #f8e749;
  margin-bottom: 20px;
}
.pro .content .box:last-of-type {
  color: #fff;
  background: #75b727;
}
.technology {
  position: relative;
  z-index: 10;
}
.technology .root {
  background: #71bf44;
  color: #fff;
  padding: 50px 0;
}
.technology .root.colostrum {
  border-top: 2px solid #bcbec0;
  border-bottom: 2px solid #bcbec0;
  background: #fff;
  color: #1a1a18;
}
.technology .root.colostrum .container .limiter {
  padding: 15px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
}
.technology .root.colostrum .content {
  margin-left: 50px;
}
.technology .root.colostrum p,
.technology .root.colostrum ul {
  font-size: 16px;
}
.technology .root.colostrum p .larger,
.technology .root.colostrum ul .larger {
  font-size: 18px;
}
.technology .root.colostrum .radios {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  .technology .root.colostrum .radios {
    display: block;
  }
}
.technology .root.colostrum ul {
  list-style-type: none;
  padding-left: 0;
}
.technology .root.colostrum ul li {
  position: relative;
  margin-bottom: 16px;
}
.technology .root.colostrum ul li img {
  position: absolute;
  top: 0;
}
.technology .root.colostrum ul.check-list li {
  min-height: 32px;
}
.technology .root.colostrum ul.check-list li img {
  height: 32px;
  left: -45px;
}
.technology .root.colostrum ul.radio-list li {
  padding-left: 30px;
  min-height: 20px;
  line-height: 20px;
}
.technology .root.colostrum ul.radio-list img {
  height: 20px;
  left: 0;
}
.technology .root.colostrum h2 {
  margin-top: 15px;
}
.technology .root.colostrum h2 span {
  display: inline-block;
  background: #25408f;
  color: #fff;
  border-radius: 555px;
  padding: 10px 30px;
  margin-left: 20px;
  margin-right: 10px;
}
.technology .tech {
  background: #fff;
  margin-bottom: 20px;
  border: 4px solid #00963f;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 25px;
}
.technology .tech h2 {
  color: #1a1a18;
}
.technology .tech .img-holder-tech {
  padding: 20px;
}
.technology .img-holder-vzor {
  border: 4px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.technology .fa {
  color: #00963f;
}
.product-related {
  display: none;
}
.product-related.active {
  display: block;
}
.adv-info-start {
  position: relative;
  z-index: 10;
  background: #71bf44;
  color: #fff;
  padding: 50px 0;
  font-size: 16px;
}
.adv-info-start .pharmacy {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.adv-info {
  background: #fff;
  position: relative;
  z-index: 30;
  padding: 0 0 80px;
  text-align: justify;
}
.adv-info #tabs-indicator {
  position: relative;
  bottom: 82px;
}
.adv-info .tabs-space {
  height: 52px;
}
@media (max-width: 991px) {
  .adv-info .tabs-space {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .adv-info .tabs-space {
    height: 100px;
  }
}
.adv-info .tabs-holder {
  position: relative;
}
.adv-info .tabs {
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
}
.adv-info .tabs .tabs-container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .adv-info .tabs .tabs-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .adv-info .tabs .tabs-container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .adv-info .tabs .tabs-container {
    width: 1140px;
  }
}
.adv-info .tabs.fixed {
  position: fixed;
  top: 82px;
}
@media (max-width: 767px) {
  .adv-info .tabs.fixed .tabs-container {
    width: 100%;
  }
}
.adv-info .tabs a {
  text-decoration: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  width: 33.3333%;
  background: #fff;
  font-size: 14px;
  text-align: center;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
  border-left: 1px solid #eaeaea;
}
.adv-info .tabs a:last-child {
  border-right: 1px solid #eaeaea;
}
.adv-info .tabs a.normal {
  color: #00963f;
}
.adv-info .tabs a.plus {
  color: #75b727;
}
.adv-info .tabs a.uro {
  color: #e59022;
}
.adv-info .tabs a.uro-forte {
  color: #d10622;
}
.adv-info .tabs a.kids {
  color: #6f2a7c;
}
.adv-info .tabs a.travel {
  color: #e4be37;
}
.adv-info .tabs a.colostrum {
  color: #25408f;
}
.adv-info .tabs.activated a.active,
.adv-info .tabs.activated a:hover {
  color: #fff;
}
.adv-info .tabs.activated a.active.normal,
.adv-info .tabs.activated a:hover.normal {
  background: #00963f;
  border-color: #00963f;
}
.adv-info .tabs.activated a.active.plus,
.adv-info .tabs.activated a:hover.plus {
  background: #75b727;
  border-color: #75b727;
}
.adv-info .tabs.activated a.active.uro,
.adv-info .tabs.activated a:hover.uro {
  background: #e59022;
  border-color: #e59022;
}
.adv-info .tabs.activated a.active.uro-forte,
.adv-info .tabs.activated a:hover.uro-forte {
  background: #d10622;
  border-color: #d10622;
}
.adv-info .tabs.activated a.active.kids,
.adv-info .tabs.activated a:hover.kids {
  background: #6f2a7c;
  border-color: #6f2a7c;
}
.adv-info .tabs.activated a.active.travel,
.adv-info .tabs.activated a:hover.travel {
  background: #e4be37;
  border-color: #e4be37;
}
.adv-info .tabs.activated a.active.colostrum,
.adv-info .tabs.activated a:hover.colostrum {
  background: #8182be;
  border-color: #8182be;
}
@media (max-width: 991px) {
  .adv-info .tabs a {
    font-size: 14px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .adv-info .tabs {
    text-align: center;
    background: #fff;
    margin-top: -1px;
    border: 1px solid #eaeaea;
  }
  .adv-info .tabs a {
    padding: 5px;
    width: 33.3333%;
    height: 50px;
  }
  .adv-info .tabs a:first-child,
  .adv-info .tabs a:nth-child(4) {
    border-left: none;
  }
  .adv-info .tabs a:first-child,
  .adv-info .tabs a:nth-child(2),
  .adv-info .tabs a:nth-child(3) {
    border-bottom: 1px solid #eaeaea;
  }
  .adv-info .tabs a:last-child {
    border-right: none;
  }
}
.adv-info .products .product {
  display: none;
}
.adv-info .products .product.active {
  display: block;
}
.adv-info p,
.adv-info ul {
  font-size: 16px;
}
.adv-info p .larger,
.adv-info ul .larger {
  font-size: 18px;
}
.adv-info h4 {
  font-weight: bold;
}
.adv-info .logo {
  margin: 50px auto;
  height: 75px;
  text-align: center;
}
.adv-info .logo img {
  max-height: 100%;
}
.adv-info .slogan {
  padding: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0;
}
.adv-info .features {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.adv-info .features img {
  height: 80px;
}
.adv-info .fa.fa-plus-circle {
  padding-right: 18px;
  padding-left: 10px;
  font-size: 30px;
}
.adv-info .fa-stack {
  font-size: 25px;
}
.adv-info .fa-stack-1x {
  color: #fff;
  font-size: 20px;
}
.adv-info .normal .slogan {
  background: #eaeaea;
}
.adv-info .normal .fa {
  color: #00963f;
}
.adv-info .plus .slogan {
  background: #75b727;
  color: #fff;
}
.adv-info .plus .fa {
  color: #75b727;
}
.adv-info .colostrum .slogan {
  background: #25408f;
  color: #fff;
}
.adv-info .colostrum .fa {
  color: #8182be;
}
.adv-info .uro .slogan {
  background: #e59022;
  color: #fff;
}
.adv-info .uro .fa {
  color: #e59022;
}
.adv-info .uro-forte .box {
  margin-top: -20px;
}
.adv-info .uro-forte .slogan {
  background: #d10622;
  color: #fff;
}
.adv-info .uro-forte .fa {
  color: #d10622;
}
.adv-info .kids .slogan {
  background: #6f2a7c;
  color: #fff;
  font-size: 20px;
}
.adv-info .kids .fa {
  color: #6f2a7c;
}
.adv-info .travel .slogan {
  background: #e4be37;
  color: #fff;
  font-size: 22px;
}
.adv-info .travel .fa {
  color: #e4be37;
}
footer {
  position: relative;
  z-index: 10;
  background: #262626;
  color: #A8A8A8;
  padding: 50px 0;
}
footer .logo {
  max-width: 200px;
  display: block;
}
footer a,
footer a:hover,
footer a:focus {
  color: #fff;
}
