@font-face {
  font-family: "Centrale sans light";
  src: 
    url("./fonts/Centrale_sans/Centrale_Sans_Light.otf")
    format('opentype');
}

@font-face {
  font-family: "Centrale sans medium";
  src: 
    url("./fonts/Centrale_sans/Centrale_Sans_Medium.otf")
    format('opentype');
}

/* @font-face {
  font-family: "Centrale sans bold";
  src: 
    url("./fonts/Centrale_sans/Centrale_Sans_Bold.otf")
    format('opentype');
} */

body, h1, h2, h3, h4, p, ul, ol, li, div {
  margin: 0;
}

body {
  font-family: "Centrale sans light", sans-serif;
}

.main-banner img.mobile {
  display: none;
}

@media only screen and (max-width: 1150px) { 
  .main-banner img.desktop {
    display: none;
  }

  .main-banner img.mobile {
    display: block;
  }
}

.shrinken-menu .navigation-header {
  height: 65px;
}

.shrinken-menu .main-banner {
  margin-top: 65px;
}

.shrinken-menu .navigation-mobile-items--visible {
  top: 65px;
}

.navigation-header {
  display: flex;
  padding: 0 55px;
  justify-content: center;
  height: 117px;
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: height 0.3s;
}

.navigation-logo {
  background: url('./assets/images/desadrop_logo.png') no-repeat;
  width: 244px;
  height: 46px;
  justify-self : flex-start;
}

.navigation-elements {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  display: flex;
  font-size: 17px;
  font-family: "Centrale sans light", sans-serif;
  align-items: center;
}

.navigation-mobile, 
.navigation-mobile-items {
  display: none;
  background-color: #f3f3f3;
}

.navigation__item a {
  color: #0d090a;
  padding: 21px 24px;
  margin-right: 24px;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  transition: text-decoration-color .3s linear, background-color .3s linear;
}

.navigation__item:hover a {
  text-decoration-color: #0d090a;
  -webkit-text-decoration-color: #0d090a;
  -moz-text-decoration-color: #0d090a;
}

.navigation__item--bubble a {
  background: #526397;
  color: #fff;
  border-radius: 30px;
  padding: 21px 48px;
  text-decoration: none;
}

.navigation__item--bubble:hover a {
  background: #354576;
}

@media only screen and (max-width: 1150px) { 
  .mobile {
    display: initial;
  }

  .desktop {
    display: none;
  }

  .navigation-logo {
    width: 200px;
    background-size: 100%;
  }

  .navigation {
    display: none;
  }

  .navigation-mobile {
    display: flex;
  }

  .navigation-mobile-items {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .navigation-mobile-items--visible {
    display: flex;
    position: fixed;
    top: 117px;    
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0.98;
    transition: top 0.3s;
  }

  .navigation-mobile-items .navigation__item {
    padding: 20px 0;
  }

  .navigation__item a {
    margin-right: 0;
  }

  .hamburger {
    display: inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #0c5465;
    margin: 6px 0;
    transition: 0.4s;
  }
}

.shrinken-menu .main-banner {
  margin-top: 65px;
}

.main-banner {
  position: relative;
  margin-top: 117px;
  z-index: 1;
  transition: margin 0.3s;
}

.main-banner img {
  display: block;
  width: 100%;
}

.main-banner h1 {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  width: 513px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  font-family: "Centrale sans medium", sans-serif;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1150px) {
  .main-banner h1 {
    font-size: 30px;
    width: auto;
  }
}

.bubble {
  position: absolute;
  font-size: 1vw;
  text-transform: uppercase;
  text-align: center;
  font-family: "Centrale sans light", sans-serif;
}

.bubble:first-of-type {
  top: 61%;
  left: 29.2%;
}

.bubble:nth-of-type(2) {
  top: 39%;
  left: 42.2%
}

.bubble:last-of-type {
  top: 56%;
  left: 57.5%;
}

@media only screen and (max-width: 1150px) {
  .bubble {
    font-size: 1.7vw;
  }

  .bubble:first-of-type {
    top: 61.8%;
    left: 20.7%;
  }
  
  .bubble:nth-of-type(2) {
    top: 41%;
    left: 40.2%;
  }
  
  .bubble:last-of-type {
    top: 57.2%;
    left: 63.2%;
  }
}

.description-banner {
  position: relative;
  color: #fff;
  height: 440px;
  overflow: hidden;
}

.shrinken-menu #produkt,
.shrinken-menu #jak-to-funguje,
.shrinken-menu #kontakt  {
  padding-top: 65px;
  margin-top: -65px
}

