* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Cuprum', sans-serif;
}

.wrapper {
  max-width: 420px;
  overflow: hidden;
  margin: 0 auto;
}

header {
  background: #fff;
  padding: 5px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_phone {
  background: url("../img/phone.png") center center/contain no-repeat;
  padding: 7px;
  margin-right: 5px;
}

header .header_logo_hr {
  margin: 0 5px;
}

header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_logo .header_logo_icon {
  background: url("../img/logo.png") center center/contain no-repeat;
  padding: 10px;
  margin-right: 5px;
}

header .header_logo .header_logo_title {
  font-size: 12px;
}

.h1_1 {
  background: #7b90dc;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  position: relative;
  bottom: -5px;
  font-size: 21px;
}

.h1_2 {
  background: #ff9226;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
}

.main_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.block_1 {
  background: url("../img/bg.jpg") center center/cover no-repeat;
  min-height: 395px;
  position: relative;
}

.w100 {
  width: 100%;
}

.second_text {
  padding: 10px;
  background: #fff;
  z-index: 10;
  color: #222;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px #0000001c;
          box-shadow: 0px 10px 20px 0px #0000001c;
}

.orange {
  color: #ff9226;
}

.block_2_img {
  background: url("../img/prod.png") center center/cover no-repeat;
  padding: 100px;
}

.block_2 {
  background: #e8ebf6;
}

.block_2_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
}

.block_2_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

.block_2_item_img {
  padding: 21px;
  margin-bottom: 10px;
}

.block_2_item_img_1 {
  background: url("../img/icon1.svg") center center/contain no-repeat;
}

.block_2_item_img_2 {
  background: url("../img/icon2.png") center center/contain no-repeat;
}

.block_2_item_img_3 {
  background: url("../img/icon3.svg") center center/contain no-repeat;
}

.block_2_item_text {
  font-size: 16px;
  line-height: 16px;
  padding: 0 5px;
}

.block_2_price {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}

.block_2_price .productsum {
  font-size: 28px;
}

.oldproductsum {
  text-decoration: line-through;
}

.timer {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 10px 20px 0px #0000000f;
          box-shadow: 0px 10px 20px 0px #0000000f;
}

