/* styles */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: #fff;
}

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

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

b {
  font-weight: 600;
}

/* button */

.button {
  display: block;
  margin: 10px auto;
  width: 350px;
  height: 80px;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #FF7900;
  -webkit-box-shadow: 0 0 0 10px rgba(215, 114, 240, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(215, 114, 240, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 162, 35, 0.3);
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
	margin-bottom: 35px;
}

/* section */

section {
  padding: 30px 0;
}

.yellow_theme {
  background: #f5ca16;
}

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

.gray_theme {
  background: #ebebeb;
}

/* titles */

h2.title {
    margin: 0 0 0px;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

h2.title2 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 23px;
  color: black;
  line-height: 40px;
  text-transform: uppercase;
}



h2.title span {
  color: #FF7900;
}

.dark_theme h2.title span {
  color: #f5ca16;
}

/* separator */

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

.separator.white {
  background-image: url(../images/separator_white.png);
}

/* image */

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

/* offer */

.offer_section {
  padding: 0;
}

.offer_section.offer1 {
  background: #222;
}

.offer_section.offer2 {
  background: #222;
}

.offer_section .main_title {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 35px;
  line-height: 30px;
  text-align: center;
}

.offer_section.offer1 .main_title {
  background: #f5ca16;
}

.offer_section.offer2 .main_title,
.offer_section.offer3 .main_title {
  background: #fff;
  color: #FF7900;
}

.offer_section .info_block {
  position: relative;
}

.offer_section .info_block img {
  display: block;
}

.offer_section .info_block .subtitle {
  padding: 12px 20px 10px;
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.offer_section.offer1 .info_block .subtitle,
.offer_section.offer2 .info_block .subtitle {
  background: rgba(34, 34, 34, 0.8);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
  color: black;
}

.offer_section.offer3 .info_block .subtitle {
  background: #FF7900;
      color: #FFF;
}

.offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 160px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.offer_section .info_block .discount {
  width: 112px;
  height: 112px;
  background: center no-repeat;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 46px;
  right: 0;
}

.offer_section.offer1 .info_block .discount {
  background-image: url(../images/offer1__discount_bg.png);
  color: #fff;
}

.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: 42px;
  left: 21px;
  color: red;
}

.offer_section.offer1 .price_block {
  margin: -42px 0 25px;
}

.offer_section.offer1 .price_old {
  float: left;
  padding: 15px 0 0 15px;
  width: 160px;
  height: 84px;
  background: #e43315;
  color: #fff;
  position: relative;
}

.offer_section.offer1 .price_old:before {
  display: block;
  content: "";
  border-right: 50px solid rgba(255, 255, 255, 0);
  border-bottom: 84px solid #e43315;
  position: absolute;
  top: 0;
  right: -50px;
}

.offer_section.offer1 .price_old .text {
  margin: 0 0 2px;
  font-size: 14px;
}

.offer_section.offer1 .price_old .value {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-decoration: line-through;
}

.offer_section.offer1 .price_new {
  float: left;
  margin: 14px 0 0 16px;
  width: 130px;
  height: 56px;
  background: #f5ca16;
  font-weight: 700;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  position: relative;
}

.offer_section.offer1 .price_new:before,
.offer_section.offer1 .price_new:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}

.offer_section.offer1 .price_new:before {
  border-left: 34px solid rgba(255, 255, 255, 0);
  border-top: 56px solid #f5ca16;
  left: -34px;
}

.offer_section.offer1 .price_new:after {
  border-right: 34px solid rgba(255, 255, 255, 0);
  border-bottom: 56px solid #f5ca16;
  right: -34px;
  z-index: 10;
}

.offer_section.offer1 .price_new span {
  position: relative;
  z-index: 99;
}

.offer_section.offer1 .timer {
  float: left;
  margin: 27px 0 0;
  padding: 0 0 0 62px;
  width: 174px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2) url(../images/offer1__timer_arrows.png)
    30px center no-repeat;
  line-height: 32px;
  color: #fff;
  position: relative;
}

.offer_section.offer2 .price_block {
  margin: 0 0 34px;
  position: relative;
}

.offer_section.offer2 .price_item {
  float: left;
  width: 50%;
  height: 74px;
  text-align: center;
}

.offer_section.offer2 .price_item.old {
  padding: 13px 65px 0 0;
  background: #ebebeb;
}

.offer_section.offer2 .price_item.new {
  padding: 13px 0 0 65px;
  background: #f5ca16;
}