.shrinken-menu #jak-to-funguje {
  padding-top: 95px;
}


#produkt,
#jak-to-funguje {
  padding-top: 117px;
  margin-top: -117px;
  transition: margin 0.3s, padding 0.3s;
}

#jak-to-funguje {
  padding: 20px 40px;
  padding-top: 147px;
}

.description-banner .blue-background {
  position: absolute;
  top: 0;
  background-color: #516396;
  width: 100%;
  height: 70%;
}

.description-banner .white-background {
  position: absolute;
  top: 70%;
  background-color: #fff;
  width: 100%;
  height: 30%;
}

#produkt.description-banner .blue-background {
  height: 77%;
}

#produkt.description-banner .white-background {
  top: 77%;
  height: 23%;
}

.description-banner .content {
  position: absolute;
  width: 970px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  padding: 60px;
}

.description-banner h3 {
  font-family: "Centrale sans medium", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.9;
}

.description-logo {
  max-width: 252px;
  height: 48px;
  padding-bottom: 10px;
}

.description-logo img {
  width: 100%;
}

.description-banner p {
  font-family: "Centrale sans light", sans-serif;
  line-height: 30px;
  font-size: 18px;
}

.description-left {
  height: 360px;
}

.description-left img {
  height: 100%;
}

.description-right {
  padding-left: 60px;
}

@media only screen and (max-width: 1150px) {
  .description-banner {
    height: auto;
    text-align: center;
  }

  .description-banner h3 {
    line-height: 2.1;
    font-size: 22px;
  }

  .description-banner p {
    font-size: 18px;
  }

  .description-banner .blue-background,
  .description-banner .white-background {
    display: none;
  }

  .description-banner .content {
    flex-direction: column-reverse;
    padding: 40px 20px 0;
    width: auto;
    position: inherit;
    background-color: #516396;
  }

  .description-left {
    height: auto;
  }

  .description-left img {
    width: 80%;
    height: auto;
    max-width: 416px;
  }

  .description-right {
    padding-left: 0;
    padding-bottom: 20px;
  }

  .description-logo {
    padding-bottom: 20px;
    margin: 0 auto;
  }
}

.cat-buttons {
  display: flex;
  max-width: 1326px;
  margin: 30px auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cat-buttons a {
  background-color: #94d4e5;
  color: #526296;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Centrale sans light", sans-serif;
  font-size: 26px;
  font-weight: bold;
  width: 273px;
  height: 145px;
  padding: 26px 26px 20px;
  box-sizing: border-box;
}

.cat-buttons a:hover {
  background-color: #abecfe;
  transition: background-color .3s linear;
}

.cat-buttons img {
  margin-top: 10px;
}

@media only screen and (max-width: 1150px) { 
  .cat-buttons {
    max-width: 700px;
    margin: 20px auto;
  }

  .cat-buttons a {
    margin-top: 20px;
  }
}

.cat-banner-wrapper {
  background: url('./assets/images/gradient.png') repeat-x bottom;
}

.cat-banner {
  max-width: 1185px;
  margin: 0 auto;
  display: flex;
  padding: 0 50px;
}

.cat-banner-left {
  margin: auto 0;
  padding-right: 60px;
}

.cat-banner-left h3 {
  font-family: "Centrale sans medium", sans-serif;
  color: #516396;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  margin-bottom: 35px;
}

.cat-banner-left p {
  font-size: 18px;
  color: #516396;
}

.cat-banner-left p strong { 
  font-family: "Centrale sans medium", sans-serif;
}

.cat-banner-right {
  padding: 20px 0;
}

.cat-banner-right p {
  text-align: right;
  font-size: 13px;
}

@media only screen and (max-width: 1150px) {

  .cat-banner {
    flex-direction: column;
    text-align: center;
  }

  .cat-banner-left {
    padding-right: 0;
  }

  .cat-banner-left p {
    font-size: 20px;
  }

  .cat-banner-right {
    padding: 40px 0;
  }

  .cat-banner-right img {
    width: 100%;
    max-width: 570px;
  }

  .cat-banner-right p {
    text-align: center;
  }

  .cat-banner-left h3 {
    font-size: 22px;
    margin-top: 20px;
  }
}

.benefit-cards {
  background: #516396;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 50px;
}

.benefit-cards--with-header {
  flex-direction: column;
}

.benefit-cards--with-header h2 {
  font-family: "Centrale sans medium", sans-serif;
  font-size: 28px;
  text-align: center;
}

.benefit-cards--with-header > div {
  display: flex;
  justify-content: space-around;
  padding: 50px 50px 0;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}

.benefit-icon {
  width: 82px;
  height: 82px;
}

.benefit-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0 10px;
  text-align: center;
  font-family: "Centrale sans light", sans-serif;
}

