a,
b,
body,
div,
footer,
form,
h1,
h2,
h4,
header,
html,
iframe,
img,
label,
p,
section,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%
}

footer,
header,
section {
  display: block
}

img {
  max-width: 100%;
  height: auto
}

a {
  text-decoration: underline
}

a:hover {
  cursor: pointer
}

::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1
}

:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1
}

::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1
}

:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1
}

* {
  margin: 0;
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a,
button,
input {
  outline: 0
}

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

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

.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-height {
  transition: height .5s ease-in-out
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.feedback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: -15px;
  top: 15%;
  display: flex;
  align-items: center;
  background-color: #ffd27a;
  padding-left: 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  transition: all .5s
}

.feedback:hover {
  right: 0
}

.popup-window {
  font-family: inherit;
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 15%;
  padding: 35px 10px;
  background: #222;
  border-radius: 5px;
  z-index: 2000
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #ffd27a;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 20px
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #222;
  cursor: pointer
}

.close-popup:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg)
}

.close-popup:after {
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg)
}

body {
  min-width: 480px;
  background: #ddd;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #222;
  cursor: default
}

@-webkit-keyframes AnimationName {
  100% {
    background-position: 100% 50%
  }

  0% {
    background-position: 0 50%
  }
}

@-moz-keyframes AnimationName {
  100% {
    background-position: 100% 50%
  }

  0% {
    background-position: 0 50%
  }
}

@-o-keyframes AnimationName {
  100% {
    background-position: 100% 50%
  }

  0% {
    background-position: 0 50%
  }
}

@keyframes AnimationName {
  100% {
    background-position: 100% 50%
  }

  0% {
    background-position: 0 50%
  }
}

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: #fff;
  overflow-x: hidden
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

img {
  max-width: 100%;
  height: auto
}

b {
  font-weight: 700
}

.owl-height {
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.button {
  display: block;
  margin: 10px auto;
  width: 350px;
  height: 80px;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #c39c00;
  -webkit-box-shadow: 0 0 0 10px rgba(195, 156, 0, .3);
  -moz-box-shadow: 0 0 0 10px rgba(195, 156, 0, .3);
  box-shadow: 0 0 0 10px rgba(195, 156, 0, .3);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

.button:before {
  display: block;
  content: '';
  width: 140%;
  height: 100%;
  background: url(../img/animate_bg.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  -moz-animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  -o-animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  position: absolute;
  top: 0;
  left: -20%
}

section {
  padding: 30px 0
}

.dark_theme {
  background: #222;
  color: #fff
}

.gray_theme {
  background: #ebebeb
}

h2.title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase
}

h2.title:after {
  display: block;
  content: '';
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
  background: url(../img/separator_red.png) center no-repeat
}

h2.title span {
  color: #c39c00
}

.dark_theme h2.title span {
  color: #c39c00
}

.separator {
  width: 62px;
  height: 5px;
  background: url(../img/separator_red.png) center no-repeat
}

section .image {
  display: block;
  margin: 0 auto 30px
}

.offer_section {
  padding: 0
}

.offer_section .main_title {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  position: relative;
  overflow: hidden
}

.offer_section .main_title:before {
  display: block;
  content: '';
  width: 140%;
  height: 100%;
  background: url(../img/animate_bg.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  -moz-animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  -o-animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  animation: AnimationName 2s cubic-bezier(.43, .61, 1, 1) infinite;
  position: absolute;
  top: 0;
  left: -20%
}

.offer_section.offer3 .main_title {
  background: #c39c00 linear-gradient(90deg, #c7aa5c 0, #fbe096 54.14%, #d7bc75 100%);
  color: #333
}

.offer_section .info_block {
  position: relative;
  min-height: 524px;
  background-image: url(../img/mainbg.png);
  -webkit-background-size: cover;
  background-size: cover;
  position: relative
}

.scroller-wrapper {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 524px;
  background-image: url(../img/old.png);
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
  overflow: hidden
}

@keyframes scale {
  0% {
    -webkit-transform: translateY(-524px);
    -webkit-transform-transform: translateY(-524px)
  }

  50% {
    -webkit-transform: translateY(0);
    -webkit-transform-transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-524px);
    -webkit-transform-transform: translateY(-524px)
  }
}

.scroller-inner {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 524px;
  border-bottom: 2px solid #f7ca00;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: translateY(-524px) translateZ(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -ms-transform-origin-transform-origin: top;
  -webkit-animation: scale 3.5s infinite ease-in-out;
  animation: scale 3.5s infinite ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform
}

@keyframes scale1 {
  0% {
    -webkit-transform: translateY(524px);
    -webkit-transform-transform: translateY(524px)
  }

  50% {
    -webkit-transform: translateY(0);
    -webkit-transform-transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(524px);
    -webkit-transform-transform: translateY(524px)
  }
}

.scroller-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/young-face.png) no-repeat center top;
  -webkit-background-size: auto 95%;
  background-size: auto 95%;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: translateY(524px) translateZ(0);
  -webkit-animation: scale1 3.5s infinite ease-in-out;
  animation: scale1 3.5s infinite ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform
}

