.cb_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cb_wrapper {
    overflow: hidden;
  }

.cb_hero-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #4ac4d7;
}

.cb_hero-cont {
  position: relative;
  height: 1040px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.cb_hero-el {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -30%;
  z-index: 2;
  height: 600px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.cb_kv {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 21%;
  z-index: 2;
  width: 80%;
}

.cb_hero-el2 {
  position: absolute;
  left: -127px;
  top: 89px;
  z-index: 2;
  width: 630px;
  height: 330px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/November/rassrochka-0-0-18/rassrochka/images/cb_el02.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cb_hero-el3 {
  position: absolute;
  left: auto;
  top: 10%;
  right: -310px;
  bottom: auto;
  z-index: 1;
  width: 870px;
  height: 560px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/November/rassrochka-0-0-18/rassrochka/images/cb_el04.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cb_hero-el4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 940px;
  height: 378px;
  background-image: url('//static.mvideo.ru/media/Promotions/Promo_Page/2020/November/rassrochka-0-0-18/rassrochka/images/cb_el03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cb_hero-elsm {
  position: absolute;
  left: 103px;
  top: 68px;
  width: 275px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.cb_hero-elsm._01 {
  left: -303px;
  top: 178px;
  width: 184px;
  height: 14px;
  background-color: #ed1c24;
}

.cb_hero-elsm._02 {
  left: -156px;
  top: 575px;
  width: 300px;
  height: 5px;
}

.cb_hero-elsm._03 {
  left: -40px;
  top: auto;
  bottom: 56px;
  z-index: 4;
  width: 150px;
  height: 18px;
  background-color: #4ac4d7;
}

.cb_hero-elsm._04 {
  left: -75px;
  top: auto;
  bottom: 15px;
  z-index: 3;
  width: 52px;
  height: 35px;
  background-color: #ed1c24;
}

.cb_hero-elsm._05 {
  left: -388px;
  top: auto;
  bottom: 67px;
  z-index: 3;
  height: 5px;
  background-color: #333;
}

.cb_hero-elsm._06 {
  left: auto;
  top: auto;
  right: -84px;
  bottom: 276px;
  z-index: 4;
  width: 140px;
  height: 20px;
  background-color: #4ac4d7;
}

.cb_hero-elsm._07 {
  left: auto;
  top: auto;
  right: -338px;
  bottom: 260px;
  z-index: 3;
  height: 4px;
  background-color: #ed1c24;
}

.cb_hero-elsm._08 {
  left: -184px;
  top: auto;
  bottom: 200px;
  width: 200px;
  height: 5px;
  background-color: #ed1c24;
}

.cb_hero-elsm._09 {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 243px;
  width: 60px;
  height: 40px;
  background-color: #ed1c24;
}

.cb_hero-elsm._10 {
  left: auto;
  top: auto;
  right: -114px;
  bottom: 288px;
  width: 140px;
  height: 20px;
  background-color: #4ac4d7;
}

.cb_hero-elsm._11 {
  left: auto;
  top: auto;
  right: -300px;
  bottom: 260px;
  width: 200px;
  height: 4px;
  background-color: #333;
}

.cb_cont-box {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
}

.cb_cont-h {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.cb_cont-els {
  margin-bottom: 48px;
  color: #ed1c24;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.cb_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cb_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.cb_step-img {
  margin-bottom: 38px;
}

.cb_mst {
  padding-top: 150px;
  padding-bottom: 120px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.cb_span_red {
  color: #ed1c24;
}

@media screen and (max-width: 991px) {
  .cb_hero-cont {
    height: 890px;
    max-width: 768px;
  }

  .cb_hero-el2 {
    left: -81px;
    top: 54px;
    width: 520px;
    height: 330px;
  }

  .cb_hero-el3 {
    top: -2%;
    width: 800px;
  }

  .cb_hero-el4 {
    left: 3%;
    bottom: 90px;
    width: 730px;
    height: 320px;
  }

  .cb_hero-elsm {
    top: 65px;
  }

  .cb_hero-elsm._02 {
    top: 480px;
  }

  .cb_hero-elsm._03 {
    left: 35px;
    bottom: 134px;
  }

  .cb_hero-elsm._04 {
    left: 13px;
    bottom: 95px;
  }

  .cb_hero-elsm._05 {
    left: -308px;
    bottom: 146px;
  }

  .cb_hero-elsm._08 {
    left: -42px;
    bottom: 239px;
  }

  .cb_hero-elsm._09 {
    right: 57px;
  }

  .cb_hero-elsm._10 {
    right: -57px;
  }
}

@media screen and (max-width: 767px) {
  .cb_hero-cont {
    height: 720px;
    max-width: 480px;
  }

  .cb_hero-el {
    bottom: -47%;
  }

  .cb_kv {
    bottom: 32%;
  }

  .cb_hero-el2 {
    left: -66px;
    top: 10px;
    width: 450px;
    height: 220px;
  }

  .cb_hero-el3 {
    top: 5%;
    right: -260px;
    width: 650px;
    height: 320px;
  }

  .cb_hero-el4 {
    left: 0%;
    bottom: 59px;
    width: 480px;
  }

  .cb_hero-elsm {
    left: -90px;
    top: 38px;
  }

  .cb_hero-elsm._01 {
    left: -199px;
    top: 308px;
  }

  .cb_hero-elsm._02 {
    top: 428px;
  }

  .cb_hero-elsm._03 {
    left: -21px;
  }

  .cb_hero-elsm._04 {
    left: -51px;
  }

  .cb_hero-elsm._05 {
    left: -333px;
    bottom: 136px;
  }

  .cb_hero-elsm._06 {
    bottom: 249px;
  }

  .cb_cont-box {
    padding-top: 0px;
  }

  .cb_steps {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cb_step {
    padding-bottom: 38px;
  }

  .cb_mst {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cb_hero-cont {
    height: 530px;
    max-width: 320px;
  }

  .cb_hero-el {
    bottom: -50%;
    height: 420px;
  }

  .cb_wrapper {
    min-width: 320px;
  }

  .cb_kv {
    right: -7%;
    bottom: 23%;
    width: 100%;
  }

  .cb_hero-el2 {
    left: -83px;
    top: 1px;
    width: 350px;
  }

  .cb_hero-el3 {
    right: -360px;
  }

  .cb_hero-el4 {
    width: 320px;
    height: 130px;
  }

  .cb_hero-elsm._01 {
    left: -244px;
    top: 295px;
  }

  .cb_hero-elsm._03 {
    left: -47px;
    bottom: 59px;
    width: 100px;
    height: 12px;
  }

  .cb_hero-elsm._04 {
    left: -86px;
    bottom: 21px;
  }

  .cb_hero-elsm._05 {
    left: -317px;
    bottom: 66px;
  }

  .cb_hero-elsm._06 {
    right: -51px;
    bottom: 135px;
    width: 100px;
  }

  .cb_hero-elsm._07 {
    right: -302px;
    bottom: 135px;
  }

  .cb_hero-elsm._08 {
    bottom: 386px;
  }

  .cb_hero-elsm._09 {
    bottom: 310px;
  }

  .cb_hero-elsm._10 {
    bottom: 354px;
  }
}