.offer_section.offer2 .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.offer_section.offer2 .price_item .value {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.offer_section.offer2 .price_item.old .value {
  text-decoration: line-through;
}

.offer_section.offer2 .discount {
  padding: 19px 0 0 46px;
  width: 176px;
  height: 92px;
  background: url(../images/offer2__discount_bg.png) center no-repeat;
  color: #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -88px;
}

.offer_section.offer2 .discount .text {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.offer_section.offer2 .discount .value {
  margin: 0 0 0 5px;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
}

.offer_section.offer3 .price_block {
  margin: -23px 0 25px;
  padding: 0 75px;
  height: 80px;
  position: relative;
}

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

.offer_section.offer3 .price_block:after {
  display: block;
  content: "";
  width: 41px;
  border-top: 39px solid #fffc41;
  border-left: 22px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
}

.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 17px;
  background: #222;
}

.offer_section.offer3 .price_item.new {
  padding: 17px 0 0 37px;
  background: #008500;
}

.offer_section.offer3 .price_item.old:before {
  display: block;
  content: "";
  border-left: 44px solid rgba(255, 255, 255, 0);
  border-top: 80px solid #222;
  position: absolute;
  top: 0;
  left: -44px;
}

.offer_section.offer3 .price_item.old:after {
  display: block;
  content: "";
  border-left: 44px solid #222;
  border-top: 80px solid #008500;
  position: absolute;
  top: 0;
  right: -22px;
  z-index: 10;
}

.offer_section.offer3 .price_item.new:before {
  display: block;
  content: "";
  border-right: 44px solid rgba(255, 255, 255, 0);
  border-bottom: 80px solid #008500;
  position: absolute;
  top: 0;
  right: -44px;
}

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

.offer_section.offer3 .price_item .value {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  z-index: 99;
}

.offer_section.offer3 .price_item.old .value {
  text-decoration: line-through;
}

.offer_section ul {
  padding: 0 55px 25px;
}

.offer_section ul li {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  color: #fff;
  position: relative;
}

.offer_section ul li:last-child {
  margin: 0;
}

.offer_section.offer1 ul li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #f5ca16;
  background: #f5ca16;
  -webkit-box-shadow: 0 0 0 2px #222 inset;
  -moz-box-shadow: 0 0 0 2px #222 inset;
  box-shadow: 0 0 0 2px #222 inset;
  position: absolute;
  top: 4px;
  left: 0;
}

.offer_section.offer2 ul li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  border-top: 8px solid #f5ca16;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 8px;
  left: -2px;
}

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

.offer_section .benefits_block .benefit_item {
  float: left;
  padding: 0 5px;
  font-size: 12px;
  width: 33.333333%;
  text-align: center;
	font-weight: 500;
  margin-top: 20px;
}

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

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

.offer_section.order .timer_block {
  margin: 0 0 25px;
}

.offer_section.offer2 .timer_block {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  background: #292929;
  color: #999;
}

.offer_section.offer3 .timer_block {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 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: 0px;
  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: #fbff00;
  font-size: 18px;
  color: #222;
}

.offer_section.order .text_block {
  margin: 0 55px 25px;
  text-align: center;
}

.offer_section.order .text_block h4 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}

.offer_section.order .text_block p {
  color: #999;
}

.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: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* video */