.offer_section .info_block img {
  display: block
}

.offer_section .info_block .subtitle {
  padding: 12px 0 10px;
  padding-left: 23px;
  padding-right: 130px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1
}

.offer_section.offer3 .info_block .subtitle {
  background: rgba(48, 48, 48, .68)
}

.offer_section .info_block .discount {
  width: 150px;
  height: 150px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 1
}

.offer_section.offer3 .info_block .discount {
  background-image: url(../img/offer3__discount_bg.png)
}

.offer_section .info_block .discount b {
  display: block;
  width: 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  white-space: nowrap;
  position: absolute;
  top: 43px;
  left: 14px;
  width: 100%;
  color: #fff;
  line-height: 17px;
  font-size: 14px
}

.offer_section .info_block .cream {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 260px;
  background-image: url(../img/black.png);
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1
}

.offer_section .info_block .cream img {
  position: absolute;
  bottom: 10px;
  right: -25px;
  width: 120%
}

.offer_section.offer3 .price_block {
  margin: -23px 0 25px;
  padding: 0 50px;
  height: 80px;
  position: relative;
  z-index: 1
}

.offer_section.offer3 .price_block:before {
  display: block;
  content: '';
  width: 75px;
  height: 34px;
  background: #f5ca16;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0
}

.offer_section.offer3 .price_block:after {
  display: block;
  content: '';
  width: 56px;
  border-top: 34px solid #f5ca16;
  border-left: 22px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
  z-index: -1
}

.offer_section.offer3 .price_item {
  float: left;
  width: 50%;
  height: 80px;
  color: #fff;
  position: relative
}

.offer_section.offer3 .price_item.old {
  padding: 17px 0 0 25px;
  background: #54090e;
  transform: skewX(32deg)
}

.offer_section.offer3 .price_item.new {
  padding: 17px 0 0 25px;
  background: #dc143c;
  transform: skewX(32deg)
}

.offer_section.offer3 .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  z-index: 99;
  transform: skewX(-32deg)
}

.offer_section.offer3 .price_item .value {
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  position: relative;
  z-index: 99;
  transform: skewX(-32deg)
}

.offer_section.offer3 .price_item.old .value {
  text-decoration: line-through;
  transform: skewX(-32deg)
}

.offer_section .benefits_block {
  margin: 0 auto 25px;
  width: 440px
}

.offer_section .benefits_block .benefit_item {
  float: left;
  padding: 0 5px;
  width: 33.333333%;
  text-align: center
}

.offer_section .benefits_block img {
  display: block;
  margin: 0 auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.offer_section .timer_block {
  margin: 0 0 35px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center
}

.offer_section.offer3 .timer_block {
  border-top: 1px dashed rgba(0, 0, 0, .1);
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
  background: #f4f4f4
}

.offer_section .timer_block p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 16px
}

.offer_section .timer_block .timer {
  margin: 0 auto;
  width: 370px
}

