/*   offer   */

.offer {
 position: relative;
 background: url("../images/offer.jpg") 50% 0 no-repeat;
 height: 731px;
 padding: 0;
 z-index: 10;
}

.offer .top_line {
 height: 62px;
 background: rgba(255, 255, 255, 0.7);
 text-align: center;
}

.offer .top_line li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 font-size: 16px;
 line-height: 62px;
 margin-left: 22px;
 padding-right: 22px;
 text-transform: uppercase;
 color: #333;
}

.offer .top_line li:after {
 position: absolute;
 right: 0;
 top: 0;
 width: 1px;
 height: 62px;
 background: url("../images/hr-vertical.png") 0 50% no-repeat;
 content: '';
}

.offer .top_line li:last-child:after {
 display: none;
}

.offer .top_line li:nth-child(1) {
 padding-left: 43px;
 background: url("../images/icon-1.png") 0 50% no-repeat;
}

.offer .top_line li:nth-child(2) {
 padding-left: 30px;
 background: url("../images/icon-2.png") 0 50% no-repeat;
}

.offer .top_line li:nth-child(3) {
 padding-left: 45px;
 background: url("../images/icon-3.png") 0 50% no-repeat;
}

.offer .wrap {
 height: auto;
}

.offer h1 {
 text-align: center;
 padding-top: 30px;
}

