@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  margin: 0;
}

.llp-wrap,
.llp-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.llp-wrap .llp-btn, .llp-discount__rules {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 72px;
  border-radius: 4px;
  background: #41C84A;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.llp-discount__rules {
  cursor: default;
}

.llp-wrap .llp-btn:hover {
  text-decoration: none;
  background: #309436;
  color: #ffffff;
}

.llp-wrap .llp-btn:active {
  text-decoration: none;
  background: #287c2e;
  color: #ffffff;
}

.llp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.llp-wrap {
  position: relative;
  z-index: 1;
  color: #333333;
  background: #f5f5f6;
}


.llp-header__wrap {
  background: #4AC4D7;
}

.llp-line-top {
  position: absolute;
  top: -12vw;
  left: -20px;
  z-index: -1;
  width: 100vw;
}

.llp-header {
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #ffffff;
}

.llp-header__top {
  display: flex;
  flex-direction: column-reverse;
}

.llp-header__left {
  flex: 0 1 293.6vw;
  text-align: center;
}

.llp-header__right {
  margin: -6px 0 0;
  flex: 0 1 86.5vw;
}

.llp-header__name {
  margin: -22vw 26vw 0;
  font-size: 5.7vw;
  line-height: 129%;
  font-weight: bold;
}

.llp-header__text {
  margin: 5vw 8.5vw 0;
  font-size: 3.7vw;
  line-height: 149%;
}

.llp-discount {
  position: relative;
  z-index: 2;
  margin: -255vw 20px 0;
}

.llp-discount:before {
  content: '';
  display: block;
  position: absolute;
  width: 66.8vw;
  height: 15.2vw;
  z-index: -1;
  left: 50%;
  bottom: -4.7vw;
  transform: translateX(-50%);
  background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/border.png') no-repeat;
  background-size: 100% 100%;
}

.llp-discount__qw {
  text-align: center;
  font-size: 5.8vw;
  line-height: 125%;
  font-weight: bold;
  color: #ffffff;
}

.llp-discount__list {
  margin: 0;
}

.llp-discount__item {
  height: 68vw;
  margin: 28vw 0 0;
  padding: 0 6.5vw;
  background: #f5f5f6;
  box-shadow: 8px 8px 20px rgba(18, 102, 119, 0.35);
  border-radius: 8px;
  text-align: center;
}

.llp-discount__img {
  display: inline-block;
  margin-top: -21vw;
  width: auto;
  height: 47vw;
  vertical-align: bottom;
}

.llp-discount__name {
  margin: 1vw 0 0;
  text-align: left;
  font-size: 4.7vw;
  line-height: 127%;
  color: #333333;
  font-weight: bold;
}

.llp-discount__text {
  margin-top: 4vw;
  text-align: left;
  font-size: 3.8vw;
  line-height: 150%;
  color: #939393;
}

.llp-discount__btn {
  position: relative;
  z-index: 10;
  margin: 15vw 20px 0;
  text-align: center;
}

.llp-block1 {
  position: relative;
  margin: 15vw auto 0;
  display: flex;
  flex-direction: column-reverse;
}

.llp-block1 + .llp-block1 {
  margin-top: 7vw;
}

.llp-block1__content {
  margin: 10vw 20px 0;
}

.llp-block1__name {
  font-size: 5.9vw;
  line-height: 127%;
  font-weight: bold;
}

.llp-block1__text {
  margin: 5vw 0 0;
  font-size: 3.8vw;
  line-height: 150%;
}

.llp-block1__picture {
  margin: 0 20px;
}

.llp-result {
  position: relative;
  margin: 21.5vw 20px 0;
}

.llp-result__name {
  text-align: left;
  font-size: 5.8vw;
  line-height: 125%;
  font-weight: bold;
}

.llp-result__list {
  position: relative;
  padding: 5vw 0 0;
}

