@font-face {
  font-family: "Styrene b lc web";
  src: url("//static.mvideo.ru/media/Promotions/Promo_Page/2023/June/ofisnoe-prilojenie-officesuite/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("//static.mvideo.ru/media/Promotions/Promo_Page/2023/June/ofisnoe-prilojenie-officesuite/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("//static.mvideo.ru/media/Promotions/Promo_Page/2023/June/ofisnoe-prilojenie-officesuite/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("//static.mvideo.ru/media/Promotions/Promo_Page/2023/June/ofisnoe-prilojenie-officesuite/fonts/Styrene-B-LC-Web-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
:root {
  --main-bg-color: #333;
  --white: #fff;
  --blue: linear-gradient(180deg, #198bff 0%, #033e9a 100%);
}

.m-wrap img {
  max-width: 100%;
}

.m-section {
  width: 100%;
  margin: 0 auto;
}
.m-section__list {
  display: flex;
  flex-direction: column;
}
.m-section .container,
.m-top .container {
  width: 100%;
  padding: 0 20px;
}
.m-banner img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.m-section .container-min {
  width: 100%;
  padding: 0;
  max-width: 812px;
  margin: 0 auto;
}
.m-section .container-min .m-section__text {
  padding: 0 20px;
}

.m-promo__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.m-promo__col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.m-promo__img {
  display: flex;
  justify-content: center;
}
/* .m-promo__img img {
    max-width: 60%;
  } */
.m-dark {
  background: var(--main-bg-color);
  color: var(--white);
  padding-top: 40px;
}
.m-wrap {
  font-family: "Roboto", sans-serif;
  max-width: 1516px;

  margin: 0 auto;
  padding-bottom: 40px;
  background: var(--white);
  position: relative;
}

.m-advantages__title {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.m-advantages__item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.m-advantages__items {
  padding-left: 15px;
}

.m-advantages__text {
  margin-top: 40px;
}
img.m-advantages__icon {
  max-width: 100px;
}
.m-wrap .caption {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--main-bg-color);
  margin-bottom: 20px;
}
.m-advantages__img {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.m-advantages__img img {
  max-width: 200px;
}
.m-category__items {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 12px;
  overflow-x: auto;
}
.m-category__item {
  width: 100px;
  flex: 0 0 auto;
}

.m-section .title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.m-section .m-promo__body .title {
  text-align: left;
}
.m-promo__body {
  background: #f2f2f5;
}
.m-promo__content {
  background: #f2f2f5;
  padding: 40px 0 20px;
}
.m-section .title.m-quote__title {
  text-align: center;
}
.m-property__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: center;
  align-items: baseline;
}
.m-property__item {
  width: calc((100% / 2) - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.m-property__descr {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.m-subtitle {
  color: var(--main-bg-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.m-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.m-descr,
.m-list__item {
  color: var(--main-bg-color);
  font-size: 16.84px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.76px;
}
.m-list__item {
  position: relative;
  padding-left: 20px;
}
.m-list__item::before {
  position: absolute;
  left: 0;
  top: 40%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f00;
  content: "";
}
.m-list-number .m-list__item::before {
  content: none;
}
.m-list-number .m-list__item {
  display: flex;
  align-items: center;
  padding-left: 0;
  column-gap: 10px;
  font-weight: 700;
}

.m-section .title-white {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.m-advantages__title.title {
  margin-bottom: 10px;
}
.m-section .subtitle {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
}
.m-section__col {
  border-radius: 16px;
  background: #292c30;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  max-width: 360px;
}
.m-section .m-quote__subtitle {
  margin-bottom: 40px;
}
.m-active__block .subtitle,
.m-bottom__text .subtitle {
  text-align: left;
}
.m-list__descr {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.m-promo__caption {
  color: var(--main-bg-color);
  font-size: 16.84px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.76px;
}
.m-section__title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
}

.m-small {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 15px 0;
  display: block;
  opacity: 0.5;
  color: var(--main-bg-color);
}
.m-btn {
  background: #e31235;
  border-radius: 3px;
  padding: 8px 23px;
  text-align: center;
  width: auto;
  max-width: 150px;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
  box-sizing: border-box;
  margin-top: 20px;
}
.m-btn:hover,
.m-btn:active,
.m-btn.active {
  background-color: #9c0c24;
  color: #ffffff !important;
}
.m-btns {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  align-items: center;
  width: 100%;
}
.m-btn--white {
  border-radius: 3.1px;
  border: 0.775px solid #fff;
  background: transparent;
}
.m-btns .m-btn,
.m-btns .m-btn--white {
  width: 50%;
  cursor: pointer;
}
.m-btn--white:hover,
.m-btn--white:active,
.m-btn--white.active {
  background-color: #ffffff;
  color: #333 !important;
}

.m-bold {
  font-weight: 600;
}

._mb {
  margin-bottom: 40px;
}
.m-number {
  color: #f00;
  font-size: 33.642px;
  font-style: normal;
  font-weight: 700;
  line-height: 53.726px;
}

@media (min-width: 768px) {
  .m-promo__col {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    row-gap: 0;
    column-gap: 40px;
    width: 100%;
  }
  .m-mobile {
    display: none;
  }
  .m-promo__col:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .m-promo__img {
    width: 50%;
  }
  .m-promo__content {
    width: 50%;
    padding-right: 30px;
    background: none;
  }
  .m-category__items {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    padding-top: 20px;
  }
  .m-category__item {
    width: calc((100% / 5) - 20px);
    transition: 0.7s transform;
  }
  .m-category__item:hover {
    transform: translateY(-10px);
  }

  .m-promo__body {
    background: #f2f2f5;
  }
  .m-promo__content {
    padding: 100px 30px 100px 0;
  }
  .m-promo__duhovki {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/December/vstraivaemaya-tekhnika-dlya-kuhni-samsung/img/1.png)
      no-repeat center right;
    background-size: cover;
  }
  .m-promo__paneli {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/December/vstraivaemaya-tekhnika-dlya-kuhni-samsung/img/2.png)
      no-repeat center right;
    background-size: cover;
  }
  .m-promo__electric {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/December/vstraivaemaya-tekhnika-dlya-kuhni-samsung/img/3.png)
      no-repeat center right;
    background-size: cover;
  }
  .m-promo__posudki {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/December/vstraivaemaya-tekhnika-dlya-kuhni-samsung/img/4.png)
      no-repeat center right;
    background-size: cover;
  }
  .m-promo__microwave {
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2023/December/vstraivaemaya-tekhnika-dlya-kuhni-samsung/img/5.png)
      no-repeat center right;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .m-section .container {
    width: 940px;
    margin: 0 auto;
    padding: 0;
  }
  .m-property__item {
    width: calc((100% / 4) - 20px);
  }
  .m-property__item:not(:last-child) {
    border-right: 1px solid #cfcfcf;
  }
  .m-section .title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .m-descr {
    font-size: 16.84px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.76px;
    margin-bottom: 15px;
  }
  .m-promo__content {
    padding: 200px 100px 200px 0;
  }
}
@media (min-width: 1280px) {
  .m-wrap {
    padding-bottom: 96px;
  }
  .m-wrap .container,
  .m-section__wrap.container {
    width: 1228px;
  }
  .m-promo__row {
    row-gap: 40px;
  }
  .m-number {
    color: #f00;
    font-size: 73.642px;
    font-style: normal;
    font-weight: 700;
    line-height: 93.726px;
  }

  .m-section .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .m-descr {
    color: var(--main-bg-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .m-promo__caption {
    color: var(--main-bg-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .m-promo__item {
    margin-bottom: 20px;
  }
  .m-list__item {
    color: var(--main-bg-color);
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    padding-left: 30px;
  }
  .m-section .m-category__title {
    margin-bottom: 30px;
  }
  .m-promo__content {
    width: calc(50% - 100px);
    max-width: 350px;
    /* padding: 300px 100px 300px 0; */
    /* padding: 25% 0 25% 40px; */
    padding: 20% 0 20% 40px;
  }
  .m-list__item::before {
    position: absolute;
    left: 0;
    top: 20%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f00;
    content: "";
  }
  .m-subtitle {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
  }
  ._mb {
    margin-bottom: 96px;
  }
  .m-btn {
    color: var(--white);
    text-align: center;
    font-size: 24.713px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.98px;
  }
  .m-promo__row {
    row-gap: 96px;
  }
  .m-property__descr {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .m-promo {
    width: 1228px;
  }
}
@media (min-width: 1600px) {
  .m-promo__content {
    width: 50%;
    max-width: 400px;
    /* padding: 35% 0; */
    padding: 20% 0 20% 80px;
  }
  .m-wrap .container,
  .m-section__wrap.container {
    width: 1516px;
  }
  .m-category__items {
    column-gap: 40px;
  }
  .m-category__item {
    width: calc((100% / 5) - 40px);
  }

  .m-promo__microwave,
  .m-promo__paneli,
  .m-promo__duhovki,
  .m-promo__electric,
  .m-promo__posudki {
    /* background-size: 95% auto; */
    background-size: 100%;
  }
  .m-promo {
    width: 1516px;
  }
}
/* @media (min-width: 2000px) {
  .m-promo__microwave,
  .m-promo__paneli,
  .m-promo__duhovki,
  .m-promo__electric,
  .m-promo__posudki {
    height: 1200px;
  }
} */
