* {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-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;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .s5_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .s5_wrapper {
    overflow: hidden;
    background-color: #4ac4d7;
    font-family: Roboto, sans-serif;
  }
  
  .s5_prod-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: linear-gradient(110deg, #e31235, #4ac4d7 57%);
    position: relative;
    z-index: 3;
  }
 
  
  /* .s5_prod-container {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
  } */
  
  .s5_prod-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    position: relative;
    padding-bottom: 40px;
  }
  
  .s5_grid-hero {
    width: 50%;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/shkolnaya-rasprodazha/images/s5-hero.png');
    background-position: 50% 100%;
    background-size: auto 95%;
    background-repeat: no-repeat;
  }
  
  .ti_prive-new {
    margin-right: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  
  .white-field {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 20px;
    width: 20px;
    height: 100%;
    background-color: #fff;
  }
  
  .bf_prod-img {
    position: relative;
    z-index: 3;
    max-height: 100%;
    max-width: 100%;
  }
  
  .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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* my333 */
  .s5_card-wrapper .bf_prod-decription {
    margin-bottom: 10px;
  }
  
  .ti_item-price_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    flex-direction: column;
    justify-content: flex-start;
    /* -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_item-h_block {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 77%;
    margin-bottom: 9px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 14px;
    /* padding-top: 10px; */
  }
  /* .mySwiper .ti_item-h_block {
    transform: none;
  } */
  /* .mySwiper .ti_h-box._2nd {
    padding: 8px 30px 8px 30px;
  } */
  
  /* .mySwiper .ti_h-box {
    
    border: 2px solid #333333;
   
    margin-left: 30px;
    padding: 8px 16px;
  } */
  /* ._br {
    border-radius: 4px;
  } */
  /* .mySwiper .bf_prod-name .ti_item-h_block,
  .mySwiper .bf_prod-decription .ti_item-h_block {
    transform: skew(0deg, -10deg);
    margin-bottom: 10px;
 
  } */
  .mySwiper .bf_prod-decription .ti_h-box {
    margin-left: 0;
    padding: 8px 15px 8px 25px;
    width: 160px;
  }
  .shortcut {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 20px;
    height: 15px;
    border-style: solid;
    border-width: 10px;
    border-color: #333 transparent transparent #333;
  }
  
  .ti_h-box {
    /* position: relative;
    left: 30px; */
    z-index: 2;
    padding: 0px 10px 10px 20px;
    font-weight: bold;
  
    /* width: 100px; */
  
    /* or 0% */
    /* background: #12a2bf; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    letter-spacing: 0.04em;
    /* text-transform: uppercase; */
    font-size: 15.8242px;
    line-height: 16px;
    /* or 100% */
  
    color: #333333;
  
    /* transform: matrix(1, -0.16, 0, 0.99, 0, 0); */
    /* color: #333;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700; */
  }
  .ti_h-box--red {
    background: #e31235;
  }
  
  .ti_h-box._2nd {
    z-index: 1;
    padding: 14px 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/March/ubileinoe-kombo/img/fishka.png) no-repeat center;
    background-size: cover;
    border-radius: 3.36504px;
    width: 188px;
    height: 45px;
    box-sizing: border-box;
  }
  .b_wrapper__category .ti_h-box._2nd {
    z-index: 1;
    /* padding: 7px 53px 7px 8px; */
    padding: 6px 14px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    /* color: #FFFFFF;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/November/vygodnyj-kehshbehk-do-100//static.mvideo.ru/media/Promotions/Promo_Page/2023/March/ubileinoe-kombo/img/keshback-back.png) no-repeat center;
    background-size: cover; */
    border-radius: 3.36504px;
    color: #333;
    border: 1px solid #000;
    background: none;
    max-width: 160px;
  }
  .bf_prod-decription .ti_h-box {
    margin-left: 0;
    padding: 8px 15px 8px 25px;
  }
  
  .ti_h-box._2nd.ti_h-box--kashback {
    background: #b4122d;
    /* top: -5px; */
  }
  
  .ti_price-old {
    /* margin-bottom: 5px; */
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
  
    text-decoration-line: line-through;
  
    color: #7c7c7c;
  }
  .mySwiper .ti_price-old {
    margin-bottom: 0;
  }
  
  .bf_prod-name {
    margin-bottom: 10px;
    /* padding-right: 20px; */
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
  }
  
  .bf_product-wrapp {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 30px 30px;
    -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;
    /* my333 height: 480px; */
    /* height: 500px; */
    box-shadow: 0px 0px 10px rgba(4, 6, 28, 0.1);
    border-radius: 8px;
    background-color: #fff;
    margin-top: 10px;
  }
  .mySwiper .bf_product-wrapp {
    /*my333 height: 460px; */ 
  }
  
  .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: 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: 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;
  }
  
  .ti_item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 142px;
    height: auto;
    min-height: 40px;
    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;
    color: #fff !important;
  }
  .t-rules__title:hover {
    color: #000 !important;
  }
  
  .ti_item-btn:active {
    background-color: #9c0c24;
  }
  
  .bf_prod-viscont {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    -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;
    margin: 20px 0 30px;
  }
  
  .shortcut-container {
    position: absolute;
    left: auto;
    top: auto;
    right: -20px;
    bottom: 0%;
    overflow: hidden;
    width: 20px;
    height: 100%;
  }
  
  .pm_logo {
    /* position: absolute;
    top: 35px; */
    width: 28%;
    max-width: 110px;
    /* -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; */
    text-align: right;
  }
  
  .s5_card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* padding: 10px; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  
  .text-block {
    font-size: 16px;
    line-height: 20px;
  }
  
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .image {
    height: 100%;
  }
  
  .image-2 {
    max-height: 26px;
  }
  
  @media screen and (min-width: 1280px) and (max-width: 1599px) {
    /* .s5_prod-container {
      width: 1228px;
    } */
  
    .s5_grid-hero {
      background-position: 50% 0%;
      background-size: auto 115%;
    }
    .ti_prive-new {
      margin-right: 0px;
      font-size: 22px;
    }
    .bf_prod-decription .ti_h-box {
      margin-left: 0;
      padding: 8px 15px 8px 25px;
      width: 140px;
    }
  
    .ti_item-price_block {
      width: 50%;
      margin-bottom: 0px;
      -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;
    }
  
    .ti_item-h_block {
      width: 71%;
      font-size: 17px;
      line-height: 17px;
      padding-top: 5px;
    }
  
    .ti_h-box {
      font-size: 18px;
      line-height: 18px;
    }
  
    .ti_price-old {
      margin-bottom: 0px;
      font-size: 13px;
      line-height: 18px;
    }
  
    .bf_prod-name {
      margin-bottom: 10px;
      color: #333333;
      font-size: 12px;
      line-height: 150%;
    }
    .bf_prod-name a {
      color: #333333;
    }
  
    /* .bf_product-wrapp {
      min-height: 440px;
    } */
  
    .prod_dwn_box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .ti_item-btn {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .bf_prod-viscont {
      height: 150px;
    }
  
    .image-2 {
      max-height: 32px;
    }
  }
  
  @media screen and (min-width: 1600px) {
    /* .s5_prod-container {
      width: 1516px;
    } */
  
    .ti_prive-new {
      font-weight: 700;
  font-size: 26px;
  line-height: 110%;
    }
  
    .ti_item-h_block {
      /* width: 65%; */
      width: 70%;
      padding-top: 5px;
      font-size: 20px;
      line-height: 20px;
    }
    .ti_item-h_block {
    
    }
  
    .ti_h-box {
      line-height: 18px;
    }
  
    .ti_price-old {
      font-size: 15px;
      line-height: 28px;
     
    }
  
    .bf_prod-name {
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 18px;
    }
    .mySwiper .bf_prod-name {
      margin-bottom: 5px;
      
  }
  
    .bf_product-wrapp {
      padding: 33px 36px 38px;
      /* padding: 24px 13px; */
    }
  
    .bf_prod-viscont {
      /* height: 185px; */
      height: 150px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .pm_logo {
      /* -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; */
      /* width: 17%; */
    }
  
    .image-2 {
      max-height: 44px;
    }

    /* .ti_item-h_block {
      padding-top: 10px;
    } */
  }
  @media screen and (min-width: 991px) and (max-width: 1279px) {
    .ti_prive-new {
      font-weight: bold;
      font-size: 18px;
      line-height: 110%;
      /* or 29px */
      color: #333333;
    }
    .ti_h-box {
      font-weight: bold;
      font-size: 11px;
      line-height: 11px;
   }
    .mySwiper .bf_prod-decription .ti_h-box {
      margin-left: 0;
      padding: 8px 15px 8px 15px;
      width: 140px;
    }
    .bf_prod-name {
      font-size: 12px;
    }
    .bf_prod-viscont {
      height: auto;
      /* max-height: 130px; */
  }
    .mySwiper .bf_prod-name .ti_item-h_block, .mySwiper .bf_prod-decription .ti_item-h_block {
     
      margin-bottom: 10px;
    }
    .mySwiper .bf_product-wrapp {
      /* my333 height: 380px; */
    }
    
  }

  .pm_logo__sm {
    max-width: 15%;
    /* top: 22px; */
    /* top: 28px; */
  }
  .pm_logo__sm img {
    max-height: 35px;
  }

  @media (max-width: 1280px) {
    .bf_prod-viscont {
      margin: 30px 0 30px;
    }
    .pm_logo {
      /* top: 32px; */
    }
    .pm_logo__sm {
      /* top: 20px; */
      /* top: 24px; */
      max-width: 15%;
    }
  }
  
  @media screen and (max-width: 991px) {
    /* .s5_prod-container {
      width: auto;
      padding-right: 10px;
      padding-left: 10px;
    } */
  
    .s5_grid-hero {
      width: 66.6%;
    }
    .t-steps {
      margin-bottom: 40px;
  }
  
    .ti_prive-new {
      font-weight: bold;
      font-size: 26px;
      line-height: 110%;
    }
    .bf_prod-name {
      font-size: 14px;
    }
  
    .ti_item-h_block {
      width: 68%;
      top: 0px;
    }
    .mySwiper .bf_prod-name .ti_item-h_block, .mySwiper .bf_prod-decription .ti_item-h_block {
      transform: skew(0deg, -10deg);
      left: -20px;
      margin-bottom: 15px;
  }
  
    .ti_h-box {
      /* max-width: 100%; */
      padding-top: 6px;
      padding-bottom: 6px;
      font-size: 14px;
      line-height: 16px;
    }
  
  
    .ti_h-box._2nd {
      font-size: 12px;
    }
  
    .bf_product-wrapp {
      /* padding: 10px 20px 20px; */
      padding: 30px 20px;
    }
  
    .ti_item-btn {
      font-size: 14px;
      line-height: 20px;
    }
  
    .bf_prod-viscont {
      height: 100px;
    }
  
    .pm_logo {
      width: 30%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .s5_grid-hero {
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      background-size: contain;
    }
  
    .ti_prive-new {
      font-size: 21px;
    }
    .s5_card-wrapper {
      max-width: 320px;
      margin: 0 auto;
      min-height: 350px!important;
    }
    .mySwiper .bf_product-wrapp {
      min-height: 350px!important;
  }
  
    .bf_prod-img {
      z-index: 3;
    }
  
    .ti_item-h_block {
      font-size: 12px;
      line-height: 12px;
      padding-top: 6px;
    }
  
    .ti_price-old {
      font-size: 12px;
    }
  
    .bf_prod-name {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 18px;
    }
  
    .bf_product-wrapp {
      width: 100%;
    }
  
    .bf_prod-viscont {
      height: 120px;
    }
  
    .pm_logo {
      /* top: 24px; */
      width: 36%;
    }

    .pm_logo__sm {
      max-width: 12%;
      /* top: 18px; */
    }
  }
  
  @media screen and (max-width: 479px) {
    /* .s5_prod-container {
      min-width: 320px;
    } */
  
    .s5_grid-hero {
      width: 100%;
      height: 458px;
    }
  
    /* .ti_prive-new {
      font-size: 24px;
    } */
  
    .ti_item-h_block {
      width: 65%;
      padding-top: 4px;
    }
  
    .ti_price-old {
      margin-bottom: 0px;
      /* font-size: 18px; */
    }
  
    .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-viscont {
      height: 160px;
    }
  }
  
  /* .bf_menu-wrapper {
   
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    z-index: 4;
    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: #333333;
    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: 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;
    }
    .how_item {
      font-size: 24px;
      line-height: 30px;
    }
  }
  
  @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 (max-width: 1279px) {
    .bf_menu-link {
      font-size: 10px;
    }
  }
  .ti_h-box {
    /* position: relative;
    left: 25px; */
    z-index: 2;
    padding: 0px 20px 15px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    /* background: #12a2bf; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    letter-spacing: 0.04em;
    /* text-transform: uppercase; */
    color: #333333;
  
    /* transform: matrix(1, -0.16, 0, 0.99, 0, 0); */
  }
  .ti_h-box--kashback {
    background: #e31235;
  }
  
  @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;
    }
    .t-steps {
      margin-bottom: 40px!important;
    }
    .mySwiper .bf_prod-decription .ti_h-box {
      width: 140px!important;
    }
  }
  @media screen and (max-width: 767px) {
    /* .bf_menu-content {
      display: none;
    } */
    .mySwiper .bf_prod-decription .ti_h-box {
     
      width: 140px!important;
    }
  
    .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;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .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/2022/August/shkolnaya-rasprodazha/images/burgerMenu.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/2022/August/shkolnaya-rasprodazha/images/closeMenu.svg');
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
  
  .btn-link {
    /* position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0;
    background-size: auto;
    background-repeat: no-repeat; */
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 4px;
    background-color: #e31235;
  }
  
  .btn-link:hover {
    background-color: #bd0f2c;
    color: #ffffff !important;
  }
  
  .btn-link:active {
    background-color: #9c0c24;
    color: #ffffff !important;
  }
  
  /* .btn-link-right {
    right: 0;
    left: auto;
    bottom: -20px;
  } */
  .ti_h-box {
    padding: 15px;
  }
  @media screen and (min-width: 1280px) {
    /* .btn-link {
      left: auto;
      top: auto;
      right: 0px;
      bottom: 0;
    } */
    .ti_h-box {
      /* position: relative;
      left: 30px; */
      z-index: 2;
      padding: 0px 10px 20px 20px;
      font-weight: bold;
      font-size: 18px;
      line-height: 18px;
  
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left;
      letter-spacing: 0.04em;
      /* text-transform: uppercase; */
      color: #333333;
  
      /* transform: matrix(1, -0.16, 0, 0.99, 0, 0); */
    }
  }
  @media screen and (max-width: 991px) {
    /* .btn-link {
      left: 20px;
      bottom: 0;
    }
    .btn-link-right {
      left: auto;
      bottom: -20px;
    } */
  }
  @media screen and (max-width: 767px) {
    /* .btn-link {
      left: 20px;
      top: auto;
      right: auto;
      bottom: 0;
      background-size: contain;
      font-size: 14px;
      line-height: 15px;
    }
    .btn-link-right {
      left: auto;
      right: 10px;
      bottom: -20px;
      top: auto;
    } */
  }
  /* @media screen and (max-width: 479px) {
    .btn-link {
      left: calc(50% - (233px / 2));
      right: auto;
      bottom: -20px;
    }
  
    .btn-link-right {
      left: calc(50% - (233px / 2));
    }
  } */

  @media (max-width: 1280px) {
    .ti_item-btn {
      width: auto;
    }
  }
  