.timer {
    overflow: hidden;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 0 6px;
    margin: 0 auto;
    width: 275px;
    background: url(//viposidn.com/content/IGBTd1bYUI8KaDw/mobile/img/timer.png) no-repeat 0 0;
}

.count_wrapp {
    text-align: center;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}
.countdown_entities {
    text-align: center;
}

.countdown_entities > span {
    display: inline-block;
    width: 80px;
}
.landing__countdown {
    width: 241px;
    height: 36px;
    margin: 7px auto;
}

.landing__countdown span {
    float: left;
}

.landing__countdown span {
    margin-left: 23px;
}

.landing__countdown span:first-child {
    margin-left: 0;
}

.landing__countdown span {
    width: 69px;
    height: 39px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 16px;
    background: #f9f9f9;
    background: url("//viposidn.com/content/IGBTd1bYUI8KaDw/mobile/img/timer.png");
    font-size: 24px;
    line-height: 36px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 22px;
}

.landing__countdown span:first-child {
    margin-left: 0;
}

.landing__countdown .l {
    clear: both;
    padding-top: 7px;
}

body {
  font: 14px/1.2 "Open Sans", Tahoma, Arial, sans-serif;
  background: #fff3db;
}

.wrap {
  max-width: 480px;
  margin: 0 auto;
}
.main-header {
  padding-top: 15px;
}
.main-header__title {
  font-size: 24px;
  font-family: 'Lobster';
  color: #0199cd;
  text-align: center;
  margin-bottom: 25px;
}

.main-header__list {
  padding: 0;
  margin: 0;
  color: #8e3d02;
  font-family: 'Lobster';
  list-style: none;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.main-header__list li {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.main-header__list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 31px;
  background: url('//viposidn.com/content/IGBTd1bYUI8KaDw/mobile/img/drop.png')no-repeat center center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-header__price {
  font-size: 16px;
  text-align: center;
}
.new-price {
  font-size: 20px;
}

.new-price span {
  font-weight: 700;
  font-size: 25px;
}

.button {
  display: block;
  width: 160px;
  margin: 15px auto;
  padding: 10px 22px;
  outline: none;
  border: none;
  font-size: 15px;
  box-shadow: 0px 1px 3px #333;
  text-transform: uppercase;
  font-weight: bold;
  background: #ffcd05;
  background: linear-gradient(to bottom, #ffcd05 0%, #f87c00 99%);
  color: #AD3E12;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.promo {
  margin-bottom: 20px;
  padding: 15px;
  border: 3px dashed #538201;
  color: #538201;
  text-align: center;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.promo__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.promo__subtitle {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 15px;
}

.promo__product {
  width: 150px;
}
.row {
  font-size: 0;
}
.doctor .wrap {
  background: url('//viposidn.com/content/IGBTd1bYUI8KaDw/mobile/img/doctor.png')no-repeat top center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;

}
.doctor__title {
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #538201;
  margin-bottom: 15px;
}

.doctor__info {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 16px;
  text-align: center;
  margin-right: 5%;
}
.doctor__ava {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #C47F00;
}
.doctor__ava img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.doctor__info img {
  max-width: 100%;
}

.doctor__text {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 18px;
  font-style: italic;
}
    
.comment__item {
  padding: 15px;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.comment__text {
  text-align: center;
  font-style: italic;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.comment__photo {
  margin-bottom: 15px;
}
.comment__name {
  text-align: center;
  font-style: italic;
}

.main-footer {
  padding-bottom: 20px;
}
.main-footer form {
  padding: 15px;
  background: #b0e7f5;
  background: linear-gradient(to bottom, #b0e7f5 0%, #48beea 100%);
  border: 1px solid #ccc;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto;
}

.input-label {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  font-style: normal;
}

.input-field {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  line-height: 41px;
  height: 41px;
  padding-left: 10px;
  border-radius: 10px;
  border: solid 1px #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

select.input-field {
  background: url('//viposidn.com/content/IGBTd1bYUI8KaDw/mobile/img/select.png') no-repeat, #fff;
  background-position: 95% 50%;
  -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
        cursor: pointer;
}

.footer__price {
  text-align: center;
  text-transform: uppercase;
}

.footer__old-price {
  font-size: 20px;
  color: #d32b09;
  margin-bottom: 10px;
}

.footer__new-price {
  color: #538201;
  font-size: 26px;
}

.main-footer__total {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

input::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

@media (max-width:480px) {
  .doctor__info {
    display: block;
    width: 100%;
  }
  .doctor__signature {
    display: none;
  }
  .doctor__text {
    width: 100%;
    text-align: center;
  }
  .doctor .wrap {
    background: #fff;
  }
}
.text-form {
	font-size: 1em;
	margin: 0;
	text-align: center;
}

.owl-carousel .owl-item {
  width: 100%;
}