.video_block {
  width: 480px;
  height: 640px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.video_block iframe,
.video_block object,
.video_block embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* watch_present */

.watch_present {
  padding-bottom: 30px;
}

.watch_present h2.title {
  padding: 30px;
  margin: 0;
}

/* reviews 4 */

/* description */

.description_section {
  padding: 0;
}

.description_section h2.title {
  padding: 0 30px;
  padding-top: 40px;
}

.description_section p {
  padding: 0px 20px;
}

.description_section img {
  display: block;
  margin: 0 auto;
}

.description_section .images_block img {
  float: left;
  width: 239px;
}

.description_section .images_block img:first-child {
  margin: 0 2px 0 0;
}

.description_section .button {
  margin: 40px auto;
}

.description_section .characteristics__list {
  margin: 30px 0;
}

/* social proof */

.social_proof_block {
  padding: 0 30px 30px;
}

.social_proof_block .info_item {
  float: left;
  padding: 20px 0;
  width: 50%;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.social_proof_block .info_item:nth-child(even) {
  border-right: none;
}

.social_proof_block .info_item:nth-last-child(2),
.social_proof_block .info_item:last-child {
  border-bottom: none;
}

.social_proof_block .info_item .icon_block {
  float: right;
  margin: 0 15px;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 50px;
  letter-spacing: -1px;
  text-align: center;
}

.social_proof_block .info_item:nth-child(even) .icon_block {
  float: left;
}

.social_proof_block .info_item img {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
}

.social_proof_block .info_item .text_block {
  float: left;
  margin: -2px 0 0;
  width: 129px;
}

.social_proof_block .info_item:nth-child(odd) .text_block {
  text-align: right;
}

.social_proof_block .info_item .number {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  color: #e43315;
}

.social_proof_block .info_item .text {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

/* list 1 */

.list1 {
  padding: 0 30px 15px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.list1 li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 15px 0;
  padding: 0 0 0 25px;
  width: 200px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal;
  position: relative;
}

.list1 li:nth-child(even) {
  margin: 0 0 10px;
}

.list1 li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 8px;
  left: -2px;
}

.list1.marker1 li:before {
  border-top: 8px solid #f5ca16;
}

.list1.marker2 li:before {
  border-top: 8px solid #e43315;
}

/* list 2 */

.list2 {
  padding: 0 30px 15px;
}

.list2 li {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  position: relative;
}

.list2 li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  position: absolute;
  top: 4px;
  left: 0;
}

.list2.marker1 li:before {
  border: 1px solid #e43315;
  background: #e43315;
}

.list2.marker2 li:before {
  border: 1px solid #f5ca16;
  background: #f5ca16;
}

.list2_section {
  padding: 30px 0 0;
}

.dark_theme .list2 li:before {
  -webkit-box-shadow: 0 0 0 2px #222 inset;
  -moz-box-shadow: 0 0 0 2px #222 inset;
  box-shadow: 0 0 0 2px #222 inset;
}

/* slider */

.slider .owl-prev,
.slider .owl-next {
  width: 50px;
  height: 36px;
  background: url(../images/slider__arrows.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.slider .owl-prev {
  background-position: left center;
  left: 20px;
}

.slider .owl-next {
  background-position: right center;
  right: 20px;
}

/* image */

.result_image {
  display: block;
  margin: 0 auto;
}

/* benefits 1 */

.benefits_section {
  padding: 30px 0 0;
}

.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 30px;
  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_list1 .benefit_item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* benefits 2 */

.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 3 */

.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;
}

/* benefits 4 */

.components_section {
  padding: 30px;
}

.benefits_list4 .benefit_item {
  margin: 0 auto 30px;
  width: 420px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.benefits_list4 .benefit_item:last-child {
  margin: 0;
}

.benefits_list4 .benefit_item img {
  display: block;
}

.benefits_list4 .text_block {
  padding: 25px 30px;
}

.benefits_list4 .text_block h4 {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 4px solid #e43315;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

/* benefits 5 */

.benefits_list5 {
  background: url(../images/bg_light.jpg);
  overflow: hidden;
}

.benefits_list5.dark {
  background: #222;
}

.benefits_list5 .benefit_item {
  float: left;
  margin: 0 2px 2px 0;
  padding: 29px 15px 0 25px;
  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;
}

.benefits_list5 .benefit_item:nth-child(even) {
  margin: 0 0 2px;
}

.benefits_list5 .benefit_item:nth-last-child(2),
.benefits_list5 .benefit_item:last-child {
  margin-bottom: 0;
}

.benefits_list5.dark .benefit_item {
  -webkit-box-shadow: 0 0 0 1px #4b4b4b;
  -moz-box-shadow: 0 0 0 1px #4b4b4b;
  box-shadow: 0 0 0 1px #4b4b4b;
  color: #fff;
}

.benefits_list5 .benefit_item img {
  display: block;
}

.benefits_list5 .benefit_item .separator {
  margin: 20px 0 14px;
}

.benefits_list5 .benefit_item h4 {
  font-weight: 700;
  text-transform: uppercase;
}

/* benefits 6 */

.benefits_list6 {
  padding: 20px 0;
  background: #ebebeb;
  overflow: hidden;
}

.benefits_list6 .benefit_item {
  margin: 0 0 20px;
  background: #fff url(../images/bg_light.jpg);
  -webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
}

.benefits_list6 .benefit_item:last-child {
  margin: 0;
}

.benefits_list6 .benefit_item .text_block {
  float: left;
  padding: 16px 25px 0 25px;
  width: 280px;
}

.benefits_list6 .benefit_item h4 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.benefits_list6 .benefit_item .image_block {
  float: left;
  width: 200px;
  position: relative;
}

.benefits_list6 .benefit_item img {
  display: block;
}

.benefits_list6 .benefit_item .number {
  width: 30px;
  height: 36px;
  background: #e43315;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  left: -15px;
}

.benefits_list6 .benefit_item .number:before,
.benefits_list6 .benefit_item .number:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}

.benefits_list6 .benefit_item .number:before {
  border-top: 36px solid rgba(255, 255, 255, 0);
  border-right: 10px solid #e43315;
  left: -10px;
}

.benefits_list6 .benefit_item .number:after {
  border-bottom: 36px solid rgba(255, 255, 255, 0);
  border-left: 10px solid #e43315;
  right: -10px;
}

/* benefits 7 */

.benefits_list7 .benefit_item {
  background: #f5ca16;
}

.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 #e43315;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

/* characteristics */

.characteristics_section {
  padding: 30px 0 0;
}

.characteristics_section h2.title {
  padding: 0 30px;
}

.characteristics__list li {
  padding: 15px 25px 15px 47px;
  text-align: left;
  position: relative;
}

/* .characteristics__list li:nth-child(odd) {
} */

.characteristics__list li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "◉";
  color: red;
  width: 12px;
  height: 12px;
  /* border: 1px solid #f41a4a;
	background: #f41a4a;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset; */
  position: absolute;
  top: 14px;
  left: 17px;
}

/* .characteristics__list li:nth-child(odd):before {
  -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
  box-shadow: 0 0 0 2px #f4f4f4 inset; */
}

.characteristics__list li b {
  float: left;
}

/* comparison */

.comparison_section {
  padding: 30px 0 0;
}

.comparison_section h2.title {
  padding: 0 30px;
}

.comparison_block .images_block {
  margin: 0 0 15px;
}

.comparison_block .images_block img {
  display: block;
  float: left;
  width: 240px;
}

.comparison_block .titles_block h4 {
  float: left;
  padding: 20px;
  width: 240px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.comparison_block .titles_block h4:first-child {
  background: #222;
  color: #fff;
}

.comparison_block .titles_block h4:last-child {
  background: #f5ca16;
}

.comparison_block .row {
  display: table;
  width: 100%;
}

.comparison_block .row:nth-child(odd) {
  background: #f4f4f4;
}

.comparison_block .row .column {
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 32px;
  width: 50%;
  position: relative;
}

.comparison_block .row .column:first-child {
  border-right: 1px solid #fff;
}

.comparison_block .row .column:last-child {
  border-left: 1px solid #fff;
}

.comparison_block .row .column:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: #000;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  position: absolute;
  top: 15px;
  left: 10px;
}

.comparison_block .row .column:last-child:before {
  border: 1px solid #e43315;
  background: #e43315;
}

.comparison_block .row:nth-child(odd) .column:before {
  -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
  box-shadow: 0 0 0 2px #f4f4f4 inset;
}

/* vote */

.vote_section {
  padding: 30px;
}

.vote_section .vote_block {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.vote_section .questions_list {
  margin: 0 0 22px;
}

.vote_section .question_item {
  margin: 0 0 20px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.vote_section .question_item:last-child {
  margin: 0;
}

.vote_section .question_item .line {
  display: none;
  width: 0%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.vote_section .questions_list.active .question_item .line {
  display: block;
}

.vote_section .question_item:nth-child(1) .line {
  background: #7ac700;
}

.vote_section .question_item:nth-child(2) .line {
  background: #e43315;
}

.vote_section .question_item:nth-child(3) .line {
  background: #f5ca16;
}

.vote_section .question_item .question_text {
  float: left;
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
}

.vote_section .question_item .question_text:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: -2px 10px 0 -5px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.vote_section .questions_list.active .question_item .question_text:before {
  display: none;
}

.vote_section .question_item:nth-child(1) .question_text:before {
  background: #7ac700;
}

.vote_section .question_item:nth-child(2) .question_text:before {
  background: #e43315;
}

.vote_section .question_item:nth-child(3) .question_text:before {
  background: #f5ca16;
}

.vote_section .question_item .percents {
  display: none;
  float: right;
  padding: 0 20px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  position: relative;
}

.vote_section .questions_list.active .question_item .percents {
  display: block;
}

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

.vote_section .voice_count b {
  margin: 0 0 0 5px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ac700;
  color: #fff;
}

/* opinion 1 */

.opinion1_section {
  padding: 30px;
  position: relative;
}

.opinion1_section:before {
  display: block;
  content: "";
  border-top: 115px solid #f5ca16;
  border-left: 115px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  right: 0;
}

.opinion1_section h2.title {
  margin: 0 60px 30px 0;
}

.opinion1_section .author_block {
  margin: 0 0 20px;
  padding: 0 65px 0 0;
  background: url(../images/quote2_icon.png) right 48px no-repeat;
}

.opinion1_section .author_block img {
  display: block;
  float: left;
  width: 120px;
  position: relative;
  z-index: 10;
}

.opinion1_section .author_block .author_info {
  float: left;
  margin: 34px 0 0 -20px;
  width: 255px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.opinion1_section .author_block .name {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 35px;
  background: #f5ca16;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: normal;
  position: relative;
}

.opinion1_section .author_block .name:after {
  display: block;
  content: "";
  border-top: 34px solid #f5ca16;
  border-right: 20px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  right: -20px;
}

.opinion1_section .author_block .text {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 2px 35px;
  background: #222;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  position: relative;
}

.opinion1_section .author_block .text:after {
  display: block;
  content: "";
  border-top: 29px solid #222;
  border-right: 16px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  right: -16px;
}

/* opinion 2 */

.opinion2_section {
  padding: 30px;
  background: #222 url(../images/opinion2_bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.opinion2_section h2.title {
  color: #fff;
}

.opinion2_section h2.title span {
  color: #f5ca16;
}

.opinion2_section .opinion_block {
  background: #fff;
}

.opinion2_section .author_block {
  position: relative;
}

.opinion2_section .author_block img {
  display: block;
}

.opinion2_section .author_block .author_info {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.opinion2_section .author_block .name {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 30px;
  background: #f5ca16;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: normal;
  position: relative;
}

.opinion2_section .author_block .name:after {
  display: block;
  content: "";
  border-top: 34px solid #f5ca16;
  border-right: 20px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  right: -20px;
}

.opinion2_section .author_block .text {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 2px 30px;
  background: #222;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  position: relative;
}

.opinion2_section .author_block .text:after {
  display: block;
  content: "";
  border-top: 29px solid #222;
  border-right: 16px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  right: -16px;
}

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

.opinion2_section .text_block h4 {
  margin: 0 0 15px;
  padding: 0 50px 0 20px;
  border-left: 4px solid #e43315;
  background: url(../images/quote1_icon.png) right 4px no-repeat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

/* reviews 1 */

.reviews1_section {
  padding: 30px 0 0;
}

.reviews1_section .image_bottom {
  display: block;
}

.reviews_list1 {
  margin: 0 auto 20px;
  width: 420px !important;
}

.reviews_list1 .author_block {
  margin: 0 0 30px;
}

.reviews_list1 .author_block .avatar {
  display: block;
  float: left;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_list1 .author_block .author_info_block {
  float: left;
  margin: 15px 0 0 20px;
  width: 320px;
}

.reviews_list1 .author_block .author_info {
  font-weight: 700;
}

.reviews_list1 .author_block .text {
  font-size: 14px;
  line-height: 22px;
}

.reviews_list1 .author_block .text:before {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  content: "";
  width: 17px;
  height: 16px;
  background: url("../images/reviews__like_icon.png") center no-repeat;
}



/* order info */

.order_info {
  background: url(../images/bg_light.jpg);
  overflow: hidden;
}

.order_info .info_item {
  float: left;
  margin: 0 2px 2px 0;
  padding: 25px 15px 0 25px;
  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_info .info_item:nth-child(even) {
  margin: 0 0 2px;
}

.order_info .info_item:nth-last-child(2) {
  margin-bottom: 0;
}

.order_info .info_item:last-child {
  margin-bottom: 0;
  padding: 0;
}

.order_info .info_item .icon {
  display: block;
  height: 39px;
}

.order_info .info_item .separator {
  margin: 20px 0 14px;
}

.order_info .info_item h4 {
  text-transform: uppercase;
}

.order_info .info_item .product_image {
  display: block;
}


.order_steps1 {
    padding: 0;
    background: #fff;
    position: relative;
}
.order_steps1 .step_item {
    display: table;
    width: 100%;
    height: 110px;
    background: #fff url(../images/bg_light2.jpg);
    position: relative;
}
.order_steps1 .step_item:before {
    display: block;
    content: '';
    width: 100%;
    height: 25px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.05)));
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
    background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.order_steps1 .step_item img {
    display: block;
    width: 72px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -36px;
}
.order_steps1 .step_item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.order_steps1 .step_item p {
    line-height: 20px;
}
.order_steps1 .step_item:nth-child(even) .step_wrapper {
    padding: 0 25px 0 300px;
}
.order_steps1 .step_item:nth-child(1) .step_wrapper {
    background: url(../images/order_steps1__step1_image.png) right center no-repeat;
}
.order_steps1 .step_item:nth-child(2) .step_wrapper {
    background: url(../images/order_steps1__step2_image.png) left center no-repeat;
}
.order_steps1 .step_item:nth-child(3) .step_wrapper {
    background: url(../images/order_steps1__step3_image.png) right center no-repeat;
}
.order_steps1 .step_item:nth-child(4) .step_wrapper {
    background: url(../images/order_steps1__step4_image.png) left center no-repeat;
}
.order_steps1 .step_item .step_wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 300px 0 30px;
    position: relative;
}

.reviews_stats_block {
  margin: 0 0 40px;
  text-align: center;
}

.reviews_stats_block .line {
  margin: 5px auto 0;
  width: 330px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e6e6e6;
  overflow: hidden;
}

.reviews_stats_block .line:before {
  display: block;
  content: "";
  width: 98%;
  height: 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #FF7900;
}

/* reviews 1 */

.reviews1_section {
  padding: 0px 0 0;
}

.reviews1_section .image_bottom {
  display: block;
}

.reviews_list1 {
  margin: 0 auto 20px;
  width: 420px;
}

.reviews_list1 .author_block {
  margin: 0 0 30px;
}

.reviews_list1 .author_block .avatar {
  display: block;
  float: left;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_list1 .author_block .author_info_block {
  float: left;
  margin: 15px 0 0 20px;
  width: 320px;
}

.reviews_list1 .author_block .author_info {
  font-weight: 700;
}

.reviews_list1 .author_block .text {
  font-size: 14px;
  line-height: 22px;
}

.reviews_list1 .author_block .text:before {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  content: "";
  width: 17px;
  height: 16px;
  background: url("../images/reviews__like_icon.png") center no-repeat;
}

.reviews_list1 .text_block {
  padding: 20px 40px 67px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset;
  -moz-box-shadow: 0 -3px 0 #d9d9d9 inset;
  box-shadow: 0 -3px 0 #d9d9d9 inset;
  text-align: center;
  position: relative;
}

.reviews_list1 .text_block:before {
  display: block;
  content: "";
  border-bottom: 14px solid #f5f5f5;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: -14px;
  left: 30px;
}

.reviews_list1 .text_block:after {
  display: block;
  content: "";
  width: 30px;
  height: 21px;
  background: url("../images/reviews__quote_icon.png") center no-repeat;
  position: absolute;
  top: -10px;
  right: 40px;
}

.reviews_list1 .text_block p {
  margin: 0 0 15px;
}

.reviews_list1 .text_block p:last-child {
  margin: 0;
}

.reviews_list1 .text_block .photo {
  display: block;
  margin: 24px auto 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.reviews_list1 .owl-prev,
.reviews_list1 .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff7900 url("../images/slider__arrows.png") no-repeat;
  position: absolute;
  top: 240px;
}

.reviews_list1 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list1 .owl-next {
  background-position: right center;
  right: -20px;
}

.reviews_list1 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
}

.reviews_list1 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list1 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff7900;
}

/* reviews 2*/

.reviews2_section {
  padding: 30px 20px 40px;
}

.reviews2_section .reviews_list1 .author_block .author_info_block {
  width: 280px;
}

.reviews2_section .reviews_list1 .text_block {
  padding: 20px 30px 73px;
}

.reviews2_section .reviews_list1 .text_block:after {
  right: 30px;
}

.reviews2_section .reviews_list1 .owl-prev {
  display: none;
}

.reviews2_section .reviews_list1 .owl-next {
  top: 20px;
  right: 0;
}

/* reviews 3 */

.reviews3_section {
  padding: 30px 20px 40px;
  background: #41944b;
}

.reviews3_section h2 {
  color: #fff;
}

.reviews3_section .reviews_stats_block {
  color: #fff;
}

.reviews3_section .reviews_stats_block .line {
  background: #fff;
}

.reviews3_section .reviews_stats_block .line:before {
  background: #ffd800;
}

.reviews_list3 .owl-stage-outer {
  padding: 30px 0 0;
}

.reviews_list3 .review_item {
  padding: 30px 40px 67px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 -3px 0 #1185a9 inset;
  -moz-box-shadow: 0 -3px 0 #1185a9 inset;
  box-shadow: 0 -3px 0 #1185a9 inset;
  position: relative;
}

.reviews_list3 .review_item:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff url("../images/reviews__quote_icon.png") center no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}

.reviews_list3 .author_block {
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 10;
}

.reviews_list3 .author_block .avatar {
  display: block;
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews_list3 .author_block .author_info {
  float: left;
  margin: 8px 0 0 20px;
  width: 280px;
  line-height: 22px;
}

.reviews_list3 .author_block .name {
  font-weight: 700;
}

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

.reviews_list3 .text_block p {
  margin: 0 0 15px;
}

.reviews_list3 .text_block p:last-child {
  margin: 0;
}

.reviews_list3 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
}

.reviews_list3 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list3 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #41944b;
}

.reviews_list3 .owl-prev,
.reviews_list3 .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #41944b url("../images/slider__arrows.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.reviews_list3 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list3 .owl-next {
  background-position: right center;
  right: -20px;
}

/* reviews 4 */

.reviews4_section {
  padding: 30px 20px 40px;
  background: #41944b;
}

.reviews4_section h2 {
  color: #fff;
}

.reviews4_section .reviews_stats_block {
  color: #fff;
}

.reviews4_section .reviews_stats_block .line {
  background: #fff;
}

.reviews4_section .reviews_stats_block .line:before {
  background: #ffd800;
}

.reviews_list4 .review_item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 -3px 0 #1185a9 inset;
  -moz-box-shadow: 0 -3px 0 #1185a9 inset;
  box-shadow: 0 -3px 0 #1185a9 inset;
  text-align: center;
  overflow: hidden;
}

.reviews_list4 .text_block {
  padding: 20px 30px 67px;
}

.reviews_list4 .text_block .author_info {
  margin: 0 0 10px;
  font-weight: 700;
}

.reviews_list4 .owl-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  bottom: 33px;
  left: 0;
}

