
   * {
    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-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-btn:active {
    background-color: #9c0c24;
    color: #ffffff !important;
  }
  /* .m-section {
    margin-bottom: 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: 0;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/next2.svg)center no-repeat;
  
    width: 45px;
    height: 45px;
    top: 40%;
  }
  
  .swiper-button-prev {
    left: 0;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/prev.svg)center no-repeat;
    top: 40%;
    width: 45px;
    height: 45px;
  }
  .m-office,
  .m-keyboard__image {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-dark {
    background: #000000;
    padding: 40px 0 20px 0;
    margin-bottom: 20px;
  }

 .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 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .m-slide__image {
    margin-bottom: 30px;
  }
  .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-one {
    background: #1A325C url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/mobile/grid1-mobile.png) no-repeat center bottom;
    background-size: contain;
    height: 409px;

  }
  .m-three {
    padding: 0;
    background: #333333 url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/mobile/grid3-mobile.png) no-repeat center top;
    background-size: contain;
    height: auto;
  }
  .m-three .m-grid__text {
    padding: 20px;
    padding-top: 80px;
    /* padding-top: 350px; */
  }
  .m-three .m-grid__image {
    visibility: hidden;
  }
  .m-five .m-grid__image {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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;
  }
  @media screen and (min-width: 420px) {
  .m-three .m-grid__text {
    padding-top: 100px;
  }
}
@media screen and (min-width: 480px) {
  .m-three .m-grid__text {
    padding-top: 150px;
  }
}
@media screen and (min-width: 540px) {
  .m-three .m-grid__text {
    padding-top: 200px;
  }

}
@media screen and (min-width: 600px) {
  .m-three .m-grid__text {
    padding-top: 250px;
  }

}
@media screen and (min-width: 650px) {
  .m-three .m-grid__text {
    padding-top: 350px;
  }
}
  @media screen and (min-width: 768px) {
    .m-container {
      min-width: 320px;
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
    }
    .bottom-list__item {
      border-left: none;
    }
    .bottom-list__item:first-child {
      border-left: 1px solid #333333;
    }
    .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-office {
      padding: 0 20px;
   }
   .m-absolute {
      margin-top: -150px;
    }
    .m-section-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
    }
    .m-section__list {
      margin-top: 0;
    }
    .m-section__lism-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      row-gap: 20px;
    }
    .m-section__lism-item img {
      width: auto;
    }
    .m-fuulscreen {
      padding: 0 20px;
    }
    .m-keyboard {
      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;
    }
    .m-keyboard__image {
      padding: 0 20px;
    }
    .m-keyboard__image {
      margin-bottom: 40px;
    }

  .m-one {
      background: #1A325C url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/desktop/grid1-desktop.jpg) no-repeat center bottom;
      background-size: cover;
      height: auto;
  }
  .m-roster {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 40px;
  }
  .m-section__image_full {
    margin-top: 40px;
  }
  .m-roster__item {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-roster__text {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .m-roster__image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-notes li  {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .m-grid__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
  .m-grid__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .m-grid {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: auto 20px auto 20px auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto 20px auto 20px auto;
        grid-template-areas:
    'one one two'
    'three three three'
    'four five five';
  }
  .m-grid__item:not(:last-child) {
    margin-bottom: 0;
}
.m-grid__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
  .m-one {
    grid-area: one;
  }
  .m-two {
    grid-area: two;
  }
  
  .m-three {
    grid-area: three;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    
  }
  .m-three .m-grid__image {
    width: 50%;
    visibility: visible;
  }
  .m-three .m-grid__image img {
    border-radius: 20px;
  }
  .m-three .m-grid__text {
    width: 50%;
  }
  .m-four {
    grid-area: four;
  }
  .m-four .m-grid__image,
  .m-two  .m-grid__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .m-five {
    grid-area: five;
  }
  .m-gadgets {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 
    'first second'
    'third third';
    gap: 20px;
  }
  .m-gadgets__item--first {
    grid-area: first;

  }
  .m-gadgets__item--second {
    grid-area: second;
  }
  .m-gadgets__item--third {
    grid-area: third;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 20px 40px;
  }
  .m-gadgets__item--third .m-gadgets__title,
  .m-gadgets__item--third .m-gadgets__small {
    text-align: left;
  }
  .m-gadgets__item_horizontal .m-gadgets__text {
    padding: 0;
  }
  .m-gadgets__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
  .m-gadgets__small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .m-gadgets__item:first-child {
    padding: 20px;
  }
  .m-gadgets__item--second {
    padding: 20px 20px 20px 0;
  }
  .m-gadgets__item--second .m-gadgets__small {
    padding-left: 20px;
  }
  .m-section__small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  }
  @media screen and (min-width: 768px) {
  .m-gadgets__item--first {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
  }
  .m-gadgets__item--second {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
  }
  .m-gadgets__item--third {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
  }
}
  @media screen and (min-width: 768px) {
  .m-one {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
  }
  .m-two {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
  }
  .m-three {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        background: #333333;
        height: auto;
  }
  .m-three .m-grid__text {
    padding-top: 20px;
}
  .m-four {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
  }
  .m-five {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
  }
}
  @media screen and (min-width: 1024px) {
    .m-container {
      max-width: 940px;
      padding: 0;
    }
    .m-section__wrap {
      padding-left: calc(100% - 940px);
    }
    .m-section__image,
    .m-fuulscreen {
      margin-top: 40px;
    }
    .m-office,
    .m-fuulscreen  {
      padding: 0;
      width: 940px;
      margin: 0 auto;
      margin-top: 40px;
    }
    .m-fuulscreen {
      margin-bottom: 60px;
    }
    .m-absolute {
      margin-top: -200px;
  }
  .m-grid {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 400px 20px auto 20px auto;
    grid-template-columns: 400px auto auto;
  }
    .m-three .m-grid__text {
      width: 40%;
  }
  .m-three .m-grid__image {
    width: 60%;
  }
  .m-dark {
    margin-bottom: 60px;
  }
  .m-container_min {
    padding: 0;
  }
  .m-gadgets__item--first img {
    width: 90%;
  }
  .m-slide__title {
    font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #FFFFFF;
  }
  .m-slide__descr {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */


color: #FFFFFF;
  }
  .m-item__logo-title {
    font-weight: 700;
font-size: 44px;
line-height: 48px;
/* identical to box height, or 109% */

text-transform: uppercase;

color: #333333;
margin-bottom: 200px;

  }
    
  }
  
  @media screen and (min-width: 1280px) {
    .m-container {
      max-width: 1228px;
    }
    /* .m-section {
      margin-bottom: 96px;
  } */
  .m-three .m-grid__text {
    width: 30%;
}
.bottom-list__item {
  padding: 40px;
}
.m-three .m-grid__image {
  width: 70%;
}
  .m-grid {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 650px 20px auto 20px auto;
    grid-template-columns: 650px auto auto;
  }
    .m-title {
      font-weight: 700;
      font-size: 44px;
      line-height: 48px;
      text-align: center;

    }
    .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;
}
.facelift .section, .facelift .section-extended, .promoListing .section, .promoListing .section-extended {
    /* max-width: var(--max-col-width); */
    max-width: 1228px;
    
  }
}
  
  @media screen and (min-width: 1600px) {
    /* .m-container {
        max-width: 1516px;
      } */
      /* .m-container--min {
        max-width: 1228px!important;
      } */
    .m-office,
    .m-fuulscreen  {
      width: 1516px;
    }
    .m-one {
      background: #1A325C url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/August/nedeli-hisense-skidki-do-30/img/desktop/grid1-desktop.jpg) no-repeat center;
      background-size: 100%;
      height: auto;
  }
  .m-gadgets__item--first img {
    width: 100%;
  }
  .m-gadgets__small {
    max-width: 500px;
    margin: 0 auto;
  }
  .facelift .section, .facelift .section-extended, .promoListing .section, .promoListing .section-extended {
    /* max-width: var(--max-col-width); */
    max-width: 1228px;
    
  }
  }