.llp-result__item {
  margin: 9vw 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.llp-result__icon {
  flex: 0 1 15vw;
}

.llp-result__text {
  flex: 0 1 70vw;
  font-size: 4.9vw;
  line-height: 137%;
  font-weight: bold;
}

.llp-data {
  position: relative;
  margin: 15vw 0 0;
  padding: 15vw 0 10vw;
  background: #4AC4D7;
  color: #ffffff;
  box-shadow: inset 10px 14px 34px rgba(0, 0, 0, 0.1);
}

.llp-tail {
 display: none;
}

.llp-data__block {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 20px;
}

.llp-data__name {
  text-align: center;
  font-size: 6vw;
  line-height: 125%;
  font-weight: bold;
}

.llp-data__name ~ .llp-data__name {
  margin: 10vw 0 0;
  text-align: left;
}

.llp-data__item {
  margin: 3vw 0 0;
}

.llp-data__picture {
  flex: 0 1 18.5vw;
}

.llp-data__text {
  margin-top: -3vw;
  padding: 0 10vw;
  font-size: 5vw;
  line-height: 127%;
}

.llp-blocks {
  margin: 27.2vw 0 0 0;
}

.llp-blocks__cloud {
  position: absolute;
  top: -8.6vw;
  left: -42.3vw;
  width: 32.5vw;
  height: auto;
  vertical-align: bottom;
}

.llp-blocks__fish {
  position: absolute;
  top: -48vw;
  left: 0;
  width: 93vw;
  max-width: none;
  height: auto;
  vertical-align: bottom;
}

.llp-blocks__item {
  position: relative;
  width: 47vw;
  margin-left: auto;
  font-size: 5vw;
  line-height: 128%;
}

.llp-blocks__item:nth-child(2) {
  width: 100%;
  margin: 45vw 0 0;
  padding-right: 17vw;
}

.llp-bottles {
  display: none;
}


@media only screen and (min-width: 768px) {

  .llp-wrap {
    padding-bottom: 50px;
  }

  .llp-wrap .llp-btn, .llp-discount__rules {
    width: auto;
  }

  .llp-header__wrap {
    background: #4AC4D7 url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/line-top.png') center 68% no-repeat;
    background-size: 100% 14vw;
  }

  .llp-line-top {
    display: none;
  }

  .llp-header {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 94vw;
    margin: 0 auto;
    padding: 0 0 13.5vw;
    color: #ffffff;
  }

  .llp-header__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .llp-header__left {
    text-align: left;
    flex: 0 1 30.6vw;
  }

  .llp-header__right {
    margin: 0;
    flex: 0 1 57.5vw;
  }

  .llp-header__name {
    margin: 3vw 0 0;
    font-size: 3.3vw;
    line-height: 109%;
    font-weight: bold;
  }

  .llp-header__text {
    margin: 2vw 0 0;
    font-size: 1.2vw;
    line-height: 150%;
  }


  .llp-discount {
    position: relative;
    z-index: 2;
    margin: -24.4vw auto 0;
    width: 94vw;
  }

  .llp-discount:before {
    content: '';
    display: block;
    position: absolute;
    width: 66.8vw;
    height: 15.2vw;
    z-index: -1;
    left: 50%;
    bottom: -4.7vw;
    transform: translateX(-50%);
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/border.png') no-repeat;
    background-size: 100% 100%;
  }

  .llp-discount__qw {
    text-align: center;
    font-size: 2.4vw;
    line-height: 125%;
    font-weight: bold;
    color: #ffffff;
  }

  .llp-discount__list {
    margin: 10.3vw 0 0;
    display: flex;
    justify-content: space-between;
  }

  .llp-discount__item {
    flex: 0 1 30.3vw;
    height: 23.3vw;
    margin: 0;
    padding: 0 2.9vw;
    background: #f5f5f6;
    box-shadow: 1.1vw 1.1vw 2.5vw rgba(192, 194, 194, 0.35);
    border-radius: 1vw;
    text-align: center;
  }

  .llp-discount__img {
    display: inline-block;
    margin-top: -6.6vw;
    width: auto;
    height: 16vw;
    vertical-align: bottom;
  }

  .llp-discount__name {
    margin: 0;
    text-align: left;
    font-size: 1.6vw;
    line-height: 127%;
    color: #333333;
    font-weight: bold;
  }

  .llp-discount__text {
    margin-top: 1.3vw;
    text-align: left;
    font-size: 1.2vw;
    line-height: 150%;
    color: #939393;
  }

  .llp-discount__btn {
    position: relative;
    z-index: 10;
    margin: 2.7vw 0 0;
    text-align: center;
  }


  .llp-block1 {
    position: relative;
    width: 70vw;
    margin: 2.7vw auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .llp-block1 + .llp-block1 {
    margin-top: -3.8vw;
  }

  .llp-block1_reverse {
    flex-direction: row-reverse;
  }

  .llp-block1__content {
    flex: 0 1 33.9vw;
    margin: 0;
  }

  .llp-block1__name {
    font-size: 1.6vw;
    line-height: 127%;
    font-weight: bold;
  }

  .llp-block1__text {
    margin: 1.2vw 0 0;
    font-size: 1.2vw;
    line-height: 150%;
  }

  .llp-block1__picture {
    flex: 0 1 30.7vw;
    margin: 0;
  }

  .llp-result {
    position: relative;
    margin: 5vw auto 0;
    width: 70vw;
  }

  .llp-result__name {
    text-align: center;
    font-size: 2.3vw;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-result__list {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-result__item {
    margin: 3vw 0 0;
    flex: 0 1 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-result__icon {
    flex: 0 1 6.1vw;
  }

  .llp-result__text {
    flex: 0 1 12.4vw;
    font-size: 1.2vw;
    line-height: 137%;
    font-weight: bold;
  }

  .llp-data {
    position: relative;
    margin: 4.6vw 0 0;
    padding: 6.9vw 0 5.6vw;
    background: #4AC4D7;
    color: #ffffff;
    box-shadow: inset 1vw 1.4vw 3.4vw rgba(0, 0, 0, .1);
  }

  .llp-data:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/data-bg1.png') center 9.6vw no-repeat;
    background-size: 100%;
  }

  .llp-data:after {
    content: '';
    position: absolute;
    top: 23.2vw;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 13.4vw;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/line-bottom.png') no-repeat;
    background-size: 100% 100%;
  }

  .llp-tail {
    display: block;
    position: absolute;
    top: 40.7vw;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 30vw;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/bottom-tail.png') calc(50vw + 11.9vw) 0 no-repeat;
    background-size: calc(50vw - 13.5vw) 100%;
  }

  .llp-data__block {
    position: relative;
    z-index: 10;
    width: 70vw;
    margin: 0 auto;
    padding: 0;
  }

  .llp-data__name {
    text-align: center;
    font-size: 2.4vw;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-data__name ~ .llp-data__name {
    margin: 7.2vw 0 0;
    text-align: center;
  }

  .llp-data__list {
    display: flex;
    justify-content: space-between;
    margin: 1.8vw 0 0;
  }

  .llp-data__item {
    margin: 0;
    flex: 0 1 18.5vw;
    display: flex;
    flex-direction: column;
  }

  .llp-data__item:nth-child(2) {
    margin: 2.8vw 0 0;
    flex-direction: column-reverse;
  }

  .llp-data__picture {
    flex: 0 1 18.5vw;
  }

  .llp-data__text {
    margin: 0;
    padding: 0 2.5vw;
    flex: 0 1 auto;
    font-size: 1.2vw;
    line-height: 150%;
  }

  .llp-blocks {
    margin: 7.1vw 0 0 4.1vw;
    width: 68.4vw;
    display: flex;
    justify-content: space-between;
  }

  .llp-blocks__cloud {
    position: absolute;
    top: -8.6vw;
    left: -9.3vw;
    width: 10.5vw;
    height: auto;
    vertical-align: bottom;
  }

  .llp-blocks__fish {
    position: absolute;
    top: -1.3vw;
    left: -28.9vw;
    width: 23.9vw;
    height: auto;
    vertical-align: bottom;
  }

  .llp-blocks__item {
    position: relative;
    margin: 0;
    flex: 0 1 19.5vw;
    font-size: 1.3vw;
    line-height: 150%;
  }

  .llp-blocks__item:nth-child(2) {
    width: initial;
    padding: initial;
    margin: 0;
  }

  .llp-bottles {
    display: block;
    position: absolute;
    bottom: -10.5vw;
    left: 50%;
    transform: translateX(-53%);
    width: 90.7vw;
    height: auto;
    vertical-align: bottom;
  }

}


@media only screen and (min-width: 1024px) {

  .llp-header__wrap {
    background: #4AC4D7 url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/line-top.png') center 68% no-repeat;
    background-size: 100% 140px;
  }

  .llp-header {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 940px;
    margin: 0 auto;
    padding: 0 0 135px;
    color: #ffffff;
  }

  .llp-header__top {
    display: flex;
    justify-content: space-between;
  }

  .llp-header__left {
    flex: 0 1 306px;
  }

  .llp-header__right {
    flex: 0 1 575px;
  }

  .llp-header__name {
    margin: 30px 0 0;
    font-weight: bold;
    font-size: 33px;
    line-height: 109%;
  }

  .llp-header__text {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 150%;
  }


  .llp-discount {
    position: relative;
    z-index: 2;
    margin: -244px auto 0;
    width: 940px;
  }

  .llp-discount:before {
    content: '';
    display: block;
    position: absolute;
    width: 668px;
    height: 152px;
    z-index: -1;
    left: 50%;
    bottom: -47px;
    transform: translateX(-50%);
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/border.png') no-repeat;
    background-size: 100% 100%;
  }

  .llp-discount__qw {
    text-align: center;
    font-size: 24px;
    line-height: 125%;
    font-weight: bold;
    color: #ffffff;
  }

  .llp-discount__list {
    margin: 103px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .llp-discount__item {
    flex: 0 1 303px;
    height: 233px;
    padding: 0 29px;
    background: #f5f5f6;
    box-shadow: 11px 11px 25px rgba(192, 194, 194, 0.35);
    border-radius: 10px;
    text-align: center;
  }

  .llp-discount__img {
    display: inline-block;
    margin-top: -66px;
    width: auto;
    height: 160px;
    vertical-align: bottom;
  }

  .llp-discount__name {
    text-align: left;
    font-size: 16px;
    line-height: 127%;
    color: #333333;
    font-weight: bold;
  }

  .llp-discount__text {
    margin-top: 13px;
    text-align: left;
    font-size: 12px;
    line-height: 150%;
    color: #939393;
  }

  .llp-discount__btn {
    position: relative;
    z-index: 10;
    margin: 27px 0 0;
    text-align: center;
  }


  .llp-block1 {
    position: relative;
    width: 700px;
    margin: 27px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-block1 + .llp-block1 {
    margin-top: -38px;
  }

  .llp-block1_reverse {
    flex-direction: row-reverse;
  }

  .llp-block1__content {
    flex: 0 1 339px;
  }

  .llp-block1__name {
    font-size: 16px;
    line-height: 127%;
    font-weight: bold;
  }

  .llp-block1__text {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 150%;
  }

  .llp-block1__picture {
    flex: 0 1 307px;
  }

  .llp-result {
    position: relative;
    margin: 50px auto 0;
    width: 700px;
  }

  .llp-result__name {
    text-align: center;
    font-size: 23px;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-result__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-result__item {
    margin: 30px 0 0;
    flex: 0 1 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-result__icon {
    flex: 0 1 61px;
  }

  .llp-result__text {
    flex: 0 1 124px;
    font-size: 12px;
    line-height: 137%;
    font-weight: bold;
  }

  .llp-data {
    position: relative;
    margin: 46px 0 0;
    padding: 69px 0 56px;
    background: #4AC4D7;
    color: #ffffff;
    box-shadow: inset 10px 14px 34px rgba(0, 0, 0, .1);
  }

  .llp-data:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/data-bg1.png') center 96px no-repeat;
    background-size: 100%;
  }

  .llp-data:after {
    content: '';
    position: absolute;
    top: 232px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 134px;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/line-bottom.png') no-repeat;
    background-size: 100% 100%;
  }

  .llp-tail {
    position: absolute;
    top: 407px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 300px;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/bottom-tail.png') calc(50vw + 119px) 0 no-repeat;
    background-size: calc(50vw - 135px) 100%;
  }

  .llp-data__block {
    position: relative;
    z-index: 10;
    width: 700px;
    margin: 0 auto;
  }

  .llp-data__name {
    text-align: center;
    font-size: 24px;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-data__name ~ .llp-data__name {
    margin: 72px 0 0;
  }

  .llp-data__list {
    display: flex;
    justify-content: space-between;
    margin: 18px 0 0;
  }

  .llp-data__item {
    flex: 0 1 185px;
    display: flex;
    flex-direction: column;
  }

  .llp-data__item:nth-child(2) {
    margin: 28px 0 0;
    flex-direction: column-reverse;
  }

  .llp-data__picture {
    flex: 0 1 185px;
  }

  .llp-data__text {
    padding: 0 25px;
    flex: 0 1 auto;
    font-size: 12px;
    line-height: 150%;
  }

  .llp-blocks {
    margin: 71px 0 0 41px;
    width: 684px;
    display: flex;
    justify-content: space-between;
  }

  .llp-blocks__cloud {
    position: absolute;
    top: -86px;
    left: -93px;
    width: 105px;
    height: auto;
    vertical-align: bottom;
  }

  .llp-blocks__fish {
    position: absolute;
    top: -13px;
    left: -289px;
    width: 239px;
    height: auto;
    vertical-align: bottom;
  }

  .llp-blocks__item {
    position: relative;
    flex: 0 1 195px;
    font-size: 13px;
    line-height: 150%;
  }

  .llp-bottles {
    position: absolute;
    bottom: -105px;
    left: 50%;
    transform: translateX(-53%);
    width: 907px;
    height: auto;
    vertical-align: bottom;
  }

}


@media only screen and (min-width: 1280px) {

  .llp-header__wrap {
    background: #4AC4D7 url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/line-top.png') center 80% no-repeat;
    background-size: 100% 175px;
  }

  .llp-header {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 1228px;
    margin: 0 auto;
    padding: 0 0 135px;
    color: #ffffff;
  }

  .llp-header__top {
    display: flex;
    justify-content: space-between;
  }

  .llp-header__left {
    flex: 0 1 445px;
  }

  .llp-header__right {
    flex: 0 1 702px;
  }

  .llp-header__name {
    margin: 30px 0 0;
    font-weight: bold;
    font-size: 44px;
    line-height: 109%;
  }

  .llp-header__text {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 150%;
  }


  .llp-discount {
    position: relative;
    z-index: 2;
    margin: -250px auto 0;
    width: 1228px;
  }

  .llp-discount:before {
    content: '';
    display: block;
    position: absolute;
    width: 872px;
    height: 197px;
    z-index: -1;
    left: 50%;
    bottom: -62px;
    transform: translateX(-50%);
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/border.png') no-repeat;
    background-size: 100% 100%;
  }

  .llp-discount__qw {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
    font-weight: bold;
    color: #ffffff;
  }

  .llp-discount__list {
    margin: 136px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .llp-discount__item {
    flex: 0 1 396px;
    height: 304px;
    padding: 0 37px;
    background: #f5f5f6;
    box-shadow: 11px 11px 25px rgba(192, 194, 194, 0.35);
    border-radius: 10px;
    text-align: center;
  }

  .llp-discount__img {
    display: inline-block;
    margin-top: -85px;
    width: auto;
    height: 210px;
    vertical-align: bottom;
  }

  .llp-discount__name {
    text-align: left;
    font-size: 22px;
    line-height: 127%;
    color: #333333;
    font-weight: bold;
  }

  .llp-discount__text {
    margin-top: 16px;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    color: #939393;
  }

  .llp-discount__btn {
    position: relative;
    z-index: 10;
    margin: 42px 0 0;
    text-align: center;
  }


  .llp-block1 {
    position: relative;
    width: 910px;
    margin: 32px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-block1 + .llp-block1 {
    margin-top: -67px;
  }

  .llp-block1_reverse {
    flex-direction: row-reverse;
  }

  .llp-block1__content {
    flex: 0 1 396px;
  }

  .llp-block1__name {
    font-size: 22px;
    line-height: 127%;
    font-weight: bold;
  }

  .llp-block1__text {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 150%;
  }

  .llp-block1__picture {
    flex: 0 1 400px;
  }

  .llp-result {
    position: relative;
    margin: 86px auto 0;
    width: 910px;
  }

  .llp-result__name {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-result__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-result__item {
    margin: 50px 0 0;
    flex: 0 1 273px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-result__icon {
    flex: 0 1 83px;
  }

  .llp-result__text {
    flex: 0 1 174px;
    font-size: 16px;
    line-height: 137%;
    font-weight: bold;
  }

  .llp-data {
    position: relative;
    margin: 52px 0 0;
    padding: 91px 0 72px;
    background: #4AC4D7;
    color: #ffffff;
    box-shadow: inset 10px 14px 34px rgba(0, 0, 0, .1);
  }

  .llp-data:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/data-bg1.png') center 130px no-repeat;
    background-size: auto auto;
  }

  .llp-data:after {
    content: '';
    position: absolute;
    top: 298px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 172px;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/line-bottom.png') no-repeat;
    background-size: 100% 100%;
  }

  .llp-tail {
    position: absolute;
    top: 533px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 387px;
    background: url('//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/fandomaty-v-mvideo/images/bottom-tail.png') calc(50vw + 154px) 0 no-repeat;
    background-size: calc(50vw - 175px) 100%;
  }

  .llp-data__block {
    position: relative;
    z-index: 10;
    width: 870px;
    margin: 0 auto;
  }

  .llp-data__name {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-data__name ~ .llp-data__name {
    margin: 98px 0 0;
  }

  .llp-data__list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }

  .llp-data__item {
    flex: 0 1 239px;
    display: flex;
    flex-direction: column;
  }

  .llp-data__item:nth-child(2) {
    margin: 28px 0 0;
    flex-direction: column-reverse;
  }

  .llp-data__picture {
    flex: 0 1 239px;
  }

  .llp-data__text {
    padding: 0 25px;
    flex: 0 1 auto;
    font-size: 15px;
    line-height: 150%;
  }

  .llp-blocks {
    margin: 101px 0 0 30px;
    width: 889px;
    display: flex;
    justify-content: space-between;
  }

  .llp-blocks__cloud {
    position: absolute;
    top: -114px;
    left: -121px;
    width: 136px;
    height: auto;
    vertical-align: bottom;
  }

  .llp-blocks__fish {
    position: absolute;
    top: -20px;
    left: -375px;
    width: 308px;
    height: auto;
    vertical-align: bottom;
  }

  .llp-blocks__item {
    position: relative;
    flex: 0 1 250px;
    font-size: 16px;
    line-height: 150%;
  }

  .llp-bottles {
    position: absolute;
    bottom: -123px;
    left: 50%;
    transform: translateX(-53%);
    width: 1197px;
    height: auto;
    vertical-align: bottom;
  }

}