.offer_section .timer_block .timer_item {
  float: left;
  margin: 0 35px 0 0;
  width: 100px
}

.offer_section .timer_block .timer_item:last-child {
  margin: 0
}

.offer_section .timer_block .count {
  margin: 0 0 10px;
  height: 60px
}

.offer_section .timer_block .count span {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  width: 46px;
  height: 60px;
  background: #f5ca16;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #222
}

.offer_section .timer_block .count span:last-child {
  margin: 0
}

.offer_section .timer_block .text {
  font-size: 13px;
  line-height: 13px
}

.offer_section .products_count {
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center
}

.offer_section.offer3 .products_count {
  color: #222
}

.offer_section .products_count b {
  margin: 0 4px;
  padding: 3px 6px;
  background: #f5ca16;
  font-size: 18px;
  color: #222
}

.offer_section .field {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px 0 62px;
  width: 370px;
  height: 72px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777
}

.offer_section .field[name=name] {
  background: #ebebeb url(../img/offer__name_icon.png) 22px center no-repeat
}

.offer_section .field[name=phone] {
  margin: 0 auto 35px;
  background: #ebebeb url(../img/offer__phone_icon.png) 20px center no-repeat
}

.offer_section.offer3 .field {
  border: 1px solid #dedede
}

.field[name=name],
.offer_section.offer3 .field[name=name] {
  background: #f0f0f0 url(../img/offer__name_icon.png) 22px center no-repeat
}

.field[name=phone],
.offer_section.offer3 .field[name=phone] {
  margin: 0 auto 35px;
  background: #f0f0f0 url(../img/offer__phone_icon.png) 20px center no-repeat
}

.field::-webkit-input-placeholder,
.offer_section .field::-webkit-input-placeholder {
  opacity: 1;
  color: #777
}

.field:-moz-placeholder,
.offer_section .field:-moz-placeholder {
  opacity: 1;
  color: #777
}

.field::-moz-placeholder,
.offer_section .field::-moz-placeholder {
  opacity: 1;
  color: #777
}

.field:-ms-input-placeholder,
.offer_section .field:-ms-input-placeholder {
  opacity: 1;
  color: #777
}

.field:focus::-webkit-input-placeholder,
.offer_section .field:focus::-webkit-input-placeholder {
  opacity: 0
}

.field:focus:-moz-placeholder,
.offer_section .field:focus:-moz-placeholder {
  opacity: 0
}

.field:focus::-moz-placeholder,
.offer_section .field:focus::-moz-placeholder {
  opacity: 0
}

.field:focus:-ms-input-placeholder,
.offer_section .field:focus:-ms-input-placeholder {
  opacity: 0
}

label {
  padding-left: 55px;
  margin-bottom: 10px;
  display: block
}

.special {
  position: relative;
  font-family: inherit
}

.specail-text {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 38%
}

.description_section {
  padding: 30px 0 15px
}

.description_section h2.title {
  padding: 0 30px
}

.description_section p {
  padding: 0 30px 25px
}

.description_section .image {
  display: block;
  margin: 0 auto 25px
}

.description_section .image2,
.description_section .image3 {
  width: 100%
}

.description_section .image3 {
  margin-bottom: 40px
}

.benefits_section {
  padding: 30px 0 0
}

.benefits_section .image_bottom {
  display: block;
  margin: 0 auto;
  width: 100%
}

.benefits_section h2.title {
  padding: 0 30px
}

.benefits_list1 {
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center
}

.benefits_list1 .benefit_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0;
  width: 33.333333%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal
}

.benefits_list1 .benefit_item img {
  display: block;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.benefits_list2 {
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center
}

.benefits_list2 .benefit_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 30px;
  width: 50%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal
}

.benefits_list2 .benefit_item img {
  display: block;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.benefits_list2 .benefit_item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px
}

.benefits_list3 .benefit_item {
  display: table;
  padding: 0 30px 30px;
  width: 100%
}

.benefits_list3 .image_block {
  display: table-cell;
  vertical-align: top;
  width: 110px
}

.benefits_list3.va_middle .image_block {
  vertical-align: middle
}

