
   * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  a {
    text-decoration: none;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
  }
  html {
    scroll-behavior: smooth;
  }
  .m-wrapper {
    max-width: 1930px;
    margin: 0 auto;
  }
  .m-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #FFFFFF;
    background: #E31235;
    border-radius: 4px;
    max-width: 320px;
    padding: 12px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .m-btn:hover {
    background-color: #bd0f2c;
    color: #ffffff !important;
  }
  .m-first .m-container, .m-second .m-container, .m-third .m-container, .m-fouth .m-container {
    position: relative;
}
  
  .m-btn:active {
    background-color: #9c0c24;
    color: #ffffff !important;
  }
  ._pt {
    padding-top: 40px;
  }
  .m-wrapper img {
    max-width: 100%;
    vertical-align: baseline;
  }
  .m-container {
    min-width: 320px;
    width: 100%;
    max-width: 1516px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .m-section__image {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
 
  .m-section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;

  }
  .m-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
  }
  .m-item__logo-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333333;
  }
  .m-item__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 30px;
  }
  .m-item__text--mobile {
    margin-bottom: 30px;
  }
  .bottom-list__item {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 16px;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  
  .bottom-list__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }
  .swiper-button-next {
    right: 30%;
    /* background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/next2.svg)center no-repeat; */
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/next.svg)center no-repeat;
    width: 32px;
    height: 32px;
    bottom: 0;
    top: auto;
  }
  
  .swiper-button-prev {
    left: 30%;
    /* background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/prev.svg)center no-repeat; */
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/prev.svg)center no-repeat;
    bottom: 0;
    width: 32px;
    height: 32px;
    top: auto;
  }
  .m-first {
    padding-bottom: 20px;
  }
  .m-background {
    position: relative;
  }
  .m-background__title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .m-background__subtitle {
    color:  #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .m-background__content {
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .m-background__content img {
    max-width: 200px;
  }
  .m-slide__img {
    margin-bottom: 12px;
  }
  .m-dark {
    background: #000000;
    padding: 40px 0 20px 0;
    margin-bottom: 20px;
  }
  .m-banner .m-container {
    padding: 0;
  }

 .m-absolute {
  margin-top: -100px;
 }
  .m-title_white,
  .m-descr_white,
  .m-subtitle_white {
    color: #FFFFFF;
  }
  .m-section__small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  /* .swiper-button-next,
  .swiper-button-prev {
    display: none;
  } */
  .m-section__list {
    padding: 0 20px;
    margin-top: 20px;
  }
  .m-slide__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .m-slide__descr {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .mySwiper .m-slide__descr {
    text-align: center;
  }
  .m-slide__image {
    margin-bottom: 10px;
  }
  .m-section__lism-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-section__lism-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-section__lism-item img {
    width: 40%;
  }
  .m-fuulscreen {
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-keyboard {
    margin-bottom: 40px;
  }
  .m-grid__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .m-grid__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;

  }
  .m-grid__item {
    padding: 20px;
    border-radius: 20px;
    background: #333333;
  }
  .m-grid__item:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .m-gadgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .m-gadgets__item {
    background: #F5F5F6;
    border-radius: 20px;
    padding: 20px;
  }
  .m-gadgets__item:first-child {
    padding: 20px 20px 0 20px;
  }
  .m-gadgets__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .m-gadgets__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
  }
  .m-gadgets__small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
  .m-gadgets__item_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .m-gadgets__item_horizontal .m-gadgets__image {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-gadgets__item_horizontal .m-gadgets__text {
    padding: 20px;
  }
  .m-section__image_full {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  }
  .m-roster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  .m-roster__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .m-roster__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    width: 80%;

  }
  .m-roster__image {
    width: 20%;
  }
  .m-notes {
    padding-left: 20px;
  }
  .m-notes li {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;

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

    margin: 0 auto;
  }
  .m-item__image {
    width: 20%;
   }
   
  .m-gadgets__item_horizontal .m-gadgets__image img {
    border-radius: 20px;
  }
  .m-item__text--desktop {
    display: none;
  }
  .m-quote__title {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  ._mb {
    margin-bottom: 40px;
  }
  .m-slide__image img {
    border-radius: 16px;
  }
  .m-slide__image img {
    object-fit: cover;
    max-height: max-content;
  }
  
  @media screen and (min-width: 768px) {
    .m-container {
      min-width: 320px;
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
    }
    .m-slide__image img {
      object-fit: cover;
      max-height: 200px!important;
    }
    .m-banner .m-container {
      padding: 0 20px;
    }
    .m-first {
      background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background.png) no-repeat bottom center;
      background-size: 100%;
    }
    .m-second {
      background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background2.png) no-repeat bottom center;
      background-size: 100%;
    }
    .m-third {
      background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background3.png) no-repeat bottom center;
      background-size: 100%;
    }
    .m-fouth {
      background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background4.png) no-repeat bottom center;
      background-size: 100%;
    }
    .m-background__content {
      top: 60px;
    }
    .swiper-button-next,
    .swiper-button-prev {
      display: flex;
    }
    .m-item__text--desktop {
      display: block;
    }
    .m-item__text--mobile {
      display: none;
    }
    /* .m-section {
      margin-bottom: 60px;
    } */
    .m-title {
      font-weight: 700;
      font-size: 44px;
      line-height: 48px;
      text-align: center;
      margin-bottom: 40px;
    }
   .m-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
   }
   .m-descr {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
   }
   .m-section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 0;
    margin-bottom: 30px;
   }
   .m-section__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   }
   .bottom-list {
    display: flex;
    width: 100%;
   }
   .bottom-list__item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 5px;
    width: 25%;
   }
   .m-item__image {
    width: auto;
   }
   .m-item__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   }
   .m-section__image {
    width: 50%;
   }
   .m-item__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
   }
   .m-item__logo-title {
    margin-bottom: 100px;
   }
   .m-item__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
   }
  .m-notes li  {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .m-section__small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  }
  @media screen and (min-width: 1024px) {
    .m-container {
      max-width: 1024px;
      padding: 0 42px;
      
    }
    ._mb {
      margin-bottom: 60px;
    }
  .m-slide__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  .m-slide__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  ._pt {
    padding-top: 60px;
  }
  .m-slide__image img {
    object-fit: cover;
    max-height: 200px!important;
  }
    
  }
  
  @media screen and (min-width: 1280px) {
    .m-container {
      max-width: 1280px;
      padding: 0 42px;
     
    }
    .m-first .m-container,
    .m-second .m-container,
    .m-third .m-container,
    .m-fouth .m-container {
      position: relative;
    }
    .m-title {
      font-weight: 700;
      font-size: 44px;
      line-height: 48px;
      text-align: center;

    }
    ._mb {
      margin-bottom: 96px;
    }
    ._pt {
      padding-top: 96px;
    }
    .m-slide__image {
      margin-bottom: 20px;
    }
    .m-quote__title {
      color: #000;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      max-width: 940px;
      margin: 0 auto;
    }
    .m-background__title {
      color: #FFF;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
    }
    .m-background__subtitle {
      color: #FFF;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
    }
    .m-background__content {
      top: 30%;
      left: 50%;
      transform: translate(-50%, 30%);
      row-gap: 40px;
    }
    .m-background__content img {
      max-width: 300px;
  }
    .mySwiper .m-slide__descr  {
      color: #000;
      text-align: center;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
    }
  
    .swiper-button-next {
      right: -10px;
      bottom: auto;
      top: 40%;
    }
    
    .swiper-button-prev {
      left: -10px;
      bottom: auto;
      top: 40%;
    }
    .m-fuulscreen {
      margin-bottom: 96px;
    }
    .m-office,
    .m-fuulscreen  {
      width: 1228px;
    }
    .m-section__wrap {
      padding-left: calc(100% - 1228px);
    }
    .m-subtitle {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 40px;
      text-align: center;
  
    }
    .m-descr {
      font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    }
    .m-dark {
      padding-top: 96px;
      margin-bottom: 96px;
  }
  .m-absolute {
    margin-top: -300px;
  }
  .m-slide__image img {
    object-fit: cover;
    max-height: 200px!important;
  }
}
  
  @media screen and (min-width: 1600px) {
    .m-container {
        max-width: 1600px;
        padding: 0 42px;
      }
      .m-first {
        background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background.png) no-repeat center center;
        background-size: 100%;
      }
      .m-second {
        background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background2.png) no-repeat center center;
        background-size: 100%;
      }
      .m-third {
        background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background3.png) no-repeat  top -180px center;
        background-size: 100%;
      }
      .m-fouth {
        background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/November/televizory-philips/img/background4.png) no-repeat top -150px center;
        background-size: 100%;
      }
      .m-background__title {
        color: #FFF;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
      }
      
      .m-slide__image img {
        object-fit: cover;
        max-height: 280px!important;
      }
  }