@media only screen and (max-width: 1150px) {
  .benefit-cards {
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    padding: 40px 10px;
  }

  .benefit-card.benefit-card--long-descr:last-of-type {
    padding-bottom: 0;
  }

  .benefit-cards--with-header > div {
    flex-direction: column;
    padding: 40px 0 0;
  }

  .benefit-card {
    padding-bottom: 40px;
  }

  .benefit-card h3 {
    font-size: 22px;
  }
}

.explain-banner-wrapper {
  background: url('./assets/images/explain-background.png') no-repeat;
  background-size: cover;
}

.explain-banner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.explain-banner--vertical {
  flex-direction: column;
}

.explain-banner-heading {
  position: relative;
  padding-left: 40px;
}

.explain-banner-heading .drop {
  position: absolute;
  left: 0;
  top: 3px;
}

.explain-banner h2 {
  font-size: 28px;
  font-weight: normal;
  color: #516396;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.explain-banner h2 strong {
  font-family: "Centrale sans medium", sans-serif;
}

.explain-banner h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #516396;
  line-height: 30px;
  padding-bottom: 10px;  
}

.explain-banner sup {
  vertical-align: top;
  font-size: 0.6em;
  line-height: 1.9;
}

.explain-banner-left {
  margin: auto 0;
  padding-right: 60px;
}

.explain-banner .drop {
  height: 20px;
  padding-right: 20px;
}

.explain-banner-line {
  position: relative;
  /* margin-bottom: 20px; */
  padding-left: 30px;
}

.explain-banner-line .drop {
  position: absolute;
  top: 0;
  left: 0;
}

