.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
}
* {
  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: 360px;
  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
}
.img_banner {
    display:block;
    width:600px;
}
.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: rgb(255, 75, 57);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-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: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  z-index: 10;
}
.ht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-transform: uppercase;
  margin-top: 5px;
}
.ht .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.ht .text {
  padding-top: 15px;
  margin-left: 5px;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
.last_block h2:before {
  display: none;
}
.header_bottom {
  padding-top: 78px;
  background: url("../img/main_bg.jpg") no-repeat top center;
  height: 839px;
}
.arrow_down {
  position: absolute;
  bottom: -30px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/arrow_down.png);
  width: 60px;
  height: 60px;
}
.main_title {
  text-align: center;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
h1, .last_block h2 {
  font-size: 100px;
  line-height: 100px;
  color: #44494C;
  text-align: center;
}
h1 b, .last_block h2 b {
  position: relative;
  display: inline-block;
}
h1 b:before, .last_block h2 b:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 8px;
  background: url(../img/h1.png) no-repeat;
  width: 88px;
  height: 32px;
}
.last_block h2:after {
  display: none;
}
.main_slog {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: #44494c;
  position: relative;
  text-transform: uppercase;
  width: 520px;
}
.prod_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
.list {
  margin: 50px 0 0 0;
}
.list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list li {
  font-size: 17px;
  line-height: 18px;
  color: #44494c;
  width: 265px;
  font-weight: 600;
  position: relative;
  margin-bottom: 22px;
  padding-left: 30px;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../img/list.png) no-repeat;
  width: 23px;
  height: 23px;
}
.sale_block {
  background-color: rgb(0, 0, 0, 0.29);
  border: 8px solid #EBE9E7;
  -ms-flex: 0 0 375px;
  -webkit-box-flex: 0;
          -webkit-flex: 0 0 375px;
          -moz-box-flex: 0;
          flex: 0 0 375px;
  width: 375px;
  margin-left: auto;
  margin-top: -70px;
  margin-right: 10px;
}
.hurry {
  font-size: 26px;
  line-height: 30px;
  color: #44494C;
  font-weight: 600;
  text-align: center;
  background: url(../img/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;
}
.sale_block_inner .countdown {
  max-width: 310px;
  margin: auto;
}
.sale_block_inner .textDiv_Hours {
  top: 36px!important;
  left: 0px!important;
  width: 103.333px!important;
}
.sale_block_inner .textDiv_Minutes {
  top: 36px!important;
  left: 103px!important;
  width: 103.333px!important;
}
.sale_block_inner .textDiv_Seconds {
  top: 36px!important;
  left: 207px!important;
  width: 103.333px!important;
}
/* count */

.price {
  background: url(../img/price.png) no-repeat top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  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;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center;
}
.price .title {
  font-size: 16px;
  color: #750302;
  margin-bottom: 10px;
  font-weight: 600;
}
.old_price {
  margin-right: 30px;
}
.old_price .numb {
  text-decoration: line-through;
  font-size: 34px;
  color: #750302;
  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: rgb(255, 255, 255);
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  -moz-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: #44494c;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  margin-bottom: 10px
}
input::-webkit-input-placeholder {
  color: #44494c;
}
input:-moz-placeholder {
  color: #44494c;
}
.secure {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #FFF;
}
.secure span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.secure span:before {
  content: '';
  background: url('../img/secure.png') no-repeat;
  position: absolute;
  width: 15px;
  height: 19px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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);
  -moz-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;
  text-align: center;
  color: #332e25;
  line-height: 70px;
  font-size: 26px;
  font-weight: 600;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  width: 318px;
  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: -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%);
}
.btn:active {
  background-image: none;
  background: #00D7BB;
  color: #FFF;
}
.sale {
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  left: 422px;
  top: 262px;
  -webkit-transform: rotate(8deg);
          -moz-transform: rotate(8deg);
          -ms-transform: rotate(8deg);
          -o-transform: rotate(8deg);
          transform: rotate(8deg);
}
.sale .numb {
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2a;
  font-weight: bold;
  margin-top: 5px;
}
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: #FF4C3A;
}
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(../img/look_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video-container {
  background-color: rgb(0, 0, 0);
  width: 810px;
  height: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.thumb2 {
  z-index: 3;
}
.video-container iframe {
  width: 100%;
  height: 100%
}
.youtube .play {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 84px;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 84px;
  background: url("../img/play.png") no-repeat;
}


.slider_item img {
  margin: auto;
  -webkit-border-radius:  5px;
          -moz-border-radius:  5px;
          border-radius:  5px;
          -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 1, 0.1);
          -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 1, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 1, 0.1);
}
.slider {
  margin-top: 30px;
}

