body,
html {
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}
.root {
  position: relative;
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
}
a {
  color: #333;
}

section {
  position: relative;
}
/* .root p {
  margin-bottom: 0;
} */
.root h2 {
  font-weight: 400;
}
.atg-link {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #e31235;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 13px 24px;
  width: 250px;
  margin-top: 20px;
}
.t-mt {
  margin-top: 96px;
}
.t-mb {
  margin-bottom: 96px;
}
.atg-link:hover {
  color: #ffffff !important;
  background: #bd0f2c;
  text-decoration: none;
}
.atg-link:active {
  color: #ffffff !important;
  background: #9c0c24;
}
.root .main {
  padding: 67px 0 161px;
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/BG1.png);
  background-repeat: no-repeat;
  background-position: 60% -200%;
}
@media (max-width: 767.98px) {
  .root .main {
    padding: 65px 0 60px;
    background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/xs/BG2.png);
    background-position: 0 -40%;
    background-size: 100%;
  }
  .t-mt {
    margin-top: 40px;
  }
  .t-mb {
    margin-bottom: 40px;
  }
}
.main__content {
  /* padding-top: 151px; */
  padding-top: 111px;
}
@media (max-width: 767.98px) {
  .main__content {
    padding-top: 0;
  }
}
.main__title {
  font-size: 49px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .main__title {
    font-size: 34px;
    line-height: 1.2;
  }
}
.main__title img {
  margin-right: 21px;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .main__title img {
    width: 82px;
    height: 26px;
    margin-right: 8px;
    margin-top: 2px;
  }
}
.main__title span {
  margin-right: 21px;
}
@media (max-width: 767.98px) {
  .main__title span {
    margin-right: 8px;
  }
}
.main__title-description {
  font-size: 24px;
  line-height: 1.2;
  color: #010101;
  margin-bottom: 25px !important;
}
@media (max-width: 767.98px) {
  .main__title-description {
    margin-bottom: 10px;
    width: 70%;
  }
}
.main__description {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 9px !important;
}
@media (max-width: 767.98px) {
  .main__description {
    margin-bottom: 8px;
  }
}
.main__price {
  margin-top: 52px;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 767.98px) {
  .main__price {
    margin-top: 14.5px;
  }
}
.main__price svg {
  margin-top: -5px;
}
.main__price span {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .main__img {
    text-align: center;
  }
}
.main__img img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .main__img img {
    height: 342px;
  }
}
.advantage {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .advantage {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .advantage__desc {
    display: none;
  }
}
.advantage__mob {
  display: none;
}
@media (max-width: 767.98px) {
  .advantage__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.advantage__item {
  padding: 28px 20px;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .advantage__item {
    padding: 16px;
  }
}
.advantage__item-title {
  font-weight: 700;
  font-size: 18px;
  /* font-size: 20px; */
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .advantage__item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .advantage__item-title {
    font-size: 14px;
    line-height: 14px;
  }
}
.advantage__item-title span {
  position: relative;
  padding-right: 15px;
}
.advantage__item-title span::before {
  content: 'R';
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 9px;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage__item-charger {
  font-weight: 700;
  /* font-size: 96px; */
  font-size: 92px;
  line-height: 1.2;
  background: -o-linear-gradient(45deg, #775cff 50%, #775cff 50%, #02bff8);
  background: linear-gradient(45deg, #775cff 50%, #775cff 50%, #02bff8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023.98px) {
  .advantage__item-charger {
    font-size: 60px;
    line-height: 1.2;
    margin-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .advantage__item-charger {
    margin-top: 6px;
    font-size: 49.9068px;
    line-height: 1.2;
  }
}
.advantage__item-title--gradient {
  background: -o-linear-gradient(45deg, #775cff 50%, #775cff 50%, #02bff8);
  background: linear-gradient(45deg, #775cff 50%, #775cff 50%, #02bff8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advantage__item--one {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/adv1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 194px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .advantage__item--one {
    height: 135px;
    margin-bottom: 6px;
  }
}
.advantage__item--two {
  height: 194px;
}
@media (max-width: 767.98px) {
  .advantage__item--two {
    height: 135px;
    margin-bottom: 6px;
  }
}
.advantage__item--three {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/adv3.png);
  height: 398px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .advantage__item--three {
    height: 276px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/xs/adv3.png);
  }
}
.advantage__item--four {
  height: 194px;
  margin-bottom: 10px;
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/adv4.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center bottom;
}
@media (max-width: 767.98px) {
  .advantage__item--four {
    height: 138px;
    margin-bottom: 0;
  }
}
.advantage__item--five {
  height: 92px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .advantage__item--five {
    height: 66px;
    margin-bottom: 6px;
  }
}
.advantage__item--six {
  height: 92px;
}
@media (max-width: 767.98px) {
  .advantage__item--six {
    height: 66px;
  }
}
.advantage__item-container {
  padding-left: 4px;
  padding-right: 4px;
}
.advantage__item-container--left {
  width: 27%;
}
@media (max-width: 767.98px) {
  .advantage__item-container--left {
    width: 50%;
  }
}
.advantage__item-container--center {
  width: 46%;
}
.advantage__item-container--right {
  width: 27%;
}
@media (max-width: 767.98px) {
  .advantage__item-container--right {
    width: 50%;
  }
}
.tagline {
  position: relative;
  padding-top: 200px;
}
@media (max-width: 1023.98px) {
  .tagline {
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .tagline {
    padding-top: 85px;
  }
}
.tagline__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #775cff;
  padding-left: 217px;
  width: 78%;
  height: 277px;
}
@media (max-width: 1023.98px) {
  .tagline__content {
    padding-left: 24px;
    height: 227px;
  }
}
@media (max-width: 767.98px) {
  .tagline__content {
    height: 121px;
    padding-left: 24px;
    width: 84%;
  }
}
.tagline__title {
  font-weight: 900;
  font-size: 60px;
  line-height: 110.5%;
  color: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 1023.98px) {
  .tagline__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .tagline__title {
    font-size: 23px;
    line-height: 23px;
  }
}
.tagline__img {
  background-color: #000;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  height: 265px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .tagline__img {
    height: 205px;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .tagline__img {
    width: 80%;
    height: 109px;
    top: 0;
  }
}
.tagline__img img {
  max-height: 100%;
}
.tagline__img--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tagline__img--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tagline__img--top {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 767.98px) {
  .tagline__img--level img {
    max-width: 70%;
  }
}
@media (max-width: 1023.98px) {
  .tagline__img-performance img {
    max-height: 80%;
  }
}
@media (max-width: 767.98px) {
  .tagline__img-display img {
    display: none;
  }
}
.tagline__img-display .tagline__mobile-img-display {
  display: none;
}
@media (max-width: 767.98px) {
  .tagline__img-display .tagline__mobile-img-display {
    display: block;
  }
}
.colors {
  padding: 132px 0 116px;
}
@media (max-width: 767.98px) {
  .colors {
    padding: 80px 0 0;
  }
}
.colors__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110.5%;
  color: #000;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .colors__title {
    font-size: 24px;
    line-height: 110.5%;
    margin-bottom: 16px;
  }
}
.colors__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
@media (max-width: 767.98px) {
  .colors__description {
    font-size: 14px;
    line-height: 16px;
  }
}
.colors__list {
  margin-top: 50px;
}
.colors__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  cursor: pointer;
}
.colors__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 110.5%;
  color: #000;
}
.colors__item-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}
.colors__item-img--graphite {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/graphite.jpg);
}
.colors__item-img--dust {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/dust.png);
}
.colors__item-img--stars {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/stars.png);
}
.colors__item.active .colors__item-img::before {
  left: -50%;
  top: -50%;
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.colors__item-img--stars::before {
  border: 1px solid #2e8edc;
}
.colors__item-img--dust::before {
  border: 1px solid #2e8edc;
}
.colors__item-img--graphite::before {
  border: 1px solid #545454;
}
.colors__img {
  text-align: center;
  /* height: 522px; */
  height: 322px;
}
.colors__img img {
  height: 100%;
  display: none;
}
.colors__img img.active {
  display: inline;
}
@media (max-width: 767.98px) {
  .colors__info--desc {
    display: none;
  }
  .colors__img img {
    height: 100%;
    display: block;
  }
}
.colors__info--mob {
  display: none;
}
@media (max-width: 767.98px) {
  .colors__info--mob {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .colors__img--desc {
    display: none;
  }
}
.colors__img--mob {
  display: none;
}
@media (max-width: 767.98px) {
  .colors__img--mob {
    display: block;
    padding: 0 24px;
  }
}
.colors__img--mob img {
  width: 100%;
}
.colors__container-mobile {
  background: #000;
  margin-top: -133px;
  padding: 133px 24px 65px;
}
.colors__mobile-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 27px 0;
}
.colors__mobile-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12.67px;
}
.colors__mobile-item-title {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}
.colors__mobile-description {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.colors__mobile-item-img {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 2px;
  position: relative;
}
.colors__mobile-item-img--graphite {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/graphite.jpg);
}
.colors__mobile-item-img--dust {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/dust.png);
}
.colors__mobile-item-img--stars {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/stars.png);
}
.colors__mobile-item-img--stars {
  margin-right: 4px;
}
.colors__mobile-item-img--stars:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #1e4176;
  left: -25%;
  top: -25%;
}
.size {
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/size.png);
  background-repeat: no-repeat;
  height: 487px;
}
@media (max-width: 1023.98px) {
  .size {
    background-size: 80%;
    height: 387px;
  }
}
@media (max-width: 767.98px) {
  .size {
    background-size: 100%;
    background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/xs/size.png);
    background-position: center;
    height: auto;
  }
}
.size__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 253px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .size__content {
    width: 100%;
    padding-top: 153px;
  }
}
@media (max-width: 767.98px) {
  .size__content {
    position: relative;
    width: 100%;
    padding-top: 0;
    height: 380px;
  }
}
.size__content .size__item:first-child {
  margin-right: 43px;
}
@media (max-width: 767.98px) {
  .size__content .size__item:first-child {
    margin-right: 0;
    position: absolute;
    top: 81px;
    left: 24px;
  }
}
@media (max-width: 767.98px) {
  .size__content .size__item:last-child {
    margin-right: 0;
    position: absolute;
    bottom: 81px;
    right: 24px;
    text-align: right;
  }
}
.size__item-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 110.5%;
  color: #000;
}
@media (max-width: 767.98px) {
  .size__item-title {
    font-size: 18px;
    line-height: 110.5%;
    margin-bottom: 8px;
  }
}
.size__item-value {
  font-weight: 700;
  font-size: 40px;
  line-height: 110.5%;
  color: #000;
}
@media (max-width: 767.98px) {
  .size__item-value {
    font-size: 26px;
    line-height: 110.5%;
  }
}
.display {
  padding: 112px 0 0;
}
@media (max-width: 767.98px) {
  .display {
    padding: 80px 0 0;
  }
}
.display__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
}
@media (max-width: 767.98px) {
  .display__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 20px;
  }
}
.display__title-description {
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #000;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .display__title-description {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 8px;
  }
}
.display__description {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
.display__img {
  text-align: center;
  position: relative;
  margin-top: 42px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .display__img {
    margin-top: 40px;
    padding-top: 28px;
    background: #000;
  }
}
@media (max-width: 767.98px) {
  .display__img img {
    width: 100%;
  }
}
.display__item {
  padding: 36px 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .display__item {
    padding: 18px 0;
    text-align: left;
  }
}
.display__list--border-top {
  border-top: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  border-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  -webkit-border-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  border-image-slice: 1;
}
.display__list > div {
  border-right: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.2)),
    color-stop(white),
    to(rgba(255, 255, 255, 0.2))
  );
  border-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  -webkit-border-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  border-image-slice: 1;
}
@media (max-width: 767.98px) {
  .display__list > div {
    border-right: 1px solid #414141;
    border-top: 1px solid #414141;
    -o-border-image: none;
    border-image: none;
    -moz-border-image: none;
    -webkit-border-image: none;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .display__list > div:nth-child(1) {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  .display__list > div:nth-child(2) {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  .display__list > div:nth-child(2n) {
    border-right: 0;
  }
}
.display__list > div:last-child {
  border-right: 0;
}
.display__list > div:nth-child(3) {
  border-right: 0;
}
@media (max-width: 767.98px) {
  .display__list > div:nth-child(3) {
    border-right: 1px solid #414141;
  }
}
.display__list {
  position: relative;
}
.display__list::before {
  content: '';
  position: absolute;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  top: 50%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
  background: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2),
    #fff,
    rgba(255, 255, 255, 0.2)
  );
}
@media (max-width: 767.98px) {
  .display__list::before {
    display: none;
  }
}
.display__content {
  background: #000;
  position: relative;
  padding-top: 153px;
  margin-top: -120px;
}
@media (max-width: 767.98px) {
  .display__content {
    padding-top: 5px;
    margin-top: 0;
    padding-bottom: 40px;
  }
}
.display__item-title {
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .display__item-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.display__item-description {
  font-weight: 250;
  font-size: 12px;
  line-height: 110%;
  color: #fff;
}
.screen {
  padding: 120px 0 107px;
}
@media (max-width: 767.98px) {
  .screen {
    padding: 80px 0;
  }
}
.screen__title {
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .screen__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.screen__title-description {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .screen__title-description {
    font-size: 17px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.screen__description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
  margin-bottom: 67px;
}
@media (max-width: 767.98px) {
  .screen__description {
    line-height: 116%;
    margin-bottom: 40px;
  }
}
.screen__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.screen__img img {
  width: 100%;
}
.screen__value {
  font-weight: 900;
  font-size: 240px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .screen__value {
    font-size: 83px;
    line-height: 1.2;
  }
}
.screen__value p {
  background: -o-linear-gradient(45deg, #775cff 50%, #775cff 50%, #ae9efe);
  background: linear-gradient(45deg, #775cff 50%, #775cff 50%, #ae9efe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.charger {
  padding-bottom: 107px;
}
@media (max-width: 767.98px) {
  .charger {
    padding-bottom: 80px;
  }
}
.charger__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .charger__title {
    font-size: 24px;
    line-height: 110%;
  }
}
.charger__description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .charger__description {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 8px;
  }
}
.charger__value {
  background: #775cff;
  width: 40%;
  height: 446px;
  position: relative;
}
@media (max-width: 767.98px) {
  .charger__value {
    display: none;
  }
}
.charger__value-title {
  background: -o-linear-gradient(45deg, rgba(252, 254, 255, 0), #fcfeff);
  background: linear-gradient(45deg, rgba(252, 254, 255, 0), #fcfeff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 206px;
  line-height: 110%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(90deg) translate(-30%, -35%);
  -ms-transform: rotate(90deg) translate(-25%, -35%);
  transform: rotate(90deg) translate(-25%, -35%);
  position: absolute;
  left: 0;
}
.charger__img {
  position: absolute;
  bottom: -12px;
  z-index: 1;
  left: 67px;
  height: 500px;
}
@media (max-width: 1023.98px) {
  .charger__img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .charger__img {
    position: relative;
    left: auto;
    bottom: auto;
    height: 310px;
    text-align: center;
  }
}
.charger__img img {
  height: 100%;
}
.charger__info {
  position: relative;
  padding-top: 101px;
  margin-top: 52px;
}
@media (max-width: 767.98px) {
  .charger__info {
    margin-top: 40px;
    padding-top: 0;
  }
}
.charger__content {
  position: absolute;
  background: -o-linear-gradient(335.56deg, #fff -18.46%, #e3f1fb 92.69%),
    #e4e7f3;
  background: linear-gradient(114.44deg, #fff -18.46%, #e3f1fb 92.69%), #e4e7f3;
  padding: 86px 0 109px;
  top: 0;
  right: 0;
  width: 80%;
  height: 455px;
}
@media (max-width: 767.98px) {
  .charger__content {
    position: relative;
    width: 100%;
    padding: 40px 32px 40px;
    height: auto;
  }
}
.charger__content-info {
  position: absolute;
  right: 40px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .charger__content-info {
    position: relative;
    width: 100%;
    right: auto;
  }
}
.charger__content-title {
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #000;
  margin-bottom: 31px;
}
@media (max-width: 767.98px) {
  .charger__content-title {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 17px;
  }
}
@media (max-width: 767.98px) {
  .charger__item-mins img {
    width: 80px;
  }
}
.charger__list-mins .charger__item-mins:first-child {
  margin-right: 36px;
}
@media (max-width: 767.98px) {
  .charger__list-mins .charger__item-mins:first-child {
    margin-right: 47px;
  }
}
.charger__list-mins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.charger__mobile-times {
  display: none;
}
@media (max-width: 767.98px) {
  .charger__mobile-times {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px;
  }
}
.charger__item-mins-value {
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
  color: #000;
  margin-top: 11px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .charger__item-mins-value {
    margin-top: 8px;
    font-size: 16px;
    line-height: 110%;
  }
}
.charger__times-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #000;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .charger__times-value {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 1px;
  }
}
.charger__times-description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
.charger__times {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .charger__times {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .charger__times-item {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .charger__times-item img {
    margin-bottom: 18px;
  }
}
.charger__times .charger__times-item {
  margin-right: 78px;
}
.charger__times .charger__times-item:last-child {
  margin-right: 0;
}
.processor {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .processor {
    padding: 80px 0;
  }
}
.processor__content {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .processor__content {
    margin-bottom: 40px;
  }
}
.processor__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .processor__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.processor__title-description {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #000;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .processor__title-description {
    font-size: 17px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.processor__description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
.processor__img {
  width: 100%;
  height: 387px;
}
@media (max-width: 767.98px) {
  .processor__img {
    height: 259px;
  }
}
.processor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.camera-system {
  margin-top: 146px;
  padding: 197px 0 215px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .camera-system {
    padding: 80px 0 0;
    margin-top: 0;
  }
}
.camera-system__item-container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 374.98px) {
  .camera-system__item-container {
    width: 40%;
  }
}
.camera-system__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 767.98px) {
  .camera-system__img {
    position: relative;
    background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/camera-system.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    height: 403px;
    width: 100%;
  }
}
.camera-system__img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .camera-system__img img {
    display: none;
  }
}
.camera-system__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .camera-system__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 30px;
  }
}
.camera-system__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43px;
}
@media (max-width: 767.98px) {
  .camera-system__item {
    margin-bottom: 34px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.camera-system__item-img {
  margin-right: 24px;
}
@media (max-width: 767.98px) {
  .camera-system__item-img {
    margin-right: 12px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .camera-system__item-img img {
    height: 100%;
  }
}
.camera-system__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .camera-system__item-title {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 2px;
  }
}
.camera-system__item-description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
@media (max-width: 767.98px) {
  .camera-system__item-description {
    font-size: 8px;
    line-height: 130%;
  }
}
.front-camera {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .front-camera {
    padding: 80px 0;
  }
}
.front-camera__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.front-camera__img img {
  width: 100%;
}
.front-camera__info {
  padding-left: 21px;
}
@media (max-width: 767.98px) {
  .front-camera__info {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.front-camera__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .front-camera__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.front-camera__description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
.main-camera {
  background: #775cff;
  padding: 113px 0 122px;
}
@media (max-width: 767.98px) {
  .main-camera {
    padding: 41px 0 97px;
  }
}
.main-camera__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .main-camera__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 23px;
  }
}
.main-camera__slider img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .main-camera__slider img {
    height: 285px;
  }
}
.slick-next,
.slick-prev {
  width: 62px;
  height: 62px;
  font-size: inherit;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}
.slick-next:before,
.slick-prev:before {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  border: none !important;
  border-radius: 0 !important;
}
@media (max-width: 767.98px) {
  .slick-next:before,
  .slick-prev:before {
    display: none !important;
  }
}
.slick-prev {
  left: 50px;
}
.slick-next {
  right: 50px;
}
.slick-prev:before {
  content: '';
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/arrow-left.png);
}
.slick-next:before {
  content: '';
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/arrow-right.png);
}
.slick-dots li.slick-active button:before {
  background: #fff;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 3px;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  border: 1px solid #fff;
}
.stereo-speakers {
  padding: 120px 0 102px;
}
@media (max-width: 767.98px) {
  .stereo-speakers {
    padding: 80px 0 80px;
  }
}
.stereo-speakers__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 767.98px) {
  .stereo-speakers__content {
    padding: 0 24px;
    text-align: left;
  }
}
.stereo-speakers__img {
  position: relative;
  max-height: 563px;
}
@media (max-width: 1023.98px) {
  .stereo-speakers__img {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .stereo-speakers__img {
    display: none;
  }
}
.stereo-speakers__img img {
  z-index: 1;
  position: relative;
}
@media (max-width: 1023.98px) {
  .stereo-speakers__img img {
    height: 100%;
  }
}
.stereo-speakers__img::before {
  content: '';
  position: absolute;
  background-image: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/March/xiaomi-redmi-note-11-s-vigodoy/img/stereo.png);
  width: 421px;
  height: 421px;
  top: 11%;
}
@media (max-width: 1023.98px) {
  .stereo-speakers__img::before {
    background-size: 100%;
    height: 250px;
    width: 250px;
  }
}
.stereo-speakers__img--left::before {
  left: 25%;
}
@media (max-width: 1023.98px) {
  .stereo-speakers__img--left::before {
    left: 0;
  }
}
.stereo-speakers__img--right::before {
  right: 25%;
}
@media (max-width: 1023.98px) {
  .stereo-speakers__img--right::before {
    right: 0;
  }
}
.stereo-speakers__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
  margin-bottom: 11px;
}
@media (max-width: 767.98px) {
  .stereo-speakers__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.stereo-speakers__description {
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
@media (max-width: 767.98px) {
  .stereo-speakers__description {
    margin-bottom: 44px;
  }
}
.stereo-speakers__mobele-img {
  display: none;
}
@media (max-width: 767.98px) {
  .stereo-speakers__mobele-img {
    display: block;
    padding: 0 7px;
  }
}
.stereo-speakers__mobele-img img {
  width: 100%;
}
.convenient {
  background: #eee;
  padding: 63px 0 68px;
}
@media (max-width: 767.98px) {
  .convenient {
    background: #000;
    padding: 49px 0 0;
  }
}
@media (max-width: 767.98px) {
  .convenient__img {
    display: none;
  }
}
.convenient__img img {
  max-height: 464px;
}
.convenient__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #000;
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .convenient__title {
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .convenient__list .convenient__item:last-child {
    margin-bottom: 0;
  }
}
.convenient__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .convenient__item {
    margin-bottom: 34px;
  }
}
.convenient__item-img {
  margin-right: 23px;
}
@media (max-width: 767.98px) {
  .convenient__item-img {
    margin-right: 11px;
  }
}
@media (max-width: 767.98px) {
  .convenient__item-img--desc {
    display: none;
  }
}
.convenient__item-img--mob {
  display: none;
}
@media (max-width: 767.98px) {
  .convenient__item-img--mob {
    display: block;
  }
}
.convenient__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .convenient__item-title {
    font-size: 14px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 12px;
  }
}
.convenient__item-description {
  font-weight: 300;
  font-size: 12px;
  line-height: 110%;
  color: #000;
}
@media (max-width: 767.98px) {
  .convenient__item-description {
    font-size: 12px;
    line-height: 110%;
    color: #fff;
  }
}
.convenient__mobile-img {
  display: none;
}
@media (max-width: 767.98px) {
  .convenient__mobile-img {
    display: block;
  }
}
.convenient__mobile-img img {
  width: 100%;
}
.see-specifications {
  background: #000;
}
@media (max-width: 767.98px) {
  .see-specifications {
    display: none;
  }
}
.see-specifications__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  color: #fff;
}
.see-specifications__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.see-specifications_link {
  max-width: 50%;
  padding-left: 4.7rem;
}
.see-specifications_link a:hover {
  text-decoration: none;
}
.see-specifications__img {
  min-width: 50%;
  height: 253px;
}
@media (max-width: 1023.98px) {
  .see-specifications__img {
    height: 203px;
  }
}
.see-specifications__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.note {
  padding: 61px 0 67px;
}
@media (max-width: 767.98px) {
  .note {
    padding: 40px 0 12px;
  }
}
.note__title {
  font-size: 12px;
  line-height: 130%;
  color: #000;
  margin-bottom: 0;
}
.note__list {
  padding-left: 0;
  list-style: none;
}
.note__list li {
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
.information-color {
  background: #f8f8f8;
  padding: 56px 0 54px;
}
@media (max-width: 767.98px) {
  .information-color {
    padding: 53px 0 44px;
  }
}
.information-color__container,
.information__container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 613px;
}
@media (max-width: 767.98px) {
  .information-color__container,
  .information__container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.information__item {
  padding: 36px 0;
  border-bottom: 1px solid #4c4c4c;
}
@media (max-width: 767.98px) {
  .information__item {
    border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  }
}
.information__container .information__item:last-child {
  border-bottom: 0;
}
.information__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110.5%;
  color: #2e2e2e;
}
.information__content {
  font-size: 12px;
  line-height: 130%;
  color: #2e2e2e;
}
.information__content p {
  margin-bottom: 2px;
}
.information-color__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.information-color__img-rear {
  height: 331px;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .information-color__img-rear {
    height: 240px;
    margin-right: 0;
  }
}
.information-color__img-rear img {
  height: 100%;
}
.information-color__img-front {
  height: 331px;
}
@media (max-width: 767.98px) {
  .information-color__img-front {
    display: none;
  }
}
.information-color__img-front img {
  height: 100%;
}
.information-color__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.information-color__item-title {
  font-weight: 300;
  font-size: 10px;
  line-height: 110.5%;
  color: #141414;
}
.information-color__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 44px;
}
@media (max-width: 767.98px) {
  .information-color__item {
    margin-right: 19px;
  }
}
.information-color__img-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .information-color__img-desc {
    display: none;
  }
}
.information-color__img-mob {
  display: none;
}
@media (max-width: 767.98px) {
  .information-color__img-mob {
    display: block;
  }
}
.information-color__list .information-color__item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .information-color__list .information-color__item:last-child {
    margin-right: 19px;
  }
}
@media (max-width: 767.98px) {
  .information-color__list .information-color__item:nth-child(1) {
    margin-right: 0;
  }
}
.information-color__item-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-color__item-img::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.information-color__item-img--stars {
  border: 1px solid #8a9ef0;
}
.information-color__item-img--stars::before {
  background: #8a9ef0;
}
.information-color__item-img--dust {
  border: 1px solid #3d7ac2;
}
.information-color__item-img--dust::before {
  background: #3d7ac2;
}
.information-color__item-img--graphite {
  border: 1px solid #585858;
}
.information-color__item-img--graphite::before {
  background: #585858;
}
p.information__content-processor {
  font-weight: 700;
  font-size: 15px;
  line-height: 110.5%;
  color: #2e2e2e;
  margin-bottom: 12px;
}
p.information__content-note {
  font-size: 9px;
  line-height: 130%;
  color: #2e2e2e;
  margin-top: 12px;
}
p.information__content-camera {
  font-weight: 700;
  font-size: 14px;
  line-height: 110.5%;
  color: #2e2e2e;
}
p.information__content-video {
  font-weight: 700;
  font-size: 14px;
  line-height: 110.5%;
  color: #2e2e2e;
  margin: 14px 0;
}
p.information__content-front-camera {
  font-weight: 700;
  font-size: 14px;
  line-height: 110.5%;
  color: #2e2e2e;
  margin-bottom: 14px;
}
p.information__content-front-video {
  font-weight: 700;
  font-size: 14px;
  line-height: 110.5%;
  color: #2e2e2e;
  margin: 14px 0 16px;
}
p.information__content-seti {
  font-weight: 700;
  font-size: 14px;
  line-height: 110.5%;
  color: #2e2e2e;
  margin: 12px 0 18px;
}
.advantage__container,
.camera-system__container,
.charger__container,
.colors__container,
.convenient__container,
.display__container,
.front-camera__container,
.main-camera__container,
.main__container,
.note__container,
.processor__container,
.screen__container,
.see-specifications__container,
.size__container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 900px;
}
@media (max-width: 767.98px) {
  .advantage__container,
  .camera-system__container,
  .charger__container,
  .colors__container,
  .convenient__container,
  .display__container,
  .front-camera__container,
  .main-camera__container,
  .main__container,
  .note__container,
  .processor__container,
  .screen__container,
  .see-specifications__container,
  .size__container {
    /* padding-right: 24px;
    padding-left: 24px; */
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1023.98px) {
  .advantage__container,
  .camera-system__container,
  .charger__container,
  .colors__container,
  .convenient__container,
  .display__container,
  .front-camera__container,
  .main-camera__container,
  .main__container,
  .note__container,
  .processor__container,
  .screen__container,
  .see-specifications__container,
  .size__container {
    /* padding-right: 24px;
    padding-left: 24px; */
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 375px) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