.reviews_list4 .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}

.reviews_list4 .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #41944b;
}

.reviews_list4 .owl-prev,
.reviews_list4 .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #41944b url("../images/slider__arrows.png") no-repeat;
  position: absolute;
  top: 100px;
}

.reviews_list4 .owl-prev {
  background-position: left center;
  left: -20px;
}

.reviews_list4 .owl-next {
  background-position: right center;
  right: -20px;
}

/* order steps 1 */
section.order_steps_section{
  padding: 0!important;
}
.order_steps_section title{
 color: #000;
}
.order_steps_section p{
color: #000;
}
.order_steps_section h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #202020;
}

.order_steps_list1 .step_item {
  float: left;
  margin: 0 10px 12px 0;
  padding: 23px 20px 0 30px;
  width: 215px;
  height: 140px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 0 #d9d9d9;
  -moz-box-shadow: 0 2px 0 #d9d9d9;
  box-shadow: 0 2px 0 #d9d9d9;
  position: relative;
}

.dark_theme .order_steps_list1 .step_item {
  background: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #333;
}

.order_steps_list1 .step_item:nth-child(even) {
  margin: 0 0 11px;
}

.order_steps_list1 .step_item:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: center no-repeat;
  position: absolute;
  top: 19px;
  right: 19px;
}