.slider .owl-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider .owl-next {
  background: url(../img/next2.png);
}

.slider .owl-prev {
  background: url(../img/prev2.png);
}
/* look */

/* free */

.free {
  background: #F6F6F6;
  padding-bottom: 0;
}
.free_text:after {
  content: "";
  position: absolute;
  bottom: -48px;
  z-index: 2;
  background: url(../img/arrow.png);
  width: 82px;
  height: 50px;
  right: 0;
}
.free h2 {
  text-align: left;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 0;
  margin-right: 25px;
}
.free h2:after {
  display: none;
}
.free .stitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.free .sslog {
  font-size: 18px;
  line-height: 24px;
  color: #2F2F31;
  border-left: 2px solid #FF4C3A;
  padding-left: 25px;
}
.free_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
          -moz-box-align: end;
          align-items: flex-end;
}
.free_text {
  -ms-flex: 0 0 505px;
  -webkit-box-flex: 0;
          -webkit-flex: 0 0 505px;
          -moz-box-flex: 0;
          flex: 0 0 505px;
  font-size: 16px;
  line-height: 24px;
  color: #44484C;
  font-weight: 600;
  position: relative;
}
.free_top {
  margin-bottom: 20px;
}
.free_items {
  padding: 28px 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: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.free_item:last-child {
  margin-bottom: 0;
}
.free_item .numb {
  -ms-flex: 0 0 70px;
  -webkit-box-flex: 0;
          -webkit-flex: 0 0 70px;
          -moz-box-flex: 0;
          flex: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center;
  width: 70px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 1, 0.34);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 1, 0.34);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 1, 0.34);
  height: 70px;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  color: #44484C;
  font-weight: 600;
  margin-right: 15px;
  border: 3px solid #FF4C3A;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.free_img {
  -ms-flex: 0 0 645px;
  -webkit-box-flex: 0;
          -webkit-flex: 0 0 645px;
          -moz-box-flex: 0;
          flex: 0 0 645px;
  position: relative;
  z-index: 2;
}
.free_img img {
  display: block;
}
/* free */

/* 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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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(../img/prev.png);
  float: left;
  margin-left: -50px;
}
.owl-next {
  background: url(../img/next.png);
  float: right;
  margin-right: -50px;
}
/* forgot */

/* why */

.why {
  padding-bottom: 0;
}
.why_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.why_item {
  text-align: center;
  width: 260px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #222222;
  font-weight: bold;
}
.bottom_button {
  background: #F6F6F6 url(../img/why_bottom.png) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5px 0 15px;
}
.bb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center;
}
.bb_inner .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-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;
}
.btn2 {
  width: 320px;
  height: 70px;
  margin: 0 15px 0 0;
}
/* why */

/* size */

.size {
  background: url(../img/size_bg.jpg) no-repeat top center;
  height: 635px;
  padding-bottom: 0;
}
.size h2 {
  text-align: left;
}
.size h2:after {
  margin-left: 0;
}
.size_block {
  width: 500px;
}
.size_block .size_item:first-child {
  padding-right: 50px;
}
.size_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
  font-size: 64px;
  font-weight: 600;
  color: #FF4C3A;
  margin-bottom: 10px;
}
.size_top .image {
  width: 228px;
  margin-left: -85px;
  margin-right: 15px;
  text-align: center;
}
.size_numb b {
  font-weight: 800;
}
.size_bottom {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #44484C;
}
.size_item {
  margin-bottom: 10px;
}
/* size */

/* expert */

