.main-container {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
  min-width: 320px;
  margin: 0;
}

.main-container img {
  max-width: 100%;
}
.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 rgb(4 6 28 / 10%);
  border-radius: 50%;
  right: -10px;
}
.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 rgb(4 6 28 / 10%);
  border-radius: 50%;
  left: -10px;
}
.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;
}

.main-container h3 {
  line-height: 1.4;
}

.main-container a {
  text-decoration: none;
}


.main-container a .buz-promo__up:hover {
  color: #ffffff;
}

.main-container a .buz-promo__price:hover {
  color: #ffffff;
}

.main-container a .buz-buttons__up:hover {
  color: #ffffff;
}

.buz-wrapper {
  max-width: 1228px;
  padding: 0 30px;
  margin: 0 auto;
}

.buz-preheader {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}

.buz-preheader__solut {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 65px 0 35px 0;
}

.buz-main {
  height: 400px;
  background-image: url("https://static.mvideo.ru/media/Static_Pages/mvideo-biznes-new/main/bg_main--1.webp") !important;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 400px;
  background-size: auto 100% !important;
  background-position: center !important;
}

.buz-main__business {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

.buz-main__business .buz-business__content {
  padding-left: 30px;
  width: 600px;
}

.buz-main__business .buz-business__content h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 25px;
  margin: 0;
}

.buz-main__business .buz-business__content h1 span {
  color: #333333;
}