.offer h1 span {
 display: inline-block;
 height: 72px;
 line-height: 70px;
 color: #fff;
 font-size: 58px;
 font-weight: 700;
 letter-spacing: 4.9px;
 text-transform: uppercase;
 background: #426b23;
 padding: 0 30px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.offer h2 {
 display: block;
 background: rgba(255, 255, 255, 0.7);
 font-size: 32px;
 font-weight: 700;
 color: #333;
 line-height: 34px;
 text-transform: uppercase;
 text-align: center;
 padding: 16px 0 12px;
 margin-top: -10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.offer .bullet {
 position: absolute;
 top: 206px;
 left: 75px;
}

.offer .bullet li {
 font-size: 16px;
 font-weight: 700;
 line-height: 20px;
 color: #333;
 padding: 10px 0;
 margin-bottom: 16px;
}

.offer .bullet li:nth-child(2) {
 padding-left: 15px;
}

.offer .bullet li:nth-child(3) {
 padding-left: 35px;
}

.offer .bullet li span {
 display: block;
}

.offer .sale {
 position: absolute;
 top: 170px;
 left: 508px;
 width: 114px;
 height: 115px;
 background: url("../images/sale-bg.png") 0 0 no-repeat;
 text-align: center;
 color: #402d01;
 font-size: 14px;
 font-weight: 700;
 line-height: 24px;
 text-shadow: 0 2px 0 #ffd717;
 text-transform: uppercase;
 padding-top: 24px;
}

.offer .sale b {
 display: block;
 font-size: 34px;
}

.offer .order_form {
 float: right;
 width: 320px;
 margin-top: 77px;
 background: rgba(255, 255, 255, 0.7);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.offer .stock {
 font-size: 14px;
 color: #333;
 text-align: center;
 padding: 10px 0 15px;
}

.offer .stock b {
 display: inline-block;
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 color: #426b23;
 background: #fff;
 margin: 0 5px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

/*   b1   */

.b1 {
 background: url("../images/b1-bg.jpg") 50% 0 no-repeat, url("../images/patt.png") 0 0 repeat #f8f7f7;
 overflow: hidden;
 padding-bottom: 0;
}

.b1 .description {
 background: #fff;
 padding: 50px 35px;
 -webkit-box-shadow: 0 5px 57px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0 5px 57px rgba(0, 0, 0, 0.25);
 box-shadow: 0 5px 57px rgba(0, 0, 0, 0.25);
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
}

.b1 .description h2.title {
 margin-bottom: 25px;
}

.b1 .description h2.title:after {
 display: block;
 width: 120px;
 height: 3px;
 background: #6a951a;
 margin: 25px auto 0;
 content: '';
}

.b1 .description p {
 line-height: 30px;
 color: #000;
 padding-bottom: 20px;
 text-align: justify;
}

.b1 .description p i {
 font-style: normal;
 background: #fdf0cb;
}

.b1 .description ul {
 padding: 10px 0 30px;
 margin: 0 -20px;
}

.b1 .description li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 padding: 0 20px;
}

.b1 .description li img {
 display: block;
 margin: 0 auto 25px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.b1 .description h4 {
 color: #6a951a;
 font-size: 18px;
 line-height: 24px;
 text-align: center;
}

.b1 .description a.button-m {
 margin-top: 10px;
}

/*   b2   */

.b2 {
 background: url("../images/b2-bg.jpg") 50% 0 no-repeat #80814d;
 background-size: cover;
 padding: 40px 0 0;
 overflow: hidden;

}

.b2 h2 {
 text-align: center;
 padding-bottom: 25px;
}

.b2 h2 span {
 display: inline-block;
 background: #bf301e;
 color: #fff;
 font-size: 36px;
 line-height: 40px;
 padding: 8px 25px;
 text-transform: uppercase;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.b2 .sub {
 color: #fff;
 line-height: 30px;
 text-align: center;
 max-width: 850px;
 margin: 0 auto 35px;
}

.b2 .sub i {
 font-style: normal;
 border-bottom: 1px solid #fff;
 padding-bottom: 1px;
}

.benefits {
 background: url("../images/arrow-bg.png") 50% 0 no-repeat;
 text-align: center;
 padding: 15px 0 50px;
}

.benefits li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 width: 25%;
}

.benefits li img {
 display: block;
 width: 190px;
 margin: 0 auto 15px;
 border: 6px solid rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.benefits li p {
 line-height: 20px;
 font-size: 16px;
 color: #fff;
 text-align: center;
 padding: 0 15px;
}

.b2 .alert {
 position: relative;
 max-width: 830px;
 background: #6a951a;
 color: #fff;
 font-weight: 700;
 text-align: center;
 padding: 40px 30px 20px;
 margin: 0 auto;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
}

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

/*   b3   */

.b3 {
 padding-bottom: 45px;
}

.b3 h2.title:after {
 display: block;
 width: 190px;
 height: 3px;
 background: #6a951a;
 margin: 20px auto 0;
 content: '';
}

.b3 .desc {
 padding-bottom: 30px;
}

.b3 .desc img {
 float: right;
 display: block;
}

.b3 .desc .txt {
 overflow: hidden;
 color: #222;
 line-height: 30px;
}

.b3 .desc .txt p {
 padding-right: 30px;
 text-align: justify;
}

.b3 .desc i {
 position: relative;
 display: block;
 font-style: normal;
 text-align: right;
}

.b3 .desc i:after {
 display: inline-block;
 width: 60px;
 height: 64px;
 background: url("../images/signature.jpg") 0 0 no-repeat;
 vertical-align: middle;
 content: '';
 margin-left: 30px;
}

/*   b4   */

.b4 {
 background: url("../images/b4-bg.jpg") 50% 0 no-repeat #f9f8f8;
 height: 582px;
 padding: 20px 0 0;
}

.b4 .wrap {
 padding-left: 360px;
}

.b4 h2.title {
    font-size: 28px;
    line-height: 32px;
}

.b4 h2.title:after {
 display: block;
 width: 190px;
 height: 2px;
 background: #d1d1d1;
 margin: 15px auto 0;
 content: '';
}

.b4 img.product {
 display: none;
 max-width: 250px;
 margin: 0 auto 30px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

/*   list-v1   */

.list-v1 {
 font-size: 0;
 margin-bottom: -30px;
}

.list-v1 > li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 padding: 0 0 25px 10px;
}

.list-v1 h4 {
 font-size: 18px;
 color: #6a951a;
 text-transform: uppercase;
}

.list-v1 p {
 font-size: 14px;
 color: #333;
 line-height: 18px;
 padding-top: 8px;
}

.list-v1 h4:before {
 position: relative;
 top: -4px;
 display: inline-block;
 vertical-align: middle;
 content: '';
 margin-right: 10px;
}

.list-v1 > li:nth-child(1) h4:before {
 background: url("../images/application-icon1.png") 0 0 no-repeat;
 width: 38px;
 height: 32px;
}

.list-v1> li:nth-child(2) h4:before {
 background: url("../images/application-icon2.png") 0 0 no-repeat;
 width: 35px;
 height: 35px;
}

.list-v1> li:nth-child(3) h4:before {
 background: url("../images/application-icon3.png") 0 0 no-repeat;
 width: 26px;
 height: 33px;
}

.list-v1> li:nth-child(4) h4:before {
 background: url("../images/application-icon4.png") 0 0 no-repeat;
 width: 32px;
 height: 35px;
}

.list-v1> li:nth-child(5) h4:before {
 background: url("../images/application-icon5.png") 0 0 no-repeat;
 width: 29px;
 height: 35px;
}

.list-v1> li:nth-child(6) h4:before {
 background: url("../images/application-icon6.png") 0 0 no-repeat;
 width: 29px;
 height: 35px;
}
.list-v1 ul li {
    font-size: 15px;
    line-height: 24px;
}
.list-v1 ul li:before {
    content: '●';
    color:#6a951a;
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 14px;
}
/*   b5   */

.b5 {
 background: url("../images/b5-bg1.jpg") no-repeat center top, url("../images/b5-bg2.jpg") no-repeat center bottom;    
}

.b5 .product {
 display: none;
 margin: 0 auto 15px;
}

.list-v2 {
 font-size: 0;
 background: url("../images/bg5-list-bg.jpg") 50% 40px no-repeat;
 margin-bottom: -20px;
}

.list-v2 li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 text-align: center;
 padding-bottom: 40px;
}

.list-v2 li:nth-child(odd) {
 padding-right: 160px;
}

.list-v2 li:nth-child(even) {
 padding-left: 160px;
}

.list-v2 img {
 display: block;
 margin: 0 auto 15px;
 border: 3px solid rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.list-v2 h4 {
 font-size: 14px;
 font-weight: 700;
 color: #333;
 padding-bottom: 5px;
}

.list-v2 p {
 font-size: 14px;
 line-height: 24px;
 color: #333;
}

/*   b6   */

.b6 {
 background: url("../images/patt.png") 0 0 repeat #f7f7f7;
}

.example-list {
 font-size: 0;
 padding-top: 25px;
 margin-bottom: -10px;
}

.example-list li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 padding: 0 10px 50px;
}

.example-list .pic {
 position: relative;
}

.example-list .pic img {
 display: block;
 width: 100%;
}

.example-list h4 {
 position: absolute;
 left: 0;
 top: -16px;
 width: 100%;
 text-align: center;
}

.example-list h4 span {
 display: inline-block;
 height: 33px;
 line-height: 33px;
 background: #426b23;
 font-size: 18px;
 font-weight: 700;
 color: #fff;
 text-transform: uppercase;
 padding: 0 35px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.example-list .comparison {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 background: rgba(0, 0, 0, 0.4);
 height: 36px;
 line-height: 36px;
 color: #fff;
 font-size: 16px;
 padding: 0 20px;
 text-transform: uppercase;
}

.example-list .comparison span:nth-child(1) {
 float: left;
}

.example-list .comparison span:nth-child(2) {
 float: right;
 font-size: 18px;
 font-weight: 700;
}

/*   b7   */

.b7 {
 background: url("../images/b7-bg.jpg") 50% 0 no-repeat #cccd5d;
 height: 640px;
}

.b7 h2.title span {
 color: #fff;
 font-size: 48px;
 line-height: 48px;
}

.b7 .alert {
 background: url("../images/b7-alert-icon.png") 24px 50% no-repeat #fff;
 margin: 0 10px;
 font-size: 16px;
 line-height: 24px;
 color: #333;
 padding: 16px 15px 16px 90px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.list-steps {
 font-size: 0;
 padding-bottom: 30px;
}

.list-steps li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 padding: 105px 10px 0;
}

.list-steps .item {
 min-height: 240px;
 background: #fff;
 padding-bottom: 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.list-steps .pic {
 position: relative;
 margin: -103px 0 20px;
 display: inline-block;
 width: 100%;
}

.list-steps .pic:after {
 position: absolute;
 bottom: -15px;
 left: 50%;
 margin-left: -25px;
 display: block;
 width: 50px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 font-size: 29px;
 font-weight: 700;
 color: #fff;
 background: #ffca00;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 content: '';
}

.list-steps li:nth-child(1) .pic:after {
 content: '1';
}

.list-steps li:nth-child(2) .pic:after {
 content: '2';
}

.list-steps li:nth-child(3) .pic:after {
 content: '3';
}

.list-steps .pic img {
 display: block;
 width: 178px;
 margin: 0 auto;
 border: 6px solid rgba(255, 255, 255, 0.4);
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.list-steps p {
 font-size: 16px;
 line-height: 24px;
 color: #333;
 text-align: center;
 padding: 0 20px;
}

/*   reviews   */

.reviews {
 background: url("../images/reviews-bg.jpg") no-repeat center bottom;
}

.reviews .check_alert {
 text-align: center;
 margin-bottom: 45px;
}

.reviews .check_alert span {
 display: inline-block;
 background: url("../images/check-icon.png") 12px 50% no-repeat #f6f6f6;
 font-size: 18px;
 padding: 13px 20px 13px 50px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.reviews .check_alert span i {
 color: #6a951a;
 font-style: normal;
}

.reviews .total {
 width: 90%;
 margin: 0 auto 40px;
 background: url("../images/like-icon.png") 28px 50% no-repeat, url("../images/hr-vertical2.png") 94px 50% no-repeat #f6f6f6;
 padding: 20px 10px 20px 115px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.reviews .total p {
    font-size: 18px;
}
.reviews .total p span {
        color: #6a951a;
    font-weight: 700;
}

.reviews_slider:after {
 display: block;
 clear: both;
 content: '';
}

.reviews_slider .item {
 float: left;
 width: 33.33%;
 text-align: center;
 padding: 0 20px;
 color: #222;
}

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

.reviews_slider .item h4 {
 font-size: 16px;
 padding-bottom: 10px;
}

.reviews_slider .item h4:after {
 display: block;
 width: 94px;
 height: 13px;
 background: url("../images/rating.png") 0 0 no-repeat;
 margin: 5px auto 0;
 content: '';
}

/*   order info   */

.order_info {
 background: #f9f9f9;
 padding-bottom: 30px;
}

.order_info h2.title {
 margin-bottom: 40px;
}

.order_info ul {
 font-size: 0;
 padding-bottom: 45px;
 border-bottom: 1px solid #c7c7c7;
}

.order_info li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 width: 25%;
 text-align: center;
 padding: 85px 20px 0;
}

.order_info li:after {
 position: absolute;
 top: 17px;
 right: -19px;
 display: block;
 width: 38px;
 height: 26px;
 background: url("../images/next-arrow.png") 0 0 no-repeat;
 content: '';
}

.order_info li:last-child:after {
 display: none;
}

.order_info li:nth-child(1) {
 background: url("../images/order-icon1.png") 50% 0 no-repeat;
}

.order_info li:nth-child(2) {
 background: url("../images/order-icon2.png") 50% 0 no-repeat;
}

.order_info li:nth-child(3) {
 background: url("../images/order-icon3.png") 50% 0 no-repeat;
}

.order_info li:nth-child(4) {
 background: url("../images/order-icon4.png") 50% 0 no-repeat;
}

.order_info li h4 {
 font-size: 16px;
 font-weight: 700;
 color: #6a951a;
 text-transform: uppercase;
 padding-bottom: 5px;
}

.order_info li p {
 font-size: 14px;
 line-height: 24px;
 color: #333;
}

.order_info .info {
 font-size: 14px;
 color: #222;
 text-align: center;
 padding-top: 30px;
}

.order_info .info b {
 color: #76a540;
}

/*   footer   */

.footer {
 text-align: center;
 padding: 40px 0 30px;
 background: #000;
}

.footer img {
 display: block;
 margin: 0 auto 15px;
}

.footer a {
 display: inline-block;
 font-size: 15px;
 color: #fff;
 margin: 0 5px;
}

.footer a:hover {
 text-decoration: none;
}

@media screen and (max-width: 959px) {

 .offer {
  background: url("../images/offer_tablet.jpg") 50% 0 no-repeat;
  height: 690px;
 }

 .offer .top_line li:nth-child(3) {
  display: none;
 }

 .offer .top_line li:nth-child(2):after {
  display: none;
 }

 .offer h1 {
  padding-top: 10px;
 }

 .offer h2 {
  font-size: 21px;
  line-height: 25px;
  padding: 20px 0 13px;
 }

 .offer .bullet {
  display: none;
 }

 .offer .sale {
  left: 190px;
 }

 .video-container {
  width: 100%;
  height: 345px;
  margin-bottom: 40px;
 }

 h2.title {
  font-size: 30px;
  line-height: 36px;
 }

 section {
  padding: 30px 0;
 }

 .b1 {
  background: url("../images/patt.png") 0 0 repeat #f8f7f7;
 }

 .b1 .description {
  padding: 30px 25px;
 }

 .b1 .description h2.title {
  font-size: 26px;
  line-height: 34px;
 }

 .b1 .description h2.title:after {
  margin-top: 20px;
 }

 .b1 .description p {
  line-height: 26px;
 }

 .b1 .description p i {
  padding-bottom: 0;
 }

 .b1 .description ul {
  margin: 0 -10px -35px;
  text-align: center;
 }

 .b1 .description li {
  width: 50%;
  padding-bottom: 35px;
 }

 .b1 .description li img {
  margin-bottom: 15px;
 }

 .b1 .description a.button-m {
  margin-top: 5px;
 }

 .b2 {
  height: auto;
  background: #756244;
  background: -moz-linear-gradient(top, #756244 0%, #51211f 100%);
  background: -webkit-linear-gradient(top, #756244 0%, #51211f 100%);
  background: linear-gradient(to bottom, #756244 0%, #51211f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#756244', endColorstr='#51211f', GradientType=0);
 }

 .b2 h2 {
  padding-bottom: 20px;
 }

 .b2 h2 span {
  font-size: 26px;
 }

 .b2 .sub {
  line-height: 26px;
  margin-bottom: 25px;
 }

 .benefits {
  background: none;
  padding: 0 0 20px;
 }

 .benefits li {
  width: 50%;
  padding-bottom: 40px;
 }

 .benefits li p {
  padding: 0 35px;
 }

 .b2 .alert {
  padding: 40px 20px 20px;
 }

 .b3 .desc img {
  float: none;
  margin: 0 auto 20px;
 }

 .b3 .desc {
  padding: 10px 0;
 }

 .b3 .desc .txt p {
  padding-right: 0;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
 }

 .b4 {
  background: #f9f8f8;
  height: auto;
  padding: 30px 0;
 }

 .b4 .wrap {
  padding-left: 10px;
 }

 .b4 img.product {
  display: block;
 }

 .list-v1 {
  margin-bottom: -20px;
 }

 .b5 {
  background: #fff;
  height: auto;
  padding-bottom: 35px;
 }

 .b5 .product {
  display: block;
  width: 300px;
  padding-left: 15px;
 }

 .list-v2 {
  background: none;
  margin-bottom: 0;
 }

 .list-v2 li {
  text-align: center;
  padding: 0 20px 40px;
 }

 .list-v2 li:nth-child(odd) {
  padding-right: 20px;
 }

 .list-v2 li:nth-child(even) {
  padding-left: 20px;
 }

 .b6 {
  padding-bottom: 10px;
 }
.reviews .total {
    width: 100%;
    }
 .example-list li {
  padding: 0 5px 50px;
 }

 .b7 h2.title span {
  font-size: 38px;
  line-height: 38px;
 }

 .list-steps {
  text-align: center;
  padding-bottom: 10px;
 }

 .list-steps li {
  width: 50%;
  padding-bottom: 40px;
 }

 .b7 {
  height: auto;
  background: #929e2e;
  background: -moz-linear-gradient(top, #929e2e 0%, #686113 100%);
  background: -webkit-linear-gradient(top, #929e2e 0%, #686113 100%);
  background: linear-gradient(to bottom, #929e2e 0%, #686113 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929e2e', endColorstr='#686113', GradientType=0);
 }

 .b7 h2.title {
  margin-bottom: 35px;
 }

 .reviews {
  background: #fff;
  height: auto;
 }

 .reviews .check_alert {
  margin-bottom: 30px;
 }

 .order_info ul {
  padding-bottom: 0;
 }

 .order_info li {
  width: 50%;
  padding-bottom: 40px;
 }

 .order_info li:nth-child(2):after {
  display: none;
 }

}

@media screen and (max-width: 639px) {

 .offer {
  background: url("../images/offer_mobile.jpg") 50% 0 no-repeat #f3f3f3;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
 }

 .offer .top_line {
  display: none;
 }

 .offer h1 {
  padding-top: 20px;
 }

 .offer h1 span {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 38px;
  letter-spacing: 3px;
  padding: 0;
  text-align: center;
  z-index: 6;
 }

 .offer h2 {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 535px;
 }

 .offer h2:after,
 .offer h2:before {
  position: absolute;
  top: 0;
  display: block;
  width: 170px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  content: '';
 }

 .offer h2:after {
  left: -170px;
 }

 .offer h2:before {
  right: -170px;
 }

 .offer .order_form {
  float: none;
  margin: 0 -10px;
  width: auto;
  background: none;
 }

 .price {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 }

 .timer {
  margin-bottom: 15px;
 }

 .price .old {
  padding-left: 25px;
 }

 .m1-form input.field {
  border-color: #cfcfcf;
 }

 .offer .sale {
  left: 200px;
  top: 145px;
 }

 h2.title {
  font-size: 26px;
  line-height: 32px;
 }

 section {
  padding: 30px 0;
 }

 .video-container {
  height: 165px;
 }

 .b1 .description {
  margin: 0 -10px;
  padding: 25px 20px;
 }

 .b1 .description p {
  text-align: left;
 }

 .b1 .description ul {
  margin: 0 0 -35px;
 }

 .b1 .description li {
  width: 100%;
 }

 .b1 .description a.button-m {
  width: 280px;
 }

 .b2 h2 span {
  font-size: 21px;
  line-height: 27px;
 }

 .b2 .sub {
  margin-bottom: 30px;
 }

 .benefits li {
  width: 100%;
 }

 .b3 .desc i {
  float: none;
  text-align: center;
  padding-top: 10px;
 }

 .b3 .desc i:after {
  display: block;
  margin: 10px auto 20px;
 }

 .b4 h2.title {
  font-size: 26px;
  line-height: 32px;
 }

 .list-v1 li {
  width: 100%;
 }

 .list-v2 li {
  width: 100%;
 }

 .example-list li {
  width: 100%;
  padding: 0 0 50px;
 }

 .b7 h2.title span {
  font-size: 30px;
  line-height: 36px;
 }

 .list-steps li {
  width: 100%;
 }

 .list-steps .item {
  min-height: 20px;
  padding-bottom: 25px;
 }

 .b7 .alert {
  background-position: 50% 20px;
  padding: 90px 20px 20px;
  text-align: center;
 }

 .reviews .check_alert span {
  display: block;
  background-position: 50% 18px;
  padding: 50px 20px 20px;
 }

 .reviews .total {
  margin-top: 30px;
  background: url("../images/like-icon.png") 50% 20px no-repeat #f6f6f6;
  padding: 90px 15px 20px;
  text-align: center;
 }

 .order_info li {
  width: 100%;
 }

 .order_info li:after {
  display: none;
 }

 .order_info .info p {
  display: inline;
 }

}







