.bf_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bf_menu-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bf_wrapper {
  position: relative;
  top: 114px;
  display: block;
  overflow: hidden;
  width: 100%;
}

.bf_hero-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: rgba(74, 196, 215, 0.16);
}

.bf_hero-back {
  position: absolute;
  top: -193px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 940px;
  background-color: #4ac4d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 148, 255, 0.8)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 148, 255, 0.8), hsla(0, 0%, 100%, 0));
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bg_hero-img {
  position: relative;
  top: 193px;
  z-index: 1;
  width: 100%;
  height: 900px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/images/hero_back.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.bf_hero-content {
  position: relative;
  height: 460px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.bg_hero_glow-line {
  position: absolute;
  top: 746px;
  z-index: 10;
  overflow: visible;
  width: 100%;
  height: 1px;
  background-color: #4ac4d7;
  box-shadow: 0 0 8px 4px rgba(74, 196, 215, 0.7);
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_hero_name50 {
  position: relative;
  top: -90px;
}

.bf_hero_name-all {
  position: relative;
  top: -80px;
  padding-top: 20px;
  padding-bottom: 23px;
  background-color: #ed1c24;
  box-shadow: 0 0 20px 7px rgba(237, 28, 36, 0.7);
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  font-family: 'Styrene a lc web', sans-serif;
  color: #fff;
  font-size: 53px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.bf_hero_dec01 {
  position: absolute;
  left: auto;
  top: auto;
  right: -230px;
  bottom: -93px;
  width: 447px;
  height: 393px;
}

.bf_products-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 196, 215, 0.16)), to(#f9f9f9));
  background-image: linear-gradient(180deg, rgba(74, 196, 215, 0.16), #f9f9f9);
}

.bf_p-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bf_p-container.blue-bg {
  position: relative;
  margin-top: 153px;
  margin-bottom: 83px;
}

.bf_product-wrapp {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-bottom: 72px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bf_prod-viscont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bf_prod-viscont.center-img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bf_prod-viscont.left-img {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bf_prod-decription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}

.ti_item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 48px;
  padding: 5px 24px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 4px;
  background-color: #ed1c24;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.ti_item-btn:hover {
  background-color: #bd0f2c;
}

.ti_item-btn:active {
  background-color: #9c0c24;
}

.ti_item-btn.fkn_btn {
  background-color: #333;
}

.ti_item-btn.fkn_btn:hover {
  background-color: #000;
}

.ti_ico-cart {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  float: left;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/images/ico_cart.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ti_item-price_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ti_prive-new {
  margin-right: 10px;
  color: #333;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.ti_price-old {
  margin-top: 3px;
  color: #7c7c7c;
  font-size: 18px;
  text-decoration: line-through;
}

.bf_prod-name {
  margin-bottom: 18px;
  padding-right: 20px;
  color: #333;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.body {
  font-family: Roboto, sans-serif;
}

.bf_prod-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 60px;
}

.bf_prod-logo_dec {
  position: relative;
  width: 230px;
  height: 230px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  box-shadow: inset 0 0 8px 2px hsla(0, 0%, 100%, 0.3), 0 0 8px 2px hsla(0, 0%, 100%, 0.3);
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_prod-logo_dec.white {
  background-color: #fff;
}

.bf_prod-img {
  position: relative;
  z-index: 3;
  max-height: 100%;
  max-width: 100%;
}

.bf_prod-img.stirka {
  max-width: 80%;
}

.bf_prod-logo_img {
  position: absolute;
  top: 31px;
  z-index: 4;
  width: 100px;
  padding-left: 15px;
}

.bf_prod-logo_img.wf {
  padding-left: 0px;
}

.bf_prod-logo_img.xiaomi {
  height: 70px;
  padding-left: 0px;
}

.bf_logo-vendor {
  width: 100%;
  max-height: 100%;
}

.ti_item-h_block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  line-height: 14px;
}

.ti_item-h_block.up-pos {
  bottom: 199px;
}

.ti_h-box {
  position: relative;
  padding: 10px 15px;
  background-color: #4ac4d7;
  -webkit-transform: skew(0deg, -10.3deg);
  -ms-transform: skew(0deg, -10.3deg);
  transform: skew(0deg, -10.3deg);
  font-family: 'Styrene a lc web', sans-serif;
  color: #fff;
  font-weight: 700;
}

.ti_h-box.red {
  background-color: #ed1c24;
}

.ti_h-box.sub_up {
  position: relative;
  bottom: -4px;
  z-index: 1;
  padding-top: 10px;
  background-color: #333;
  text-align: right;
}

.bf_prod-dec {
  position: absolute;
  left: -99px;
  top: -110px;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 1280px;
  height: 102%;
  background-color: #4ac4d7;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_prod-dec.red {
  left: -172px;
  top: -126px;
  z-index: 1;
  width: 1280px;
  height: 94%;
  background-color: #ed1c24;
  box-shadow: 0 0 20px 10px rgba(237, 28, 36, 0.7);
}

.bf_decor-wrapp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.bf_de {
  position: absolute;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_de.line {
  left: -170px;
  top: 137px;
  width: 330px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 4px hsla(0, 0%, 100%, 0.5);
}

.bf_de.line._02 {
  left: -433px;
  top: 684px;
}

.bf_de.line._03 {
  left: auto;
  top: 359px;
  right: -190px;
}

.bf_de.line._04 {
  left: auto;
  top: 2600px;
  right: -236px;
  z-index: 1;
  width: 260px;
  height: 5px;
}

.bf_de.line._05 {
  left: -365px;
  top: 3410px;
  width: 260px;
  height: 4px;
}

.bf_de.line._06 {
  left: auto;
  top: auto;
  right: -220px;
  bottom: 46%;
  z-index: 6;
  width: 260px;
  height: 4px;
}

.bf_de.line._07 {
  left: auto;
  top: auto;
  right: -290px;
  bottom: 38%;
  z-index: 6;
  width: 260px;
  height: 4px;
}

.bf_de.line._08 {
  left: -30%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 6;
  width: 260px;
  height: 3px;
}

.bf_de.line._09 {
  left: auto;
  top: auto;
  right: -92px;
  bottom: 105px;
  z-index: 6;
  width: 260px;
  height: 4px;
  background-color: #ed1c24;
  box-shadow: 0 0 10px 4px rgba(237, 28, 36, 0.5);
}

.bf_de.line._10 {
  left: auto;
  top: auto;
  right: -150px;
  bottom: 608px;
  z-index: 6;
  width: 540px;
  height: 4px;
}

.bf_de.line._11 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 679px;
  z-index: 6;
  width: 168px;
  height: 40px;
  background-color: #ed1c24;
  box-shadow: 0 0 10px 4px rgba(237, 28, 36, 0.5);
}

.bf_de.line._12 {
  left: auto;
  top: auto;
  right: 83px;
  bottom: 647px;
  z-index: 6;
  width: 168px;
  height: 40px;
}

.bf_de.quadec {
  width: 50vh;
  height: 1200px;
  border: 5px solid #000;
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.5), 0 0 8px 2px rgba(0, 0, 0, 0.5);
}

.bf_de.quadec._01 {
  left: -859px;
  top: 20%;
  right: auto;
  bottom: auto;
  border-color: #4ac4d7;
  box-shadow: inset 0 0 8px 2px rgba(74, 196, 215, 0.5), 0 0 8px 2px rgba(74, 196, 215, 0.5);
}

.bf_de.quadec._02 {
  top: 28%;
  right: -870px;
  z-index: 2;
  height: 1570px;
  border-color: #ed1c24;
  box-shadow: inset 0 0 8px 2px rgba(237, 28, 36, 0.5), 0 0 8px 2px rgba(237, 28, 36, 0.5);
}

.bf_de.quadec._03 {
  top: 4380px;
  right: -870px;
  z-index: 6;
  height: 1560px;
  border-color: #fff;
  box-shadow: inset 0 0 8px 2px hsla(0, 0%, 100%, 0.5), 0 0 8px 2px hsla(0, 0%, 100%, 0.5);
}

.bf_dec01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 13%;
  z-index: 1;
  width: 65%;
  height: 75%;
  background-color: #ed1c24;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_dec02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 44px;
  z-index: 0;
  width: 41%;
  height: 49%;
  border-style: solid;
  border-width: 3px;
  border-color: #4ac4d7;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_nm01 {
  position: absolute;
  left: auto;
  top: -179px;
  right: 408px;
  bottom: auto;
  width: 2000px;
  height: 500px;
  background-color: #ed1c24;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_hero_img {
  position: absolute;
  left: auto;
  top: auto;
  right: 17%;
  bottom: -6px;
  z-index: 1;
  width: 490px;
  height: 450px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/images/kv.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0.4deg);
  -ms-transform: rotate(0.4deg);
  transform: rotate(0.4deg);
}

.bf_mname {
  position: absolute;
  left: 135px;
  top: 46px;
  z-index: 2;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  font-family: 'Styrene a lc web', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.bf_name_dec01 {
  font-size: 55px;
  line-height: 80px;
}

.bf_name_dec02 {
  font-size: 84px;
}

.bf_sname {
  position: absolute;
  left: 137px;
  top: 210px;
  z-index: 1;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  font-family: 'Styrene a lc web', sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
}

.bf_sname_dec01 {
  font-size: 60px;
  line-height: 10px;
}

.bg_hero_back {
  position: absolute;
  width: 100vw;
  height: 460px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#4ac4d7));
  background-image: linear-gradient(180deg, #f9f9f9, #4ac4d7);
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.bf_act-element_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1!important;
}

.bf_hero_backel02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 698px;
  bottom: -123px;
  width: 940px;
  height: 140px;
  border-style: solid solid none;
  border-width: 7px;
  border-color: #fff;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.dec_el {
  position: absolute;
  width: 200px;
  height: 8px;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.dec_el._01 {
  left: -28%;
  top: auto;
  right: auto;
  bottom: 20%;
  background-color: #333;
}

.dec_el._02 {
  top: 74px;
  right: 144px;
  height: 8px;
  background-color: #ed1c24;
}

.dec_el._03 {
  right: 71px;
  bottom: 251px;
  background-color: #4ac4d7;
}

.dec_el._04 {
  top: 358px;
  right: 120px;
  background-color: #4ac4d7;
}

.dec_el._05 {
  left: -310px;
  top: 206px;
  height: 4px;
  background-color: #fff;
}

.dec_el._06 {
  left: -239px;
  top: 245px;
  background-color: #ed1c24;
}

.dec_el._07 {
  top: 30px;
  right: -60px;
  width: 70px;
  height: 19px;
  background-color: #4ac4d7;
}

.dec_el._08 {
  top: 60px;
  right: -250px;
  height: 4px;
  background-color: #333;
}

.dec_el._09 {
  left: -206px;
  top: 208px;
  height: 4px;
  background-color: #333;
}

.dec_el._10 {
  left: -91px;
  top: 229px;
  width: 70px;
  height: 26px;
  background-color: #4ac4d7;
}

.dec_el._11 {
  top: 62px;
  right: -110px;
  height: 6px;
  background-color: #333;
}

.dec_el._12 {
  top: 90px;
  right: -220px;
  width: 150px;
  height: 3px;
  background-color: #ed1c24;
}

.dec_el._13 {
  right: 0px;
  bottom: 598px;
  width: 120px;
  height: 6px;
  background-color: #ed1c24;
}

.dec_el._14 {
  right: 10px;
  bottom: 539px;
  height: 2px;
  background-color: #333;
}

.bf_hiw_wrapper {
  position: relative;
  padding-top: 28px;
  padding-bottom: 58px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#9fd5dd));
  background-image: linear-gradient(180deg, #f9f9f9, #9fd5dd);
  margin-bottom: 120px;
}

.bf_hiws {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bf_hiw_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.bf_hiw-descr {
  margin-top: 18px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.bf_hiw_container {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.bf_hiw-header {
  margin-bottom: 38px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.bf_menu-wrapper {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #ed1c24;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.05);
}

.bf_menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bf_menu-link {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bf_menu-link:hover {
  border-bottom-color: #fff;
  color:#FFFFFF!important;
}

.bf_mob-menu {
  display: none;
}
.mega_link{
  text-decoration: none;
  color: #000000;
}
.mega_img{
  display: block;
}
.imgNew_01{
  width: 105px;
  position: relative;
  right: 75%;
}
.imgNew_02{
  width: 315px;
}
.imgNew_03{
  width: 382px;
}
.activate{
  border-bottom-color: #FFFFFF;
}


@media screen and (min-width: 1280px) {
  .bf_p-container {
    max-width: 1228px;
  }

  .ti_item-h_block {
    font-size: 17px;
    line-height: 17px;
  }

  .bf_prod-dec {
    width: 1500px;
  }

  .bf_prod-dec.red {
    left: -272px;
    width: 1500px;
  }
}

@media screen and (max-width:1280px){
  .imgNew_01 {
    width: 79px;
    right: 95%;
  }
  .imgNew_02 {
    width: 225px;
    position: relative;
    right: 13%;
  }
  .imgNew_03 {
    width: 285px;
  }
}

@media screen and (min-width: 1440px) {
  .bf_prod-dec {
    left: -204px;
    top: -137px;
    width: 1900px;
  }

  .bf_prod-dec.red {
    left: -526px;
    width: 2000px;
  }

  .bf_decor-wrapp.product {
    max-width: 1228px;
  }
}

@media screen and (min-width: 1920px) {
  .bf_hero-back {
    top: -329px;
    height: 1076px;
  }

  .bg_hero-img {
    height: 1129px;
  }

  .bf_p-container {
    max-width: 1516px;
  }

  .ti_item-h_block {
    font-size: 20px;
    line-height: 20px;
  }

  .bf_prod-dec.red {
    left: -783px;
    top: -186px;
    width: 3000px;
  }

  .bf_decor-wrapp {
    z-index: 0;
    display: none;
  }

  .bf_decor-wrapp.product {
    max-width: 1516px;
  }

  .bf_menu-wrapper {
    box-shadow: 10px 0 17px 0 rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 991px) {
  .bf_hero-wrapper {
    padding-bottom: 30px;
  }

  .bf_hero-back {
    top: -366px;
  }

  .bf_hero-content {
    height: 430px;
    max-width: 768px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bg_hero_glow-line {
    top: 574px;
  }

  .bf_hero_name-all {
    font-size: 41px;
    line-height: 59px;
  }

  .bf_hero_dec01 {
    display: none;
  }

  .bf_products-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bf_p-container {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bf_product-wrapp {
    width: 350px;
    margin-bottom: 72px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bf_prod-viscont {
    height: 300px;
  }

  .bf_prod-viscont.center-img {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bf_prod-logo {
    bottom: 109px;
    height: 190px;
  }

  .bf_prod-logo_dec {
    width: 100%;
    height: 100%;
  }

  .bf_prod-img.samsung-tv {
    width: 82%;
  }

  .bf_prod-img.stirka {
    width: 80%;
  }

  .bf_prod-logo_img {
    width: 90px;
  }

  .ti_item-h_block {
    left: auto;
    top: auto;
    right: 0%;
  }

  .ti_item-h_block.up-pos {
    bottom: 107px;
  }

  .ti_h-box {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 19px;
  }

  .bf_prod-dec {
    top: -144px;
  }

  .bf_prod-dec.red {
    top: -202px;
  }

  .bf_decor-wrapp {
    max-width: 678px;
  }

  .bf_decor-wrapp.product {
    display: none;
  }

  .bf_de.line._03 {
    top: 290px;
  }

  .bf_de.line._04 {
    top: 2652px;
    right: -110px;
    height: 3px;
  }

  .bf_de.line._06 {
    right: -138px;
    bottom: 47%;
  }

  .bf_de.line._08 {
    bottom: 3%;
  }

  .bf_de.line._09 {
    right: 68px;
    bottom: 122px;
  }

  .bf_de.line._10 {
    right: -177px;
    bottom: 454px;
  }

  .bf_de.line._11 {
    bottom: 554px;
  }

  .bf_de.line._12 {
    bottom: 518px;
  }

  .bf_nm01 {
    top: -171px;
    right: 300px;
  }

  .bf_hero_img {
    right: 0%;
    bottom: 9px;
    height: 410px;
  }

  .bf_mname {
    left: 90px;
  }

  .bf_sname {
    left: 90px;
  }

  .bg_hero_back {
    height: 430px;
  }

  .bf_hero_backel02 {
    right: 590px;
    bottom: -120px;
  }

  .dec_el._01 {
    bottom: 28%;
  }

  .dec_el._02 {
    right: -70px;
  }

  .dec_el._03 {
    right: -100px;
  }

  .dec_el._05 {
    left: -209px;
    top: 133px;
  }

  .dec_el._06 {
    left: -222px;
    top: 170px;
  }

  .dec_el._07 {
    right: -5px;
  }

  .dec_el._08 {
    top: 44px;
    right: -193px;
  }

  .bf_hiws {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bf_menu-content {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bf_mob-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bf_wrapper {
    top: 49px;
  }

  .bf_hero-wrapper {
    padding-bottom: 50px;
  }

  .bf_hero-back {
    height: 741px;
  }

  .bg_hero-img {
    height: 730px;
  }

  .bf_hero-content {
    height: 343px;
    max-width: 480px;
    padding-top: 48px;
  }

  .bg_hero_glow-line {
    top: 375px;
  }

  .bf_hero_name50 {
    top: -30px;
  }

  .bf_hero_name-all {
    top: -14px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 24px;
  }

  .bf_hero_dec01 {
    display: none;
  }

  .bf_p-container {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bf_product-wrapp {
    width: 50%;
  }

  .bf_prod-viscont {
    height: auto;
  }

  .bf_prod-name {
    font-size: 14px;
    line-height: 18px;
  }

  .bf_prod-img {
    z-index: 3;
  }

  .ti_item-h_block {
    font-size: 12px;
    line-height: 12px;
  }

  .ti_item-h_block.up-pos {
    bottom: 190px;
  }

  .bf_decor-wrapp {
    max-width: 480px;
  }

  .bf_de.line {
    top: 85px;
    height: 5px;
  }

  .bf_de.line._02 {
    left: -347px;
    top: 358px;
  }

  .bf_de.line._03 {
    top: 178px;
    height: 5px;
  }

  .bf_de.line._04 {
    right: -260px;
  }

  .bf_de.line._06 {
    right: -250px;
    bottom: 49%;
  }

  .bf_de.line._08 {
    left: -251px;
    bottom: 126px;
  }

  .bf_de.line._09 {
    right: -50px;
    bottom: 74px;
  }

  .bf_de.line._10 {
    display: none;
  }

  .bf_de.line._11 {
    display: none;
  }

  .bf_de.line._12 {
    display: none;
  }

  .bf_de.quadec._01 {
    left: -810px;
  }

  .bf_de.quadec._02 {
    top: 38%;
    right: -800px;
  }

  .bf_de.quadec._03 {
    top: auto;
    right: -810px;
    bottom: 1131px;
  }

  .bf_nm01 {
    top: -193px;
    right: 174px;
  }

  .bf_hero_img {
    bottom: -61px;
    width: 300px;
    height: 390px;
  }

  .bf_mname {
    left: 20px;
    font-size: 30px;
  }

  .bf_name_dec01 {
    font-size: 43px;
    line-height: 17px;
  }

  .bf_name_dec02 {
    font-size: 54px;
    line-height: 33px;
  }

  .bf_sname {
    left: 20px;
    top: 180px;
    font-size: 25px;
    line-height: 24px;
  }

  .bf_sname_dec01 {
    font-size: 39px;
  }

  .bg_hero_back {
    height: 373px;
  }

  .bf_hero_backel02 {
    right: 350px;
    bottom: -133px;
    height: 100px;
  }

  .dec_el._01 {
    bottom: 4%;
  }

  .dec_el._02 {
    top: 78px;
  }

  .dec_el._03 {
    bottom: 205px;
  }

  .dec_el._04 {
    top: 313px;
    right: 98px;
  }

  .dec_el._05 {
    left: -124px;
  }

  .dec_el._06 {
    left: -140px;
    top: 248px;
  }

  .dec_el._07 {
    top: 61px;
    right: 30px;
  }

  .dec_el._08 {
    top: 92px;
    right: -116px;
  }

  .bf_hiws {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bf_hiw_step {
    width: 320px;
    margin-bottom: 32px;
  }

  .bf_menu-content {
    display: none;
  }

  .bf_menu-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .bf_mob-menu {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .bf_mob-act {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bf_mob-menu_content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background-color: #ed1c24;
  }

  .mob_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ico_chdwn {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 19px;
    background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/images/ico_chevron_dwn.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .ico_close {
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/images/ico_close.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .imgNew_02 {
    right: 0;
  }
  .imgNew_03 {
    width: 100%;
  }
  .bf_hiw_wrapper{
    margin-bottom: 64px;
  }
  .bf_hiw-descr{
    font-size: 14px;
  }

}

@media screen and (max-width: 479px) {
  .bf_wrapper {
    min-width: 320px;
  }

  .bf_hero-back {
    height: 623px;
  }

  .bg_hero-img {
    height: 590px;
  }

  .bf_hero-content {
    max-width: 320px;
  }

  .bg_hero_glow-line {
    top: 257px;
  }

  .bf_hero_name50 {
    top: -18px;
  }

  .bf_hero_name-all {
    top: -2px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
    line-height: 15px;
  }

  .bf_products-wrapper {
    padding-bottom: 56px;
  }

  .bf_p-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bf_product-wrapp {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bf_prod-viscont {
    height: auto;
  }

  .ti_item-btn {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ti_item-btn.fkn_btn {
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .ti_prive-new {
    font-size: 30px;
  }

  .ti_price-old {
    font-size: 20px;
  }

  .bf_prod-logo {
    height: 160px;
  }

  .bf_prod-logo_img {
    width: 70px;
  }

  .ti_item-h_block.up-pos {
    bottom: 142px;
  }

  .ti_h-box {
    font-size: 14px;
    line-height: 16px;
  }

  .bf_decor-wrapp {
    max-width: 320px;
  }

  .bf_de.line {
    top: 69px;
  }

  .bf_de.line._02 {
    top: 260px;
  }

  .bf_de.line._03 {
    top: 123px;
  }

  .bf_de.line._04 {
    top: 2835px;
    right: -166px;
  }

  .bf_de.line._08 {
    left: -147px;
    bottom: 149px;
  }

  .bf_de.quadec._01 {
    left: auto;
    right: -777px;
    display: none;
  }

  .bf_de.quadec._02 {
    right: -777px;
    display: none;
  }

  .bf_de.quadec._03 {
    right: -778px;
    display: none;
  }

  .bf_nm01 {
    top: -186px;
    right: -15px;
  }

  .bf_hero_img {
    right: -30px;
    bottom: -55px;
    height: 360px;
  }

  .bf_mname {
    font-size: 34px;
    line-height: 58px;
  }

  .bf_name_dec01 {
    font-size: 48px;
    line-height: 20px;
  }

  .bf_name_dec02 {
    font-size: 68px;
    line-height: 23px;
  }

  .bf_sname {
    top: 199px;
    font-size: 13px;
    line-height: 10px;
  }

  .bf_sname_dec01 {
    font-size: 20px;
  }

  .bf_hero_backel02 {
    right: 260px;
    bottom: -131px;
  }

  .dec_el._01 {
    left: -66%;
    bottom: 27%;
  }

  .dec_el._02 {
    top: 157px;
    right: -220px;
  }

  .dec_el._03 {
    right: -40px;
    bottom: 125px;
  }

  .dec_el._04 {
    right: -100px;
  }

  .dec_el._05 {
    top: 174px;
  }

  .dec_el._06 {
    left: -157px;
    top: 202px;
  }

  .dec_el._07 {
    right: -20px;
  }

  .dec_el._08 {
    top: 87px;
    right: -170px;
  }

  .bf_hiw_step {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .imgNew_01 {
    width: 79px;
    right: 132%;
  }
}

@font-face {
  font-family: 'Styrene a lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/fonts/Styrene-A-LC-Web-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrene a lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/fonts/Styrene-A-LC-Web-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrene a lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/fonts/Styrene-A-LC-Web-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrene a lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/December/megacashback/fonts/Styrene-A-LC-Web-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