.buz-main__business .buz-business__content_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buz-main__business .buz-business__content_buttons .buz-main__up {
  -ms-grid-column-align: center;
      justify-self: center;
    display: flex;
    justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E31235;
  width: 240px;
  min-height: 46px;
  margin-right: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.buz-main__business .buz-business__content_buttons .buz-main__up:hover {
  color: #ffffff;
  background: #BD0F2C;
}

.buz-main__business .buz-business__content_buttons .buz-main__in {
  -ms-grid-column-align: center;
      justify-self: center;
  color: #E31235;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #E31235;
  border-radius: 4px;
  width: 220px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buz-main__business .buz-business__content_buttons .buz-main__in:hover {
  color: #BD0F2C;
  border: solid 2px #BD0F2C;
}

.buz-main__business .buz-business__content_list {
  margin-top: 15px;
}

.buz-main__business .buz-business__content_list li {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.buz-promo {
  text-align: center;
  max-width: 1280px;
  padding: 0 30px;
  margin: 40px auto;
}

.buz-promo__price {
  -ms-grid-column-align: center;
      justify-self: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 64px;
  background: #E31235;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.buz-promo__price:hover {
  color: #ffffff;
  background: #BD0F2C;
}

.buz-easy {
  margin-bottom: 40px;
}

.buz-easy__preheader {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px 0;
}

.buz-easy__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 20px;
  margin-bottom: 50px;
}

.buz-easy__wrapper .buz-easy__block {
  position: relative;
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}

.buz-easy__wrapper .buz-easy__block img {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  max-width: 160px;
  margin: 0 auto;
}

.buz-easy__wrapper .buz-easy__block p {
  font-size: 16px;
  margin: 75px 15px 15px 15px;
}

.buz-easy__wrapper .buz-easy__block p span {
  color: #4AC4D7;
}

.buz-more {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  max-width: 1228px;
  margin: 0 auto;
  /* padding: 0 28px;
  margin: 0 auto 50px auto; */
}

.buz-more img {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  
  /* max-width: 1050px; */
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buz-more__mob {
  display: none;
}

.buz-profit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px 15px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-column-align: center;
      justify-self: center;
}

.buz-profit__wrapper {
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
  max-width: 180px;
}

.buz-profit__wrapper img {
  display: block;
  max-width: 115px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.buz-solut {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 20px;
  max-width: 1228px;
  padding: 0 28px;
  margin: 0 auto 50px auto;
}

.buz-solut__wrapper {
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.buz-solut__wrapper img {
  border-radius: 16px;
  width: 100%;
  max-width: 390px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.buz-solut__wrapper img:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.buz-solut__wrapper_mob {
  display: none;
}

.buz-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 1280px;
  padding: 0 28px;
  margin: 0 auto 60px auto;
}

.buz-buttons__in {
  color: #E31235;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  height: 41px;
  background: #ffffff;
  border: solid 1px #E31235;
  border-radius: 4px;
  margin-right: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  justify-content:center;
  align-items: center;
}

.buz-buttons__in:hover {
  color: #BD0F2C;
  border: solid 1px #BD0F2C;
}

.buz-buttons__up {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  height: 42px;
  background: #E31235;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.buz-buttons__up:hover, .buz-buttons__up :focus {
  color: #ffffff;
  background: #BD0F2C;
}

.buz-urls {
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 15px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  max-width: 1280px;
  padding: 0 28px;
  margin: 0 auto 50px auto;
}

.buz-urls__wrapper {
  text-align: center;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.buz-urls__wrapper img {
  display: block;
  max-width: 100px;
  margin: 0 auto 15px auto;
}

.buz-urls__wrapper:hover {
  color: #E31235;
}

@media (max-width: 989px) {
  .buz-main {
    height: 370px;
    max-height: 370px;
  }
  .buz-main__business .buz-business__content {
    padding-left: 0;
    width: 480px;
  }
  .buz-main__business .buz-business__content h1 {
    font-size: 38px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .buz-main__business .buz-business__content_list li {
    font-size: 20px;
  }
  .buz-profit {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
/* @media (min-width: 1280px) and (max-width: 1599px) {
  .buz-more img {
    height: 326px;
   
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .buz-more img {
    height: 250px;
   
  }
} */
@media (min-width: 1024px) and (max-width: 1279px) {
  .buz-more {
    width: 940px;
    margin: 0 auto;
   
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .buz-more {
    width: calc(100% - 40px);
    margin: 0 auto;
   
  }
}

@media (max-width: 767px) {
  .buz-wrapper {
    padding: 0 20px;
  }
  .buz-preheader {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  /* .buz-more img {
    height: 250px;
   
  } */
  .buz-preheader__solut {
    font-size: 24px;
    margin: 40px 0 30px 0;
  }
  .buz-main {
    height: 585px;
    background-image: url("https://static.mvideo.ru/media/Static_Pages/mvideo-biznes-new/main/bgmobile_767--3.webp") !important;
    max-height: 585px;
  }
  .buz-main__business {
    padding: 0 20px;
  }
  .buz-main__business .buz-business__content {
    text-align: center;
    width: 100%;
  }
  .buz-main__business .buz-business__content h1 {
    font-size: 28px;
    line-height: 1.1;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .buz-main__business .buz-business__content_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .buz-main__business .buz-business__content_buttons .buz-main__up {
    width: 224px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .buz-main__business .buz-business__content_buttons .buz-main__in {
    width: 220px;
    height: 40px;
  }
  .buz-main__business .buz-business__content_list {
    text-align: left;
    width: 260px;
    margin: 15px auto;
  }
  .buz-main__business .buz-business__content_list li {
    font-size: 18px;
    font-weight: 500;
  }
  .buz-easy {
    margin-bottom: 40px;
  }
  .buz-easy__preheader {
    font-size: 24px;
    margin: 0 0 50px 0;
  }
  .buz-easy__wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 55px 20px;
    margin-bottom: 50px;
  }
  .buz-easy__wrapper .buz-easy__block {
    position: relative;
  }
  .buz-easy__wrapper .buz-easy__block p {
    font-size: 12px;
  }
  .buz-more {
    max-width: 1280px;
    width: calc(100% - 40px);
    /* padding: 0 20px; */
    /* padding: 0; */
    margin: 0 auto 40px auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .buz-profit {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .buz-profit__wrapper {
    font-size: 14px;
  }
  .buz-solut {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
    padding: 0 20px;
    margin: 0 auto 30px auto;
  }
  .buz-solut__wrapper {
    font-size: 12px;
  }
  .buz-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    margin: 0 auto 30px auto;
  }
  .buz-buttons__in {
    font-size: 14px;
    width: 270px;
    margin-right: 0;
  }
  .buz-buttons__up {
    font-size: 14px;
    width: 270px;
    margin-top: 20px;
  }
  .buz-urls {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    margin: 0 auto 30px auto;
  }
  .buz-urls__wrapper {
    font-size: 12px;
  }
  .buz-urls__wrapper img {
    max-width: 100px;
    margin: 0 auto 15px auto;
  }
}
/* @media (max-width: 500px) {
.buz-more img {
    height: 190px;
}
} */

@media (max-width: 480px) {
  .buz-more__pc {
    display: none;
  }
  .buz-more__mob {
    display: block;
  }
  .buz-solut__wrapper_pc {
    display: none;
  }
  .buz-solut__wrapper_mob {
    display: block;
  }
}
/* @media (max-width: 400px) {
  .buz-more img {
    height: 170px;
}
} */

/*# sourceMappingURL=main.css.map */