html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    padding: 0;
  }
  section {
    margin: 0 auto;
  }
  @font-face {
    font-family: "Styrene b lc web";
    src: url("../fonts/Styrene-B-LC-Web-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Styrene b lc web";
    src: url("../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("../fonts/Styrene-B-LC-Web-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Styrene b lc web";
    src: url("../fonts/Styrene-B-LC-Web-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  .m-wrap {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    background: #F7F7F7;
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .m-wrap.m-lg {
    background: #FFF;
  }
  .m-wrap img {
    max-width: 100%;
  }
  .m-wrap a {
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0;
    padding: 0;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  .m-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  ._container {
    padding: 0 20px;
  }
  .m-section {
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 40px; */
  }
  .m-brands__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .m-banner img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .m-heroes__title {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .m-brands__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 calc((100% / 2) - 20px);
    padding: 13px 28px;
    border-radius: 10.649px;
    background: #BABABA;
  }
  .m-brands__item.active,
  .m-brands__item:active,
  .m-brands__item:hover {
    background: #E31235;
  }
  .m-category-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .m-category-list__item {
    border-radius: 4px;
    background: #F1F1F5;
    padding: 9px 24px;
   display: flex;
   justify-content: center;
   align-items: center;
    width: calc(50% - 20px);
    color: #B5B5B9;
text-align: center;

/* Body/Input_Medium */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
  }
  .m-category-list__item.active,
  .m-category-list__item:active,
  .m-category-list__item:hover {
    background: #E31235;
    color: #ffffff!important;

  }
 
  .m-category-list__link {
    color: #B5B5B9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
  .m-category-list__item.active .m-category-list__link,
  .m-category-list__item:active .m-category-list__link,
  .m-category-list__item:hover .m-category-list__link {
    color: #ffffff;

  }
  .m-lg__title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .m-lg__descr,
  .m-function__descr {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .m-lg__subtitle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .m-black .m-lg__subtitle,
  .m-black .m-small,
  .m-black .m-lg__title,
  .m-black .m-descr {
    color: #ffffff;
    text-align: center;
  }
  /* .m-black .m-descr {
    padding-bottom: 20px;
  } */
  .m-black .m-small {
    margin-top: 20px;
  }
  .m-center .m-descr,
  .m-center .m-lg__title,
  .m-center .m-lg__subtitle {
    text-align: center;
  }
  .m-center .m-descr {
    margin-bottom: 16px;
  }
  .m-center .m-lg__subtitle {
    margin-bottom: 24px;
  }

  .m-lg.m-center {
    max-width: 1900px;
  }
  .m-section video {
    max-width: 1600px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
  }
  .m-black .m-lg__caption {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .m-function__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .m-function__item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .m-function__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .m-desktop {
    display: none;
  }
  /* .m-banner {
    margin-bottom: 50px;
  } */
  .m-reasons__title {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .m-reasons__body {

    padding: 30px 20px;
    border-radius: 25px;
    border: 3px solid #E31235;
    background: #F9F9F9;
  }
  .m-reasons__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .m-reasons__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
  }
  .m-reasons__img {
    width: 20%;
  }
  .m-reasons__text {
    width: 80%;
    max-width: 500px;
  }
  .m-reasons__subtitle {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .m-dark {
    background: #303036;
  }
  .m-section.m-black {
    background: #000;
    /* padding: 40px 0 20px 0;
    margin-bottom: 0; */
  }
  .m-lg__image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    /* max-width: 1600px!important; */
  }

  .m-descr {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .m-page {
    display: none;
  }
  .m-page.active {
    display: block;
  }
  .m-main.hidden {
    display: none;
  }
  .m-lg__text ul {
    list-style: disc;
    padding-left: 20px;
  }
  li.m-lg__descr {
    list-style: disc;
  }
  .m-brands__link {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
  }
  .m-article__body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .m-article__title {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .m-banner__title {
    font-family: Styrene b lc web;
    font-size: 18.754px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    margin-bottom: 28px;
  }
  .m-small {
    display: block;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
 
  .m-category__item img {
    
    margin: 0 auto;
    display: block;
  }
  .m-category__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding-bottom: 20px;
  }
  .m-category__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 5px 5px 25px 0px rgba(4, 6, 28, 0.10);
    box-sizing: border-box;
  }
  .m-title {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
  }
  
  .m-btn {
    background: #e31235;
    border-radius: 4px;
    width: 100%;
    max-width: 157px;
    /* width: 164px; */
    border: none;
    outline: none;
    color: #ffffff;
    padding: 13px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    /* margin: 0 auto; */
    text-align: center;
    text-decoration: none;
  }
  .m-btn:hover,
  .m-btn:focus {
    background: #bd0f2c;
    color: #ffffff !important;
  }
  .m-btn:active {
    background: #9c0c24;
    color: #ffffff !important;
  }
  .m-banner__second  .m-btn {
    margin-top: 0;
  }
  .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);
    height: 32px;
    width: 32px;
    background-size: 100%;
  }
  .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: 32px;
    width: 32px;
    background-size: 100%;
  }
  .swiper-button-next,
  .swiper-button-next2,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    height: 32px;
    width: 32px;
    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: 32px;
    width: 32px;
    box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
    border-radius: 50%;
    left: 0px;
  }
  .m-quote__title {
    color:  #333;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .m-samsung .m-section.m-dark {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .m-section__row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .m-samsung__title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .m-samsung__subtitle {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .m-samsung__descr {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .m-section__col {
    order: 1;
  }
  .m-samsung__img {
    order: 2;
  }
  .m-samsung__text{
    order: 3;
  }
  .m-samsung__btns {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .m-samsung__btn {
    border-bottom: 3px solid #FFF;
    padding-bottom: 5px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .m-notes {
    width: 100%;
    order: 2;
  }
  ._pb {
    padding-bottom: 40px;
  }
  ._pt {
    padding-top: 40px;
  }
  ._mt {
    margin-top: 40px;
  }
  ._mb {
    margin-bottom: 40px;
  }
  
  @media (min-width: 768px) {
    /* .m-banner {
      margin-bottom: 50px;
    } */
    .m-category__list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      column-gap: 20px;
    }
    .m-category-list__item {
      cursor: pointer;
    }
    .m-mobile {
      display: none;
    }
    .m-desktop {
      display: block;
    }
    .m-section__row {
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
    }
    .m-section__row--reverse {
      flex-direction: row-reverse;

    }
    .m-section__col {
      width: calc(50% - 40px);
    }
    .m-lg  .m-section__col {
      width: calc(60% - 40px);
    }
    .m-lg  .m-section__col.m-lg__text {
      width: 40%;
    }
    .m-lg .m-section__row--twice .m-section__col {
      width: calc(50% - 20px);
    }
    .m-lg .m-section__row--twice .m-section__col.m-lg__text {
      width: 50%;
    }
    .m-samsung__img {
      order: 3;
      width: 100%;
    }
    .m-function__wrap {
      flex-direction: row;
      column-gap: 20px;
    }
    .m-function__item {
      width: 33.3%;
    }
    .m-function__img {
      order: 1;
    }
    .m-function__title {
      order: 2;
    }
    .m-function__descr {
      order: 3;
    }
    .m-function__wrap .m-small {
      order: 4;
    }
    .m-notes {
      width: 100%;
      order: 2;
    }
    .m-dark {
      background: radial-gradient(47.13% 47.13% at 50% 50%, #303036 0%, #252424 100%);
    }
    .m-reasons__wrap {
      display: flex;
      justify-content: space-between;

    }
    .m-reasons__item {
      align-items: flex-start;
    }
    .m-samsung__image {
      max-width: 420px!important;
    }
    .m-reasons__img {
      width: 40px;
    }
    .m-brands__item {
      
      flex: 0 1 calc((100% / 3) - 20px);
    }
    .m-article__body {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      column-gap: 20px;
    }
    .m-article__item {
      display: flex;
      flex-direction: column;
      flex: 0 1 calc((100% / 3) - 20px);
    }
    .m-article__item img {
      display: block;
      margin-top: auto;
    }
    .m-title {
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #333333;
      margin-top: 30px;
    }
    .m-category__item {
      width: calc(33.3% - 20px);
      transition: box-shadow 0.3s ease-in;
    }
  
    .m-category__item:hover {
      box-shadow: 5px 5px 25px rgba(4, 6, 28, 0.3);
    }
    a.m-category__item:active {
        background-color: #F5F5F6;
    }
    .m-banner__body {
      display: flex;
      justify-content: space-between;
      padding: 20px 0 20px 20px;
    }
    
    .m-btn.m-banner__btn {
      display: block;
    }
    .m-banner__btns.m-mobile {
      display: none;
    }
    .m-btn {
      margin: 0;
    }
    .m-banner__text {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }
    .m-banner__img {
      max-width: 50%;
    }
    .m-category {
      margin-bottom: 40px;
    }
    .m-quote__title {
      max-width: 90%;
      margin: 0 auto;
    }
    .m-category-list__item {
      width: 33.3%;
      max-width: 200px;
    }
  }
  @media (min-width: 1024px) {
    ._container {
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    .m-category-list__item {
      color: #B5B5B9;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
    }
    .m-category-list {
      flex-wrap: nowrap;
      justify-content: center;
    }
    ._pb {
      padding-bottom: 60px;
    }
    ._pt {
      padding-top: 60px;
    }
    ._mt {
      margin-top: 60px;
    }
    ._mb {
      margin-bottom: 60px;
    }
   
    .m-brands__item {
      flex: 0 1 calc((100% / 3) - 20px);
      max-width: 300px;
  }
    .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);
      height: 48px;
      width: 48px;
    }
    .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: 48px;
      width: 48px;
    }
    .swiper-button-next,
    .swiper-button-next2,
    .swiper-container-rtl .swiper-button-prev,
    .swiper-container-rtl .swiper-button-prev {
      height: 48px;
      width: 48px;
      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: 48px;
      width: 48px;
      box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
      border-radius: 50%;
      left: 0px;
    }
   
    .m-banner__body,
    .m-banner__second .m-banner__body {
      padding: 0px 0 20px 50px;
    }
    .m-banner__text {
      margin-top: 70px;
      width: 50%;
    }
    .m-banner__img {
      max-width: 50%;
    }
    .m-banner__title {
      font-family: Styrene b lc web;
      font-size: 28.754px;
      font-style: normal;
      font-weight: 700;
      line-height: 101%;
      margin-bottom: 28px;
    }
    .m-title {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
    }
    .m-article__item {
      transition: transform 0.7s ease-in;
    }
    .m-article__item:hover{
      transform: scale(0.98);
    }
    /* .m-section {
      margin-bottom: 60px;
    } */
    .m-reasons__body {
      background: url(../img/reasons-background.svg) no-repeat center;
      background-size: cover;
      padding: 48px 60px;
    }
    .m-reasons__img {
      width: 50px;
    }
    .m-section video,
    .m-lg__image {
      margin-top: 40px;
    }
    
  }
  @media (min-width: 1280px) {
    ._container {
      max-width: 1228px;
      margin: 0 auto;
    }
    ._pb {
      padding-bottom: 96px;
    }
    ._pt {
      padding-top: 96px;
    }
    ._mt {
      margin-top: 96px;
    }
    ._mb {
      margin-bottom: 96px;
    }
    ._container._container-min {
      max-width: 1030px;
      margin: 0 auto;
    }
    ._container._container-middle {
      max-width: 812px;
      margin: 0 auto;
    }
    /* .m-section {
      margin-bottom: 96px;
    } */
    .m-samsung .m-section.m-dark {
      padding: 66px 0;
      margin-bottom: 0;
    }
    .m-section__row {
      column-gap: 80px;
    }
    .m-lg .m-section__row {
      column-gap: 20px;
    }
    .m-lg__title {
      color: #000;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
    }
    .m-function__title {
      color: #000;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
    }
    .m-lg__subtitle {
      color: #000;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
    }
    .m-lg__descr, .m-function__descr {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    .m-small {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
    }
    .m-section__col {
      width: calc(50% - 80px);
  }
    .m-btn {
      font-size: 16px;
      line-height: 22px;
    }
    .m-heroes__title {
      color: #333;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
      margin-bottom: 30px;
      padding-left: 10px;
    }
    .m-article__item {
      flex: 0 1 calc((100% / 5) - 20px);
  }
    .m-quote__title {
      color: #333;
      text-align: center;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
    }
    .m-samsung__title {
      color: #FFF;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      margin-bottom: 20px;
    }
    .m-samsung__subtitle {
      color: #FFF;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
    }
    .m-samsung__descr {
      color: #FFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    .m-samsung__btns {
      margin-top: 20px;
    }
    .m-reasons__title {
      color: #333;
      text-align: center;
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      line-height: 38px;
      margin-bottom: 40px;
    }
    .m-reasons__subtitle {
      color: #333;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
    }
    .m-descr {
      color: #333;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
    }
    .m-article__title {
      color: #000;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
    }
    .m-banner__title {
      font-family: Styrene b lc web;
      color: #333;
      font-size: 36.527px;
      font-style: normal;
      font-weight: 700;
      line-height: 101%;
      margin-bottom: 40px;
    }
  
    .m-category__list {
      flex-direction: row;
      justify-content: space-between;
      column-gap: 20px;
      width: 100%;
    }
    .m-title {
      color: #333;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
    }
    .m-wrap {
        padding-bottom: 96px;
    }
    .m-banner__second .m-banner__text {
      padding: 0;
    }
    .m-banner__img {
      max-width: 711px;
  }
  .m-category {
    margin-bottom: 60px;
  }
  .m-section.m-black {
    background: #000;
    /* padding: 96px 0 20px 0;
    margin-bottom: 0; */
}
  }
  @media (min-width: 1600px) {
    ._container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .m-brands__list {
      max-width: 1228px;
      margin: 0 auto;
    }
  
    .m-lg ._container {
      max-width: 1228px;
    }
    ._container._container-middle {
      max-width: 812px;
      margin: 0 auto;
    }
    .m-quote__title {
      color: #333;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
    }
    .m-reasons__title {
      color: #333;
      text-align: center;
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
    }
    .m-reasons__subtitle {
      color: #333;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
    }
    .m-descr {
      color: #333;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    .m-article__title {
      color: #000;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
    }
    .m-heroes__title {
      color: #333;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
    }
 

    .m-banner__title {
      color: #333;
      font-size: 46.527px;
      font-style: normal;
      font-weight: 700;
      line-height: 101%;
    }
    .m-banner__img {
      max-width: 811px;
    }
  }
  @media (min-width: 1900px) {
  }
  