*{
	margin: 0;
	padding: 0;
}
#cometa {
	position: relative;
	width: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

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

.pm_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #232120;
  font-family: Roboto, sans-serif;
	padding-top: 100px;
}

.pm_hero-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}

.pm_hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.dec_el.g23-01 {
  left: -172px;
  top: -13px;
  width: 640px;
  height: 2px;
  background-color: #e31235;
}

.dec_el.g23-02 {
  left: auto;
  top: auto;
  right: -25%;
  bottom: -40px;
  width: 490px;
  height: 2px;
  background-color: #4ac4d7;
}

.dec_el.g23-03 {
  left: auto;
  top: 459px;
  right: -310px;
  bottom: auto;
  width: 640px;
  height: 2px;
  background-color: #4ac4d7;
}

.dec_el._23-05 {
  left: -340px;
  top: 1610px;
  width: 640px;
  height: 2px;
  background-color: #e31235;
}

.dec_el.g-01 {
  top: 254px;
  right: 449px;
  width: 161px;
  height: 2px;
  background-color: #4ac4d7;
}

.dec_el.g-02 {
  top: 79px;
  right: -146px;
  height: 2px;
  background-color: #fff;
}

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

.fy_hiw_wrapper {
  position: relative;
  padding-top: 0px;
}

.bf_hiw_container {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

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

.bf_hiw-descr {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.bf_hiw_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 28px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.bf_hiws {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bf_logo-vendor {
  display: block;
  width: auto;
  max-height: 45px;
}

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

.bf_prod-name {
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
	color: #FFFFFF!important;
}
.bf_prod-name a{
	text-decoration: none;
	color: #FFFFFF!important;
}
.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;
  color: #fff;
}

.ti_item-h_block {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  font-size: 18px;
  line-height: 14px;
}

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

.bf_p-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

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

.bf_product-wrapp {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 72px;
  padding: 40px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 14px;
  background-color: #383838;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.ti_item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 48px;
  padding: 5px 24px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e31235;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

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

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

.bf_p-wrapp {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
}

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

.ti_h-box {
  position: relative;
  left: -10px;
  z-index: 2;
  padding: 12px 18px 12px 15px;
  background-color: #4ac4d7;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}

.ti_h-box._2nd {
  left: -20px;
  top: -11px;
  z-index: 1;
}

.ti_prive-new {
  margin-right: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.pm_products-wrapper {
  position: relative;
  z-index: 2;
}

.ti_price-old {
  margin-bottom: 5px;
  color: #8e8e93;
  font-size: 20px;
  text-decoration: line-through;
}

.bf_fimg {
  display: block;
  width: 100%;
  height: 170px;
  margin-top: 117px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/f-img_trash.png');
  background-position: 50% 100%;
  background-size: auto 150px;
  background-repeat: no-repeat;
}

.g23h_main-slug {
  position: relative;
  top: 40px;
  width: 330px;
  height: 250px;
}

.g23h_main-slug.male {
  position: absolute;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/hero-gm.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.g23h_main_50p {
  position: absolute;
  top: 40px;
  right: 77px;
  width: 330px;
  height: 250px;
}

.g23h_main_50p.male {
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/neon-gm.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.g23h_main-sock {
  position: absolute;
  top: -26px;
  z-index: 4;
  width: 150px;
  height: 230px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/h-img_sock.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.g23f_steps-descript {
  margin-bottom: 96px;
  font-size: 14px;
  line-height: 20px;
}

.g23h_animation-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.atn_02 {
  position: absolute;
  left: 372px;
  height: 100%;
}

.gf_hero-back {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 490px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #333, rgba(255, 255, 255, 0));
}

.neon-on {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/neon-on.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.ti_h-shcut {
  position: absolute;
  left: auto;
  top: auto;
  right: -24px;
  bottom: 0%;
  width: 0px;
  height: 20px;
  border-top: 20px solid #137c8c;
  border-right: 24px solid transparent;
}

.ti_h-block {
  position: absolute;
  left: auto;
  top: 0px;
  right: -24px;
  bottom: auto;
  width: 24px;
  height: 18px;
  background-color: #4ac4d7;
}

.text-block {
  line-height: 0px;
}

.prod_dwn_box {
  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: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pm_sln {
  position: relative;
  left: -42px;
  top: 11px;
  width: 50%;
  height: 100%;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/main-sln.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero_video-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.pm_video-container {
  position: absolute;
  left: -166px;
  top: 0px;
  display: none;
  width: 1270px;
  max-width: none;
}

.decor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dec_fire {
  position: absolute;
  left: auto;
  top: 24%;
  right: 0%;
  bottom: auto;
  width: 380px;
  height: 630px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/decor_fire.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dec_fire._02 {
  left: -848px;
  top: auto;
  right: auto;
  bottom: -13%;
  width: 1180px;
  height: 950px;
  background-position: 50% 100%;
  background-size: auto;
  -webkit-transform: rotate(-100deg);
  -ms-transform: rotate(-100deg);
  transform: rotate(-100deg);
}

.product-empty {
  width: 30%;
}

.cometa-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/images/cometa_back.png');
  background-position: 50% 50%;
  background-size: auto 430px;
  background-repeat: no-repeat;
}

.cometa {
  position: absolute;
  left: auto;
  top: -19px;
  right: 0%;
  bottom: auto;
  width: 660px;
  height: 350px;
}

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

  .dec_el.g23-01 {
    left: -527px;
    top: 17px;
    width: 1000px;
  }

  .dec_el.g23-02 {
    right: -530px;
    bottom: 10px;
    width: 1000px;
  }

  .dec_el.g23-03 {
    top: 525px;
  }

  .dec_el._23-05 {
    top: 1803px;
  }

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

  .bf_p-container {
    max-width: 1228px;
    margin-right: auto;
    margin-left: auto;
  }

  .bf_p-wrapp {
    max-width: 1228px;
  }

  .g23h_main-sock {
    width: 180px;
  }

  .atn_02 {
    left: 382px;
  }

  .pm_video-container {
    left: 22px;
  }

  .cometa-back {
    background-position: 50% 34%;
    background-size: auto 590px;
  }
}

@media screen and (min-width: 1440px) {
  .cometa-back {
    background-position: 50% 37%;
    background-size: auto 570px;
  }
}

@media screen and (min-width: 1599px) {
  .pm_wrapper {
    position: relative;
    width: 100%;
  }

  .pm_hero-container {
    height: 450px;
    max-width: 1516px;
  }

  .dec_el.g23-01 {
    left: -827px;
    top: 38px;
  }

  .dec_el.g23-02 {
    right: -820px;
    bottom: 19px;
  }

  .dec_el.g23-03 {
    top: 599px;
    right: -203px;
    width: 500px;
  }

  .dec_el._23-05 {
    top: 2013px;
  }

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

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

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

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

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

  .g23h_main-sock {
    z-index: 4;
  }

  .g23h_animation-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 1516px;
    margin-right: auto;
    margin-left: auto;
  }

  .atn_02 {
    left: 675px;
  }

  .pm_video-container {
    left: 74px;
    display: none;
    width: 1540px;
  }

  .dec_fire {
    width: 850px;
    height: 860px;
  }

  .dec_fire._02 {
    width: 1540px;
  }

  .cometa-back {
    background-position: 50% 36%;
    background-size: auto 720px;
  }

  .cometa {
    width: 830px;
    height: 510px;
  }
}

@media screen and (max-width: 991px) {
  .pm_hero-container {
    width: 100%;
    height: 330px;
    max-width: none;
  }

  .dec_el.g23-01 {
    left: -300px;
    top: 6px;
  }

  .dec_el.g23-02 {
    right: -28%;
    bottom: -24px;
  }

  .dec_el.g23-03 {
    top: 509px;
    right: -265px;
  }

  .dec_el._23-05 {
    top: 1724px;
  }

  .dec_el.g-01 {
    top: 247px;
    right: 398px;
  }

  .dec_el.g-02 {
    right: -176px;
  }

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

  .bf_hiw-descr {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .bf_prod-viscont {
    height: 170px;
  }

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

  .bf_product-wrapp {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

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

  .g23h_main-slug {
    left: 20px;
  }

  .g23h_main_50p {
    right: 36px;
  }

  .g23h_main-sock {
    width: 120px;
    height: 200px;
  }

  .g23f_steps-descript {
    margin-right: 20px;
    margin-left: 20px;
  }

  .g23h_animation-container {
    width: 768px;
  }

  .atn_02 {
    left: 355px;
  }

  .gf_hero-back {
    height: 360px;
  }

  .pm_sln {
    left: -3px;
    top: 0px;
  }

  .pm_video-container {
    left: -203px;
    width: 1150px;
  }

  .cometa {
    top: -1px;
    width: 580px;
  }
}

@media screen and (max-width: 767px) {
  .TIBlock.text-blockquote .content-quote {
    margin-top: 0 !important;
  }
  .pm_hero-container {
    width: 100%;
    height: 206px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .dec_el.g23-03 {
    top: 380px;
    right: -375px;
    display: none;
  }

  .dec_el._23-05 {
    display: none;
  }

  .dec_el.g-01 {
    top: 204px;
    right: 270px;
  }

  .dec_el.g-02 {
    top: 66px;
    right: -222px;
  }

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

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

  .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_prod-viscont {
    height: 150px;
  }

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

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

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

  .bf_p-container {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bf_product-wrapp {
    width: 45%;
    margin-bottom: 56px;
    padding-top: 20px;
  }

  .ti_h-box {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .ti_h-box._2nd {
    top: -5px;
  }

  .bf_fimg {
    margin-top: 0px;
  }

  .g23h_main-slug {
    left: 0px;
    top: 54px;
    width: 210px;
    height: 180px;
  }

  .g23h_main_50p {
    position: absolute;
    right: 0px;
    width: 230px;
    height: 190px;
  }

  .g23h_main-sock {
    top: -42px;
    height: 190px;
  }

  .g23f_steps-descript {
    margin-bottom: 40px;
  }

  .g23h_animation-container {
    max-width: 480px;
  }

  .atn_02 {
    left: 212px;
  }

  .gf_hero-back {
    height: 300px;
  }

  .ti_h-shcut {
    right: -16px;
    height: 14px;
    border-top-width: 15px;
    border-right-width: 16px;
  }

  .ti_h-block {
    right: -16px;
    width: 16px;
    height: 11px;
  }

  .pm_sln {
    left: -2px;
  }

  .pm_video-container {
    left: -191px;
    width: 780px;
  }

  .dec_fire._02 {
    left: -851px;
    bottom: -10%;
  }

  .cometa-back {
    background-position: 50% 10%;
    background-size: auto 227px;
  }

  .cometa {
    width: 380px;
    height: 240px;
  }

  .pm_wrapper{
		padding-top: 70px;
	}
  .bf_menu-wrapper {
    position: static;
  }
}

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

  .pm_hero-wrapper {
    margin-bottom: 18px;
  }

  .pm_hero-container {
    width: 100%;
    height: 344px;
  }

  .dec_el.g-01 {
    top: 147px;
    right: 160px;
    width: 100px;
  }

  .dec_el.g-02 {
    top: 20px;
    right: -199px;
  }

  .fy_hiw_wrapper {
    padding-bottom: 0px;
  }

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

  .bf_hiw_step {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bf_prod-viscont {
    height: 160px;
  }

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

  .bf_product-wrapp {
    width: 100%;
    margin-bottom: 40px;
  }

  .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;
  }

  .bf_prod-logo {
    height: 160px;
  }

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

  .pm_products-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .ti_price-old {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .g23h_main-slug {
    position: absolute;
    left: 20px;
    top: 46px;
    width: 139px;
    height: 120px;
  }

  .g23h_main_50p {
    top: 24px;
    right: 20px;
    width: 125px;
    height: 120px;
  }

  .g23h_main-sock {
    top: -28px;
    width: 70px;
    height: 130px;
  }

  .g23h_animation-container {
    width: 320px;
  }

  .atn_02 {
    left: 148px;
  }

  .gf_hero-back {
    height: 180px;
  }

  .pm_sln {
    left: 0px;
    top: 162px;
    width: 100%;
    height: 200px;
  }

  .pm_video-container {
    left: -352px;
  }

  .dec_fire {
    top: 13%;
  }

  .dec_fire._02 {
    bottom: -6%;
  }

  .cometa-back {
    background-position: 50% 40%;
    background-size: auto 204px;
  }
	.pm_wrapper{
		padding-top: 50px;
	}
}

@font-face {
  font-family: 'Styrene b lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/fonts/Styrene-B-LC-Web-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrene b lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/fonts/Styrene-B-LC-Web-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrene b lc web';
  src: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/LIQUIDATION/fonts/Styrene-B-LC-Web-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.bf_menu-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bf_menu-wrapper {
  font-family: 'Roboto','Helvetica','Arial',sans-serif;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  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;
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  -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: space-between;
  -ms-flex-pack: center;
  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;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
}
.bf_menu-link:last-child{
  border-right: 0;
}
.bf_menu-link:hover {
  color: #fff!important;
}

.bf_menu-link.active {
  color: #fff!important;
}

.bf_mob-menu {
  display: none;
}

@media screen and (min-width: 767px) {
  .bf_menu-wrapper {
    position: fixed
  }
}

@media screen and (min-width: 1280px) {
	.bf_menu-content {
    width: 100%;
	margin-left: 50px;
	margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
  }
}

@media screen and (min-width: 1599px) {
	.bf_menu-content {
    width: 1490px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1229px) and (max-width: 1384px) {
   .bf_menu-link {
  font-size: 12px;
}
}

@media (min-width: 1025px) and (max-width: 1228px) {
   .bf_menu-link {
  font-size: 10px;
}
}

@media (min-width: 961px) and (max-width: 1024px) {
   .bf_menu-link {
  font-size: 10px;
}
}

@media (min-width: 768px) and (max-width: 960px) {
   .bf_menu-content {
    width: 100%;
	margin-right: 30px;
	margin-left: 30px;
  }
   .bf_menu-link {
  font-size: 8px;
}
}
@media screen and (max-width: 767px) {
	.bf_menu-content {
    display: none;
  }

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

  .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: #333;
  }

  .mob_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }


}
