html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0;
    padding: 0;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  .t-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .t-container {
    padding: 0 20px;
  }

  /* .t-wrap section {
    margin: 0 auto;
  } */
  .t-wrap {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    /* max-width: 2300px; */
    background: #ffffff;
    margin-bottom: 50px;
  }
  .t-wrap img {
    max-width: 100%;
  }
  
  .t-wrap nav {
    display: block;
  }

  .swiper-button-next:after,
  .swiper-button-next2:after,
  .swiper-container-rtl .swiper-button-prev2:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/School_sale/img/next.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 22px;
    height: 22px;
  }
  .swiper-button-prev:after,
  .swiper-button-prev2:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: '';
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/January/Promocatalog2021/School_sale/img/prev.svg);
    height: 22px;
    width: 22px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .swiper-button-next,
  .swiper-button-next2,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    height: 22px;
    width: 22px;
    box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
    border-radius: 50%;
    right: 0px;
  }
  .swiper-button-prev,
  .swiper-button-prev2,
  .swiper-container-rtl .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    height: 22px;
    width: 22px;
    box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
    border-radius: 50%;
    left: 0px;
  }
  
  .t-wrap section .t-bottom-not {
    margin-bottom: 0 !important;
  }

  .t-section__img {
    display: flex;
    justify-content: center;
  }
  .t-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .t-block__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .t-border .t-block__wrap {
    flex-direction: column-reverse;
  }
  .t-btn {
    background: #e31235;
    border-radius: 4px;
    width: 200px;
    /* width: 164px; */
    border: none;
    outline: none;
    color: #ffffff;
    padding: 13px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-bottom: 50px;
    text-transform: inherit;
  }
 
 
  .t-btn:hover,
  .t-btn:focus {
    background: #bd0f2c;
    color: #fff !important;
  }
  .t-btn:active {
    background: #9c0c24;
    color: #fff !important;
  }
  .t-category__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .t-category__item {
    max-width: 396px;
  }
  .swiper-container {
    padding: 0;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
  .t-banner {
    margin-bottom: 20px;
  }
  .t-slider,
  .t-section,
  .t-category,
  .t-block {
    margin-bottom: 40px;
  }
  .t-company  {
    margin-bottom: 40px;
  }
  .t-company__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .t-company__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .t-main,
  .t-main-category {
    background: #000;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .t-descr{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }
  .t-menu-block {
    width: calc(100%-20px);
    padding: 10px 20px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    background-color: #333;
  }
  .ah_menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    background-color: #333;
    margin-bottom: 40px;
  }
  .ah_menu-container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 10px;
    padding-left: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .ah_menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px 20px 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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
  }
  .ah_mmenu-item-h {
    /* margin-bottom: 12px; */
    padding-bottom: 9px;
    border-bottom: 1px solid #424245;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ah_mmenu-item-h:hover {
    color: #fff !important;
  }
  .ah_mmenu-bread-2 {
    width: 56px;
    height: 100%;
  }
  .bread-ico {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 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;
  }
  .bread-line {
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 1px;
    background-color: #4e4e4e;
  }
  .ah_mmenu-bar-2 {
    display: block;
  }
  .facelift .gallery-layout.gallery-layout_product-set, .promoListing .gallery-layout.gallery-layout_product-set {
    overflow: hidden;
    margin: 0rem 0 3.2rem;
}
  
  
  .ah_mmenu-bread-2 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }
  .block-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .block-btn .t-btn {
    margin: 0;
    margin-bottom: 20px;
    /* margin-right: 20px; */
  }
  
  .bread-line._01 {
    background-color: #fff;
  }
  
  .bread-line._02 {
    background-color: #fff;
  }
  
  .bread-line._03 {
    background-color: #fff;
  }
  
  .ah_menu-item.f-link {
    display: flex;
    align-items: center;
    max-width: 175px;
    padding-bottom: 20px;
   
  }
  .ah_mmenu-bar {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 56px;
    border-bottom: 1px none #424245;
    background-color: #333;
  }
  
  .ah_sub-menu {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 0px;
    flex-direction: column;
    background-color: #333;
  }
  
  .ah_sub-menu.r {
    left: 0px;
    right: auto;
    bottom: auto;
  }
  
  .ah_sub-menu-item {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #b9b9b9;
  }
  
  .t-menu,
  .t-menu__list {
    display: flex;
    flex-direction: column;
  }
  .t-menu-block__logo {
    display: none;
  }
  .t-banner-soundbar__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
  }
  .t-banner-soundbar__subtitle {
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
  }
 
  
  
  .t-section {
    display: flex;
    flex-direction: column;
  }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .facelift .gallery-layout.gallery-layout_product-set, .promoListing .gallery-layout.gallery-layout_product-set {
        margin: 2.2rem 0 5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .facelift .gallery-layout.gallery-layout_product-set, .promoListing .gallery-layout.gallery-layout_product-set {
        overflow: hidden;
        margin: 0.6rem 0 2rem 0;
    }
}


  
  
  @media (min-width: 768px) {
   
    .t-category__wrap {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .t-main {
        background: #000 url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/March/televizory-toshiba/img/main-background.png) no-repeat top left;
        background-size: contain;
        padding-bottom: 40px;
        padding-top: 60px;
      }
      .t-main-category {
        background: #000 url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/March/televizory-toshiba/img/main-category-background.png) no-repeat top center;
        background-size: cover;
        padding-bottom: 40px;
        padding-top: 60px;
      }
    .t-block {
      margin-bottom: 0;
    }
    .ah_menu-item.f-link {
      padding-bottom: 0;
    }
    .t-block__img {
      display: flex;
      justify-content: flex-start;
    }
    .t-block--reverse .t-block__img {
      display: flex;
      justify-content: flex-end;
    }
    .t-block__wrap {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      row-gap: 0;
      column-gap: 20px;
    }
    .t-block__wrap {
      border-right: 1px solid #CCCCCC;
      padding: 20px 20px 20px 0;
    }
    .t-border .t-block__wrap {
      flex-direction: row;
      justify-content: space-between;
    }
    .t-block--reverse .t-block__wrap {
      border-left: 1px solid #CCCCCC;
      border-right: none;
      padding: 20px 0 20px 20px;
    }
    .t-block__item {
      width: 50%;
    }
    
   
    .t-category__item:nth-child(3),
    .t-category__item:nth-child(4),
    .t-category__item:nth-child(5) {
      width: calc(33% - 20px);
    }
    
    .t-category__item:first-child,
    .t-category__item:nth-child(2) {
      width: calc(50% - 20px);
    }
    .t-border {
      border-top: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
    
    }
    .t-category__item {
        max-width: none;
    }
    .t-block:last-child {
      border-bottom: 1px solid #CCCCCC;
    }
    .t-company__wrap {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
     
    }
    .t-company__item {
      width: 50%;
      padding: 20px 0;
    }
    .t-company__item:nth-child(2) {
      border-left: 1px solid #CCCCCC;
      padding-left: 20px;
    }
    .t-menu-block {
      width: calc(100% - 40px);
    }
  
    .ah_menu-wrapper {
      position: relative;
      z-index: 1;
      width: 100%;
      background: #000000;
      box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.2);
      margin-bottom: 40px;
      overflow: visible;
    }
    .ah_mmenu-bar {
      display: none;
    }
    .ah_menu-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      padding-right: 20px;
      padding-left: 20px;
      height: 70px;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
    }
  
    .ah_menu-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: flex-end;
      -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
      opacity: 0.8;
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      cursor: pointer;
      padding: 0;
      /* padding: 0px 10px 10px 0px; */
    }
  
    .ah_mmenu-item-h {
      font-size: 10px;
      line-height: 1.2;
      border-bottom: none;
      text-align: end;
      padding-bottom: 0;
      /* margin-top: 15px; */
    }
  
    .ah_menu-item:hover {
      opacity: 1 !important;
      color: #fff !important;
    }
    .ah_menu-item.active {
      opacity: 1 !important;
      color: #fff !important;
    }
  
    .ah_sub-menu {
      position: absolute;
      left: 30%;
      top: 69px;
      display: none;
      padding-top: 24px;
      padding-right: 24px;
      padding-left: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #333;
    }
    .ah_menu-item:hover > .ah_sub-menu {
      display: flex;
      opacity: 1;
      color: #fff;
    }
  
    .ah_sub-menu.r {
      left: auto;
      right: -24px;
    }
  
    .ah_sub-menu.show {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  
    .ah_sub-menu-item {
      margin-bottom: 24px;
      color: #b9b9b9;
      text-decoration: none;
      white-space: nowrap;
    }
  
    .ah_sub-menu-item:hover {
      color: #fff !important;
    }
    .t-app__wrap {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 50px;
    }
   
    
   
    .t-grid__wrap {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto auto;
      grid-template-areas:
        'first first second'
        'first first fifth'
        'third fourth fifth';
      column-gap: 10px;
      row-gap: 10px;
    }
    
    .grid1 {
      grid-area: first;
      height: 100%;
    }
    .grid2 {
      grid-area: second;
      height: 100%;
    }
    .grid3 {
      grid-area: third;
      height: 100%;
    }
    .grid4 {
      grid-area: fourth;
      height: 100%;
      /* height: 300px; */
    }
    .grid5 {
      grid-area: fifth;
      height: 100%;
      /* height: 300px; */
    }
  }

  
  @media (min-width: 1024px) {
    .t-container {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    .t-block__text {
      max-width: 520px;
    }
    .t-banner {
      margin-bottom: 40px;
    }
    .t-block__wrap {
      column-gap: 40px;
  }
    
    .t-menu-block {
      width: calc(100% - 40px);
  
      margin: 0 auto;
    }
    .t-menu-block__logo {
      display: block;
      width: 80px;
    }
    .swiper-button-next:after,
  .swiper-button-next2:after,
  .swiper-container-rtl .swiper-button-prev2:after,
  .swiper-container-rtl .swiper-button-prev:after {
    
    height: 38px;
    width: 38px;
  }
  .swiper-button-prev:after,
  .swiper-button-prev2:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: '';
    height: 38px;
    width: 38px;
  }
  .swiper-button-next,
  .swiper-button-next2,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    height: 38px;
    width: 38px;
    right: 0px;
  }
  .swiper-button-prev,
  .swiper-button-prev2,
  .swiper-container-rtl .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    height: 38px;
    width: 38px;

    left: 0px;
  }
  
    .t-btn {
      max-width: 180px;
    }
    
    .ah_menu-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      padding-right: 20px;
      padding-left: 20px;
      height: 70px;
      max-width: 940px;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
    }
    .ah_sub-menu {
      position: absolute;
      left: 40%;
      top: 69px;
      display: none;
      padding-top: 24px;
      padding-right: 24px;
      padding-left: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #333;
    }
    .t-category__wrap {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
  }
  
  .t-category__item:nth-child(3),
  .t-category__item:nth-child(4),
  .t-category__item:nth-child(5) {
    width: calc(33% - 20px);
  }
  
  .t-category__item:first-child,
  .t-category__item:nth-child(2) {
    width: calc(50% - 20px);
  }
  .t-category__item:hover {
    animation: rotating 2s ease-in;
    /* transition: all 2s; */
    /* box-shadow: 10px 10px 30px rgba(174, 174, 192, 0.2); */
  }
  @keyframes rotating {
    0%   { transform: scale(1); }
    100% { transform: scale(0.95); }
  }
  .ah_mmenu-item-h {
    font-size: 14px;
    line-height: 1.2;
    border-bottom: none;
    text-align: end;
    /* margin-top: 15px; */
}
   
  }
  @media (min-width: 1280px) {
    .t-container {
      max-width: 1228px;
      margin: 0 auto;
    }
    .facelift .gallery-layout.gallery-layout_product-set, .promoListing .gallery-layout.gallery-layout_product-set {
        margin: 2.6rem 0 7.2rem;
    }
   
    .t-banner {
      margin-bottom: 50px;
    }
    .t-block__wrap {
      padding: 30px 30px 30px 0px;
    }
    .t-block--reverse .t-block__wrap {
      padding: 30px 0px 30px 30px;
  }
    .t-block__wrap {
      column-gap: 80px;
  }
    .t-block__title {
      font-weight: 700;
      font-size: 34px;
      line-height: 40px;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .t-category__wrap {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
  }
    .t-company__title {
      font-weight: 700;
      font-size: 40px;
      line-height: 46px;
      text-transform: uppercase;
      color: #ffffff;
    }
    .t-slider, .t-section, .t-category, .t-company {
      margin-bottom: 60px;
  }
    .t-descr {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
    }
    .t-company__item:nth-child(2) {
      padding-left: 40px;
    }
    .t-company__item {
      padding: 40px 0;
    }
    
    .ah_menu-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      padding-right: 20px;
      padding-left: 20px;
      height: 70px;
      max-width: 1228px;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    .ah_sub-menu {
      position: absolute;
      left: 50%;
      top: 69px;
      display: none;
      padding-top: 24px;
      padding-right: 24px;
      padding-left: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #333;
    }
    
  }
  @media (min-width: 1600px) {
    .t-container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-block__text {
      max-width: 562px;
    }
    .t-block__wrap {
      padding: 30px 50px 30px 50px;
    }
    .t-block--reverse .t-block__wrap {
      padding: 30px 50px 30px 50px;
  }
   
    .ah_sub-menu {
      position: absolute;
      left: 60%;
      top: 69px;
      display: none;
      padding-top: 24px;
      padding-right: 24px;
      padding-left: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #333;
    }
    .ah_menu-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      padding-right: 20px;
      padding-left: 20px;
      height: 70px;
      max-width: 1516px;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    .t-background-matrix {
      max-width: 1516px;
      height: 1200px;
    }
    .t-work {
      width: 100%;
      height: 1000px;
      max-width: 1516px;
    }
    .t-atmosfere__wrap {
      width: 100%;
      max-width: 1516px;
      height: 1100px;
    }
  
    .t-content {
      width: 100%;
      max-width: 1516px;
      height: 1500px;
    }
    .premier-banner {
      width: 100%;
      max-width: 1516px;
      height: 500px;
    }
    .t-video iframe {
      height: 700px;
    }
    .t-video {
      height: 700px;
    }
    .t-find {
      height: 1100px;
      width: 100%;
      max-width: 1516px;
    }
    
    .t-menu-block {
      margin: 0 auto;
    }
    
   
  }
  @media (min-width: 1900px) {
  }
  