.order_steps_list1 .step_item:nth-child(1):before {
  background-image: url("../images/order_steps1__step1_icon.png");
}

.order_steps_list1 .step_item:nth-child(2):before {
  background-image: url("../images/order_steps1__step2_icon.png");
}

.order_steps_list1 .step_item:nth-child(3):before {
  background-image: url("../images/order_steps1__step3_icon.png");
}

.order_steps_list1 .step_item:nth-child(4):before {
  background-image: url("../images/order_steps1__step4_icon.png");
}

.order_steps_list1 .step_item h4 {
  margin: 0 0 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.order_steps_list1 .step_item h4:after {
  display: block;
  content: "";
  margin: 12px 0 0;
  width: 30px;
  height: 2px;
  background: #e6e6e6;
}

/* order steps 2 */

.order_steps_list2 .step_item {
  float: left;
  padding: 50px 20px 0 20px;
  width: 240px;
  height: 240px;
  color: #fff;
  text-align: center;
  position: relative;
}

.order_steps_list2 .step_item:nth-child(1) {
  background: #41944b;
}

.order_steps_list2 .step_item:nth-child(2) {
  background: #1394bd;
}

.order_steps_list2 .step_item:nth-child(3) {
  background: #128cb3;
}

.order_steps_list2 .step_item:nth-child(4) {
  background: #107d9f;
}

.order_steps_list2 .step_item .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.order_steps_list2 .step_item:before {
  display: block;
  content: "";
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: center no-repeat;
}

.order_steps_list2 .step_item:nth-child(1):before {
  background-image: url("http://best-gooods.ru/lp-shef-master/images/order_steps2__step1_icon.png");
}

.order_steps_list2 .step_item:nth-child(2):before {
  background-image: url("http://best-gooods.ru/lp-shef-master/images/order_steps2__step2_icon.png");
}

.order_steps_list2 .step_item:nth-child(3):before {
  background-image: url("http://best-gooods.ru/lp-shef-master/images/order_steps2__step3_icon.png");
}

.order_steps_list2 .step_item:nth-child(4):before {
  background-image: url("http://best-gooods.ru/lp-shef-master/images/order_steps2__step4_icon.png");
}

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

/* order info 1 */

.benefits_section h2 span {
  display: block;
  color: #41944b;
}

.order_info1_section {
  padding: 30px 0;
}

.order_info_list1 .info_item {
  padding: 0 20px 20px;
  display: table;
  width: 100%;
}

.order_info_list1 .info_item:last-child {
  margin: 0 0 10px;
}

.order_info_list1 .info_item h4 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #41944b;
  text-transform: uppercase;
}

