/* button */

.button {
  display: block;
  width: 300px;
  height: 76px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffc000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc000), to(#fddc40));
  background-image: -webkit-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
  background-image: -moz-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
  background-image: -o-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
  background-image: linear-gradient(to top, #ffc000 0%, #fddc40 100%);
  -webkit-box-shadow: 0 2px 0 #d7a200;
  -moz-box-shadow: 0 2px 0 #d7a200;
  box-shadow: 0 2px 0 #d7a200;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 76px;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.button:hover {
  background-color: #f5b800;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5b800), to(#f4d43d));
  background-image: -webkit-linear-gradient(bottom, #f5b800 0%, #f4d43d 100%);
  background-image: -moz-linear-gradient(bottom, #f5b800 0%, #f4d43d 100%);
  background-image: -o-linear-gradient(bottom, #f5b800 0%, #f4d43d 100%);
  background-image: linear-gradient(to top, #f5b800 0%, #f4d43d 100%);
}

.button:active {
  -webkit-box-shadow: 0 1px 0 #d7a200;
  -moz-box-shadow: 0 1px 0 #d7a200;
  box-shadow: 0 1px 0 #d7a200;
  top: 1px;
}

/* price */

.price_block {
  width: 300px;
  overflow: hidden;
  position: relative;
}

.price_block:before {
  display: block;
  content: '';
  border-left: 20px solid #3c3f53;
  border-top: 39px solid #77c300;
  border-bottom: 39px solid #77c300;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}

.price_block .price_item {
  float: left;
  width: 50%;
  height: 78px;
  color: #fff;
}

.price_block .price_item.old {
  padding: 17px 0 0 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background: #3c3f53;
}

.price_block .price_item.new {
  padding: 17px 0 0 25px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #77c300;
}

.price_block .price_item .text {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 14px;
}

.price_block .price_item .value {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.price_block .price_item.old .value {
  text-decoration: line-through;
}
/* offer */

.offer_section {
  padding: 75px 0 140px;
  background: #445a89 url("nh1.jpg") no-repeat center / cover;
}


.offer_section .title_block {
  margin: 0 0 20px;
  width: 460px;
  font-weight: 700;
  color: #fff;
}

.offer_section .title_block .subtitle {
  margin: 0 5px 5px;
  font-size: 34px;
  line-height: 40px;
}

.offer_section .title_block .main_title {
  font-size: 50px;
  line-height: 66px;
  color: #fff;
  text-transform: uppercase;
}

.offer_section .title_block .main_title span {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-top: 15px;
  padding: 0 5px;
}

.offer_section .description {
  margin: 0 0 40px;
  width: 460px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.offer_section ul {
  margin: 0 0 30px;
  width: 300px;
}

.offer_section ul li {
  margin: 0 0 15px;
  padding: 0 0 0 18px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
}

.offer_section ul li:last-child {
  margin: 0;
}

.offer_section ul li:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f5ca16;
  position: absolute;
  top: 8px;
  left: 0;
}

.offer_section .price_block {
  margin: 0 0 20px;
}

.offer_section .products_count {
  margin: 25px 0 0;
  width: 300px;
  color: #fff;
  text-align: center;
}

.offer_section .products_count b {
  margin: 0 6px;
  padding: 4px 8px;
  background: #77c300;
  font-size: 18px;
}
/* order */

.order_section {
  padding: 75px 0 140px;
  background: #445a89 url("nh1.jpg") no-repeat center / cover;
}

.order_section .title_block {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.order_section .subtitle {
  display: inline-block;
  vertical-align: top;
}

.order_section .main_title {
  display: inline-block;
  vertical-align: top;
    font-size: 50px;
}

.order_section .main_title span {
  padding: 0 5px;
}

.order_section .description {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.order_section .discount {
  padding: 15px 0 0;
  width: 120px;
  height: 120px;
  border: 3px solid #fc0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 178px;
  left: 428px;
}

.order_section .discount b {
  display: block;
  font-size: 38px;
  line-height: 38px;
}

.order_section .form_block {
  padding: 25px 30px;
  width: 360px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
}

.order_section .price_block {
  margin: 0 auto 20px;
}

.order_section .timer_block {
  margin: 0 auto 15px;
  width: 260px;
  text-align: center;
}

.order_section .timer_block p {
  margin: 0 0 4px;
}

.order_section .timer_block .timer_item {
  float: left;
  width: 33.333333%;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #fec104;
  position: relative;
}

.order_section .timer_block .timer_item:before {
  display: block;
  content: ':';
  width: 10px;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: -5px;
}

.order_section .timer_block .timer_item:last-child:before {
  display: none;
}

.order_section .field {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 300px;
  height: 68px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  -webkit-box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
  -moz-box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
  box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  text-align: left;
}
.form-control {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 300px;
  height: 68px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  -webkit-box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
  -moz-box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
  box-shadow: inset 0 2px 3px rgba(2, 2, 2, 0.09);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  text-align: left;
}

.order_section .field::-webkit-input-placeholder {
  opacity: 1;
  color: #222;
}

.order_section .field:-moz-placeholder {
  opacity: 1;
  color: #222;
}

.order_section .field::-moz-placeholder {
  opacity: 1;
  color: #222;
}

.order_section .field:-ms-input-placeholder {
  opacity: 1;
  color: #222;
}

.order_section .field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.order_section .field:focus:-moz-placeholder {
  opacity: 0;
}

.order_section .field:focus::-moz-placeholder {
  opacity: 0;
}

.order_section .field:focus:-ms-input-placeholder {
  opacity: 0;
}

.order_section .products_count {
  margin: 25px 0 0;
  text-align: center;
}

.order_section .products_count b {
  margin: 0 6px;
  padding: 4px 8px;
  background: #77c300;
  font-size: 18px;
  color: #fff;
}


.video-container{position: relative;width: 100%;height: 315px;}.video-container iframe{width: 100%;height: 100%;}
.clear:after, .container:after {
  clear: both
}
.header_bottom, .header_top, header, section {
  position: relative
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', Arial, Helvetica, sans-serif;}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
img {
  max-width: 100%
}
body {
  line-height: 18px;
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 300px;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  margin: auto;
  background: #fff
}
.bold, b {
  font-weight: 700
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
.clear {
  clear: both;
}
.clear:after, .clear:before, .container:after, .container:before {
  content: "";
  display: table
}
.wrap {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.container {
  max-width: 960px;
  margin: auto;
  padding: 0 10px;
  position: relative;
}
.center {
  display: table-cell;
  vertical-align: middle;
}
.inlhack {
  letter-spacing: -.36em;
  text-align: center;
}
.header_top {
  height: 75px;
  position: relative;
  background-color: #0072CE;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
}
.ht_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 10;
}
.ht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  margin-top: 5px;
}
.ht .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ht .text {
  padding-top: 15px;
  margin-left: 5px;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
.ht:first-child .text {
  padding-top: 5px;
}
.last_block h2:before {
  display: none;
}
.header_bottom {
  padding-top: 35px;
  background: url("main_bg.jpg") no-repeat top center;
  height: 782px;
}
.arrow_down {
  position: absolute;
  bottom: -30px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  background: url(arrow_down.png);
  width: 60px;
  height: 60px;
}
h1, .last_block h2 {
  font-size: 100px;
  line-height: 100px;
  color: #44494c;
  padding-bottom: 15px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
}
.last_block h2:after {
  display: none;
}
h1 b, .last_block h2 b {
  color: #0072CE;
  margin-left: -5px;
}
h1 span, .last_block h2 span {
  display: block;
  text-transform: uppercase;
  color: #44494C;
  font-size: 30px;
  line-height: 30px;
}
.main_slog {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #0072ce;
  position: relative;
  width: 480px;
}
.prod_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list {
  margin: 30px 0 0 270px;
  width: 260px;
}
.list li {
  font-size: 17px;
  line-height: 18px;
  color: #44494c;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(list.png) no-repeat;
  width: 23px;
  height: 23px;
}
.sale_block {
  background-color: rgb(255, 255, 255, 0.7);
  border: 8px solid #4F4F4F;
  -ms-flex: 0 0 375px;
  -webkit-box-flex: 0;
  flex: 0 0 375px;
  width: 375px;
  margin-left: auto;
  margin-top: -50px;
  margin-right: 10px;
}
.hurry {
  font-size: 26px;
  line-height: 30px;
  color: #44494C;
  font-weight: 600;
  text-align: center;
  background: url(hurry.png) no-repeat;
  width: 317px;
  height: 97px;
  text-transform: uppercase;
  margin: -16px auto 0;
  padding-top: 15px;
}
.sale_block_inner {
  padding-bottom: 15px;
}
/* count */

.count_title {
  font-size: 18px;
  color: #44494c;
  font-weight: bold;
  text-transform: uppercase;
}
.count {
  text-align: center;
}
.countdown {
  max-width: 310px;
  margin: auto;
  overflow: hidden;
}
.textDiv_Hours {
  top: 36px!important;
  left: 0px!important;
  width: 103.333px!important;
}
.textDiv_Minutes {
  top: 36px!important;
  left: 103px!important;
  width: 103.333px!important;
}
.textDiv_Seconds {
  top: 36px!important;
  left: 207px!important;
  width: 103.333px!important;
}
/* count */

.price {
  background: url(price.png) no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 396px;
  padding: 15px 0 0 0;
  margin-bottom: 5px;
  text-align: center;
  min-height: 88px;
  margin-left: -19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price .title {
  font-size: 16px;
  color: #363737;
  margin-bottom: 10px;
  font-weight: 600;
}
.old_price {
  margin-right: 30px;
}
.old_price .numb {
  text-decoration: line-through;
  font-size: 34px;
  color: #363737;
  font-weight: 600;
}
.new_price .numb {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.new_price .title {
  color: #fff;
  font-weight: 700;
}
.sale_form .form_row {
  text-align: center;
}
.sale_form input[type="text"], .sale_form input[type="tel"] {
  background-color: #898989;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
          box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  width: 290px;
  height: 50px;
  font-family: 'Open Sans', serif;
  border: none;
  text-align: center;
  outline: none;
  color: #ffff;
  font-weight: 600;
  border-radius: 25px;
  font-size: 16px;
  margin-bottom: 10px
}
input::-webkit-input-placeholder {
  color: #ffff;
}
input:-moz-placeholder {
  color: #ffff;
}
.secure {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #44494c;
}
.secure span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.secure span:before {
  content: '';
  background: url('secure.png') no-repeat;
  position: absolute;
  width: 15px;
  height: 19px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.btn {
  background-color: rgb(255, 224, 0);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(139, 94, 13, 0.004);
          box-shadow: 0px 1px 0px 0px rgba(139, 94, 13, 0.004);
  cursor: pointer;
  outline: none;
  font-family: 'Open Sans', serif;
  text-align: center;
  color: #332e25;
  line-height: 64px;
  font-size: 26px;
  border-radius: 35px;
  width: 318px;
  font-weight: 600;
  text-transform: uppercase;
  height: 70px;
  text-decoration: none;
  display: block;
  border: none;
  border-bottom: 1px solid #080A02;
  margin: auto;
}
canvas {
  width: 100%!important;
  height: 100%!important;
  display: block;
}
.btn:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(232,186,0) 0%, rgb(254,223,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(232,186,0) 0%, rgb(254,223,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(232,186,0) 0%, rgb(254,223,0) 100%);
  box-shadow: 0px 1px 0px 0px rgba(139, 94, 13, 0.004);

}
.btn:active {
  background: #00D7BB;
  color: #FFF;
}
.sale {
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  left: -89px;
  top: 66px;
  -webkit-transform: rotate(-17deg);
      -ms-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
.sale .numb {
  font-size: 24px;
  line-height: 24px;
  color: #2a2a2a;
  font-weight: bold;
  margin-top: 6px;
}
section {
  position: relative;
  padding: 50px 0 30px;
}
h2 {
  margin-bottom: 20px;
  color: #44484b;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  position: relative;
}
h2 span {
  color: #0072ce;
}
h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #CEC8C7;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
h2.white {
  color: #FFF;
}
h2.white:after {
  background-color: #FFF;
}
/* look */

.look {
  background: url(look_bg.jpg) no-repeat top center;
  background-size: cover;
}
.look_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.look_item {
  width: 230px;
  text-align: center;
  font-weight: bold;
  color: #44494C;
}
.look_block img {
  display: block;
  margin: 0 auto 10px;
}
/* look */

/* free */

.free {
  background: #F6F6F6;
  padding-bottom: 0;
}
.free_text:after {
  content: "";
  position: absolute;
  bottom: -48px;
  z-index: 2;
  background: url(arrow.png);
  width: 82px;
  height: 50px;
  right: -22px;
}
.free_img {
  position: relative;
  z-index: 2;
}
.free_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #44484C;
  font-weight: 600;
}
.free_text {
  -ms-flex: 0 0 485px;
  -webkit-box-flex: 0;
  flex: 0 0 485px;
  position: relative;
}
.free_img{
  flex-basis: calc(100% - 465px);
  margin: 0 10px;
  align-self: center;
}
.free_top {
  margin-bottom: 20px;
}
.free_items {
  padding: 20px 0;
  background: #FFF97F;
  position: relative;
}
.free_items:before {
  content: "";
  background: #FFF97F;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  top: 0;
}
.free_items:after {
  content: "";
  background: #FFF97F;
  position: absolute;
  width: 1000px;
  height: 100%;
  right: -1000px;
  top: 0;
}
.free_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #44484C;
}
.free_items p {
  margin-bottom: 20px;
}
.free_item .numb {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 15px;
  padding-top: 8px;
}
.free_img img {
  display: block;
}
.free_img .free_item {
  display: none;
}
/* free */

/* clear */

.clearsec {
  background: url(clear_bg.jpg) no-repeat top center;
  background-size: cover;
}
.clear_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clear_item {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 875px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px 0 20px;
  height: 215px;
  margin-bottom: 35px;
}
.clear_item img {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 20px;
  -webkit-box-shadow: 0px 14px 61px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 14px 61px 0px rgba(0, 0, 0, 0.21);
}
.clear_item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #44494C;
}
.clear_top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #50C325;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
}
.clear_top:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #50C325;
  position: absolute;
  bottom: 1px;
  left: 26px;
}
.clear_top span {
  font-weight: 800;
  font-size: 62px;
  line-height: 50px;
  margin-right: 20px;
}
.clear_item.reverse {
  margin-left: auto;
  padding: 0 20px 0 45px;
}
.clear_item.reverse img {
  -ms-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 20px;
}
.clear_item.last {
  width: auto;
  padding: 0 20px;
  background: #54CB28;
}
.clear_item.last .clear_top {
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  padding-right: 125px;
  margin-bottom: 10px;
}
.clear_bottom .btn {
  margin: 0;
  float: left;
  margin-top: 20px;
}
.clear_bottom .textDiv_Seconds {
  left: 203px!important;
}
.clear_item.last .clear_top:after {
  background: #FFF;
  width: 415px;
  bottom: -10px;
  left: 0;
}
/* clear */

/* forgot */

.forgot {
  background: #FF4C3A;
}
.forgot_item {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.forgot_block .owl-item:nth-child(even) {
  margin-top: 20px;
}
.forgot_item p {
  padding: 0 15px;
}
.forgot_item img {
  margin: 0 auto 15px;
  border-radius: 5px;
}
.owl-nav {
  position: absolute;
  width: 100%;
  top: 110px;
}
.owl-prev, .owl-next {
  text-indent: -9999px;
  width: 18px;
  height: 34px;
}
.owl-prev {
  background: url(prev.png);
  float: left;
  margin-left: -50px;
}
.owl-next {
  background: url(next.png);
  float: right;
  margin-right: -50px;
}
/* forgot */

/* why */

.why {
  padding-bottom: 0;
}
.why_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.why_item {
  text-align: center;
  width: 200px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #222222;
  font-weight: bold;
}
.bottom_button {
  background: #F6F6F6 url(why_bottom.png) top center no-repeat;
  background-size: cover;
  padding: 5px 0 15px;
}
.bb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bb_inner .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 450px;
}
.bb_inner .countdown {
  max-width: 270px;
  margin: auto 0;
  width: 100%;
}
.bb_inner .count_title {
  color: #FFF;
  text-align: right;
  line-height: 20px;
}
.bb_inner .text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 535px;
}
/* why */

/* expert */

.expert {
  background: url(expert_bg.png) no-repeat top center;
  background-size: cover;
  min-height: 715px;
  z-index: 3;
}
.expert h2 {
  text-align: left;
}
.expert h2:after {
  margin-left: 0;
  background: #0072CE;
}
.expert_block {
  position: relative;
}
.expert_text {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.702);
  width: 605px;
}
.expert_text p {
  padding: 15px 40px 15px 65px;
  font-size: 18px;
  line-height: 22px;
  color: #44484C;
  font-weight: 600;
}
.expert_text .white {
  background: #0072CE;
  color: #FFF;
  position: relative;
}
.expert_text .white b {
  font-weight: 800;
}
.expert_text .white:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  top: 0;
  background: #0072CE;
}
.expert_image {
  position: absolute;
  background: url(expert_img.png) no-repeat top center;
  width: 548px;
  height: 678px;
  right: -90px;
  top: -50px;
  z-index: 2;
}
.expert_name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #606B60;
  text-align: center;
  margin-top: 456px;
  margin-left: 40px;
}
.expert_name span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #2A362A;
}
/* expert */

/* reviews */

.reviews {
  background: url(reviews_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 200px;
  margin-top: -150px;
}
.reviews h2:after {
  background: #0072CE;
}
.rev_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 288px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 1, 0.22);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 1, 0.22);
  margin: 8px 8px 15px;
  padding: 25px 35px;
}
.rev_item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.rev_item .image {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 30px;
}
.rev_item .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #0072ce;
  position: relative;
}
.owl-item .rev_item img{
  max-width: 200px;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: initial!important;
  position: relative;
  display: block;
  z-index: 10;
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible!important;
}
.rev_item .name:after {
  content: "";
  width: 240px;
  height: 2px;
  background: #E9E9E9;
  display: block;
  margin: 20px 0;
}
.owl-dots {
  text-align: center;
  position: relative;
  z-index: 10;
  top: 10px;
}
.owl-dot {
  display: inline-block;
  background: #44484C;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
}
.owl-dot.active {
  background: #0072ce;
}
.owl-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.owl-prev {
  background: url(prev2.png);
  margin-left: -40px;
}
.owl-next {
  background: url(next2.png);
  margin-right: -40px;
}
.owl-prev:hover, .owl-next:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* reviews */

/* order */

.order {
  padding: 0;
}
.order_top {
  padding: 55px 0 0 0;
}
.order_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.order_item:not(:last-child) .image:before {
  content: '';
  position: absolute;
  right: -85px;
  top: 58px;
  background: url(order_arrow.png) no-repeat;
  width: 38px;
  height: 40px;
}
.order_item {
  margin: 0 30px 30px;
}
.order_item .image {
  position: relative;
}
.order_item img {
  margin-bottom: 20px;
  margin-left: -35px;
}
.ob_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order_bottom {
  padding: 20px 0;
  background: #44484C;
}
.ob_item {
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.ob_item span {
  color: #ffef4c;
}
.ob_item:before {
  content: '';
  position: absolute;
  right: -35px;
  top: -5%;
  height: 110%;
  width: 1px;
  background: #fff;
}
.ob_item:last-child:before {
  display: none;
}
/* order */

.expert_p, .expert_m {
  display: none!important;
}
footer {
  background: #000;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  padding: 25px 0;
  overflow: hidden;
}
footer a {
    display: block;
    color:#ccc;
    margin: 15px 0 0;
}
.last_block .btn {
  font-size: 30px;
}
.last_block .header_bottom {
  height: 797px;
  background: url(last_block.jpg) no-repeat top center;
  padding-top: 50px;
}
img.free_p {
  display: none;
}
@media (max-width:970px) {

  /* offer */

  .offer_section,
    .order_section {
    padding: 25px 0 40px;
    background: url("bm.jpg") no-repeat center / contain;
  }
  /* order */

  .order_section .title_block {
    margin: 0 0 20px;
    text-align: left;
  }

  .order_section .subtitle {
    display: block;
    margin: 0 5px 5px;
    font-size: 34px;
    line-height: 40px;
    text-transform: none;
  }

  .order_section .main_title {
    display: block;
    font-size: 66px;
    line-height: 66px;
  }

  .order_section .description {
    width: 320px;
    text-align: left;
  }

  .order_section .discount {
    display: none;
  }

  .container {
    max-width: 640px;
  }
  .ht:first-child .text {
    padding-top: 8px;
  }
  .textDiv_Hours {
    top: 33px!important;
    left: 3px!important;
    width: 88.3333px!important;
  }
  .textDiv_Minutes {
    top: 33px!important;
    left: 99px!important;
    width: 88.3333px!important;
  }
  .textDiv_Seconds {
    top: 33px!important;
    left: 192px!important;
    width: 88.3333px!important;
  }
  .arrow_down {
    display: none;
  }
  .ht .image {
    -ms-flex: 0 0 65px;
    -webkit-box-flex: 0;
    flex: 0 0 65px;
  }
  .header_top {
    height: 75px;
  }
  .ht .text {
    font-size: 14px;
    line-height: 16px;
  }
  .ht_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_slog {
    font-size: 24px;
    line-height: 26px;
  }
  h1, .last_block h2 {
    font-size: 80px;
    line-height: 76px;
  }
  .header_bottom, .last_block .header_bottom {
    padding-top: 40px;
    background: url(main_bg_p.jpg) no-repeat top center;
    height: 1006px;
  }
  .list {
    margin: 40px 0 0 auto;
  }
  .prod_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale_block {
    width: 98%;
    -ms-flex: 0 0 98%;
    -webkit-box-flex: 0;
    flex: 0 0 98%;
    margin-right: 0;
    margin-top: 320px;
  }
  .sale_block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 10px;
  }
  .hurry {
    font-size: 20px;
    line-height: 20px;
    width: 396px;
    height: 56px;
    background: url(hurry_p.png) no-repeat;
    position: absolute;
    top: -58px;
    left: 105px;
    margin: 0;
  }
  .hurry br {
    display: none;
  }
  .sbi_top {
    width: 300px;
    position: relative;
  }
  .count_title {
    font-size: 16px;
    color: #44494c;
  }
  /*  .time_circles>div {
    width: 93px !important;
    top: 36px !important;
  }
  .textDiv_Hours {
    left: 0 !important;
  }
  .textDiv_Minutes {
    left: 93px !important;
  }
  .textDiv_Seconds {
    left: 187px!important;
  } */
  .time_circles>div>h4 {
    font-size: 14px !important;
    margin: 12px 0 0 0;
  }
  .time_circles>div:before {
    top: -28px;
    width: 78px;
    height: 78px;
    left: 8px;
  }
  .countdown {
    width: 285px;
  }
  .time_circles>div>span {
    font-size: 34px !important;
    line-height: 0.38em!important;
  }
  .price .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .old_price .numb {
    font-size: 28px;
  }
  .new_price .numb {
    font-size: 34px;
  }
  .price {
    width: 317px;
    min-height: 69px;
    background-size: 100% 100%;
    margin-left: -17px;
    padding: 9px 0 0 0;
  }
  .sale_form input[type="text"], .sale_form input[type="tel"] {
    width: 250px;
    height: 45px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .secure {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .btn {
    width: 278px;
    height: 62px;
    font-size: 22px;
    line-height: 60px;
  }
  .p_btn {
    margin-right: 5px;
  }
  .list li {
    width: 280px;
    font-size: 18px;
  }
  .list li br {
    display: none;
  }
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .video-container {
    width: 100%;
    height: 270px;
  }
  .look_item {
    width: 200px;
    margin: auto;
  }
  .look .owl-nav {
    top: 85px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .free_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free_text {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    line-height: 18px;
  }
  .free_img {
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .free_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 230px;
    background: #FFF97F;
    margin: 30px 0;
  }
  .free_text:after {
    right: 0;
    left: 0;
    margin: auto;
  }
  .free_img:before {
    content: "";
    background: #FFF97F;
    position: absolute;
    width: 500px;
    height: 100%;
    left: -500px;
    top: 0;
  }
  .free_img:after {
    content: "";
    background: #FFF97F;
    position: absolute;
    width: 1000px;
    height: 100%;
    right: -1000px;
    top: 0;
  }
  .free_img img {
    width: 395px;
    margin-right: 15px;
  }
  .free_img .free_item {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #44484C;
  }
  .free_item img {
    width: auto;
    margin: 0 auto 10px;
  }
  .free_item .numb {
    padding-top: 0;
    margin-right: 0;
    text-align: center;
  }
  .free_items .free_item {
    display: none;
  }
  .free_top, .free_items {
    margin: 0;
    padding: 15px 0;
  }
  .free_items p {
    margin-bottom: 0;
  }
  .clear_top {
    font-size: 17px;
  }
  .clear_item {
    width: auto;
    padding: 0 20px 0 20px;
  }
  .clear_top:after {
    width: 90%;
  }
  .clear_item p {
    font-size: 16px;
    line-height: 18px;
  }
  .clear_top span {
    margin-right: 10px;
  }
  .clear_item.reverse {
    padding: 0 20px 0 20px;
  }
  .clear_item.last .clear_top {
    font-size: 18px;
    line-height: 18px;
    padding-right: 0;
  }
  .clear_item.last .clear_top:after {
    width: 100%;
  }
  .clear_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .clear_bottom .btn {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin: 0;
  }
  .clear_item.last {
    height: 225px;
  }
  .clear_bottom .textDiv_Hours {
    top: 25px!important;
    left: -8px!important;
  }
  .clear_bottom .textDiv_Minutes {
    top: 25px!important;
    left: 67px!important;
  }
  .clear_bottom .textDiv_Seconds {
    top: 25px!important;
    left: 139px!important;
  }
  .clear_bottom .time_circles>div>span {
    font-size: 30px !important;
  }
  .clear_bottom .time_circles>div>h4 {
    font-size: 10px !important;
  }
  .clear_bottom .countdown {
    width: 220px;
    margin: 2px 0;
  }
  .forgot_item {
    width: 190px;
    margin: auto;
  }
  .forgot_item p {
    padding: 0;
  }
  .why_item {
    width: 220px;
  }
  .expert_text p {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .expert h2 {
    text-align: center;
  }
  .expert h2:after {
    margin-left: auto;
  }
  p.expert_first {
    font-size: 18px;
    line-height: 22px;
  }
  .expert_text {
    position: relative;
    border-radius: 5px 0 0 5px;
    width: 350px;
  }
  .expert_text:before {
    display: none;
  }
  .expert_text .white:before {
    display: none;
  }
  .expert_image {
    background: url(expert_img2.png);
    width: 349px;
    height: 624px;
    background-size: cover;
    right: -33px;
    top: -26px;
  }
  .expert_name {
    margin-top: 418px;
    margin-right: 45px;
    line-height: 18px;
  }
  .expert_block {
    margin-top: 30px;
  }
  .rev_item .name {
    font-size: 20px;
    line-height: 22px;
  }
  .rev_item .name:after {
    margin: 10px 0;
  }
  .rev_item .text {
    font-size: 16px;
    line-height: 18px;
  }
  .rev_item {
    padding: 15px;
  }
  .rev_item .image {
    margin-right: 15px;
  }
  .order_block {
    font-size: 17px;
    line-height: 20px;
  }
  .order_item {
    margin-left: 0;
    margin-right: 0;
    width: 33%;
  }
  .ob_item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 115px;
  }
  .order_item:not(:last-child) .image:before {
    right: -25px;
  }
  .order_item br {
    display: none;
  }
  .ob_item:before {
    width: 430px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -10px;
    margin: auto;
    height: 1px;
  }
  .ob_item:last-child {
    margin-bottom: 0;
  }
  .ob_item br {
    display: none;
  }
  .sale {
    font-size: 16px;
    line-height: 16px;
    left: 20px;
    top: 85px;
  }
  .sale .numb {
    font-size: 20px;
    line-height: 20px;
  }
}
img.free_m {
  display: none;
}
img.forgot_m {
  display: none !important;
}
h2.hidden {
  display: none;
}
@media (max-width: 665px) {
  /* offer */

  .offer_section {
    padding: 20px 0 30px;
    background-image: url("mobile__offer_bg.jpg");
    background-position-y: -20px; 
    background-color: #646a8a;
  }

  .offer_section .title_block {
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
  }

  .offer_section .title_block .subtitle {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .offer_section .title_block .main_title {
    font-size: 42px;
    line-height: 42px;
  }

  .offer_section .description {
    margin: 0 0 340px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .offer_section ul {
    margin: 0 0 20px;
  }
  /* order */

  .order_section {
    padding: 20px 0 30px;
    background-image: url("mobile__offer_bg.jpg");
    background-position-y: -20px;
    background-color: #646a8a;
  }

  .order_section .title_block {
    margin: 0 0 15px;
    text-align: center;
  }

  .order_section .subtitle {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .order_section .main_title {
    font-size: 42px;
    line-height: 42px;
  }

  .order_section .description {
    margin: 0 0 350px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .order_section .form_block {
    margin-left: -10px;
    padding: 10px 10px 25px;
    width: 320px;
  }

  .wrap {
    width: 420px;
    margin: auto;
  }
  .textDiv_Hours {
    top: 28px!important;
    left: -9px!important;
    width: 103.333px!important;
  }
  .textDiv_Minutes {
    top: 28px!important;
    left: 76px!important;
    width: 103.333px!important;
  }
  .textDiv_Seconds {
    top: 28px!important;
    left: 159px!important;
    width: 103.333px!important;
  }
  .container {
    max-width: 300px;
  }
  .header_top {
    display: none;
  }
  .header_bottom, .last_block .header_bottom {
    padding-top: 40px;
    background: url(main_bg_m.jpg) no-repeat top center;
    height: 1156px;
    overflow: hidden;
  }
  h1, .last_block h2 {
    font-size: 60px;
    line-height: 60px;
  }
  h1 span, .last_block h2 span {
    font-size: 20px;
    line-height: 22px;
  }
  .free_text:after {
    background: url(arrow2.png);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    height: 48px;
  }
  .sale {
    font-size: 12px;
    line-height: 12px;
    left: -25px;
    top: 227px;
  }
  .sale .numb {
    font-size: 18px;
    line-height: 14px;
  }
  .main_slog {
    font-size: 17px;
    line-height: 22px;
    width: auto;
  }
  .list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .list {
    margin: 40px 0 0 0;
  }
  .list ul:before {
    display: none;
  }
  .sale_block {
    width: 270px;
    -ms-flex: 0 0 270px;
    -webkit-box-flex: 0;
    flex: 0 0 270px;
    margin: 330px auto 0;
  }
  .sale_block_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .sbi_top {
    width: 100%;
    background: none;
  }
  .hurry {
    font-size: 22px;
    line-height: 22px;
    color: #44494C;
    font-weight: 600;
    text-align: center;
    background: url(hurry.png) no-repeat;
    width: 243px;
    height: 69px;
    background-size: 100% 100%;
    text-transform: uppercase;
    margin: -54px auto 0;
    padding-top: 8px;
    position: static;
  }
  .countdown {
    width: auto;
  }
  .count_title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .time_circles>div>span {
    font-size: 38px !important;
  }
  .time_circles>div>h4 {
    margin-top: 14px;
    font-size: 12px!important;
  }
  .price {
    width: 282px;
    margin-left: -14px;
    min-height: 80px;
    padding: 12px 0 0 0;
    margin-top: -2px;
  }
  .price .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .old_price .numb {
    font-size: 30px;
  }
  .new_price .numb {
    font-size: 34px;
  }
  .p_btn {
    margin-right: 0;
    width: 100%;
  }
  .sale_form input[type="text"], .sale_form input[type="tel"] {
    width: 220px;
    height: 36px;
    font-size: 11px;
    font-weight: 600;
  }
  .btn {
    width: 230px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
  }
  .secure span {
    padding-left: 5px;
  }
  .secure {
    font-size: 11px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h2 br {
    display: none;
  }
  .look {
    background: url(look_bg_m.jpg) no-repeat top center;
    background-size: cover;
  }
  .free .stitle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free .sslog {
    border: none;
    margin-top: 15px;
    text-align: center;
    padding: 0;
  }
  .free_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free_text {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding-right: 0;
  }
  img.free_m {
    display: block;
  }
  img.free_p {
    display: none;
  }
  .free .container{
    width: 100%;
    max-width: 100%;
  }
  .free_img .free_item{
    display: none !important;
  }
  .free_img {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
            flex-direction: column;
    margin-left: 0;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    background: none;
  }
  .free_img img {
    width: 100%;
    margin-right: 0;
  }
  .free_top {
    margin: 0;
    padding: 10px 0;
    position: relative;
  }
  .free_items {
    padding-bottom: 0;
  }
  .free_item .numb {
    margin-right: 15px;
  }
  .free_items .free_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 0;
    background: #F6F6F6;
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
  }
  .free_items .free_item:before {
    content: "";
    background: #F6F6F6;
    position: absolute;
    width: 500px;
    height: 100%;
    left: -500px;
    top: 0;
    z-index: 10;
  }
  .free_items .free_item:after {
    content: "";
    background: #F6F6F6;
    position: absolute;
    width: 500px;
    height: 100%;
    right: -500px;
    top: 0;
    z-index: 10;
  }
  .clear_item {
    width: 240px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .clear_item.reverse {
    padding: 10px;
  }
  .clear_top {
    font-size: 15px;
    line-height: 18px;
  }
  .clear_item.reverse img {
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .clear_item img{
    margin: 0 -40px 15px !important;
    width: calc(100% + 80px);
  }
  .clear_top:after {
    width: 87%;
  }
  .forgot_item {
    width: 100%;
  }
  .clear_top span {
    margin-top: 15px;
  }
  .clear_item p {
    padding: 0 10px;
  }
  .clear_item.last {
    height: auto;
    width: 228px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    padding: 10px;
    display: block;
  }
  .clear_item.last .clear_top {
    text-align: center;
    line-height: 20px;
  }
  .clear_item.last .clear_top:after {
    width: 100%;
  }
  .clear_bottom .textDiv_Hours {
    top: 25px!important;
    left: -15px!important;
  }
  .clear_bottom .textDiv_Minutes {
    top: 25px!important;
    left: 59px!important;
  }
  .clear_bottom .textDiv_Seconds {
    top: 25px!important;
    left: 132px!important;
  }
  .clear_bottom .time_circles>div>h4 {
    margin-top: 11px;
  }
  .clear_bottom .btn {
    width: 210px;
  }
  .clear_item img {
    margin: 0 0 15px -18px;
    max-width: none;
  }
  .clear_item.last img {
    margin-left: -25px;
  }
  .forgot_block .owl-item:nth-child(even) {
    margin-top: 0;
  }
  img.forgot_d {
    display: none!important;
  }
  img.forgot_m {
    display: block!important;
  }
  .owl-next {
    margin-right: 0;
  }
  .owl-prev {
    margin-left: 0;
  }
  .owl-nav {
    top: 90px;
  }
  .btn2 {
    margin: 0;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bottom_button {
    padding: 10px 0;
  }
  .size {
    background: url(size_bg_m.jpg) no-repeat top center;
    height: auto;
    background-size: cover;
  }
  .size_block {
    width: 100%;
  }
  .size_block .size_item:last-child .size_bottom {
    padding-right: 0;
  }
  .size_item {
    text-align: center;
  }
  .size_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 36px;
  }
  .size_top .image {
    position: static;
    width: 100%;
    margin: 0 0 10px;
  }
  .size h2 {
    display: none;
  }
  h2.hidden {
    display: block!important;
  }
  .size h2.hidden br {
    display: inline-block!important;
  }
  .expert h2:after {
    margin-left: auto;
  }
  .expert h2 {
    text-align: center;
  }
  .expert_image {
    background: url(expert_img3.png);
    width: 350px;
    height: 349px;
    margin-left: -36px;
    position: relative;
    z-index: 10;
    right: 0;
    top: 0;
  }
  .expert_name {
    font-size: 14px;
    line-height: 20px;
    padding: 211px 50px 0;
    margin: 0;
  }
  p.expert_first {
    padding-left: 0;
    text-align: center;
  }
  .expert_name span {
    font-size: 20px;
  }
  .expert_block {
    margin-top: 0;
  }
  .expert_text {
    padding: 40px 0 0 0;
    width: 100%;
    border-radius: 10px;
    margin-top: -90px;
  }
  .reviews {
    margin-top: 0;
    padding-top: 50px;
  }
  .rev_item {
    min-height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rev_item .image {
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rev_item .text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rev_item .name {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .reviews .owl-next {
    margin-right: -30px;
  }
  .reviews .owl-prev {
    margin-left: -30px;
  }
  .reviews .owl-nav {
    top: 100px;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  .order h2 b {
    display: none;
  }
  .order_item {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .order_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_item:not(:last-child) .image:before {
    display: none;
  }
  .order_item br {
    display: none;
  }
  .ob_item {
    padding: 0;
    line-height: 20px;
  }
  .ob_item:before {
    width: 220px;
  }
  .ob_item span {
    display: block;
  }
}