/*==============================================================================
============================== MAIN ============================================
==============================================================================*/

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #F8F8F8;
  font-family: 'Titillium Web';
  font-size: 16px;
  display: flex;
  justify-content: center;
}

#content {
  width: 100%;
  /*max-width: 450px;*/
}

.text-align-center {
  text-align: center;
}

.mt-50 {
  margin-top: 50px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
}

h1 > span {
  border-bottom: 2px solid #F8B439;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

.color-red {
  color: #FF0000;
}

.btn-link {
  color: #000000;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 16px;
  background-color: #F8B439;
  border-radius: 23px;
  text-decoration: none;
}




#header-1 {
  background-color: #F8B439;
  padding: 5px 21px;
}

#header-1 .header-inner {
  display: flex;
  justify-content: flex-end;
}

#header-2 {
  background-color: #ffffff;
  padding: 5px 50px;
  height: 84px;
}

#header-2 .header-inner {
  display: flex;
  justify-content: space-between;
}

#header-2 .header-inner .header-icon-2 {
  padding-top: 4px;
}



.title-1 {
  text-align: center;
}


#desc-1 {
  background-image: url(../img/zanzara_desktop.png);
  background-repeat: no-repeat;
  background-position: 95% 0%;
  background-size: 80px;
}

#desc-3 {
  max-width: 800px;
  padding: 20px;
}

#content-1 {
  padding-top: 30px;
}

#content-3 {
  margin-top: 50px;
}

#content-4 {
  display: flex;
  justify-content: center;
}

#zanzara-img {
  display: none;
}


.coupon-info-header > img {
  width: 100%;
}

.coupon-info {
  background-color: #F8B439;
}

.coupon-info-content {
  display: flex;
  justify-content: center;
}

.coupon-info-content-left {
  width: 120px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon-info-coupon-desc {
  padding-top: 20px;
}

.coupon-info-coupon-desc > span {
  display: block;
}

.coupon-info-coupon-desc-1 {
  font-size: 22px;
}

.coupon-info-coupon-desc-2 {

}

.coupon-info-coupon-desc-3 {
  font-size: 20px;
}

.coupon-info-coupon-price {
  display: flex;
  justify-content: center;
}

.coupon-info-coupon-chem {
  display: flex;
  margin-top: 10px;
}

.coupon-info-coupon-chem > div {
  width: 50%;
}

.coupon-info-coupon-chem-img {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.coupon-info-coupon-chem-price {
  text-align: center;
  font-size: 20px;
  position: relative;
}

.coupon-info-coupon-chem-price > img {
  position: absolute;
  top: 6px;
  left: 45px;
}

.coupon-info-coupon-chem-price-2 {
  font-size: 12px;
  vertical-align: super;
  margin-left: -2px;
}

.coupon-container {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 236px;
  z-index: 5;
}

#voucher {
  width: 267px;
  height: 327px;
  background-image: url(../img/voucher_bottom.png), url(../img/voucher_background.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top left;
}

.voucher-top {
  width: 100%;
  height: 236px;
}

.voucher-top .voucher-inner {
  text-align: center;
  padding-top: 20px;
}

.voucher-top .voucher-inner .voucher-text-1 {
  font-size: 20px;
  line-height: 22px;
}

.voucher-top .voucher-inner .voucher-text-2 {
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
}

.voucher-top .voucher-inner .voucher-img {
  padding-top: 6px;
  padding-bottom: 6px;
}



.voucher-bottom {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#footer {
  background: #262776;
  position: relative;
  /*background: linear-gradient(180deg,rgba(38, 39, 118, 1) 0%, rgba(81, 84, 166, 1) 50%);*/
  background-image: url(../img/footer_background_desktop.png?v=1);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}

#footer::before {
  content: " ";
  position: absolute;
  background: linear-gradient(180deg,rgba(38, 39, 118, 0.5) 0%, rgba(81, 84, 166, 0.5) 50%);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.footer-inner {
  width: 100%;
  max-width: 450px;
  z-index: 2;
}

.footer-content-1 {
  text-align: center;
}

.footer-contact-line {
  display: flex;
  justify-content: space-between;
}


.footer-content-3 {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.footer-content-3 a {
  color: #ffffff;
}


@media only screen and (min-width: 768px) {

  body {
    font-size: 18px;
  }

  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  .footer-content-3 {
    font-size: 14px;
  }


  #header-1 .header-inner {
    justify-content: center;
  }
  #header-2 {
    display: none;
  }
  #desc-1 {
    background-image: none;
  }
/*
  .desktop-no-break br {
    display: none;
  }
*/
  .coupon-info-header > img {
    display: none;
  }

  #zanzara-img {
    display: block;
    width: 200px;
    position: absolute;
    left: 10%;
    top: -50px;
  }

  .coupon-info-header {
    height: 300px;
    background-image: url(../img/geyser_desktop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  #content-1 {
    background-image: url(../img/header_1_desktop.jpg), url(../img/header_2_desktop.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 0px, 90% 10px;
    background-size: 180px, 180px;
    min-height: 200px;
  }

  #voucher {
    width: 375px;
    height: 327px;
    background-image: url(../img/voucher_bottom_desktop.png), url(../img/voucher_background_desktop.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top left;
  }

  .voucher-top {
    width: 100%;
    height: 236px;
  }

  .coupon-info-content-right {
    display: flex;
  }

  .coupon-info-coupon-desc {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coupon-info-coupon-chem-left {
    margin-right: 30px;
  }
  .coupon-info-coupon-chem-price > img {
    left: 18px;
  }

  #footer {
    padding: 40px 40px 20px;
    background-image: url(../img/footer_background_desktop.png?v=1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }



  .footer-content-3 {
    margin-top: 30px;
  }



}
/*
@media only screen and (min-width: 1760px) {

  #footer {
    background-position: top left;
    background-size: 2049px;
  }
}



@media only screen and (min-width: 2049px) {

  #footer {
    background-position: top left;
    background-size: 3840px;
  }
}

@media only screen and (min-width: 3840px) {

  #footer {
    background-size: 7680px;
  }
}
*/