/**
 *
 * @author  
 * @version v1.0
 */
/**
 * Variables to be used throughout the project
 */


 /**
 * FIXED HEADER - 15.03.2019
 */


 body {
  margin-top: 65px;
 }


.fixed-header-holder {
  border-bottom: 1px solid #e5e5e5;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1000;
  padding: 0px 8px 0px 8px;
}

.fixed-header-holder .logo-holder {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4px;
}


.fixed-header-holder .logo-holder img {
  max-width: 120px;
  display: inline-block;
}


.header-features {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.header-features li {
  padding: 18px 10px 10px 10px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #f1f1f1;
  position: relative;
  -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.header-features li .icon {
  margin-right: 10px;

}

.header-features li:first-of-type {
  border-right: none;
}

.header-features li:last-of-type {
  border-right: none;
}



.header-features li strong {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: black;
}


.header-features li span {
  display: block;
  font-size: 11px;
  color: black;
  opacity: 0.65;
}


.header-order-btn {
  font-size: 15px;
  background: #F9DF50;
  color: red;
  border: 2px solid red;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
}


.header-order-btn:hover {
  font-size: 15px;
  background: #FFFC53;
  color: red;
  border: 2px solid red;
  text-transform: uppercase;
  padding: 8px 20px;
  font-weight: bold;
}


a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

/**
 * TYPOGRAPHY 
 */
body {
  font-family: "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
}

/**
 * STANDARD STYLES
 */
ul {
  padding: 0;
  margin: 0;
}

hr {
  border-color: #aaaaaa;
  margin: 0;
  padding: 0;
}

.img-responsive {
  min-width: 100%;
}

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

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.push-down-main {
  margin-bottom: 0px;
}

.push-down-main-3x {
  margin-bottom: 0px;
}

.push-down-main-6x {
  margin-bottom: 0px;
}

.push-down-0 {
  margin-bottom: 0px;
}

.push-down-5 {
  margin-bottom: 5px;
}

.push-down-10 {
  margin-bottom: 10px;
}

.push-down-15 {
  margin-bottom: 15px;
}

.push-down-20 {
  margin-bottom: 20px;
}

.push-down-25 {
  margin-bottom: 25px;
}

.push-down-30 {
  margin-bottom: 30px;
}

.push-down-35 {
  margin-bottom: 35px;
}

.push-down-40 {
  margin-bottom: 40px;
}

.push-down-45 {
  margin-bottom: 45px;
}

.push-down-50 {
  margin-bottom: 50px;
}

.push-down-55 {
  margin-bottom: 55px;
}

.push-down-60 {
  margin-bottom: 60px;
}

.push-down-65 {
  margin-bottom: 65px;
}

.push-down-70 {
  margin-bottom: 70px;
}

.push-down-75 {
  margin-bottom: 75px;
}

.push-down-80 {
  margin-bottom: 80px;
}

.push-down-85 {
  margin-bottom: 85px;
}

.push-down-90 {
  margin-bottom: 90px;
}

.push-down-95 {
  margin-bottom: 95px;
}

.push-down-100 {
  margin-bottom: 100px;
}

.push-down-105 {
  margin-bottom: 105px;
}

.push-down-110 {
  margin-bottom: 110px;
}

.push-down-115 {
  margin-bottom: 115px;
}

.push-down-120 {
  margin-bottom: 120px;
}

.push-down-125 {
  margin-bottom: 125px;
}

.pull-down-main {
  margin-top: 0px;
}

.secondary-margin {
  margin: 0px;
}

.push-down-secondary {
  margin-bottom: 0px;
}

.pull-down-secondary {
  margin-top: 0px;
}

.pull-down-0 {
  margin-top: 0px;
}

.pull-down-5 {
  margin-top: 5px;
}

.pull-down-10 {
  margin-top: 10px;
}

.pull-down-15 {
  margin-top: 15px;
}

.pull-down-20 {
  margin-top: 20px;
}

.pull-down-25 {
  margin-top: 25px;
}

.pull-down-30 {
  margin-top: 30px;
}

.pull-down-35 {
  margin-top: 35px;
}

.pull-down-40 {
  margin-top: 40px;
}

.pull-down-45 {
  margin-top: 45px;
}

.pull-down-50 {
  margin-top: 50px;
}

.pull-down-55 {
  margin-top: 55px;
}

.pull-down-60 {
  margin-top: 60px;
}

.pull-down-65 {
  margin-top: 65px;
}

.pull-down-70 {
  margin-top: 70px;
}

.pull-down-75 {
  margin-top: 75px;
}

.pull-down-80 {
  margin-top: 80px;
}

.pull-down-85 {
  margin-top: 85px;
}

.pull-down-90 {
  margin-top: 90px;
}

.pull-down-95 {
  margin-top: 95px;
}

.pull-down-100 {
  margin-top: 100px;
}

.pull-down-105 {
  margin-top: 105px;
}

.pull-down-110 {
  margin-top: 110px;
}

.pull-down-115 {
  margin-top: 115px;
}

.pull-down-120 {
  margin-top: 120px;
}

.pull-down-125 {
  margin-top: 125px;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.full-witdh {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.white {
  color: #FFF;
}

.primary-background {
  background: black;
}

.white-background {
  background: #FFF;
}

.no-r-gutter {
  padding-right: 0;
}

.no-l-gutter {
  padding-left: 0;
}

/**
 * BUTTONS
 */
/**
 * FORMS
 */
/**
 * All styles related to markup inside the header
 */
header {
  padding-top: 15px;
  padding-bottom: 15px;
}
header span {
  display: block;
  margin-top: 6px;
  color: red;
  font-size: 20px;
  font-weight: bold;
}

/**
 * All styles related to markup inside the content
 */
#ice_tea {
  border: 2px solid #ce3d02;
  width: 200px;
  position: fixed;
  top: 25vh;
  right: 310px;
  background-color: white;
  font-size: 16px;
  padding: 10px;
}

.main-banner {
  background: url(../img/main-background.jpg) no-repeat;
  background-size: cover;
}
.main-banner .banner-content {
  position: relative;
}
.main-banner .banner-content .man {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.main-banner .banner-content h1 {
  margin-left: 20px;
  font-size: 34px;
  color: black;
  font-weight: bold;
}
.main-banner .banner-content .prove {
  margin-left: 20px;
  background-image: url(../img/bg.png);
  width: 172px;
  height: 44px;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}
.main-banner .banner-content .prove a {
  color: #0000FF;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: underline;
}
.main-banner .banner-content ul {
  position: relative;
  display: block;
  list-style-image: url(../img/tick.png);
}
.main-banner .banner-content ul img {
  margin-right: 10px;
}
.main-banner .banner-content ul li {
  font-size: 19px;
  color: #FFF;
  padding-bottom: 3px;
}
.main-banner .banner-content ul li mark {
  color: black;
}
.main-banner .banner-content ul .arrow {
  position: absolute;
  bottom: 0;
  left: -20px;
  margin-bottom: -30px;
}
.main-banner .banner-content .join a {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.main-banner .banner-content .join a:hover {
  text-decoration: none;
}
.main-banner .banner-content .product {
  position: absolute;
  right: 17%;
  top: 20%;
}

mark {
  background-color: #ffff00;
  font-weight: bold;
  padding: 3px;
}

hr {
  border: 1px solid #ebebeb;
}

.content {
  border-right: 150px solid #F8F8F8;
  border-left: 150px solid #F8F8F8;
  padding: 15px;
}

.date {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-text p {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
}
.main-text .size-25 {
  font-size: 25px;
}
.main-text.size-13 p {
  font-size: 13px;
  line-height: 19px;
}
.main-text.line-height-17 p {
  line-height: 17px;
}

.instructions {
  background: #0780D1;
  color: #FFF;
  padding: 10px;
}
.instructions span {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.instructions i {
  padding-top: 10px;
  display: block;
  text-align: right;
  font-size: 25px;
}

.offer {
  background-image: url(../img/offer-bg.jpg);
  background-size: cover;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.offer a {
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
}

.testimonials {
  position: relative;
}
.testimonials h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #32245F;
  padding-bottom: 20px;
  padding-top: 20px;
}
.testimonials h3 {
  font-size: 25px;
  font-weight: bold;
}
.testimonials ul {
  margin-left: 40px;
}
.testimonials ul li span {
  color: red;
  font-size: 24px;
  display: block;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}
.testimonials ul li a {
  color: blue;
  font-size: 14px;
  text-decoration: underline;
}
.testimonials ul li p {
  font-size: 15px;
  line-height: 17px;
}
.testimonials .girl {
  z-index: -10;
  position: absolute;
  right: 0;
  top: 45%;
}

.progress-tabel {
  background-color: #AB1D1C;
  border-bottom: 25px solid #BD0000;
  overflow: auto;
  padding: 20px 15px;
}
.progress-tabel mark {
  font-size: 26px;
}
.progress-tabel p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  color: #FFF;
}

table {
  color: #FFF;
}
table.table-progress {
  border-collapse: collapse;
  padding: 5px;
}
table.table-progress th {
  border-bottom: 1px solid #FFF;
  padding: 5px;
  font-size: 27px;
  line-height: 26px;
  font-weight: normal;
}
table.table-progress th:first-of-type {
  border-right: 1px solid #FFF;
  font-weight: bold;
}
table.table-progress td {
  padding: 5px;
}
table.table-progress td:first-of-type {
  border-right: 1px solid #FFF;
}

.users h3 {
  font-size: 26px;
  color: #32245F;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 30px;
}
.users span {
  font-size: 15px;
  font-weight: bold;
  padding-top: 25px;
  display: block;
  padding-bottom: 25px;
}
.users .single-opinion {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 15px;
}
.users .single-opinion .name {
  font-size: 14px;
  padding-bottom: 25px;
}
.users .single-opinion .title {
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.users .single-opinion .title .size {
  position: absolute;
  top: -25px;
  right: 0;
  color: red;
  font-size: 24px;
}
.users .single-opinion .title span {
  color: red;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}
.users .single-opinion.best-result {
  background: #FFD7D8;
  border: 2px solid red;
  padding: 20px;
}
.users .single-opinion.best-result .name {
  padding-bottom: 15px;
}
.users .single-opinion.best-result .title {
  font-size: 18px;
}
.users .single-opinion.best-result .title .size {
  top: -40px;
  font-size: 28px;
}
.users .single-opinion.best-result .title span {
  color: red;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  font-weight: bold;
}
.users .single-opinion.best-result .warning {
  color: red;
  font-weight: bold;
}

.structure h3 {
  font-size: 26px;
  color: #32245F;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 30px;
}
.structure .doctor {
  border: 2px solid #979eff;
  padding: 5px;
}
.structure .doctor b.name {
  font-size: 22px;
}
.structure .secret {
  font-size: 24px;
  color: red;
  font-weight: bold;
}

.single-ingredient {
  border-top: 2px solid #a8ff9b;
  overflow: auto;
}
.single-ingredient img {
  vertical-align: middle;
}
.single-ingredient span {
  display: block;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
}
.single-ingredient p {
  margin-bottom: 0;
}

.more-ingredients {
  border-top: 2px solid #a8ff9b;
  border-bottom: 2px solid #a8ff9b;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 0;
}
.more-ingredients span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.features {
  border-top: 20px solid #F8F8F8;
  position: relative;
}
.features ul {
  list-style: none;
}
.features ul li {
  display: block;
  border-bottom: 1px solid black;
  font-size: 12px;
  padding-top: 40px;
  color: #777777;
  font-weight: bold;
}
.features ul li:first-of-type {
  padding-top: 60px;
}
.features ul li mark {
  color: black;
  padding-top: 1px;
  padding-bottom: 1px;
}
.features .man-right {
  position: absolute;
  right: 20px;
  top: 0;
}

.press h4 {
  font-size: 32px;
  font-family: "TimesNewRoman";
  color: #7B7A7A;
  display: block;
  border-bottom: 2px solid #dfdfdf;
  text-align: center;
  padding-bottom: 5px;
}
.press ul {
  list-style: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.press ul li {
  display: inline-block;
  margin-right: 10px;
}
.press ul li:last-of-type {
  margin-right: 0;
}

.cuple {
  background-image: url(../img/cuple.jpg);
  background-size: cover;
  overflow: auto;
  padding: 45px;
}
.cuple b {
  color: #FFF;
  font-size: 21px;
}
.cuple b.big {
  font-size: 26px;
}

.action {
  background-image: url(../img/akcija-bg.jpg);
  background-size: cover;
  overflow: auto;
  padding: 30px 20px;
  border: 3px dashed #b43932;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.action span {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 50px;
  padding-bottom: 10px;
}
.action b {
  font-size: 16px;
}
.action mark.big {
  font-size: 26px;
}
.action mark.big b {
  font-size: 26px;
}

.bonus {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bonus .title {
  font-weight: bold;
}
.bonus .title mark {
  font-size: 40px;
}
.bonus .title span {
  font-size: 26px;
  color: red;
  display: inline-block;
}
.bonus span {
  color: red;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.bonus del {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.delivery-features {
  background: #DDDFFF;
}
.delivery-features span {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.delivery-features span mark {
  display: block;
}
.delivery-features .expres {
  background: yellow;
  border: 2px solid red;
}

.order {
  position: relative;
}
.order h5 {
  font-size: 30px;
}
.order form input.form-control {
  width: 272px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.order form label {
  width: 70px;
  vertical-align: middle;
  text-align: right;
}
.order form select {
  margin-left: 74px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.order form select.form-control {
  width: 272px;
}
.order form .inline-labels {
  padding-top: 10px;
  padding-bottom: 10px;
}
.order form .inline-labels input {
  width: auto;
}
.order form .inline-labels label {
  width: 120px;
  margin-left: 75px;
}
.order form .inline-labels label:last-of-type {
  margin-left: 0;
}

button {
  background: none;
  border: none;
}

.posta {
  color: #80838b;
  font-size: 12px;
}

.phone-order span {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}

.p-s-section {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.p-s-section b {
  display: inline-block;
  font-size: 28px;
}
.p-s-section .main-text {
  display: inline-block;
}

.pogoji {
  text-align: center;
}
.pogoji ul {
  list-style: none;
}
.pogoji ul li {
  display: inline-block;
  border-right: 1px solid #ac6060;
  padding-right: 3px;
}
.pogoji ul li:last-of-type {
  border-right: none;
}
.pogoji ul li a {
  color: blue;
  text-decoration: underline;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 12px;
}
.pogoji ul li a:hover {
  color: black;
}

.fixed-banner {
  position: fixed;
  top: 10vh;
  right: 17%;
  width: 200px;
  border: 2px solid red;
  background: #FFF;
  padding: 10px;
}
.fixed-banner .time mark {
  display: block;
  font-size: 35px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.fixed-banner span {
  color: red;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.fixed-banner p {
  font-size: 11px;
  line-height: 13px;
}
.fixed-banner .order-now a, .fixed-banner .mnenja a {
  text-align: center;
  padding: 10px 5px;
  display: block;
  background: #FFFF99;
  color: red;
  border: 1px solid red;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

#ice_tea {
  border: 2px solid #ce3d02;
  width: 200px;
  position: fixed;
  top: 25vh;
  right: 5vw;
  background: #FFF;
  z-index: 1000000;
  background-color: white;
  font-size: 16px;
  padding: 10px;
}

#ice_tea a {
  background-color: #FFFF80;
  display: block;
  color: #F00;
  padding: 10px 3px 10px 3px;
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  border: 1px solid #FF740D;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-weight: bold;
}

.parsley-errors-list {
  color: red;
  display: none;
  list-style: none;
}

.parsley-error {
  border: 1px solid red !important;
}

/**
 * All styles related to markup inside the footer
 */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  input[type='text'], input[type='number'], textarea {
    font-size: 16px !important;
  }

  .block-sm {
    display: block;
  }

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

  .no-l-gutter-sm {
    padding-left: 0;
  }

  .width-100-sm {
    width: 100%;
  }

  .pull-down-main {
    margin-top: 0px;
  }

  .push-down-main {
    margin-bottom: 0px;
  }

  .push-down-0-sm {
    margin-bottom: 0px;
  }

  .push-down-5-sm {
    margin-bottom: 5px;
  }

  .push-down-10-sm {
    margin-bottom: 10px;
  }

  .push-down-15-sm {
    margin-bottom: 15px;
  }

  .push-down-20-sm {
    margin-bottom: 20px;
  }

  .push-down-25-sm {
    margin-bottom: 25px;
  }

  .push-down-30-sm {
    margin-bottom: 30px;
  }

  .push-down-35-sm {
    margin-bottom: 35px;
  }

  .push-down-40-sm {
    margin-bottom: 40px;
  }

  .push-down-45-sm {
    margin-bottom: 45px;
  }

  .push-down-50-sm {
    margin-bottom: 50px;
  }

  .push-down-55-sm {
    margin-bottom: 55px;
  }

  .push-down-60-sm {
    margin-bottom: 60px;
  }

  .push-down-65-sm {
    margin-bottom: 65px;
  }

  .push-down-70-sm {
    margin-bottom: 70px;
  }

  .push-down-75-sm {
    margin-bottom: 75px;
  }

  .push-down-80-sm {
    margin-bottom: 80px;
  }

  .push-down-85-sm {
    margin-bottom: 85px;
  }

  .push-down-90-sm {
    margin-bottom: 90px;
  }

  .push-down-95-sm {
    margin-bottom: 95px;
  }

  .push-down-100-sm {
    margin-bottom: 100px;
  }

  .push-down-105-sm {
    margin-bottom: 105px;
  }

  .push-down-110-sm {
    margin-bottom: 110px;
  }

  .push-down-115-sm {
    margin-bottom: 115px;
  }

  .push-down-120-sm {
    margin-bottom: 120px;
  }

  .push-down-125-sm {
    margin-bottom: 125px;
  }

  .pull-down-secondary {
    margin-top: 0px;
  }

  .push-down-secondary {
    margin-bottom: 0px;
  }

  .pull-down-0-sm {
    margin-top: 0px;
  }

  .pull-down-5-sm {
    margin-top: 5px;
  }

  .pull-down-10-sm {
    margin-top: 10px;
  }

  .pull-down-15-sm {
    margin-top: 15px;
  }

  .pull-down-20-sm {
    margin-top: 20px;
  }

  .pull-down-25-sm {
    margin-top: 25px;
  }

  .pull-down-30-sm {
    margin-top: 30px;
  }

  .pull-down-35-sm {
    margin-top: 35px;
  }

  .pull-down-40-sm {
    margin-top: 40px;
  }

  .pull-down-45-sm {
    margin-top: 45px;
  }

  .pull-down-50-sm {
    margin-top: 50px;
  }

  .pull-down-55-sm {
    margin-top: 55px;
  }

  .pull-down-60-sm {
    margin-top: 60px;
  }

  .pull-down-65-sm {
    margin-top: 65px;
  }

  .pull-down-70-sm {
    margin-top: 70px;
  }

  .pull-down-75-sm {
    margin-top: 75px;
  }

  .pull-down-80-sm {
    margin-top: 80px;
  }

  .pull-down-85-sm {
    margin-top: 85px;
  }

  .pull-down-90-sm {
    margin-top: 90px;
  }

  .pull-down-95-sm {
    margin-top: 95px;
  }

  .pull-down-100-sm {
    margin-top: 100px;
  }

  .pull-down-105-sm {
    margin-top: 105px;
  }

  .pull-down-110-sm {
    margin-top: 110px;
  }

  .pull-down-115-sm {
    margin-top: 115px;
  }

  .pull-down-120-sm {
    margin-top: 120px;
  }

  .pull-down-125-sm {
    margin-top: 125px;
  }

  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header span {
    margin-top: 10px;
    font-size: 16px;
  }

  .main-banner {
    background: url(../img/main-background.jpg) no-repeat;
    background-size: cover;
  }
  .main-banner .banner-content .man {
    top: 0;
    left: -130px;
  }
  .main-banner .banner-content h1 {
    margin-left: 20px;
    font-size: 24px;
    color: black;
    font-weight: bold;
  }
  .main-banner .banner-content .prove {
    margin-left: 20px;
    background-image: url(../img/bg.png);
    width: 222px;
    height: 44px;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .main-banner .banner-content .prove a {
    color: #0000FF;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: underline;
  }
  .main-banner .banner-content ul {
    position: relative;
    display: block;
    list-style-image: url(../img/tick.png);
  }
  .main-banner .banner-content ul img {
    margin-right: 10px;
  }
  .main-banner .banner-content ul li {
    font-size: 17px;
    color: #FFF;
    padding-bottom: 3px;
  }
  .main-banner .banner-content ul li mark {
    color: black;
  }
  .main-banner .banner-content ul .arrow {
    position: absolute;
    bottom: 0;
    left: -20px;
    margin-bottom: -30px;
  }
  .main-banner .banner-content .join a {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    display: block;
  }
  .main-banner .banner-content .join a:hover {
    text-decoration: none;
  }
  .main-banner .banner-content .product {
    position: absolute;
    right: 0;
    top: 20%;
  }

  .main-banner .banner-content {
    padding-right: 100px;
  }

  .main-container {
    padding-left: 0;
    margin-left: 0;
    padding-right: 70px;
  }
  .main-container .content {
    border-left: 0px;
  }

  .content {
    border-right: 30px solid #F8F8F8;
    border-left: 30px solid #F8F8F8;
    padding: 15px;
  }

  .instructions i {
    font-size: 20px;
  }

  .testimonials h2 {
    font-size: 22px;
  }
  .testimonials h3 {
    font-size: 20px;
  }
  .testimonials ul {
    margin-left: 40px;
  }
  .testimonials ul li span {
    font-size: 18px;
  }
  .testimonials ul li a {
    font-size: 14px;
  }
  .testimonials .girl {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0%, -15%);
    -ms-transform: translate(0%, -15%);
    -webkit-transform: translate(0%, -15%);
    transform: translate(0%, -15%);
  }

  .users h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .users span {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .users .single-opinion {
    padding-bottom: 10px;
  }
  .users .single-opinion .name {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .users .single-opinion .title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
  }
  .users .single-opinion .title .size {
    top: -25px;
    right: 0;
    font-size: 20px;
  }

  table.table-progress th {
    font-size: 18px;
    line-height: 20px;
  }

  .structure h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .structure .doctor b.name {
    font-size: 18px;
  }
  .structure .secret {
    font-size: 18px;
  }

  .features {
    border-top: 10px solid #F8F8F8;
  }
  .features ul li {
    padding-top: 45px;
  }
  .features ul li:first-of-type {
    padding-top: 40px;
  }
  .features .man-right {
    z-index: -10;
    position: absolute;
    right: -0px;
    top: 0;
  }

  .cuple {
    padding: 25px;
  }
  .cuple b {
    font-size: 18px;
  }
  .cuple b.big {
    font-size: 20px;
  }

  .action {
    padding: 20px 15px;
  }
  .action span {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .action b {
    font-size: 14px;
  }
  .action mark.big {
    font-size: 20px;
  }
  .action mark.big b {
    font-size: 20px;
  }

  .bonus {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bonus .title mark {
    font-size: 35px;
  }
  .bonus .title span {
    font-size: 20px;
  }
  .bonus span {
    font-size: 20px;
  }
  .bonus del {
    font-size: 16px;
  }

  .order {
    position: relative;
  }
  .order .oblizi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    opacity: 0.3;
  }
  .order h5 {
    font-size: 30px;
  }
  .order form input.form-control {
    width: 272px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order form label {
    width: 70px;
    vertical-align: middle;
    text-align: right;
  }
  .order form select {
    margin-left: 74px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order form .inline-labels {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .order form .inline-labels input {
    width: auto;
  }
  .order form .inline-labels label {
    width: 120px;
    margin-left: 75px;
  }
  .order form .inline-labels label:last-of-type {
    margin-left: 0;
  }

  #ice_tea {
    border: 2px solid #ce3d02;
    width: 150px;
    position: fixed;
    bottom: 0px;
    top: auto;
    background: #FFF;
    right: 0px;
    z-index: 1999;
    background-color: white;
    font-size: 16px;
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {


 body {
  margin-top: 90px;
 }


.fixed-header-holder {
  padding: 0px 8px 0px 8px;
}

.fixed-header-holder .logo-holder {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2px;
}


.fixed-header-holder .logo-holder img {
  max-width: 120px;
  display: inline-block;
}


.header-features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-features li {
  padding: 10px 10px 5px 10px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #f1f1f1;
  position: relative;
  width: 33%;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        text-align: center;
}


.header-features li.no-r-border-xs {
 border-right: none !important;
}


.header-features li.logo-holder {
  padding: 10px 5px 2px 5px;
  width: 100% !important;
  min-width: 100%;
  margin-bottom: 0;

}

.header-features li .icon {
  margin-right: 0px;
  margin-bottom: 2px;
  max-width: 20px;
  display: none;

}


.header-features li .icon img {
  max-width: 30px;

}




  .no-border-xs {
    border: none;
  }

  .no-margin-xs {
    margin: 0;
  }

  .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-r-gutter {
    padding-right: 15px;
  }

  .no-l-gutter {
    padding-left: 15px;
  }

  .block-xs {
    display: block;
  }

  .width-100-xs {
    width: 100%;
  }

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

  .align-l-xs {
    text-align: left;
  }

  .align-r-xs {
    text-align: right;
  }

  .pull-down-main {
    margin-top: 0px;
  }

  .push-down-main {
    margin-bottom: 0px;
  }

  .push-down-0-xs {
    margin-bottom: 0px;
  }

  .push-down-5-xs {
    margin-bottom: 5px;
  }

  .push-down-10-xs {
    margin-bottom: 10px;
  }

  .push-down-15-xs {
    margin-bottom: 15px;
  }

  .push-down-20-xs {
    margin-bottom: 20px;
  }

  .push-down-25-xs {
    margin-bottom: 25px;
  }

  .push-down-30-xs {
    margin-bottom: 30px;
  }

  .push-down-35-xs {
    margin-bottom: 35px;
  }

  .push-down-40-xs {
    margin-bottom: 40px;
  }

  .push-down-45-xs {
    margin-bottom: 45px;
  }

  .push-down-50-xs {
    margin-bottom: 50px;
  }

  .push-down-55-xs {
    margin-bottom: 55px;
  }

  .push-down-60-xs {
    margin-bottom: 60px;
  }

  .push-down-65-xs {
    margin-bottom: 65px;
  }

  .push-down-70-xs {
    margin-bottom: 70px;
  }

  .push-down-75-xs {
    margin-bottom: 75px;
  }

  .push-down-80-xs {
    margin-bottom: 80px;
  }

  .push-down-85-xs {
    margin-bottom: 85px;
  }

  .push-down-90-xs {
    margin-bottom: 90px;
  }

  .push-down-95-xs {
    margin-bottom: 95px;
  }

  .push-down-100-xs {
    margin-bottom: 100px;
  }

  .push-down-105-xs {
    margin-bottom: 105px;
  }

  .push-down-110-xs {
    margin-bottom: 110px;
  }

  .push-down-115-xs {
    margin-bottom: 115px;
  }

  .push-down-120-xs {
    margin-bottom: 120px;
  }

  .push-down-125-xs {
    margin-bottom: 125px;
  }

  .pull-down-secondary {
    margin-top: 0px;
  }

  .push-down-secondary {
    margin-bottom: 0px;
  }

  .pull-down-0-xs {
    margin-top: 0px;
  }

  .pull-down-5-xs {
    margin-top: 5px;
  }

  .pull-down-10-xs {
    margin-top: 10px;
  }

  .pull-down-15-xs {
    margin-top: 15px;
  }

  .pull-down-20-xs {
    margin-top: 20px;
  }

  .pull-down-25-xs {
    margin-top: 25px;
  }

  .pull-down-30-xs {
    margin-top: 30px;
  }

  .pull-down-35-xs {
    margin-top: 35px;
  }

  .pull-down-40-xs {
    margin-top: 40px;
  }

  .pull-down-45-xs {
    margin-top: 45px;
  }

  .pull-down-50-xs {
    margin-top: 50px;
  }

  .pull-down-55-xs {
    margin-top: 55px;
  }

  .pull-down-60-xs {
    margin-top: 60px;
  }

  .pull-down-65-xs {
    margin-top: 65px;
  }

  .pull-down-70-xs {
    margin-top: 70px;
  }

  .pull-down-75-xs {
    margin-top: 75px;
  }

  .pull-down-80-xs {
    margin-top: 80px;
  }

  .pull-down-85-xs {
    margin-top: 85px;
  }

  .pull-down-90-xs {
    margin-top: 90px;
  }

  .pull-down-95-xs {
    margin-top: 95px;
  }

  .pull-down-100-xs {
    margin-top: 100px;
  }

  .pull-down-105-xs {
    margin-top: 105px;
  }

  .pull-down-110-xs {
    margin-top: 110px;
  }

  .pull-down-115-xs {
    margin-top: 115px;
  }

  .pull-down-120-xs {
    margin-top: 120px;
  }

  .pull-down-125-xs {
    margin-top: 125px;
  }

  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header span {
    margin-top: 10px;
    font-size: 16px;
  }

  .main-banner {
    background: url(../img/main-background.jpg) no-repeat;
    background-size: cover;
  }
  .main-banner .banner-content {
    position: relative;
  }
  .main-banner .banner-content .man {
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: -120px;
  }
  .main-banner .banner-content h1 {
    margin-left: 0px;
    font-size: 22px;
    text-align: center;
  }
  .main-banner .banner-content .prove {
    margin-left: 0px;
    width: 172px;
    height: 44px;
    background-position: center;
    text-align: center;
    vertical-align: middle;
  }
  .main-banner .banner-content .prove a {
    color: #0000FF;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: underline;
  }
  .main-banner .banner-content ul {
    margin-left: 20px;
    position: relative;
    display: block;
    list-style-image: url(../img/tick.png);
  }
  .main-banner .banner-content ul li {
    font-size: 16px;
    color: #FFF;
    padding-bottom: 3px;
  }
  .main-banner .banner-content ul li mark {
    color: black;
  }
  .main-banner .banner-content ul .arrow {
    position: absolute;
    bottom: 0;
    left: -30px;
    margin-bottom: -40px;
  }
  .main-banner .banner-content .join a {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    display: block;
  }
  .main-banner .banner-content .join a:hover {
    text-decoration: none;
  }
  .main-banner .banner-content .product {
    visibility: hidden;
    display: none;
    position: relative;
  }

  .content {
    border-right: 0px solid #F8F8F8;
    border-left: 0px solid #F8F8F8;
    padding: 0px;
  }

  .date {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .main-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-text .size-25 {
    font-size: 18px;
  }

  .instructions {
    padding: 10px;
  }
  .instructions span {
    font-size: 14px;
  }
  .instructions i {
    font-size: 16px;
  }

  .testimonials h2 {
    font-size: 22px;
  }
  .testimonials h3 {
    font-size: 22px;
  }
  .testimonials ul {
    margin-left: 0px;
  }
  .testimonials ul li span {
    font-size: 18px;
  }
  .testimonials ul li a {
    font-size: 14px;
  }
  .testimonials .girl {
    opacity: 0.2;
    position: absolute;
    right: 0px;
    top: 50%;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .progress-tabel {
    border-bottom: 15px solid #BD0000;
    padding: 15px 0px;
  }
  .progress-tabel mark {
    font-size: 20px;
  }
  .progress-tabel p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .progress-xs {
    color: #FFF;
  }
  .progress-xs ul {
    margin-top: 15px;
  }
  .progress-xs ul li {
    margin-bottom: 10px;
  }
  .progress-xs ul li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .users h3 {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: left;
  }
  .users span {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .users .single-opinion {
    padding-bottom: 10px;
  }
  .users .single-opinion .name {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .users .single-opinion .title {
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
  }
  .users .single-opinion .title .size {
    top: -0px;
    right: 0;
    font-size: 20px;
  }
  .users .single-opinion.best-result {
    padding: 20px;
  }
  .users .single-opinion.best-result .name {
    padding-bottom: 15px;
  }
  .users .single-opinion.best-result .title {
    font-size: 18px;
  }
  .users .single-opinion.best-result .title .size {
    top: -4px;
    font-size: 26px;
  }
  .users .single-opinion.best-result .title span {
    color: red;
    font-size: 18px;
    padding: 0;
  }

  .structure h3 {
    font-size: 18px;
    color: #32245F;
    font-weight: bold;
    text-align: left;
    padding-bottom: 25px;
  }
  .structure .doctor {
    border: 2px solid #979eff;
    padding: 5px;
    position: relative;
    z-index: 5;
    padding-bottom: 10px;
  }
  .structure .doctor img {
    opacity: 1;
    max-width: 80px;
    max-height: 80px;
    min-width: auto;
    margin: 0 auto;

  }
  .structure .doctor b.name {
    font-size: 14px;
  }
  .structure .secret {
    font-size: 16px;
  }

  .single-ingredient {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .single-ingredient span {
    font-size: 18px;
  }
  .single-ingredient p {
    padding-top: 10px;
  }

  .more-ingredients {
    padding-top: 10px;
  }
  .more-ingredients span {
    font-size: 18px;
  }

  .features {
    border-top: 10px solid #F8F8F8;
  }
  .features ul li {
    padding-top: 40px;
  }
  .features ul li:first-of-type {
    padding-top: 40px;
  }
  .features .man-right {
    opacity: 0.2;
    z-index: -10;
    position: absolute;
    right: -0px;
    top: 0;
  }

  .press h4 {
    font-size: 24px;
  }
  .press ul li {
    margin-bottom: 4px;
  }

  .cuple {
    padding: 15px;
  }
  .cuple b {
    font-size: 14px;
  }
  .cuple b.big {
    font-size: 18px;
  }

  .action {
    padding: 15px 15px;
  }
  .action span {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .action b {
    font-size: 14px;
  }
  .action mark.big {
    display: block;
    font-size: 20px;
  }
  .action mark.big b {
    font-size: 20px;
  }

  .bonus {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bonus .title mark {
    font-size: 16px;
    display: inline-block;
  }
  .bonus .title span {
    font-size: 16px;
    display: inline-block;
  }
  .bonus span {
    font-size: 12px;
  }
  .bonus del {
    font-size: 12px;
  }

  .order {
    position: relative;
  }
  .order h5 {
    font-size: 24px;
  }
  .order form input {
    display: block;
  }
  .order form input.form-control {
    width: 100%;
  }
  .order form label {
    width: auto;
    vertical-align: middle;
    text-align: right;
  }
  .order form select {
    margin-left: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .order form select.form-control {
    width: 100%;
  }
  .order form .inline-labels {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .order form .inline-labels input {
    width: auto;
  }
  .order form .inline-labels label {
    width: auto;
    margin-left: 0px;
    margin-right: 20px;
  }
  .order form .inline-labels label:last-of-type {
    margin-left: 0;
  }

  .phone-order span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .pogoji ul li {
    display: inline-block;
    border-right: none;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .pogoji ul li:last-of-type {
    border-right: none;
  }
  .pogoji ul li a {
    color: blue;
    text-decoration: underline;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 12px;
  }
  .pogoji ul li a:hover {
    color: black;
  }

  .fixed-xs-button {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 100000;
    width: 100%;
  }
  .fixed-xs-button a {
    text-align: center;
    padding: 15px 5px 25px 5px;
    display: block;
    background: #FFFF99;
    color: red;
    border: 1px solid red;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
  }

  body {
    padding-bottom: 50px;
  }
}
@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