.expert {
  background: url(../img/expert_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 670px;
}
.expert h2 {
  text-align: left;
}
.expert h2:after {
  margin-left: 0;
  background: #FF4C3A;
}
.expert_block {
  position: relative;
}
.expert_text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.702);
  width: 605px;
  padding: 25px 0 15px 0;
}
.expert_text p {
  padding: 15px 40px 15px 65px;
  font-size: 18px;
  line-height: 24px;
  color: #44484C;
  font-weight: 600;
}
.expert_text .white {
  background: #FF4C3A;
  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: #FF4C3A;
}
.expert_image {
  position: absolute;
  background: url(../img/expert_img.png) no-repeat top center;
  width: 548px;
  height: 678px;
  right: -179px;
  top: -165px;
  z-index: 2;
}
.expert_name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #606B60;
  text-align: center;
  margin-top: 548px;
  margin-right: 95px;
}
.expert_name span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  color: #2A362A;
}
/* expert */

/* reviews */

.reviews {
  background: #FFF97F;
}
.rev_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #FFFFFF;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 288px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 1, 0.22);
  -moz-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;
}
.reviews_block .owl-prev, .reviews_block .owl-next {
  margin-left: 0;
  margin-right: 0;
}
.rev_item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.rev_item .image {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 30px;
}
.rev_item .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #ff4c3a;
  position: relative;
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 8px;
}
.owl-dot.active {
  background: #FE4C3A;
}
.reviews .owl-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reviews .owl-prev {
  background: url(../img/prev2.png);
  margin-left: -40px;
}
.reviews .owl-next {
  background: url(../img/next2.png);
  margin-right: -40px;
}
/* reviews */

/* order */