.dark_theme .order_info_list1 .info_item h4 {
  color: #ffd800;
}

.order_info_list1 .info_item .icon_block {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 20px 4px;
  -moz-border-radius: 20px 4px;
  border-radius: 20px 4px;
  background: #41944b;
  font-size: 0;
  line-height: 80px;
  letter-spacing: 1px;
  text-align: center;
}

.dark_theme .order_info_list1 .info_item .icon_block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #333;
  line-height: 78px;
}

.order_info_list1 .info_item .icon_block img {
  display: inline-block;
  vertical-align: middle;
}

.order_info_list1 .info_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

/* order info 2 */

.order_info2_section {
  padding: 30px 0 0;
}

.order_info2_section h2.title {
  padding: 0 20px;
}

.order_info_list2 .info_item {
  display: table;
  width: 100%;
  height: 204px;
  border-top: 4px solid #d9d9d9;
  position: relative;
}

.order_info_list2 .info_item img {
  display: block;
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
}

.order_info_list2 .info_item:nth-child(even) img {
  right: auto;
  left: 0;
}

.order_info_list2 .info_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 240px 0 20px;
  text-align: center;
}

.order_info_list2 .info_item:nth-child(even) .text_block {
  padding: 0 20px 0 240px;
}

.order_info_list2 .info_item h4 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #41944b;
}

