body {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
}

img {
  max-width: 100%;
  max-height: 500px;
}

a {
  color: #4caf50;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {

  text-decoration: none;
  color: #7dcf80;
}

#mainbar .img-slider img {
  text-align: center;
  margin: 0 auto;
}

h1 {
  font-size: 24px;
  margin: 20px 0;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  text-align: center;
  color: #212121;
}

@media (min-width: 678px) {
  h1 {
    font-size: 32px;
    margin: 20px 0;
    padding-bottom: 20px;
  }
}

h2 {
  padding: 0 30px;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  font-size: 28px;
  color: #212121;
  text-align: center;
}

h2 > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

h2 > span .h2__number {
  position: absolute;
  left: -8%;
  top: -15px;
  line-height: 0.9;
  font-size: 70px;
  color: #f6f6f6;
  z-index: -1;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.underline {
  position: relative;
}

.underline:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 50px;
  background: #4caf50;
  bottom: 0;
  left: calc(50% - 25px);
}

#header {
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  background: url('../img/header-bg.jpg') repeat-x;
  min-height: 130px;
  line-height: 130px;
  color: #fff;
}

@media (max-width: 500px) {
  #header {
    min-height: 80px;
    line-height: 80px;
  }
}

@media (min-width: 768px) {
  #header .container {
    padding: 0;
  }
}

#header__center {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  width: 100%;
}

#header__logobar {
  line-height: 55px;
}

#header__logobar #header__logo {
  margin-right: 18px;
  display: inline-block;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  background: #fff;
  color: black;
  text-align: center;
  vertical-align: middle;
}

#header__logobar #header__logo span {
  vertical-align: middle;
}

#header__logobar #header__logo-text {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

#header__logobar #header__logo-text div {
  vertical-align: middle;
  line-height: 1;
  text-align: left;
}

#header__menu {
  display: none;
  padding: 0;
  margin: 0;
  line-height: 55px;
}

@media (min-width: 768px) {
  #header__menu {
    display: block;
  }
}

#header__menu li {
  display: inline-block;
  margin-right: 30px;
}

#header__menu li:last-child {
  margin: 0;
}

#header__menu li a {
  font-size: 18px;
  color: #fff;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  text-decoration: none;
}

#header__menu li a:hover {
  text-decoration: underline;
}

#header__mobile-menu {
  line-height: 55px;
  text-align: center;
  background: #000;
  padding: 9px 0;
}

#header__mobile-menu .burger {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
}

#header__mobile-menu .burger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #fff;
}

#header__mobile-menu .burger span:nth-child(2) {
  margin: 5px 0;
}

@media (min-width: 768px) {
  #header__mobile-menu {
    display: none;
  }
}

#mainbar {
  padding: 40px 15px 30px;
  -webkit-box-shadow: 0 0 50px #999;
  -moz-box-shadow: 0 0 50px #999;
  box-shadow: 0 0 50px #999;
}

@media (max-width: 500px) {
  #mainbar {
    padding-top: 5px;
  }
}

#mainbar .mainbar__menu {
  text-align: center;
}

#mainbar .mainbar__menu a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 19px;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  color: #fff;
  background: #7dcf80;
  text-decoration: underline;
}

#mainbar .mainbar__menu a:hover {
  text-decoration: none;
}

#mainbar .subheader {
  text-align: center;
  font-style: italic;
}

#mainbar #meta {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  #mainbar #meta {
    margin-bottom: 0;
  }
}

#mainbar #meta .meta__item {
  display: inline-block;
  margin-right: 10px;
}

#mainbar #meta .meta__item span {
  color: #7dcf80;
  font-size: 12px;
  margin-right: 3px;
}

#mainbar #meta .meta__item span.meta__text {
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  color: #8b8b8b;
}

#mainbar .img-slider {
  margin: 20px 0;
  text-align: center;
}

#mainbar .img-slider img {
  display: block;
  margin: 0 auto;
}

#mainbar .img-slider div {
  padding: 15px 0 0;
  line-height: 14px;
  text-align: center;
}

#mainbar .img-slider div span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  vertical-align: middle;
}

#mainbar .img-slider div span:first-child {
  width: 14px;
  height: 14px;
  background: #ffd200;
}

#mainbar .quote {
  display: block;
  position: relative;
  border: 2px solid #d1d1d1;
  text-align: center;
  font-style: italic;
  color: #737373;
  padding: 30px 90px;
  margin: 30px 60px 40px;
  -webkit-box-shadow: 15px 15px 0 #fff2b3;
  -moz-box-shadow: 15px 15px 0 #fff2b3;
  box-shadow: 15px 15px 0 #fff2b3;
}

#mainbar .quote:before {
  content: '\e802';
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-size: 58px;
  color: #ffd200;
  position: absolute;
  top: 10%;
  left: -28px;
  background: #fff;
  line-height: 0.8;
  padding: 4px 0;
}