.timer p {
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.button_area {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  background: url("../img/btn.png") center center/contain no-repeat;
  padding: 40px;
  cursor: pointer;
}

.link_block {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.link {
  text-decoration: none;
  text-align: center;
  display: block;
  color: rgba(140, 140, 140, 0.304);
  margin: 10px auto;
}

.count_prods {
  text-align: center;
  padding: 10px 0;
}

.count_num {
  background: #7b90dc;
  color: #fff;
  padding: 3px 7px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

.h2 {
  text-align: center;
  padding: 15px;
}

h2 {
  color: #222;
  font-weight: bold;
}

.hr {
  background: url("../img/hr.png") center center/contain no-repeat;
  padding: 2px;
  margin: 10px 0;
}

.gif_1 video{

}

.tac {
  text-align: center;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.block_3_img {
  background: url("../img/img1.png") center center/cover no-repeat;
  padding: 110px;
}

.block_3_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_3_item {
  width: 50%;
  padding: 0 10px 20px 10px;
  text-align: center;
}

.block_3_item_img {
  padding: 50px;
}

.block_3_item_img_1 {
  background: url("../img/img2_1.png") center center/contain no-repeat;
}

.block_3_item_img_2 {
  background: url("../img/img2_2.png") center center/contain no-repeat;
}

.block_3_item_img_3 {
  background: url("../img/img2_3.png") center center/contain no-repeat;
}

.block_3_item_img_4 {
  background: url("../img/img2_4.png") center center/contain no-repeat;
}

.block_3_item_img_5 {
  background: url("../img/img2_5.png") center center/contain no-repeat;
}

.block_3_item_img_6 {
  background: url("../img/img2_6.png") center center/contain no-repeat;
}

.block_3_item_text {
  margin: 10px 0;
}

.block_3_img {
  padding: 120px;
}

.block_3_img_1 {
  background: url("../img/img3.png") center center/cover no-repeat;
  margin-bottom: 2px;
}

.block_3_img_2 {
  background: url("../img/img4.png") center center/cover no-repeat;
}

.block_4 {
  background: #e8ebf6;
}

.block_4_items {
  padding: 20px;
  padding-top: 0;
}

.block_4_item {
  background: #fff;
  border-radius: 15px;
}

.block_4_item:nth-child(1) {
  margin-bottom: 20px;
}

.block_4_img {
  padding: 100px;
  border-radius: 15px 15px 0 0;
}

.block_4_img_1 {
  background: url("../img/img5_1.jpg") center center/cover no-repeat;
}

.block_4_img_2 {
  background: url("../img/img5_2.jpg") center center/cover no-repeat;
}

.block_4_text {
  text-align: center;
  padding: 10px 20px;
}

.block_5 {
  background: url("../img/bg2.png") center center/cover no-repeat;
  padding: 20px;
  padding-bottom: 240px;
  position: relative;
}

.block_5 .button_area {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

.block_5 .btn {
  padding: 30px;
}

.block_5_text {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 17.2px;
}

.block_5_title {
  font-size: 23px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.block_6 {
  background: #e8ebf6;
  padding-top: 30px;
}

.block_6_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block_6_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w50 {
  width: 50%;
}

.block_6_img {
  padding: 80px;
}

.block_6_text {
  padding: 10px;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

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

.block_6_blue {
  background: #7b90dc;
  color: #fff;
}

.block_6_img_1 {
  background: url("../img/img6_1.png") center center/cover no-repeat;
}

.block_6_img_2 {
  background: url("../img/img6_2.png") center center/cover no-repeat;
}

.block_6_img_3 {
  background: url("../img/img6_3.png") center center/cover no-repeat;
}

.block_6_img_4 {
  background: url("../img/img6_4.png") center center/cover no-repeat;
}

.block_6_img_5 {
  background: url("../img/img6_5.png") center center/cover no-repeat;
}

.block_6_img_6 {
  background: url("../img/img6_6.png") center center/cover no-repeat;
}

.block_video {
  background: #e8ebf6;
  padding: 20px 10px;
}

.video_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.video_block {
  background: #000;
  position: relative;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video_block iframe,
.video_block object,
.video_block video,
.video_block .youtube{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.video-js {
  -webkit-box-shadow: 1px 11px 20px #0000002e;
          box-shadow: 1px 11px 20px #0000002e;
}

.blue_text {
  background: #7b90dc;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 5px;
}

.doc_text {
  margin: 20px 0;
  padding: 0 10px;
  font-size: 16px;
  text-align: center; 
}

.doc_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doc_img {
  padding: 80px;
}

.doc_img_1 {
  background: url("https://shopmarket.of.by/tiktok/love-forever-blr/img/doc1.png") center center/contain no-repeat;
}

.doc_img_2 {
  background: url("https://shopmarket.of.by/tiktok/love-forever-blr/img/doc2.png") center center/contain no-repeat;
}

.doc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block_7_img {
  background: url("../img/img7.png") center center/cover no-repeat;
  padding: 120px;
}

.block_limit {
  background: #e8ebf6;
  padding: 20px;
  z-index: -2;
  position: relative;
}

.orange_text {
  background: #ff9226;
  padding: 0 10px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
}

.orange_text2 {
  background: #ff9226;
  padding: 0 2px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}

.second_text3 {
  font-size: 16px;
}

.limit_text {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.limit_public {
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin: 60px 0 50px 0;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.118);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.118);
  position: relative;
}

.limit_public::before {
  content: "";
  position: absolute;
  background: url("../img/public.png") center center/contain no-repeat;
  padding: 100px;
  z-index: -1;
  top: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.block_7_title {
  background: #e8ebf6;
  padding: 20px;
  text-align: center;
}

.block_7_title .blue_text {
  margin-top: 5px;
  padding: 2px 4px;
}

.add_text {
  text-align: center;
  font-size: 16px;
  padding: 10px 40px 0 40px;
}

.block_8 {
  padding: 0 20px;
}

.block_8_img {
  background: url("../img/img8.png") center center/cover no-repeat;
  padding: 140px;
  border-radius: 10px;
}

.tech_list {
  margin: 20px 0;
}

.tech_item {
  padding: 7px 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.tech_item .tech_item_l {
  font-weight: bold;
}

.tech_item .tech_item_r {
  text-align: right;
}

.block_9 {
  background: #e8ebf6;
  position: relative;
  z-index: 1;
}

.block_9_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block_9_item {
  width: 50%;
}

.block_9_item_img {
  padding: 50px;
}

.block_9_item_img_1 {
  background: url("../img/img9_1.png") center center/contain no-repeat;
}

.block_9_item_img_2 {
  background: url("../img/img9_2.png") center center/contain no-repeat;
}

.block_9_item_img_3 {
  background: url("../img/img9_3.png") center center/contain no-repeat;
}

.block_9_item_img_4 {
  background: url("../img/img9_4.png") center center/contain no-repeat;
}

.block_9_item_text {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.why {
  background: url("../img/bg3.png") center center/cover no-repeat;
  padding: 0 20px 20px 20px;
}

.why .block_7_title {
  background: unset;
}

.why_text {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
}

.why_text b {
  margin-bottom: 10px;
  display: inline-block;
}

.stars {
  background: url(../img/stars.png) center left/contain no-repeat;
  width: 300px;
  margin-left: 10px;
  height: 10px;
}

.review_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.review_item {
  background: #fff;
  margin: 0 20px 20px 20px;
  padding: 20px;
  border-radius: 15px;
}

.review_text {
  margin: 15px 0;
}

.review_img_1 {
  background: url("../img/rev1.png") center center/cover no-repeat;
}

.review_img_2 {
  background: url("../img/rev2.png") center center/cover no-repeat;
}

.review_img_3 {
  background: url("../img/rev3.png") center center/cover no-repeat;
}

.review_img {
  padding: 100px;
  border-radius: 15px;
}

.how_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.how_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.how_img {
  padding: 50px;
}

.how_img_1 {
  background: url("../img/how1.png") center center/contain no-repeat;
}

.how_img_2 {
  background: url("../img/ho2.png") center center/contain no-repeat;
}

.how_img_3 {
  background: url("../img/how3.png") center center/contain no-repeat;
}

.how_img_4 {
  background: url("../img/how4.png") center center/contain no-repeat;
}

.how_text {
  margin-top: 10px;
  font-size: 16px;
}

.form_title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.form_text {
  padding: 0 15px 15px 15px;
}

.form_p {
  text-align: center;
}

#order_form1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field {
  width: 100%;
  margin: 10px;
  height: 60px;
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #dadada;
  text-align: center;
  background: #fff !important;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border: 1px solid #69696947;
  align-items: center;
}

.nice-select.wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 60px;
  list-style: none;
  min-height: 60px;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
  -webkit-box-shadow: 1px 13px 20px 7px #0000001f;
          box-shadow: 1px 13px 20px 7px #0000001f;
}

#order_form1 .button {
  width: 300px;
  height: 120px;
  margin: 0 auto;
}

#order_form1 {
  margin-top: 20px;
}

#order_form1 .last_prod {
  margin: 0 auto;
}

.hit {
  background: #e44871;
  padding: 10px;
  position: absolute;
  font-size: 12px;
  right: -120px;
  width: 300px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

.gif_2 {
  background: url('../img/gif.gif') center center / cover no-repeat;
  padding: 150px;
}

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

#rev-btn {
  font-size: 24px;
    text-decoration: none;
    background: rgb(245, 172, 77);
    color: #000;
    padding: 15px 40px;
    display: block;
    width: 300px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.rev {
  display: flex;
  justify-content: center;
}