.order_steps2.dark .step_item:nth-child(2) {
  background-image: url(../images/order_steps2__step2_bg.jpg);
}

.order_steps2.dark .step_item:nth-child(3) {
  background-image: url(../images/order_steps2__step3_bg.jpg);
}

.order_steps2.dark .step_item:nth-child(4) {
  background-image: url(../images/order_steps2__step4_bg.jpg);
}

.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;
}

/* footer */

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

.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}

.footer_section a {
  color: #222;
}

h3.title2 {
  margin: 10px 0 0 10px;
  font-weight: 700;
  font-size: 17px;
  color: #FF7900;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
	margin-bottom: 20px;
}

h3.title2:after {
  display: block;
  content: "";
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
}

h3.title2 span {
  color: #000000;
}

h3.title2 small {
  text-transform: none;
}

.dark_theme h3.title2 span {
  color: #f5ca16;
}

.testimonoals {
  position: relative;
  margin-bottom: 20px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  z-index: 2;
  cursor: pointer;
  margin-top: -25px;
}

.slick-arrow.slick-prev {
  background: #f33 url("../images/gallery-to-left.svg") no-repeat 45% 50%;
  background-size: 27%;
  left: -20px;
}

.slick-arrow.slick-next {
  background: #f33 url("../images/gallery-to-right.svg") no-repeat 55% 50%;
  background-size: 27%;
  right: -20px;
}