@media (max-width: 767px) {
  #mainbar .quote {
    margin: 0 15px 30px 15px;
    padding: 5px 5px 5px 20px;
  }
  #mainbar .quote:before {
    font-size: 40px;
    left: -20px;
  }
}

#mainbar .prod-img {
  max-width: 625px;
  margin: 0 auto;
  background: url('../img/product-bg.png') center center no-repeat;
  background-size: contain;
  text-align: center;
}

#mainbar .prod-img img {
  display: inline;
  width: 36%;
  min-width: 160px;
}

#mainbar #reasons {
  font-size: 0;
  text-align: center;
}

#mainbar #reasons .reasons__item {
  position: relative;
  display: inline-block;
  width: 33%;
  font-size: 18px;
  padding: 0 30px;
  min-width: 240px;
  margin-bottom: 15px;
}

#mainbar #reasons .reasons__icon {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  line-height: 1;
  font-size: 40px;
  color: #4caf50;
}

#mainbar #reasons .reasons__icon:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: #dcf0dd;
  border-radius: 50%;
  z-index: -1;
  left: 4px;
  top: 0;
}

#mainbar #reasons .reasons__text {
  display: inline-block;
  padding-left: 35px;
  text-align: left;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  color: #737373;
}

.ord-btn {
  text-align: center;
  margin: 15px 0;
}

.ord-btn div {
  display: inline-block;
  border-radius: 20px;
  padding: 15px;
  font-size: 16px;
  background: #ffd200;
  color: #fff;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ord-btn div:hover {
  transform: scale(1.1);
  background: #4caf50;
}

#comments #comments__heading {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#comments #comments__heading .comments__heading-part {
  line-height: 28px;
}

#comments #comments__heading .comments__heading-part h3 {
  margin: 0;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  color: #737373;
}

#comments #comments__heading ul {
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 28px;
}

#comments #comments__heading ul li {
  display: inline-block;
}

#comments #comments__heading ul li a {
  width: 30px;
  height: 30px;
  display: table;
  background: #cbcbcb;
  text-align: center;
  border-radius: 50%;
}

#comments #comments__heading ul li a:hover {
  background: #4caf50;
}

#comments #comments__heading ul li a span {
  color: #fff;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}

#comments #comments__heading ul li a span.icon-twitter-bird {
  font-size: 13px;
}

#comments .comment .comment__heading .comment__heading-part {
  line-height: 50px;
}

#comments .comment .comment__heading .comment__heading-part > div {
  line-height: 1.6;
  display: inline-block;
  vertical-align: middle;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-avatar {
  margin-right: 20px;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-avatar img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-name {
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
  font-size: 14px;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-date {
  font-size: 12px;
  color: #bfc2c4;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-likes {
  font-size: 14px;
  color: #cbcbcb;
  /*font-family: 'ProximaNova', serif;*/
  font-weight: bold;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-likes a {
  text-decoration: none;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-likes .icon-heart {
  color: #ffd200;
  cursor: pointer;
}

#comments .comment .comment__heading .comment__heading-part .comment__heading-likes .icon-heart:hover {
  color: #fff2b3;
}

#comments .comment p {
  margin-left: 70px;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

#comments .comment p img {
  display: block;
  margin: 10px auto 0;
}

#comments .comment .comment {
  padding-left: 20px;
}

@media (min-width: 460px) {
  #comments .comment .comment {
    padding-left: 40px;
  }
}

#footer {
  background: url('../img/footer-bg.jpg') repeat-x;
  padding: 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  #footer .pull-left,
  #footer .pull-right {
    width: 100%;
    text-align: center;
  }
  #mainbar {
    padding: 20px 10px 20px;
  }

}

@media (min-width: 768px) {
  #footer .container {
    padding: 0;
  }


}

#footer .container > div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1.2;
}

#footer .footer__up-part {
  font-weight: bold;
  font-size: 16px;
  line-height: 3;
}

#footer .footer__bottom-part,
#footer .footer__bottom-part_social {
  opacity: 0.5;
  font-size: 16px;
}

#footer .footer__bottom-part_social {
  font-size: 14px;
}

#footer .footer__icon {
  margin-right: 10px;
}

#footer .footer__icon:before {
  margin: 0;
}

#footer .footer__icon-title {
  margin-right: 30px;
}

@media (max-width: 500px) {
  #footer .footer__icon-title {
    margin-right: 10px;
  }
  #comments .comment p {
    margin-left: 0;
  }
}

#footer .footer__icon-title:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }

}

@media (max-width: 992px) {
  .comment:nth-last-of-type(n + 7) {
    display: none;
  }

  .underline:after {
    display: none;
  }

}


/*# sourceMappingURL=style.css.map */