.explain-banner .drop-text {
  padding-left: 10px;
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.explain-banner .drop-text strong {
  font-family: "Centrale sans medium", sans-serif;
}

.explain-banner-top {
  margin-bottom: 40px;
}

.explain-banner-top.no-margin {
  margin: 0;
}

.explain-banner-bottom {
  display: flex;
  justify-content: space-between;
}

.explain-banner-bottom > div {
  flex-basis: 100%;
}

.explain-banner-bottom > div:first-of-type {
  margin-right: 20px;
}

.explain-banner-bottom > div:last-of-type {
  margin-left: 20px;
}


.explain-banner-bottom p {
  position: relative;
  padding-left: 70px;
  line-height: 30px;
}

.explain-banner-bottom p::before {
  content: '–';
  position: absolute;
  left: 40px;
}

@media only screen and (max-width: 1150px) {
  .explain-banner {
    flex-direction: column;
    font-size: 20px;
    padding: 40px 20px;
  }

  .explain-banner h2 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }

  .explain-banner h2 + p,
  .explain-banner h2 + p + p {
    text-align: center;
  }

  .explain-banner h3 {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  .explain-banner p {
    font-size: 18px;
    line-height: 27px;
  }

  .explain-banner-left {
    padding-right: 0;
  }

  .explain-banner-right {
    text-align: center;
  }

  .explain-banner--vertical {
    align-items: center;
  }

  .explain-banner-top {
    margin-bottom: 20px;
  }

  .explain-banner-bottom {
    flex-direction: column;
  }

  .explain-banner-bottom > div {
    flex-basis: auto;
    max-width: 500px;
  }

  .explain-banner-bottom > div:first-of-type {
    margin-right: 0;
  }

  .explain-banner-bottom > div:last-of-type {
    margin-top: 20px;
    margin-left: 0;
  }

  .explain-banner sup {
    font-size: 0.6em;
    line-height: 1.7;
  }
}

.reference {
  padding: 68px 130px 50px 348px;
  background: #e9f2f5;
}

.reference h3 {
  font-family: "Centrale sans medium", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.reference p {
  font-family: "Centrale sans light", sans-serif;
  font-size: 14px;
}

.reference strong {
  font-family: "Centrale sans medium", sans-serif;
}


@media only screen and (max-width: 1150px) {
  .reference {
    padding: 40px 20px;
  }
}

.side-effects {
  display: flex;
  align-items: center;
  padding: 0 54px;
  background-color: #b5d5dd;
  position: relative;
  z-index: 1;
}

.side-effects-logo {
  background: url('./assets/images/Bausch_&_Lomb-Logo.wine.png') no-repeat;
  background-size: 100%;
  height: 20px;
  flex-grow: 0;     /* do not grow   - initial value: 0 */
  flex-shrink: 0;   /* do not shrink - initial value: 1 */
  flex-basis: 244px;
}

.side-effects-text {
  margin-left: 50px;
  font-size: 15px;
  font-family: "Centrale sans light", sans-serif;
  color: #0f1010;
  padding: 70px 130px 60px 0;
}

.side-effects-text a {
  color: #0f1010;
}

.appeal {
  padding: 20px;
}

.appeal p {
  margin: 0 auto;
  max-width: 1185px;
  font-size: 14px;
}

@media only screen and (max-width: 1150px) {
  .side-effects {
    padding: 40px 20px;
  }

  .side-effects-logo {
    display: none;
  }

  .side-effects-text {
    margin-left: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .side-effects-text a {
    max-width: calc(100% - 30px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

.bottom-footer {
  font-family: "Centrale sans light", sans-serif;
  font-size: 20px;
  padding: 30px;
  text-align: center;
  color: #0f1010;
  background: #e9f2f5;
}

.footer {
  width: 100%;
  background: rgb(221,221,221);
  background: -moz-linear-gradient(top,  rgb(221,221,221) 0%, rgb(242,242,242) 100%);
  background: -webkit-linear-gradient(top,  rgb(221,221,221) 0%,rgb(242,242,242) 100%);
  background: linear-gradient(to bottom,  rgb(221,221,221) 0%,rgb(242,242,242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f2f2f2',GradientType=0 );
  font-family: "Centrale sans light", sans-serif;
}

.footer__container {
  padding: 40px 40px 10px;
  max-width: 1170px;
  margin: 0 auto;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__top .footer__top-left {
  display: flex;
}

.footer__top .footer__top-left div:first-of-type {
  padding-right: 60px;
}

.footer__top a {
  text-decoration: none;
}

.footer p, .footer a {
  color: #666666;
}

.footer h3 {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
  border: 0;
  color: #666;    
}

.footer .footer-logos {
  text-align: right;
  filter: grayscale(100%);
}

.footer .footer-logos img {
  margin-bottom: 10px;
  max-width: 100%;
  width: 270px;
}

.footer .footer-logos .footer-logo {
  padding-top: 10px;
}

.footer .footer-logos .phsw {
  margin-top: 10px;
  padding-top: 15px;
}

.footer p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.footer .other-products-wrapper {
  padding-top: 0;
}

.footer .other-products {
  display: flex;
}

.footer .other-products a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  width: 180px;
}

.footer h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}

.footer__bottom {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}

.footer__bottom p {
  font-size: 13px;
}
.footer__bottom-top {
  padding-bottom: 10px;
}

.footer__bottom-bottom {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

@media only screen and (max-width: 1150px) {
  .footer__top {
    flex-direction: column;
  }

  .footer .footer-logos {
    text-align: center;
  }
}

@media only screen and (max-width: 880px) {
  .footer__top-left {
    flex-direction: column;
  }

  .footer .footer-logos {
    text-align: center;
  }

  .other-products-wrapper,
  .footer-logos {
    margin-top: 20px;
  }

  .footer__top .footer__top-left div:first-of-type {
    padding-right: 0;
  }

  .footer .other-products__left,
  .footer .other-products__right {
    width: 50%;
  }
}

@media only screen and (max-width: 320px) {
  .other-products {
    flex-direction: column;
  }
}

/* cookie */
#cookie-law {
  z-index: 999999;
  opacity: 1;
  position: fixed;
  padding: 6px 15px;
  /* width: 100% !important; */
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  color: #FFF;
  font-family: Arial,sans-serif;
  box-shadow: none;
  border-radius: 0;
  bottom: 0 !important;
  left: 0;
  background: rgba(0,0,0,0.7);   
}
#cookie-law p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  font-family: Arial,sans-serif;
  text-align: center;    
}
#cookie-law .close-cookie-banner, #cookie-law .close-cookie-banner:visited {
  background-color: #1e9bdb;
  color: #ffffff;
  padding: 0px 10px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 8px;
}
#cookie-law a.btn-link  {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
}