.slick-dots {
  margin: 15px 0 0 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #ff5f09;
  border-radius: 50%;
  text-indent: -9999px;
  background: #fff;
}

.slick-dots li.slick-active {
  background: #f41a4a;
}

.testimonials-item {
	border-radius: 20px;
}

.button_pop {
  display: block;
  margin: 10px auto;
  width: 350px;
  height: 80px;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #FF7900;
  -webkit-box-shadow: 0 0 0 10px rgba(215, 114, 240, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(215, 114, 240, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 162, 35, 0.3);
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.button_pop a {
  font-family: Gilroy;
  /* background-color: orange;
  padding: 20px 50px;
  border-radius: 10px; */
  text-decoration: none;
  color: #fff;
  /* font-weight: 500; */
}

.pop_up {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}

.pop_up.active {
  display: block;
}

.pop_up_container {
  display: flex;
  width: 100%;
  height: 100%;
}

.pop_up_body {
  margin: auto;
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 50px 15px 110px 15px;
  position: relative;
}
.pop_up_body p {
  font-size: 28px;
  font-family: Gilroy;
  font-weight: 600;
  color: #22262d;
  margin-bottom: 40px;
}

.pop_up_body input {
  display: block;
  margin: 25px auto 0px auto;
  width: 330px;
  padding: 17px 20px;
  background-color: #e5e5e5;
  border-radius: 10px;
  border: none;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 18px;
  color: #89909f;
  text-align: center;
}

.pop_up_body input:focus {
  outline: none;
}

.pop_up_body select {
  display: block;
  margin: 25px auto 0px auto;
  width: 330px;
  padding: 17px 20px;
  background-color: #e5e5e5;
  border-radius: 10px;
  border: none;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  color: #89909f;
  text-align: center;
}

.pop_up_body select:focus {
  outline: none;
}

.pop_up_body button {
  cursor: pointer;
  display: block;
  width: 330px;
  margin: 30px auto 0px auto;
  padding: 20px 0px;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 20px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background-color: orange;
}

.pop_up_close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 21px;
  cursor: pointer;
}

.size_set {
  font-weight: 700;
  color: #333333;
  font-size: 14px;
}

.pop_up_body select .caption {
  font-weight: 800;
  
}

/* .container {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 80vh;
  
}

.sidebar {
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.sidebar > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sidebar h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.main-slide {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 35%;
  width: 65%;
  transition: transform 0.5s ease-in-out;
}

.main-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

button {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}

button:hover {
  color: #222;
 
}

button:focus {
  outline: none;
}

.container .controls button {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 100;
}

.container .controls .down-button {
  transform: translateX(-100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.container .controls .up-button {
  transform: translateY(-100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
} */

.sale-text {
    background-color: #F4F4F4;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 7px 15px;
}