.order {
  padding: 0;
}
.order_top {
  padding: 55px 0 0 0;
}
.order_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: #000000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.order_item:not(:last-child) .image:before {
  content: '';
  position: absolute;
  right: -85px;
  top: 58px;
  background: url(../img/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: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-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: 22px;
  padding: 25px 0;
  overflow: hidden;
}
footer img {
  display: block;
  margin: 0 auto 10px;
}
footer a {
  color: #ccc;
}
.last_block .btn {
  font-size: 30px;
}
.last_block .header_bottom {
  height: 785px;
}
img.free_p {
  display: none;
}
@media (max-width:970px) {
  .container {
    max-width: 640px;
  }
  .sale_block_inner .textDiv_Hours {
    top: 31px!important;
    left: 0px!important;
    width: 88.3333px!important;
  }
  .sale_block_inner .textDiv_Minutes {
    top: 31px!important;
    left: 88px!important;
    width: 88.3333px!important;
  }
  .sale_block_inner .textDiv_Seconds {
    top: 31px!important;
    left: 177px!important;
    width: 88.3333px!important;
  }
  .arrow_down {
    display: none;
  }
  .ht .image {
    -ms-flex: 0 0 65px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -moz-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;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .main_slog {
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
  h1, .last_block h2 {}
  .main_title {
    width: 100%;
    margin-bottom: 15px;
  }
  .header_bottom {
    padding-top: 55px;
    background: url(../img/main_bg_p.jpg) no-repeat top center;
    height: 948px;
  }
  .last_block .header_bottom {
    height: 936px;
  }
  .list {
    margin: 33px 0 0 0;
  }
  .prod_block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale_block {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            flex: 0 0 100%;
    margin-right: 0;
    margin-top: 250px;
  }
  .sale_block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            justify-content: space-between;
  }
  .hurry {
    font-size: 20px;
    line-height: 20px;
    width: 266px;
    height: 66px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: -13px auto 0;
    padding-top: 11px;
  }
  .sbi_top {
    width: 300px;
    background-color: rgba(0, 0, 0, 0.439);
  }
  .count_title {
    font-size: 14px;
    color: #FFF;
  }
  /*  .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: 265px;
  }
  .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;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: -9px;
    padding: 9px 0 0 0;
  }
  .sale_form input[type="text"], .sale_form input[type="tel"] {
    width: 268px;
    height: 45px;
    margin-bottom: 8px;
  }
  .btn {
    width: 268px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
  }
  .p_btn {
    margin-right: 15px;
  }
  .list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .list ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 120px;
    top: -5px;
    background: #FF4B39;
  }
  .list li {
    width: 280px;
  }
  .list li br {
    display: none;
  }
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .video-container {
    width: 100%;
    height: 270px;
  }
  .free h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .free .sslog {
    font-size: 16px;
    line-height: 18px;
  }
  .free_text {
    -ms-flex: 0 0 355px;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 355px;
            -moz-box-flex: 0;
            flex: 0 0 355px;
    font-size: 16px;
    line-height: 18px;
    padding-right: 15px;
  }
  .free_top {
    margin-bottom: 10px;
  }
  .free_items {
    padding: 20px 0;
  }
  .free_item {
    margin-bottom: 20px;
  }
  img.free_d {
    display: none;
  }
  img.free_p {
    display: block;
  }
  .free_img {
    -ms-flex: 0 0 430px;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 430px;
            -moz-box-flex: 0;
            flex: 0 0 430px;
  }
  .forgot_item {
    width: 190px;
    margin: auto;
  }
  .forgot_item p {
    padding: 0;
  }
  .bb_inner .count {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            justify-content: center;
    width: 280px;
  }
  .bb_inner .count_title {
    text-align: center;
    font-size: 16px;
  }
  .bb_inner .countdown {
    margin-top: -5px;
  }
  .bb_inner .count_title br {
    display: none;
  }
  .bottom_button {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 5px;
  }
  .size h2 {
    text-align: center;
  }
  .size h2 br {
    display: none;
  }
  .size h2:after {
    margin-left: auto;
  }
  .size_block {
    width: 260px;
  }
  .size_block .size_item:first-child {
    padding-right: 0;
  }
  .size_top {
    font-size: 48px;
    line-height: 78px;
    position: relative;
  }
  .size_top .image {
    position: absolute;
    right: -130px;
    top: 17px;
  }
  .size_block .size_item:last-child .size_top .image {
    top: 10px;
  }
  .size_block .size_item:last-child .size_bottom {
    padding-right: 20px;
  }
  .size {
    background: url(../img/size_bg_p.jpg) no-repeat top center;
    height: 624px;
  }
  .expert_text p {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 20px 15px 0;
  }
  .expert_text {
    width: 325px;
  }
  .expert_text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 15px 0 5px 0;
  }
  .expert_text:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.702);
    width: 500px;
    height: 100%;
    left: -500px;
    top: 0;
  }
  .expert_image {
    background: url(../img/expert_img2.png);
    width: 493px;
    height: 618px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    right: -163px;
    top: -105px;
  }
  .expert_name {
    margin-top: 490px;
    margin-right: 55px;
  }
  .rev_item .name {
    font-size: 20px;
    line-height: 22px;
  }
  .rev_item .name:after {
    margin: 15px 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 {
    left: 510px;
    top: 216px;
    -webkit-transform: rotate(12deg);
            -moz-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
            -o-transform: rotate(12deg);
            transform: rotate(12deg);
  }
}
img.free_m {
  display: none;
}
img.forgot_m {
  display: none !important;
}
h2.hidden {
  display: none;
}
@media (max-width: 665px) {
  .wrap {
    width: 100%;
    margin: auto;
  }
  .sale_block_inner .textDiv_Hours {
    top: 36px!important;
    left: 0px!important;
    width: 103.333px!important;
  }
  .sale_block_inner .textDiv_Minutes {
    top: 36px!important;
    left: 103px!important;
    width: 103.333px!important;
  }
  .sale_block_inner .textDiv_Seconds {
    top: 36px!important;
    left: 207px!important;
    width: 103.333px!important;
  }
  .container {
    max-width: 300px;
  }
  .header_top {
    display: none;
  }
  .header_bottom {
    padding-top: 35px;
    background: url(../img/main_bg_m.jpg) no-repeat top center;
    height: 1079px;
    overflow: hidden;
  }
  .last_block .header_bottom {
    height: 1075px;
  }
  h1, .last_block h2 {
    font-size: 44px;
    line-height: 60px;
  }
  h1 b:before, .last_block h2 b:before {
    width: 41px;
    height: 15px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    top: -5px;
    left: 4px;
  }
  .free_text:after {
    background: url(../img/arrow2.png);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    height: 48px;
  }
  .main_title {
    padding-bottom: 10px;
  }
  .main_slog {
    font-size: 19px;
    line-height: 20px;
  }
  .list li:before {
    background: url(../img/list_white.png);
  }
  .list li:nth-child(2) {
    display: none;
  }
  .list li {
    color: #FFF;
    width: 100%;
    margin-bottom: 15px;
  }
  .list {
    margin: 60px 0 0 0;
  }
  .list ul:before {
    display: none;
  }
  .sale_block {
    width: 370px;
    -ms-flex: 0 0 370px;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 370px;
            -moz-box-flex: 0;
            flex: 0 0 370px;
    margin-left: -45px;
    background-color: rgba(0, 0, 0, 0.439);
    margin-top: 165px;
  }
  .sale_block_inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .sbi_top {
    width: 100%;
    background: none;
  }
  .hurry {
    width: 291px;
    height: 89px;
    font-size: 24px;
    line-height: 28px;
    margin: -15px auto 0;
  }
  .countdown {
    width: auto;
  }
  .count_title {
    margin-bottom: 0;
    font-size: 17px;
  }
  .time_circles>div>span {
    font-size: 44px !important;
  }
  .time_circles>div>h4 {
    margin-top: 15px;
  }
  .price {
    -webkit-flex: 0 0 392px;
        -ms-flex: 0 0 392px;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            flex: 0 0 392px;
    width: 392px;
    margin-left: -19px;
    min-height: 88px;
    padding: 15px 0 0 0;
    margin-top: -5px;
  }
  .price .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .old_price .numb {
    font-size: 34px;
  }
  .new_price .numb {
    font-size: 40px;
  }
  .p_btn {
    margin-right: 0;
    width: 100%;
  }
  .sale_form input[type="text"], .sale_form input[type="tel"] {
    width: 282px;
  }
  .btn {
    width: 282px;
  }
  .sale_block_inner .countdown {
    margin-top: -5px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h2 br {
    display: none;
  }
  .video-container {
    width: 420px;
    margin-left: -70px;
    height: 220px;
  }
  .free h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
  }
  .free h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #FF4C3A;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .free .stitle {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free .sslog {
    border: none;
    margin-top: 15px;
    text-align: center;
    padding: 0;
  }
  .free_block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free_text {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            flex: 0 0 100%;
    padding-right: 0;
  }
  img.free_m {
    display: block;
  }
  img.free_p {
    display: none;
  }
  .free_img {
    -ms-flex: 0 0 420px;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 420px;
            -moz-box-flex: 0;
            flex: 0 0 420px;
    margin-left: -70px;
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            -webkit-order: -1;
            -moz-box-ordinal-group: 0;
            order: -1;
  }
  .free_top {
    background: #FFF97F;
    margin: 0;
    padding: 10px 0;
    position: relative;
  }
  .free_top:before {
    content: "";
    background: #FFF97F;
    position: absolute;
    width: 500px;
    height: 100%;
    left: -500px;
    top: 0;
  }
  .free_top:after {
    content: "";
    background: #FFF97F;
    position: absolute;
    width: 1000px;
    height: 100%;
    right: -1000px;
    top: 0;
  }
  .free_items {
    background: none;
  }
  .free_items:before, .free_items:after {
    display: none;
  }
  .free_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free_item .numb {
    width: 58px;
    -ms-flex: 0 0 58px;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 58px;
            -moz-box-flex: 0;
            flex: 0 0 58px;
    height: 58px;
    line-height: 58px;
    font-size: 34px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .forgot_item {
    width: 100%;
  }
  .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: -30px;
  }
  .owl-prev {
    margin-left: -30px;
  }
  .owl-nav {
    top: 90px;
  }
  .btn2 {
    margin: 0;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            -webkit-order: 2;
            -moz-box-ordinal-group: 3;
            order: 2;
  }
  .bottom_button {
    padding: 10px 0;
  }
  .size {
    background: url(../img/size_bg_m.jpg) no-repeat top center;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    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;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-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 {
    padding-bottom: 0;
  }
  .expert h2:after {
    margin-left: auto;
  }
  .expert h2 {
    text-align: center;
  }
  .expert_image {
    background: url(../img/expert_img3.png);
    width: 353px;
    height: 438px;
    margin-left: -36px;
    position: static;
  }
  .expert_name {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    padding-top: 317px;
    margin-right: 0;
  }
  .expert_name span {
    font-size: 20px;
  }
  .expert_text {
    padding: 0;
    width: 100%;
    background-color: #C7C7C7;
    margin-top: -25px;
  }
  .expert_text p {
    padding-right: 0;
  }
  .expert_text .white:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 100%;
    right: -500px;
    top: 0;
    z-index: 2;
    background: #FF4C3A;
  }
  .expert_text:before {
    background-color: #C7C7C7;
  }
  .expert_text:after {
    content: "";
    position: absolute;
    background-color: #C7C7C7;
    width: 500px;
    height: 100%;
    right: -500px;
    top: 0;
  }
  .reviews h2 {
    display: none;
  }
  .reviews h2:after {
    background: #FF4C3A;
  }
  .rev_item {
    min-height: auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            justify-content: center;
  }
  .rev_item .image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rev_item .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            justify-content: center;
    text-align: center;
  }
  .rev_item .name {
    font-size: 22px;
    line-height: 24px;
  }
  .reviews .owl-next {
    margin-right: -30px;
  }
  .reviews .owl-prev {
    margin-left: -30px;
  }
  .reviews .owl-nav {
    top: 100px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-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;
    -webkit-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;
  }
}.articles {
    padding: 60px 0; /* Отступ сверху и снизу */
    background-color: #f8f8f8; /* Светлый фон для выделения секции */
}

.articles h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #333;
}