.benefits_list3 .image_block img {
  display: block;
  width: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.benefits_list3 .text_block {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px
}

.benefits_list3.va_middle .text_block {
  vertical-align: middle
}

.benefits_list3 .text_block h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px
}

.components_section {
  padding: 20px 0 0
}

.components_section h2.title {
  padding: 0 30px
}

.benefits_list7 .benefit_item {
  background: #222;
  color: #fff
}

.benefits_list7 .benefit_item:nth-child(odd) {
  background: #222;
  color: #fff
}

.benefits_list7 .benefit_item img {
  display: block;
  float: left;
  width: 240px
}

.benefits_list7 .benefit_item:nth-child(even) img {
  float: right
}

.benefits_list7 .benefit_item .text_block {
  float: left;
  padding: 20px 20px 0;
  width: 240px
}

.benefits_list7 .benefit_item h4 {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 4px solid #c39c00;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase
}

.opinion2_section {
  padding: 30px
}

.opinion2_section .opinion_block {
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, .1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, .1);
  box-shadow: 0 0 27px rgba(2, 2, 2, .1)
}

.opinion2_section .opinion_block .photo {
  display: block
}

.opinion2_section .text_block {
  padding: 20px 30px
}

.opinion2_section .author_block .avatar {
  float: left;
  margin: 0 15px 0 0;
  width: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.opinion2_section .author_block .info {
  padding: 5px 0 0;
  background: url(../img/quote1_icon.png) right center no-repeat
}

.opinion2_section .author_block h4 {
  font-size: 16px;
  text-transform: uppercase
}

.opinion2_section .text_block p.text {
  margin: 15px 0 0
}

.reviews2_section {
  padding: 30px
}

.reviews2_section .reviews_list {
  background: #fff
}

.reviews2_section .review_item {
  padding: 30px
}

.reviews2_section .review_item .photo {
  margin: 0 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.reviews2_section .review_item p {
  margin: 0 0 20px
}

.reviews2_section .author_block {
  padding: 0 50px 0 0;
  background: url(../img/quote1_icon.png) right center no-repeat
}

.reviews2_section .author_block .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px
}

.reviews2_section .owl-next,
.reviews2_section .owl-prev {
  width: 40px;
  height: 36px;
  background: url(../img/reviews2__arrows.png) no-repeat;
  position: absolute;
  top: 135px
}

.reviews2_section .owl-prev {
  background-position: left center;
  left: -30px
}

.reviews2_section .owl-next {
  background-position: right center;
  right: -30px
}

.order_steps_section {
  padding: 30px 0 0
}

.order_steps_section h2.title {
  padding: 0 30px
}

.order_steps2 {
  border-top: 2px solid #ebebeb;
  background: url(../img/bg_light.jpg);
  overflow: hidden
}

.order_steps2 .step_item {
  float: left;
  margin: 0 2px 2px 0;
  padding: 30px 60px 0 30px;
  width: 239px;
  height: 239px;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  -moz-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb
}

.order_steps2 .step_item:nth-child(even) {
  margin: 0 0 2px
}

.order_steps2 .step_item:last-child,
.order_steps2 .step_item:nth-last-child(2) {
  margin-bottom: 0
}

.order_steps2 .step_item img {
  display: block
}

.order_steps2 .step_item .separator {
  margin: 20px 0 14px
}

.order_steps2 .step_item h4 {
  font-weight: 700;
  text-transform: uppercase
}

.effects_section {
  padding-bottom: 0
}

.effects_section h2.title {
  padding: 0 30px
}

.effects_section .image {
  margin: 0 auto;
  width: 100%
}

.effects_section .benefits_list1 {
  margin: 30px 0 0
}

.use_steps_section h2.title {
  padding: 0 30px
}

.use_steps_section .benefits_list3 h4 {
  color: #c39c00
}

.footer_section {
  padding: 25px 0;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 24px;
  text-align: center
}

.footer_section a {
  color: #222
}

.footer_section a:hover {
  text-decoration: none
}

.incl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}