@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

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

.llp-wrap .llp-btn {
  display: inline-block;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  background: #e31235;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

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

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

.llp-video {
  position: relative;
  padding-bottom: 44%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.llp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

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

.llp-wrap sup {
  font-size: 50%;
}

.llp-wrap .llp-btn {
  display: inline-block;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  background: #e31235;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

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

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

.llp-center {
  text-align: center;
}

.llp-white {
  color: #ffffff;
}

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

.llp-wrap {
  position: relative;
  color: #333333;
}

.llp-menu-open {
  display: none;
}


@media only screen and (max-width: 767px) {

  .llp-menu-open {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
  }

  .llp-wrap {
    position: relative;
    margin: 0 auto;
  }

  .llp-container {
    position: relative;
    margin: 0 auto;
  }

  .llp-menu {
    background: #333333;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
  }

  .llp-menu__block {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 12vw;
  }

  .llp-menu__logo {
    margin: 0 auto;
    width: 27.2vw;
    align-items: stretch;
  }

  .llp-menu__logo_big {
    width: 27.2vw;
  }

  .llp-menu__list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    flex: 1;
    padding: 20px;
    background: #333333;
  }

  .llp-menu__list_open {
    display: block;
  }

  .llp-menu__item {
    position: relative;
  }

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

  .llp-menu .llp-menu__link, .llp-menu .llp-menu__link:hover, .llp-menu .llp-menu__link:active {
    display: flex;
    align-items: center;
    font-size: 3.8vw;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
  }

  .llp-menu .llp-menu__link:hover {
    color: #e2e2e2;
  }

  .llp-bz {
    margin: 0 20px 12vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .llp-bz__list {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-bz__item {
    flex: 0 1 47%;
    margin-top: 6vw;
  }

  .llp-bz__list + .llp-bz__item {
    flex: 0 1 100%;
  }

  .llp-wrap .llp-bz__link, .llp-wrap .llp-bz__link:hover, .llp-wrap .llp-bz__active {
    text-decoration: none;
    color: #333333;
  }

  .llp-bz__name {
    margin-top: 6vw;
    text-align: center;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
  }

  .llp-block1 {
    position: relative;
    padding: 10vw 20px 17vw;
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    color: #ffffff;
  }

  .llp-block1__name {
    font-size: 7.2vw;
    line-height: 110%;
  }

  .llp-block1__text {
    margin-top: 4.5vw;
    font-size: 3.8vw;
    line-height: 145%;
  }

  .llp-block1__text_underdate {
    margin-top: 5vw;
  }

  .llp-block1__content {
    position: relative;
    margin-top: 5.5vw;
  }

  .llp-block1__content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

  .llp-block1__flex {
    padding: 5vw 0 0;
  }

  .llp-block1__information {
    margin-top: 13vw;
  }

  .llp-block1__date {
    font-size: 3.8vw;
    line-height: 75%;
    font-weight: bold;
  }

  .llp-block2 {
    position: relative;
    padding: 10vw 20px;
    background: #00AAA6;
  }

  .llp-block2:before {
    content: '';
    position: absolute;
    width: 92vw;
    height: 2px;
    left: 0;
    top: 11vw;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

  .llp-block2__item {
    flex: 0 1 100%;
    margin-top: 11.7vw;
    color: #ffffff;
  }

  .llp-block2__name {
    font-size: 6.1vw;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-block2__text {
    margin-top: 3vw;
    font-size: 3.8vw;
    line-height: 150%;
  }

  .llp-text {
    position: relative;
    margin: 0 auto;
    padding: 11vw 20px;
  }

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

  .llp-text__p + .llp-text__p {
    margin-top: 5vw;
  }

  .llp-text__p b {
    color: #00AAA6;
  }

  .llp-header {
    position: relative;
    margin-top: 5.5vw;
    padding: 0 20px;
  }

  .llp-header__content {
    position: absolute;
    top: 5vw;
    left: 12vw;
  }

  .llp-header__logo-hisense, .llp-header__logo-lasertv {
    width: 20.5vw;
  }

  .llp-header__logo-uled, .llp-header__logo-qled, .llp-header__logo-smart {
    width: 17vw;
  }

  .llp-header__logo-oled {
    width: 17vw;
  }

  .llp-header__logo-uhd {
    width: 15vw;
  }

  .llp-header__name {
    margin-top: 4vw;
    font-size: 6vw;
    line-height: 101%;
    color: #000000;
    font-weight: bolder;
  }

  .llp-header__name_lasertv {
    width: 36vw;
  }

  .llp-header__name_uled {
    width: 34.4vw;
  }

  .llp-header__name_qled {
    width: 26.8vw;
    color: #ffffff;
  }

  .llp-header__name_smart {
    width: 36.7vw;
  }

  .llp-header__name_oled, .llp-header__name_uhd {
    width: 40.5vw;
    color: #ffffff;
  }

  .llp-header__text {
    margin-top: 4vw;
    font-size: 3.8vw;
    line-height: 130%;
    color: #000000;
    width: 30vw;
  }

  .llp-block-name {
    font-size: 6.1vw;
    line-height: 128%;
    font-weight: bold;
    word-wrap: break-word;
  }

  .llp-block-text {
    margin-top: 4.1vw;
    font-size: 3.8vw;
    line-height: 150%;
  }

  * + .llp-block-img {
    margin-top: 6vw;
  }

  .llp-block-note {
    margin-top: 4vw;
    font-size: 3.34vw;
    line-height: 171%;
    opacity: .5;
  }

  .llp-block {
    position: relative;
    margin-top: 11vw;
    padding: 0 20px;
    text-align: left;
  }

  .llp-block__content {
    margin-top: 6vw;
    color: #333333;
    text-align: left;
  }

  .block-flex {
    position: relative;
  }

  .block-flex__picture {
    margin-top: 4vw;
  }

  .llp-black {
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    padding: 22vw 20px 12vw;
    color: #ffffff;
  }

  .llp-black:before {
    content: '';
    position: absolute;
    width: 94vw;
    height: 2px;
    left: 0;
    top: 11vw;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

}

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

  .llp-wrap {
    position: relative;
    margin: 0 auto;
  }

  .llp-container {
    position: relative;
    max-width: 94vw;
    margin: 0 auto;
  }

  .llp-menu {
    background: #333333;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
  }

  .llp-menu__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94vw;
    margin: 0 auto;
    height: 5.3vw;
  }

  .llp-menu__logo {
    margin: 0 auto;
    width: 12.2vw;
    align-items: stretch;
  }

  .llp-menu__logo_big {
    width: 12.8vw;
  }

  .llp-menu__list {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: end;
  }

  .llp-menu__item {
    flex: 0 1 max-content;
    display: flex;
    align-items: center;
  }

  .llp-menu__item + .llp-menu__item {
    margin-left: 5vw;
  }

  .llp-menu .llp-menu__link, .llp-menu .llp-menu__link:hover, .llp-menu .llp-menu__link:active {
    display: flex;
    align-items: center;
    font-size: 1.2vw;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
  }

  .llp-menu .llp-menu__link:hover {
    color: #e2e2e2;
  }

  .llp-bz {
    margin: 1.4vw 0 3vw;
    display: flex;
    justify-content: space-between;
  }

  .llp-bz__list {
    flex: 0 1 70.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-bz__item {
    flex: 0 1 22.3vw;
    margin-top: 1.6vw;
  }

  .llp-wrap .llp-bz__link, .llp-wrap .llp-bz__link:hover, .llp-wrap .llp-bz__active {
    text-decoration: none;
    color: #333333;
  }

  .llp-bz__name {
    margin-top: 1.2vw;
    text-align: center;
    font-size: 1.4vw;
    line-height: 1;
    font-weight: bold;
  }

  .llp-block1 {
    position: relative;
    padding: 5.7vw 0;
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    color: #ffffff;
  }

  .llp-block1:before {
    content: '';
    position: absolute;
    width: 22.7vw;
    height: 2px;
    right: 0;
    top: 7.2vw;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

  .llp-block1__text {
    margin-top: 5.5vw;
    font-size: 1.4vw;
    line-height: 150%;
  }

  .llp-block1__text_underdate {
    margin-top: 1.8vw;
  }

  .llp-block1__content {
    position: relative;
    margin-top: 5.5vw;
  }

  .llp-block1__content:before {
    content: '';
    position: absolute;
    width: 51.9vw;
    height: 2px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

  .llp-block1__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  .llp-block1__information {
    flex: 0 1 42.6vw;
  }

  .llp-block1__date {
    font-size: 2.4vw;
    line-height: 75%;
    font-weight: bold;
  }

  .llp-block2 {
    position: relative;
    padding: 2.7vw 0 5.7vw;
    background: #00AAA6;
  }

  .llp-block2:before {
    content: '';
    position: absolute;
    width: 51.9vw;
    height: 2px;
    left: 0;
    top: 3.4vw;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

  .llp-block2__item {
    flex: 0 1 27.3vw;
    margin-top: 4.6vw;
    color: #ffffff;
  }

  .llp-block2__name {
    font-size: 2.4vw;
    line-height: 125%;
    font-weight: bold;
  }

  .llp-block2__text {
    margin-top: 1.2vw;
    font-size: 1.4vw;
    line-height: 150%;
  }

  .llp-text {
    position: relative;
    width: 94vw;
    margin: 0 auto;
    padding: 3.8vw 0 0 3.8vw;
  }

  .llp-text:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 95%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0,170,166,0) 0%, rgba(0,170,166,.5) 50%, rgba(0,170,166,1) 100%);
  }

  .llp-text__p {
    margin: 0;
    padding: 0;
    font-size: 1.4vw;
    line-height: 150%;
  }

  .llp-text__p + .llp-text__p {
    margin-top: 3.1vw;
  }

  .llp-text__p b {
    color: #00AAA6;
  }

  .llp-header {
    position: relative;
    margin-top: 2.9vw;
  }

  .llp-header__content {
    position: absolute;
    top: 50%;
    left: 7.6vw;
    transform: translateY(-50%);
  }

  .llp-header__logo-hisense, .llp-header__logo-lasertv {
    width: 12.2vw;
  }

  .llp-header__logo-uled, .llp-header__logo-qled, .llp-header__logo-smart {
    width: 11.7vw;
  }

  .llp-header__logo-oled {
    width: 11.9vw;
  }

  .llp-header__logo-uhd {
    width: 10.2vw;
  }

  .llp-header__name {
    margin-top: 2.2vw;
    font-size: 3.1vw;
    line-height: 101%;
    color: #000000;
    font-weight: bolder;
  }

  .llp-header__name_uled {
    width: 34.4vw;
  }

  .llp-header__name_qled {
    width: 26.8vw;
    color: #ffffff;
  }

  .llp-header__name_smart {
    width: 36.7vw;
  }

  .llp-header__name_oled, .llp-header__name_uhd {
    width: 40.5vw;
    color: #ffffff;
  }

  .llp-header__text {
    margin-top: 1vw;
    font-size: 1.8vw;
    line-height: 110%;
    color: #000000;
  }

  .llp-block-name {
    font-size: 3.4vw;
    line-height: 101%;
    font-weight: bold;
    word-wrap: break-word;
  }

  .llp-block-text {
    margin-top: 1.2vw;
    font-size: 1.2vw;
    line-height: 150%;
  }

  * + .llp-block-img {
    margin-top: 1.8vw;
  }

  .llp-block-note {
    margin-top: 1.8vw;
    font-size: 1.2vw;
    line-height: 171%;
    opacity: .5;
  }

  .llp-block {
    position: relative;
    margin-top: 7.3vw;
  }

  .llp-block__content {
    position: absolute;
  }

  .llp-block__content_1 {
    width: 59.5vw;
    top: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_2 {
    width: 44vw;
    top: 10.3vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_3 {
    width: 59.5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .llp-block__content_4 {
    top: 8.3vw;
    width: 94vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_flex {
    width: 87.4vw;
    margin-left: 4.6vw;
    bottom: 3.8vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-block__content_flex-left {
    flex: 0 1 27.9vw;
  }

  .llp-block__content_flex-right {
    flex: 0 1 32.7vw;
  }

  .llp-block__content_5 {
    width: 32.9vw;
    top: 8.1vw;
    left: 50%;
    transform: translateX(-47vw);
  }

  .llp-block_1 {
    width: 81.6vw;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_2 {
    width: 59.5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_3 {
    top: 10.3vw;
    width: 44vw;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_4 {
    top: 8.3vw;
    width: 94vw;
  }

  .llp-block_5 {
    width: 48.9vw;
  }

  .llp-block_6 {
    width: 87.4vw;
    margin-left: 3.8vw;
  }

  .llp-block_7 {
    width: 48vw;
    top: 8.1vw;
    left: 3.8vw;
  }

  .block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .block-flex_reverse {
    flex-direction: row-reverse;
  }

  .block-flex__content {
    flex: 0 1 43.6vw;
  }

  .block-flex__picture {
    flex: 0 1 46.9vw;
  }

  .llp-black {
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    padding: 12.2vw 0 6.1vw;
    color: #ffffff;
  }

  .llp-black:before {
    content: '';
    position: absolute;
    width: 51.9vw;
    height: 2px;
    left: 0;
    top: 6vw;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

}


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

  .llp-container {
    max-width: 940px;
    margin: 0 auto;
  }

  .llp-menu {
    background: #333333;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
  }

  .llp-menu__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    margin: 0 auto;
    height: 53px;
  }

  .llp-menu__logo {
    margin: 0 auto;
    width: 122px;
    align-items: stretch;
  }

  .llp-menu__logo_big {
    width: 128px;
  }

  .llp-menu__list {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: end;
  }

  .llp-menu__item {
    flex: 0 1 max-content;
    display: flex;
    align-items: center;
  }

  .llp-menu__item + .llp-menu__item {
    margin-left: 50px;
  }

  .llp-menu .llp-menu__link, .llp-menu .llp-menu__link:hover, .llp-menu .llp-menu__link:active {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
  }

  .llp-menu .llp-menu__link:hover {
    color: #e2e2e2;
  }

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

  .llp-bz__list {
    flex: 0 1 701px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-bz__item {
    flex: 0 1 223px;
    margin-top: 16px;
  }

  .llp-wrap .llp-bz__link, .llp-wrap .llp-bz__link:hover, .llp-wrap .llp-bz__active {
    text-decoration: none;
    color: #333333;
  }

  .llp-bz__name {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
  }

  .llp-block1 {
    position: relative;
    padding: 57px 0;
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    color: #ffffff;
  }

  .llp-block1:before {
    content: '';
    position: absolute;
    width: 287px;
    height: 2px;
    right: 0;
    top: 72px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

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

  .llp-block1__text_underdate {
    margin-top: 18px;
  }

  .llp-block1__content {
    position: relative;
    margin-top: 55px;
  }

  .llp-block1__content:before {
    content: '';
    position: absolute;
    width: 519px;
    height: 2px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

  .llp-block1__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  .llp-block1__information {
    flex: 0 1 426px;
  }

  .llp-block1__date {
    font-size: 24px;
    line-height: 75%;
    font-weight: bold;
  }

  .llp-block2 {
    position: relative;
    padding: 27px 0 57px;
    background: #00AAA6;
  }

  .llp-block2:before {
    content: '';
    position: absolute;
    width: 519px;
    height: 2px;
    left: 0;
    top: 34px;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

  .llp-block2__item {
    flex: 0 1 273px;
    margin-top: 46px;
    color: #ffffff;
  }

  .llp-block2__name {
    font-size: 24px;
    line-height: 125%;
    font-weight: bold;
  }

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

  .llp-text {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 38px 0 0 38px;
  }

  .llp-text:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 95%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0,170,166,0) 0%, rgba(0,170,166,.5) 50%, rgba(0,170,166,1) 100%);
  }

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

  .llp-text__p + .llp-text__p {
    margin-top: 31px;
  }

  .llp-text__p b {
    color: #00AAA6;
  }

  .llp-header {
    position: relative;
    margin-top: 29px;
  }

  .llp-header__content {
    position: absolute;
    top: 50%;
    left: 76px;
    transform: translateY(-50%);
  }

  .llp-header__logo-hisense, .llp-header__logo-lasertv {
    width: 122px;
  }

  .llp-header__logo-uled, .llp-header__logo-qled, .llp-header__logo-smart {
    width: 117px;
  }

  .llp-header__logo-oled {
    width: 119px;
  }

  .llp-header__logo-uhd {
    width: 102px;
  }

  .llp-header__name {
    margin-top: 22px;
    font-size: 31px;
    line-height: 101%;
    color: #000000;
    font-weight: bolder;
  }

  .llp-header__name_uled {
    width: 344px;
  }

  .llp-header__name_qled {
    width: 268px;
    color: #ffffff;
  }

  .llp-header__name_smart {
    width: 367px;
  }

  .llp-header__name_oled, .llp-header__name_uhd {
    width: 405px;
    color: #ffffff;
  }

  .llp-header__text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 110%;
    color: #000000;
  }

  .llp-block-name {
    font-size: 34px;
    line-height: 101%;
    font-weight: bold;
    word-wrap: break-word;
  }

  .llp-block-text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 150%;
  }

  * + .llp-block-img {
    margin-top: 18px;
  }

  .llp-block-note {
    margin-top: 18px;
    font-size: 12px;
    line-height: 171%;
  }

  .llp-block {
    position: relative;
    margin-top: 73px;
  }

  .llp-block__content {
    position: absolute;
  }

  .llp-block__content_1 {
    width: 605px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_2 {
    width: 440px;
    top: 103px;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_3 {
    width: 595px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .llp-block__content_4 {
    top: 83px;
    width: 940px;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_flex {
    width: 874px;
    margin-left: 46px;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-block__content_flex-left {
    flex: 0 1 279px;
  }

  .llp-block__content_flex-right {
    flex: 0 1 327px;
  }

  .llp-block__content_5 {
    width: 329px;
    top: 81px;
    left: 50%;
    transform: translateX(-470px);
  }

  .llp-block_1 {
    width: 816px;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_2 {
    width: 595px;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_3 {
    top: 103px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_4 {
    top: 83px;
    width: 940px;
  }

  .llp-block_5 {
    width: 489px;
  }

  .llp-block_6 {
    width: 874px;
    margin-left: 38px;
  }

  .llp-block_7 {
    width: 480px;
    top: 81px;
    left: 38px;
  }

  .block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .block-flex_reverse {
    flex-direction: row-reverse;
  }

  .block-flex__content {
    flex: 0 1 436px;
  }

  .block-flex__picture {
    flex: 0 1 469px;
  }

  .llp-black {
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    padding: 122px 0 61px;
    color: #ffffff;
  }

  .llp-black:before {
    content: '';
    position: absolute;
    width: 519px;
    height: 2px;
    left: 0;
    top: 60px;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

}


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

  .llp-wrap {
    max-width: 1440px;
  }

  .llp-container {
    max-width: 1228px;
    margin: 0 auto;
  }

  .llp-menu {
    background: #333333;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
  }

  .llp-menu__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1228px;
    margin: 0 auto;
    height: 69px;
  }

  .llp-menu__logo {
    margin: 0 auto;
    width: 160px;
    align-items: stretch;
  }

  .llp-menu__logo_big {
    width: 167px;
  }

  .llp-menu__list {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: end;
  }

  .llp-menu__item {
    flex: 0 1 max-content;
    display: flex;
    align-items: center;
  }

  .llp-menu__item + .llp-menu__item {
    margin-left: 86px;
  }

  .llp-menu .llp-menu__link, .llp-menu .llp-menu__link:hover, .llp-menu .llp-menu__link:active {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
  }

  .llp-menu .llp-menu__link:hover {
    color: #e2e2e2;
  }

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

  .llp-bz__list {
    flex: 0 1 916px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .llp-bz__item {
    flex: 0 1 292px;
    margin-top: 21px;
  }

  .llp-wrap .llp-bz__link, .llp-wrap .llp-bz__link:hover, .llp-wrap .llp-bz__active {
    text-decoration: none;
    color: #333333;
  }

  .llp-bz__name {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
  }

  .llp-block1 {
    position: relative;
    padding: 74px 0;
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    color: #ffffff;
  }

  .llp-block1:before {
    content: '';
    position: absolute;
    width: 375px;
    height: 2px;
    right: 0;
    top: 94px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

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

  .llp-block1__text_underdate {
    margin-top: 24px;
  }

  .llp-block1__content {
    position: relative;
    margin-top: 72px;
  }

  .llp-block1__content:before {
    content: '';
    position: absolute;
    width: 678px;
    height: 2px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

  .llp-block1__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  .llp-block1__information {
    flex: 0 1 556px;
  }

  .llp-block1__date {
    font-size: 32px;
    line-height: 75%;
    font-weight: bold;
  }

  .llp-block2 {
    position: relative;
    padding: 36px 0 74px;
    background: #00AAA6;
  }

  .llp-block2:before {
    content: '';
    position: absolute;
    width: 678px;
    height: 2px;
    left: 0;
    top: 45px;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

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

  .llp-block2__item {
    flex: 0 1 357px;
    margin-top: 60px;
    color: #ffffff;
  }

  .llp-block2__name {
    font-size: 32px;
    line-height: 125%;
    font-weight: bold;
  }

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

  .llp-text {
    position: relative;
    width: 1228px;
    margin: 0 auto;
    padding: 50px 0 0 50px;
  }

  .llp-text:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 95%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0,170,166,0) 0%, rgba(0,170,166,.5) 50%, rgba(0,170,166,1) 100%);
  }

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

  .llp-text__p + .llp-text__p {
    margin-top: 40px;
  }

  .llp-text__p b {
    color: #00AAA6;
  }

  .llp-header {
    position: relative;
    margin-top: 38px;
  }

  .llp-header__content {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
  }

  .llp-header__logo-hisense, .llp-header__logo-lasertv {
    width: 159px;
  }

  .llp-header__logo-uled, .llp-header__logo-qled, .llp-header__logo-smart {
    width: 153px;
  }

  .llp-header__logo-oled {
    width: 155px;
  }

  .llp-header__logo-uhd {
    width: 133px;
  }

  .llp-header__name {
    margin-top: 29px;
    font-size: 40px;
    line-height: 101%;
    color: #000000;
    font-weight: bolder;
  }

  .llp-header__name_uled {
    width: 450px;
  }

  .llp-header__name_qled {
    width: 350px;
    color: #ffffff;
  }

  .llp-header__name_smart {
    width: 480px;
  }

  .llp-header__name_oled, .llp-header__name_uhd {
    width: 529px;
    color: #ffffff;
  }

  .llp-header__text {
    margin-top: 13px;
    font-size: 24px;
    line-height: 110%;
    color: #000000;
  }

  .llp-block-name {
    font-size: 44px;
    line-height: 101%;
    font-weight: bold;
    word-wrap: break-word;
  }

  .llp-block-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 150%;
  }

  * + .llp-block-img {
    margin-top: 24px;
  }

  .llp-block-note {
    margin-top: 24px;
    font-size: 14px;
    line-height: 171%;
  }

  .llp-block {
    position: relative;
    margin-top: 96px;
  }

  .llp-block__content {
    position: absolute;
  }

  .llp-block__content_1 {
    width: 777px;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_2 {
    width: 575px;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_3 {
    width: 777px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .llp-block__content_4 {
    top: 109px;
    width: 1228px;
    left: 50%;
    transform: translateX(-50%);
  }

  .llp-block__content_flex {
    width: 1142px;
    margin-left: 60px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .llp-block__content_flex-left {
    flex: 0 1 365px;
  }

  .llp-block__content_flex-right {
    flex: 0 1 428px;
  }

  .llp-block__content_5 {
    width: 430px;
    top: 106px;
    left: 50%;
    transform: translateX(-614px);
  }


  .llp-block_1 {
    width: 1066px;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_2 {
    width: 777px;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_3 {
    top: 135px;
    width: 575px;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-block_4 {
    top: 109px;
    width: 1228px;
  }

  .llp-block_5 {
    width: 639px;
  }

  .llp-block_6 {
    width: 1142px;
    margin-left: 50px;
  }

  .llp-block_7 {
    width: 627px;
    top: 106px;
    left: 50px;
  }

  .block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .block-flex_reverse {
    flex-direction: row-reverse;
  }

  .block-flex__content {
    flex: 0 1 570px;
  }

  .block-flex__picture {
    flex: 0 1 613px;
  }

  .llp-black {
    background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
    padding: 160px 0 80px;
    color: #ffffff;
  }

  .llp-black:before {
    content: '';
    position: absolute;
    width: 678px;
    height: 2px;
    left: 0;
    top: 79px;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
  }

}


.llp-wrap .llp-block2 {
  background: linear-gradient(327.76deg, #333333 -41.87%, #000000 102.58%);
}

.llp-wrap .llp-block2:before {
  content: none;
}