.articles h2 span {
    color: #ff5722; /* Используем ваш фирменный цвет, если он такой же, как у других секций */
}

.articles_block {
    display: flex; /* Используем флексбокс для расположения статей в ряд */
    justify-content: space-between; /* Распределение пространства между элементами */
    gap: 20px; /* Расстояние между статьями */
    flex-wrap: wrap; /* Разрешаем перенос на новую строку на маленьких экранах */
}

.article_item {
    display: block;
    flex-basis: calc(33.333% - 20px); /* Три статьи в ряд с учетом gap */
    text-decoration: none; /* Убираем подчеркивание у ссылок */
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden; /* Обрезаем, чтобы изображение вписалось в border-radius */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article_item:hover {
    transform: translateY(-5px); /* Легкий эффект при наведении */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.article_image {
    width: 100%;
    height: 200px; /* Фиксированная высота для изображений */
    overflow: hidden;
}

.article_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Изображение будет покрывать всю область без искажений */
}

.article_content {
    padding: 15px;
}

.article_content h3 {
    font-size: 18px;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 45px; /* Чтобы все заголовки были одинаковой высоты */
}

.article_content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.read_more {
    font-size: 14px;
    color: #ff5722;
    font-weight: bold;
}

/* Адаптация для экранов поменьше (например, планшетов) */
@media (max-width: 992px) {
    .article_item {
        flex-basis: calc(50% - 10px); /* Две статьи в ряд */
        margin-bottom: 20px;
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 576px) {
    .article_item {
        flex-basis: 100%; /* Одна статья в ряд */
    }
}
header {
    /* Задаем минимальную высоту, чтобы шапка была видна.
       Вы можете настроить это значение под свой контент. */
    min-height: 400px;
    
    /* Делаем позицию относительной, чтобы спозиционировать
       фоновое изображение внутри */
    position: relative;
    
    /* Гарантируем, что содержимое не будет выходить за рамки */
    overflow: hidden; 
}
.header_background {
    /* Фоновый блок занимает всю шапку */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Убеждаемся, что фоновый блок находится позади основного контента */
    z-index: 1; 
}

.header_background img {
    /* Изображение занимает всю ширину и высоту родительского блока */
    width: 100%;
    height: 100%;
    
    /* object-fit: cover - ключевой стиль: 
       он гарантирует, что изображение покроет весь контейнер, 
       обрезая лишнее, но не искажая пропорции. */
    object-fit: cover;
    
    /* Центрируем изображение, чтобы важные части были видны */
    object-position: center; 
}
    @media screen and (max-width: 600px) {
    .img_banner {
        display:block;
        width: 100%;
        height: auto;
    }

    #target-block {
        width: 100%;
    }
}