

/* Start:/local/templates/hisense/dist/bx-styles/products.css?174256630721198*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.products__main {
  background: #000;
}

.products__main_white {
  background: #fff;
}

.products__main_white .products__main-info {
  color: #202020;
}

.products__main-row {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0px 140px;
}

.products__main-col {
  flex: 0 0 50%;
  padding: 40px;
}

.products__main-col_left {
  text-align: left;
  padding-left: 150px;
}

.products__main-col_right {
  position: relative;
  flex: 0 0 50%;
  text-align: center;
}

.products__main-col_right img {
  max-width: 100%;
  max-height: 70vh;
}

.products__main-col-relinks {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 0;
  width: 100%;
  justify-content: center;
  padding-right: 12vh;
}

.products__main-col-relinks a {
  display: inline-flex;
  color: #000;
  font-size: 15px;
  background-color: #00CCCC;
  padding: 20px;
}

.products__main-col-relinks a:hover {
  color: #ffffff;
}

.products__main-info {
  display: inline-block;
  text-align: left;
  color: #ffffff;
}

.products__main-title {
  font-family: "Avalon", sans-serif;
  font-weight: bold;
  font-size: 90px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.products__main-title_new:after {
  content: url(/local/templates/hisense/dist/bx-styles/../img/svg/new.svg);
  position: absolute;
  top: -35px;
  right: -65px;
  width: 70px;
  height: 70px;
}

.products__main-title_online:before {
  content: "";
  background-image: url(/local/templates/hisense/dist/bx-styles/../img/svg/online.png);
  position: absolute;
  top: -50px;
  left: 15px;
  width: 90px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}

.products__main-desc {
  font-size: 20px;
}

.products__main-desc p {
  margin: 0;
}

.products__main-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}

.products__main-button_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  background-color: #01cdce;
  font-size: 24px;
  margin-bottom: 30px;
  min-width: 250px;
}

.products__main-button_link span {
  text-align: center;
}

.products__filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-right: none;
  border-left: none;
}

.products__filter-col {
  border-right: 1px solid #c8c8c8;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.products__filter-col_btns {
  margin-left: auto;
}

.products__filter-col:last-child {
  border-right: none;
}

.products__filter_count-8 .products__filter-col {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.products__filter_count-7 .products__filter-col {
  flex: 0 0 14.285%;
  max-width: 14.285%;
}

.products__filter_count-6 .products__filter-col {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.products__filter_count-5 .products__filter-col {
  flex: 0 0 20%;
  max-width: 20%;
}

.products__filter_count-4 .products__filter-col {
  flex: 0 0 25%;
  max-width: 25%;
}

.products__filter_count-3 .products__filter-col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.products__filter .jq-selectbox.focused .jq-selectbox__select {
  border-color: transparent !important;
}

.products__filter .jq-selectbox__dropdown {
  margin-top: 0;
  border-radius: 0px;
  background: #fff;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  border: 1px solid #c8c8c8;
  width: auto;
  min-width: 100%;
}

.products__filter .jq-selectbox__dropdown li {
  padding: 15px 20px;
}

.products__filter .jq-selectbox__dropdown li:hover,
.products__filter .jq-selectbox__dropdown li.selected {
  background-color: #0cc;
  color: #202020;
}

.products__filter .jq-selectbox__trigger-arrow {
  top: 26px;
}

.products__filter .jq-selectbox__select {
  height: 60px;
  border-color: transparent;
  background: transparent;
}

.products__filter .jq-selectbox__select-text {
  line-height: 58px;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  position: relative;
  display: inline-block;
}

.products__filter .jq-selectbox__select-text:after {
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: 15px;
  background: #0cc;
  position: absolute;
  transition: width 0.2s ease;
}

.products__filter .jq-selectbox__select:hover .jq-selectbox__select-text:after {
  width: 100%;
}

.products__filter-button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  color: #202020;
  background: transparent;
  text-transform: uppercase;
  transition: 0.2s;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  text-align: center;
  height: 60px;
}

.products__filter-button_submit {
  background: #0cc;
}

.products__filter-button_submit:hover {
  color: #ffffff;
}

.products__filter-button:hover span:before {
  width: 100%;
}

.products__filter-button_reset span {
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: uppercase;
  position: relative;
}

.products__filter-button_reset span:before {
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #0cc;
  position: absolute;
  transition: width 0.2s ease;
}

.products__filter-button.products__filter-button_reset {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products__filter-show-filter {
  display: inline-block;
  position: relative;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  padding: 15px 50px 0px 30px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #7e7e7e;
  transition: .2s;
}

.products__filter-show-filter:after {
  content: '';
  width: 12px;
  height: 7px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/style/ico_arrow-white.svg") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: cover;
}

.products__filter-show-filter-text:nth-child(1) {
  display: block;
}

.products__filter-show-filter-text:nth-child(2) {
  display: none;
}

.products__filter-show-filter.active .products__filter-show-filter-text:nth-child(1) {
  display: none;
}

.products__filter-show-filter.active .products__filter-show-filter-text:nth-child(2) {
  display: block;
}

.products__filter-show-filter.active:after {
  transform: rotate(180deg);
}

.products__filter-show-filter:hover {
  border-color: #0cc;
  background: #0cc;
}

.products__filter-bottom {
  padding: 20px 0;
  background: #000;
  text-align: center;
  display: none;
}

.products__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background: url("/local/templates/hisense/dist/bx-styles/../img/style/products__list-bg.jpg") repeat;
}

.products__list_white {
  background: #fff;
}

.products__list_white .product__block {
  color: #202020;
  border-color: #C8C8C8;
}

.products__list_white .product__block .product__link a {
  color: #202020;
}

.products__list_white .product__block .product__model a {
  color: #202020;
}

.products__breadcrumbs {
  position: absolute;
  width: 100%;
  padding: 35px 70px;
  bottom: 0;
  left: 0;
}

.product {
  display: block;
  flex: 0 0 33.33333%;
  overflow: hidden;
  position: relative;
}

.product_stretch {
  height: 100%;
}

.product:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
}

.product__block {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px;
  color: #ffffff;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  transition: .2s;
  position: relative;
}

.product__block_glow {
  position: relative;
}

.product__block_glow::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 444px;
  background: linear-gradient(180deg, rgba(0, 204, 204, 0.15) 0%, rgba(0, 204, 204, 0.0487797) 80%, rgba(0, 204, 204, 0) 100%);
}

.product__block_glow-white {
  position: relative;
}

.product__block_glow-white::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 456px;
  background: linear-gradient(180deg, rgba(0, 204, 204, 0.125) 0%, rgba(0, 204, 204, 0) 74.01%);
}

.product__block-new:after {
  content: url(/local/templates/hisense/dist/bx-styles/../img/svg/new.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
}

.product__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

.product__title-left {
  font-size: 24px;
}

.product__title-left-color .color {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  top: 2px;
  border: 1px solid #EEEEEE;
}

.product__title-right {
  width: 259px;
  text-align: right;
  font-size: 24px;
}

.product__title .change {
  display: flex;
  align-items: center;
}

.product__title .change__item {
  padding: 0 10px;
  position: relative;
}

.product__title .change__item:after {
  content: '';
  width: 1px;
  height: 50%;
  background: #7b7b7b;
  position: absolute;
  right: 0;
  top: 25%;
}

.product__title .change__item:last-child:after {
  display: none;
}

.product__title .change__item:hover,
.product__title .change__item.active {
  color: #0cc;
}

.product__img {
  margin: 35px 0px;
  height: 330px;
  text-align: center;
}

.product__img_online:before {
  content: "";
  background-image: url(/local/templates/hisense/dist/bx-styles/../img/svg/online.png);
  position: absolute;
  top: 0;
  left: 5px;
  width: 70px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}

.product__img_new {
  position: relative;
}

.product__img_new:after {
  content: url(/local/templates/hisense/dist/bx-styles/../img/svg/new.svg);
  position: absolute;
  top: 0;
  right: -4px;
  width: 35px;
  height: 35px;
}

.product__img img {
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  transform-origin: center;
  transition: 0.6s ease;
  max-height: 100%;
}

.product__label {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}

.product__model {
  font-family: "Avalon", sans-serif;
  font-size: 35px;
  margin-bottom: 15px;
  transition: .2s;
}

.product__model a {
  color: #fff;
}

.product__desc {
  font-family: "Futura", sans-serif;
  font-size: 21px;
  transition: .2s;
  margin: 0 0 10px;
  padding: 0 20px 0 20px;
  font-weight: 100;
  line-height: 1.1em;
}

.product__desc li {
  margin-bottom: 10px;
}

.product__desc a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration-line: underline;
  text-decoration-thickness: .8px;
  text-underline-offset: 5px;
}

.product__desc a svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  flex-shrink: 0;
}

.product__link {
  transition: .2s;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 25px;
  border-bottom: 2px solid  #0cc;
  display: inline-block;
  padding-bottom: 4px;
  width: fit-content;
}

.product__link a {
  color: #fff;
}

.product__block:hover .product__img img {
  transform: scale(1.07);
}

.product__block:hover .product__icons {
  opacity: 1;
}

.product__icons {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 60px;
  transition: .2s;
  opacity: 0;
}

.product__icons-icon {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.product__all {
  margin: 20px 0 20px 20px;
  border-bottom: 3px solid white;
  position: relative;
}

.product__diagonal-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 53px;
  margin-bottom: 10px;
  transition: .2s;
}

.product__diagonal-list_row {
  align-items: center;
  flex-wrap: wrap;
}

.product__diagonal-list-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  color: #202020;
}

.product__diagonal-item-text {
  margin-left: 10px;
  font-family: "Avalon", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  color: #202020;
}

.product__diagonal-item-text.active {
  color: #00CCCC;
}

.product__diagonal-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 16px 9px 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 150px;
  opacity: 0.5;
}

.product__diagonal-item svg {
  margin-right: 10px;
}

.product__diagonal-item.active {
  opacity: 1;
}

.product__color-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product__color-item {
  flex-shrink: 0;
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 22px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #838383;
}

.product__color-item::before {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.product__color-item.active::before {
  border-color: #0cc;
}

.product__top-content-item,
.product__bottom-content-item {
  display: none;
}

.product__top-content-item.active,
.product__bottom-content-item.active {
  display: block;
}

.product__desc-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.product__qr-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min-content;
  background-color: #3B3B3B;
  border-radius: 6px;
}

.product__qr-text {
  padding: 6px 13px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.product__qr-img {
  max-width: 109px;
  min-width: 70px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: -3px;
}

.product_white .product__model a {
  color: #202020;
}

.product_white .product__desc {
  color: #202020;
}

.product_white .product__link a {
  color: #202020;
}

.product_white .product__diagonal-item {
  color: #202020;
  border: 1px solid #202020;
}

.product_white .product__diagonal-item svg {
  margin-right: 10px;
}

.product_white .product__diagonal-item.active {
  opacity: 1;
}

.series-title {
  color: #fff;
  font-size: 32px;
  display: block;
  height: 100%;
  padding: 24px 58px;
}

.updateFilter {
  display: none;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}

.smartfilter {
  position: relative;
}

@media (max-width: 1580px) {
  .product__qr-text {
    display: none;
  }

  .products__filter {
    flex-wrap: wrap;
  }

  .products__main-title {
    font-size: 57px;
  }

  .products__breadcrumbs {
    padding: 35px 40px;
  }

  .product__block {
    padding: 30px;
  }

  .product__title-left {
    font-size: 18px;
  }

  .product__title-left-color .color {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .product__title-right {
    width: 180px;
    text-align: right;
    font-size: 18px;
  }

  .product__desc {
    font-size: 18px;
  }
}

@media (max-width: 1320px) {
  .products__main-title {
    font-size: 39px;
  }

  .products__main-info {
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .product {
    flex: 0 0 33.33333%;
  }

  .products__filter_count-8 .products__filter-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .products__filter_count-7 .products__filter-col {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .products__filter_count-7 .products__filter-col_btns {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1139px) {
  .products__arrow {
    top: 10px !important;
  }

  .js-active .products__arrow {
    top: 0 !important;
  }

  .product__title-left {
    font-size: 22px;
  }

  .product__img {
    height: 260px;
    line-height: 220px;
  }

  .product__icons {
    width: 30px;
  }

  .product__icons-icon {
    height: 20px;
  }

  .product__model {
    font-size: 18px;
  }

  .product__block {
    padding: 20px;
  }

  .product__breadcrumbs {
    padding: 20px;
  }

  .products__main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .products__main-col_left {
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  .product__qr-block {
    display: none;
  }
}

@media (max-width: 989px) {
  .product {
    flex: 0 0 50%;
  }

  .products__filter_count-8 .products__filter-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .products__filter_count-7 .products__filter-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .products__filter_count-7 .products__filter-col_btns {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .products__filter_count-6 .products__filter-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .products__filter_count-5 .products__filter-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 768px) {
  .product__block_glow::before {
    height: 279px;
    background: linear-gradient(180deg, rgba(0, 204, 204, 0.125) 0%, rgba(0, 204, 204, 0) 74.01%);
  }

  .product__block_glow-white::before {
    height: 279px;
    background: linear-gradient(180deg, rgba(0, 204, 204, 0.125) 0%, rgba(0, 204, 204, 0) 74.01%);
  }

  .product__img {
    margin-top: 10px;
  }

  .product__img_glow-mob {
    position: relative;
  }

  .product__img_glow-mob::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    width: 341px;
    height: 190px;
    background-image: url("/local/templates/hisense/dist/bx-styles/../img/content/green-glow-sm.png");
    background-size: 341px 190px;
    transform: translate(-50%, -50%);
  }

  .product__label {
    padding: 5px 0;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .products__main-col-relinks {
    position: relative;
    padding-right: 0;
  }

  .products__main-title {
    padding: 0 15px;
  }

  .products__main-button {
    margin-top: 40px;
  }

  .product__diagonal-list {
    margin-bottom: 27px;
  }

  .product__diagonal-item {
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 7px 12px 7px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .series-title {
    font-size: 25px;
    padding: 0 24px 8px 24px;
  }

  .product {
    flex: 0 0 100%;
  }

  .product__block:hover .product__img img {
    transform: scale(1);
  }

  .product__block:hover .product__model,
  .product__block:hover .product__desc {
    transform: translateY(0px);
  }

  .product__block:hover .product__icons {
    opacity: 0;
  }

  .product__block:hover .product__link {
    transform: translateY(0px);
  }

  .product__block:hover .product__diagonal-list {
    transform: translateY(0px);
  }

  .product__img {
    height: 220px;
  }

  .product__img img {
    max-height: 100%;
  }

  .product__breadcrumbs {
    display: none;
  }

  .products__main-title {
    text-align: center;
  }

  .products__main-desc {
    padding: 0 15px;
    text-align: center;
  }

  .products__main-row {
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
  }

  .products__main-col {
    flex: 0 0 100%;
  }

  .products__main-col_left {
    padding: 0;
  }

  .products__main-col_right {
    text-align: center;
  }

  .products__main-col_right img {
    max-height: 250px;
  }

  .products__filter {
    display: none;
  }

  .products__filter-bottom {
    display: block;
  }

  .products__filter-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
}

@media (max-width: 320px) {
  .series-title {
    font-size: 15px;
    padding: 0 24px 8px 24px;
  }
}
/* End */


/* Start:/local/templates/hisense/components/bitrix/catalog/catalog/style.css?17425660021378*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.product__all{
	margin: 20px 0 20px 20px;
	border-bottom: 3px solid white;
	position: relative;
}
.js-active .jq-selectbox__trigger-arrow_white{
	transform: rotate(180deg);
	top: 15px;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/hisense/dist/bx-styles/product.css?174256630820861*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.products__main_white .productpage__main-col_right,
.products__main_white .productpage__main-col_text {
  color: #202020;
}

.products__main_white .productpage__main-col_right .sku,
.products__main_white .productpage__main-col_text .sku {
  color: #202020;
}

.productpage {
  position: relative;
}

.productpage__breadcrumbs {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
}

.productpage__breadcrumbs .breadcrumbs__item {
  color: rgba(255, 255, 255, 0.5);
}

.productpage__breadcrumbs .breadcrumbs__item:after {
  color: rgba(255, 255, 255, 0.5);
}

.productpage__breadcrumbs .breadcrumbs__item:hover {
  color: white;
}

.productpage__breadcrumbs .breadcrumbs span.breadcrumbs__item {
  color: rgba(255, 255, 255, 0.5);
}

.productpage__breadcrumbs .breadcrumbs span.breadcrumbs__item:hover {
  color: rgba(255, 255, 255, 0.5);
}

.productpage__breadcrumbs .breadcrumbs_white .breadcrumbs__item {
  color: #202020;
}

.productpage__breadcrumbs .breadcrumbs_white .breadcrumbs__item:after {
  color: #202020;
}

.productpage__breadcrumbs .breadcrumbs_white span.breadcrumbs__item {
  color: #202020;
}

.productpage__breadcrumbs .breadcrumbs_white span.breadcrumbs__item:hover {
  color: #000000;
}

.productpage__img-block {
  width: 46%;
  padding-top: 60px;
}

.productpage__img-block .productpage__img-link {
  display: block;
  width: 100%;
  height: 484px;
}

.productpage__img-block .productpage__img-link img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  max-height: none !important;
}

.productpage__thumbnail-wrap {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.productpage__thumbnail-wrap .owl-nav {
  top: 50%;
  left: auto !important;
  bottom: auto !important;
  max-width: none !important;
  transform: translateY(calc(-50% - 5px)) !important;
  pointer-events: none;
}

.productpage__thumbnail-wrap .owl-nav button {
  pointer-events: all;
}

.productpage__thumbnail-item {
  line-height: 0;
  padding-left: 11px;
  padding-right: 11px;
}

.productpage__thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productpage__main {
  background-color: #101010;
  color: #ffffff;
  position: relative;
}

.productpage__main_white {
  background: #ffffff;
  color: #202020;
}

.productpage__main_white .productpage__main-fuatures .sku {
  padding: 0 10px;
}

.productpage__main-row {
  min-height: 750px;
  display: flex;
  align-items: center;
  padding: 140px 0px 70px;
}

.productpage__main-row_indent {
  padding-left: 140px;
  padding-right: 140px;
}

.productpage__main-col {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 40px;
}

.productpage__main-col_left {
  text-align: center;
}

.productpage__main-col_right {
  flex: 0 0 55%;
  padding-right: 20px;
  color: #ffffff;
}

.productpage__main-col_text {
  max-width: none;
  flex: 0 0 55%;
  padding-right: 20px;
  padding-left: 100px;
  color: #ffffff;
}

.productpage__main-title {
  font-family: "Avalon", sans-serif;
  font-weight: bold;
  font-size: 50px;
  margin: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.productpage__main-subtitle {
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0;
}

.productpage__main-subtitle_big {
  font-size: 24px;
  font-weight: 450;
  line-height: 31px;
}

.productpage__main-fuatures {
  margin: 25px 0;
}

.productpage__main-fuatures img {
  max-width: 36px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.productpage__main-fuatures .sku {
  font-family: "Avalon", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
}

.productpage__main-fuatures .sku_light {
  color: #000;
}

.productpage__main-fuatures .sku.active {
  color: #0cc;
}

.productpage__main-fuatures_tv {
  margin-top: 15px;
  margin-bottom: 11px;
}

.productpage__main-button {
  display: inline-block;
  vertical-align: top;
  padding: 16px 28px;
  margin-right: 8px;
  margin-bottom: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  background: #1c1c1c;
  text-transform: uppercase;
}

.productpage__main-button:hover {
  background: #0cc;
}

.productpage__main-slider {
  position: relative;
  width: 100%;
}

.productpage__main-slider .owl-dots {
  margin-top: 20px;
}

.productpage__main-slider .owl-dot {
  outline: none;
  height: 15px;
}

.productpage__main-slider .owl-dot span {
  width: 5px;
  height: 5px;
  display: block;
  background: #444;
  margin: 0 25px;
  transition: .2s;
}

.productpage__main-slider .owl-dot:hover span,
.productpage__main-slider .owl-dot.active span {
  background: #0cc;
}

.productpage__main-slider_tv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productpage__main-caption {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 26.92px;
  color: #000000;
}

.productpage__main__button-img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 60px;
  margin-right: 15px;
}

.productpage__main__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  background-color: #01cdce;
  font-size: 24px;
  margin-right: 30px;
  margin-bottom: 30px;
  min-width: 250px;
}

.productpage__main__button-link_iconed {
  padding-right: 30px;
}

.productpage__main__button-link span {
  text-align: center;
}

.productpage__main__button-link img {
  position: absolute;
  object-fit: contain;
}

.productpage__main-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -30px;
  margin-top: 90px;
}

.productpage__desc-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: auto;
}

.productpage__qr-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min-content;
  background-color: #3B3B3B;
  border-radius: 6px;
  margin-left: 20px;
}

.productpage__qr-text {
  padding: 6px 13px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.productpage__qr-img {
  max-width: 109px;
  min-width: 70px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: -3px;
}

.productpage__navbar {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  flex-wrap: wrap;
  position: relative;
  color: #ffffff;
  z-index: 1;
  margin-left: auto;
}

.productpage__navbar-links {
  display: flex;
  align-items: stretch;
  height: 60px;
  margin-left: auto;
}

.productpage__navbar-title {
  padding-left: 40px;
  text-transform: uppercase;
}

.productpage__navbar-selected {
  display: flex;
}

.productpage__navbar-selected-item {
  padding-left: 25px;
}

.productpage__navbar-selected .jq-selectbox__select {
  color: white;
  height: 60px;
  border-color: transparent;
  background: transparent;
}

.productpage__navbar-selected .jq-selectbox__select-text {
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  line-height: 58px;
  font-size: 15px;
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-family: Futura,sans-serif;
}

.productpage__navbar-selected .jq-selectbox__select-text:after {
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 15px;
  background: #0cc;
  position: absolute;
  transition: width .2s ease;
}

.productpage__navbar-selected .jq-selectbox__select:hover {
  background: transparent;
}

.productpage__navbar-selected .jq-selectbox__select:hover .jq-selectbox__select-text:after {
  width: 100%;
}

.productpage__navbar-selected .jq-selectbox__dropdown {
  margin-top: 0;
  border-radius: 0;
  font-family: Futura,sans-serif;
  font-size: 15px;
  border: 1px solid #c8c8c8;
  width: auto;
  min-width: 100%;
  border: none;
}

.productpage__navbar-selected .jq-selectbox__dropdown li {
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
}

.productpage__navbar-selected .jq-selectbox__dropdown li.selected,
.productpage__navbar-selected .jq-selectbox__dropdown li:hover {
  background-color: #0cc;
  color: #202020;
}

.productpage__navbar-selected .jq-selectbox.focused .jq-selectbox__select {
  border-color: transparent;
}

.productpage__navbar-selected .jq-selectbox__trigger-arrow {
  top: 25px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/style/select_arr_blue.svg") no-repeat;
}

.productpage__navbar-link {
  padding: 22px 40px;
  display: inline-block;
}

.productpage__navbar-link span {
  display: inline-block;
  padding-bottom: 8px;
  text-transform: uppercase;
  position: relative;
}

.productpage__navbar-link span:before {
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #0cc;
  position: absolute;
  transition: width 0.2s ease;
}

.productpage__navbar-link.active span:before,
.productpage__navbar-link:hover span:before {
  width: 100%;
}

.productpage__navbar-link_bg {
  background: #0cc;
  color: #202020;
  transition: .2s;
}

.productpage__navbar-link_bg:hover {
  color: #ffffff;
}

.productpage__body {
  background-color: #ffffff;
}

.productpage__body img {
  display: block;
}

.productpage .owl-carousel .owl-item img {
  width: auto;
  display: inline;
}

.productpage__advantages-list {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 25px;
  list-style: disc;
}

.productpage__advantages-list li {
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.productpage__advantages-list li:last-child {
  margin-bottom: 0;
}

.productpage__advantages-list a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration-line: underline;
  text-decoration-thickness: .8px;
  text-underline-offset: 5px;
}

.productpage__advantages-list a svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  flex-shrink: 0;
}

.productpage__btn-block {
  display: flex;
}

.productpage__btn-block .productpage__main__button-link {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 13px 30px 14px 34px;
}

.productpage__tab-content {
  display: none;
}

.productpage__tab-content.active {
  display: block;
}

.productpage__tab-list {
  width: 100%;
}

.productpage__3d-wrap {
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.productpage__pic {
  width: 100%;
  height: auto;
}

.productpage__pic img {
  width: 100%;
  height: auto;
}

.productpage__video-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.productpage__video-wrap iframe {
  width: 100%;
  height: 56vh;
}

.productpage__img-link {
  cursor: pointer;
}

.productpage__img-link img {
  transition: 0.35s all;
}

.productpage__content {
  background-color: #000;
}

.productpage__characteristic-list {
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 100px;
}

.productpage__characteristic-item {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
}

.productpage__characteristic-item:first-child {
  padding-top: 20px;
}

.productpage__characteristic-item:not(:last-child) {
  border-bottom: 1px solid #6C6C6C;
}

.productpage__caption {
  flex-shrink: 0;
  width: 100%;
  max-width: 415px;
  padding-right: 40px;
  font-family: "Avalon", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #ffffff;
  text-transform: uppercase;
}

.productpage__info-block-list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.productpage__info-block-item {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.productpage__info-type {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #0cc;
}

.productpage__info-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}

.productpage .owl-nav {
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 0;
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  width: 100%;
  transform: translateX(-50%);
}

.productpage .owl-nav button span {
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
}

.productpage .owl-pagination {
  position: relative;
  max-width: 230px;
  margin: 0 auto;
  overflow: hidden;
  height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.productpage .owl-dots {
  margin-top: 0;
  display: flex;
  align-items: center;
  transform: translateX(88px);
  transition: all .3s linear;
}

.productpage .owl-dots .owl-dot span {
  transform: scale(0.5);
}

.productpage .owl-dots .owl-dot.lateral span {
  transform: scale(1.2);
}

.productpage .owl-dots .owl-dot.active span {
  transform: scale(1.8);
}

.productpage .owl-nav button.disabled span {
  opacity: 0.3;
  cursor: auto;
}

.productpage .owl-nav button span {
  color: #000;
}

.products__main.products__main_dark .owl-nav button span {
  color: #fff;
}

.wrap_sku {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.wrap_sku-active {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.wrap_sku-gradient .color_sku {
  border-radius: 50%;
}

.wrap_sku-gradient .color_sku.active {
  position: relative;
}

.wrap_sku-gradient .color_sku.active::before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #00CCCC;
}

.color_sku {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: solid 1px #838383;
}

.color_sku_name {
  margin-left: 10px;
}

.breadcrumbs.products__breadcrumbs {
  position: static;
}

.products__main_white .breadcrumbs__item,
.products__main_white .breadcrumbs span.breadcrumbs__item,
.products__main_white .breadcrumbs__item:after,
.products__main_white .breadcrumbs span.breadcrumbs__item:hover,
.products__main_white .breadcrumbs__item:hover {
  color: #202020;
}

@media (max-width: 1850px) {
  .productpage__main-row_indent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .productpage__main-col_text {
    padding-left: 30px;
  }
}

@media (max-width: 1800px) {
  .productpage__characteristic-list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .productpage__caption {
    max-width: 360px;
    padding-right: 20px;
  }
}

@media (max-width: 1580px) {
  .productpage__qr-text {
    display: none;
  }
}

@media (max-width: 1500px) {
  .productpage__main-col_right {
    max-width: 55%;
  }

  .productpage__main-col_text {
    max-width: 55%;
  }

  .productpage__info-block-item {
    width: 33.3333333333%;
  }
}

@media (max-width: 1400px) {
  .productpage__img-block {
    padding-top: 30px;
  }

  .productpage__img-block .productpage__img-link {
    height: 400px;
  }
}

@media (max-width: 1340px) {
  .productpage__navbar-selected-item {
    padding-left: 0;
    max-width: 235px;
  }
}

@media (max-width: 1250px) {
  .productpage__btn-block {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .productpage__img-block .productpage__img-link {
    height: 350px;
  }

  .productpage__characteristic-item {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .productpage__caption {
    max-width: 320px;
    font-size: 26px;
    line-height: 33px;
  }

  .productpage__main-title {
    font-size: 40px;
  }

  .productpage__navbar {
    font-size: 15px;
  }

  .productpage__navbar-link {
    padding: 22px 30px;
  }

  .productpage__navbar-selected {
    display: none;
  }
}

@media (max-width: 1024px) {
  .productpage__qr-block {
    display: none;
  }

  .productpage__btn-block .productpage__main__button-link {
    margin-right: 0;
  }

  .productpage__characteristic-item {
    flex-direction: column;
    padding-bottom: 0;
  }

  .productpage__caption {
    padding-right: 0;
    margin-bottom: 27px;
  }

  .productpage__info-block-list {
    width: 100%;
  }

  .productpage__info-block-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .productpage__3d-wrap {
    height: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 989px) {
  .productpage__img-block {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .productpage__main-col_text {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
  }

  .productpage__main-row {
    flex-wrap: wrap;
  }

  .productpage__main-col_left {
    padding-right: 20px;
  }

  .productpage__main-col_right {
    padding-left: 20px;
  }

  .productpage__main-title {
    font-size: 30px;
  }

  .productpage__main-fuatures {
    margin: 20px 0;
  }

  .productpage__navbar {
    font-size: 15px;
  }

  .productpage__navbar-title {
    display: none;
  }

  .productpage__navbar-links {
    width: 100%;
    text-align: center;
  }

  .productpage__navbar-link {
    flex: 1;
    padding: 22px 15px;
  }
}

@media (max-width: 768px) {
  .productpage__img-block .productpage__img-link {
    height: 260px;
  }

  .productpage__thumbnail-wrap {
    margin-top: 10px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .productpage__thumbnail-item {
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .productpage__thumbnail-item img {
    width: 94px;
    height: 66px;
  }

  .productpage__main-row_indent {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .productpage__pic:nth-child(n+4) {
    display: none;
  }

  .productpage__characteristic-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .productpage__info-block-item {
    width: 50%;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .productpage__main-fuatures_tv {
    margin-top: 15px !important;
    margin-bottom: 11px !important;
  }

  .productpage__main__button-link {
    right: auto;
  }

  .productpage__main__button-link_iconed {
    padding-right: 15px;
    font-size: 18px;
  }

  .productpage__main-buttons {
    margin-top: 30px;
  }

  .productpage__advantages-list {
    margin-bottom: 26px;
  }

  .productpage__advantages-list li {
    font-size: 18px;
    line-height: 23px;
  }

  .productpage {
    overflow: hidden;
  }

  .productpage__main-row {
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: auto;
    padding: 110px 0 40px;
  }

  .productpage__main-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .productpage__main-col_left {
    padding: 0px 15px;
  }

  .productpage__main-col_right {
    padding: 40px 15px 0px;
  }

  .productpage__main-title {
    font-size: 30px;
  }

  .productpage__main-fuatures {
    margin: 20px 0;
  }

  .productpage__navbar-link {
    display: none;
  }

  .productpage__navbar-link_bg {
    display: block;
  }
}

@media (max-width: 600px) {
  .productpage__3d-wrap {
    height: 400px;
  }
}

@media (max-width: 512px) {
  .productpage__main__button-link {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/specifications.css?17425663065574*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.specifications {
  background: #141414;
  color: #ffffff;
  padding: 90px 0 100px;
  text-align: center;
}

.specifications__title {
  font-family: "Avalon", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 15px;
}

.specifications__title .colored {
  color: #0cc;
}

.specifications__subtitle {
  font-size: 21px;
  padding: 0 15px;
  color: #b4b4b4;
}

.specifications__items {
  margin-top: 110px;
}

.specifications__line {
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: center;
}

.specifications__line:first-child .specifications__item {
  padding-top: 0;
}

.specifications__line:last-child {
  border: none;
}

.specifications__item {
  border-right: 1px solid #222;
  padding: 50px 40px 50px;
  max-width: 430px;
  width: 100%;
}

.specifications__item-title {
  font-family: "Avalon", sans-serif;
  font-weight: bold;
  color: #0cc;
  font-size: 38px;
}

.specifications__item-desc {
  font-size: 21px;
  color: #b4b4b4;
  margin-bottom: 10px;
}

.specifications__details {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
  margin-top: 100px;
}

.specifications__details-list {
  display: none;
}

.specifications__details-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.specifications__details-title {
  font-family: "Avalon", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  flex: 0 0 100%;
}

.specifications__details-item {
  flex: 0 0 25%;
  padding-right: 40px;
  margin-bottom: 30px;
}

.specifications__details-item-name {
  font-size: 16px;
  color: #0cc;
  margin-bottom: 6px;
}

.specifications__details-item-val {
  font-size: 16px;
  color: #fff;
}

.specifications__details-bottom {
  text-align: center;
  margin-top: 40px;
}

.specifications__button {
  display: inline-block;
  position: relative;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  padding: 15px 50px 0px 30px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #7e7e7e;
  transition: .2s;
}

.specifications__button:after {
  content: '';
  width: 12px;
  height: 7px;
  background: url("/local/templates/hisense/dist/bx-styles/../img/style/ico_arrow-white.svg") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: cover;
}

.specifications__button-text:nth-child(1) {
  display: block;
}

.specifications__button-text:nth-child(2) {
  display: none;
}

.specifications__button.active .specifications__button-text:nth-child(1) {
  display: none;
}

.specifications__button.active .specifications__button-text:nth-child(2) {
  display: block;
}

.specifications__button.active:after {
  transform: rotate(180deg);
}

.specifications__button:hover {
  border-color: #0cc;
  background: #0cc;
}

.specifications .training-video__container {
  max-width: 81.25rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

.specifications .training-video .video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
}

.specifications .training-video .video__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.specifications .training-video .video:last-child {
  margin-bottom: 0;
}

@media (max-width: 989px) {
  .specifications {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .specifications__title {
    font-size: 40px;
  }

  .specifications__subtitle {
    margin-top: -20px;
  }

  .specifications__items {
    margin-top: 60px;
  }

  .specifications__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specifications__item-title {
    font-size: 32px;
  }

  .specifications__details {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .specifications__title {
    font-size: 36px;
  }

  .specifications__subtitle {
    margin-top: -10px;
  }

  .specifications__line {
    flex-wrap: wrap;
    border: none;
  }

  .specifications__line:last-child .specifications__item:last-child {
    border-bottom: none;
  }

  .specifications__items {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .specifications__item {
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #222;
    padding: 20px !important;
  }

  .specifications__details {
    margin-top: 30px;
  }

  .specifications__details-item {
    flex: 0 0 50%;
    padding-right: 20px;
  }

  .specifications__details-item-val {
    word-break: break-word;
    font-size: 15px;
  }

  .specifications__details-bottom {
    margin-top: 30px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/support-block.css?17425663073602*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.support-block {
  padding: 85px 0;
  color: #ffffff;
  text-align: center;
  background: #141414;
}

.support-block_white {
  background: #fff;
  color: #202020;
}

.support-block__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.support-block__title {
  font-family: "Avalon", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}

.support-block__subtitle {
  font-size: 15px;
}

.support-block__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.support-block__row_center {
  align-items: center;
  justify-content: center;
}

.support-block__row_center .support-block__item {
  flex: 0 0 35%;
}

.support-block__row_center .support-block__item:last-child {
  margin-top: 40px;
}

.support-block__item {
  padding: 0 25px;
  flex: 1;
}

.support-block__item-ico {
  margin-bottom: 12px;
}

.support-block__item-ico svg {
  width: 100%;
  max-height: 40px;
  fill: #0cc;
}

.support-block__item-name {
  display: inline-block;
  font-family: "Avalon", sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-bottom: 8px;
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-block__item-name:before {
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #0cc;
  position: absolute;
  transition: width 0.2s ease;
}

.support-block__item-name:hover:before {
  width: 100%;
}

.support-block__item-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
}

@media (max-width: 989px) {
  .support-block {
    padding: 60px 0;
  }

  .support-block__title {
    font-size: 40px;
  }

  .support-block__subtitle {
    margin-top: -20px;
  }

  .support-block__item {
    flex: 1;
    padding: 0 10px;
  }

  .support-block__item-name {
    min-height: 44px;
    font-size: 14px;
    line-height: 18px;
  }

  .support-block__item-desc {
    font-size: 13px;
  }

  .support-block__row {
    margin-top: 50px;
  }

  .support-block__row_center .support-block__item {
    flex: 0 0 45%;
  }
}

@media (max-width: 767px) {
  .support-block {
    padding: 50px 0;
  }

  .support-block__title {
    font-size: 36px;
  }

  .support-block__subtitle {
    margin-top: -10px;
  }

  .support-block__item {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  .support-block__item:last-child {
    margin-bottom: 0;
  }

  .support-block__item-name {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .support-block__item-desc {
    font-size: 15px;
  }

  .support-block__row_center .support-block__item {
    flex: 0 0 100%;
  }

  .support-block__row_center .support-block__item:last-child {
    margin-top: 0;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/when-buy.css?17425663062081*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.when-buy {
  padding: 85px 0;
  text-align: center;
}

.when-buy__title {
  font-family: "Avalon", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}

.when-buy__subtitle {
  font-size: 15px;
}

.when-buy__list {
  display: inline-flex;
  justify-content: center;
  margin: 65px 0;
  width: 100%;
  flex-wrap: wrap;
}

.when-buy__item {
  max-width: 300px;
  margin: 15px;
}

.when-buy__button {
  display: inline-block;
  cursor: pointer;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  background: #0cc;
  color: #fff;
  text-align: center;
  padding: 25px 30px;
  text-transform: uppercase;
  transition: .2s;
  border: none;
  outline: none;
  width: 100%;
  max-width: 390px;
}

.when-buy__button:hover {
  color: #202020;
}

@media (max-width: 989px) {
  .when-buy {
    padding: 60px 0;
  }

  .when-buy__title {
    font-size: 40px;
  }

  .when-buy__subtitle {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .when-buy {
    padding: 50px 0;
  }

  .when-buy__title {
    font-size: 36px;
  }

  .when-buy__subtitle {
    margin-top: -10px;
  }

  .when-buy__list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .when-buy__item {
    margin: 0 5px 20px;
  }

  .when-buy__item:last-child {
    margin-bottom: 0;
  }

  .when-buy__button {
    padding: 20px;
    max-width: 300px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/tab.css?17425663072368*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.tab__link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.tab__link-item {
  flex-shrink: 0;
  padding: 21px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: 0.35s all;
}

.tab__link-item.active {
  border-color: #0cc;
  color: #ffffff;
}

.tab__link-item_circle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  padding: 0;
  color: #E81B23;
  background-color: rgba(232, 27, 35, 0.15);
  border: 2px solid #E81B23;
  border-radius: 50%;
}

.tab__link-item_circle.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.news-list__tab-item {
  margin-left: 65px;
  margin-right: 65px;
  padding: 22px 0;
  border-bottom: none;
  border-top: 2px solid transparent;
}

@media (max-width: 1023px) {
  .tab__link-list {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .tab__link-list::-webkit-scrollbar {
    height: 3px;
  }

  .tab__link-list::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .tab__link-list::-webkit-scrollbar-thumb {
    background-color: #4f4f4f;
  }

  .tab__link-item {
    padding: 21px 15px;
  }

  .tab__link-item_circle {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .news-list__tab-item {
    margin-left: 20px;
    margin-right: 20px;
    padding: 12px 0;
  }

  .news-list__tab-item:first-child {
    margin-left: 0;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/fancybox.css?17425663061701*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.fancybox-container .fancybox-slide--image {
  padding-bottom: 95px;
}

.fancybox-container .fancybox-thumbs__list {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

.fancybox-container .fancybox-thumbs__list a:before {
  border-color: #0cc;
  border-width: 3px;
}

.fancybox-container .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-container .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

.fancybox-container .fancybox-thumbs::-webkit-scrollbar {
  height: 7px;
}

.fancybox-container .fancybox-thumbs::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-container .fancybox-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075*/
.form-required {
  color: red;
}

.form__message {
  font-size: 15px;
  line-height: 1.615384615384615;
  margin-top: 160px;
  margin-bottom: 160px;
  text-transform: uppercase;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.form__message p {
  margin-bottom: 24px;
}

.form__row .jq-selectbox {
  z-index: 2;
}

.form__row .jq-selectbox__select {
  height: 58px;
  border-color: #cac7c775 !important;
  background: #ffffff !important;
}

.form__row .jq-selectbox__select-text {
  line-height: 56px;
}

.form__row .jq-selectbox__trigger-arrow {
  top: 25px;
}

.form__row select ~ .error {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 14px;
}

.form__message.fancybox-content {
  text-align: center;
  width: 320px;
  overflow: hidden;
}

.form__message .button {
  padding: 10px;
}

.form__element .jq-selectbox__select {
  border: none !important;
  color: #807878;
  font-size: 20px;
  padding-left: 0;
  font-family: "Futura", sans-serif;
}

.form__row label a {
  color: #0cc;
  border-bottom: 1px solid rgba(0, 204, 204, 0.5);
}

.form__row label a:hover {
  border-color: transparent;
}

.left-align {
  text-align: left;
  width: 100%;
}

.model_input {
  display: none !important;
}

.chosen-single {
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  display: block;
  min-height: 1.2em;
  outline: none;
  width: 100%;
  border-radius: 0px;
  border: none;
  background: #fff;
  transition: 0.2s;
  width: 100%;
  font-family: "Futura", sans-serif;
  color: #888;
  font-size: 20px;
}

.chosen-results li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
  font: 14px/18px Arial, sans-serif;
}

#models-select_jq-styler {
  display: none;
}

li .no-results {
  display: none !important;
}

@media (max-width: 767px) {
  .form__row .jq-selectbox__select {
    height: 40px;
  }

  .form__row .jq-selectbox__select-text {
    line-height: 40px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/faq.css?17520514964630*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

.text-middle {
  font-size: 1.28571rem;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon_adv-1 {
  width: 54px;
  height: 40px;
}

.icon_adv-2 {
  width: 50px;
  height: 50px;
}

.icon_adv-3 {
  width: 40px;
  height: 40px;
}

.icon_adv-4 {
  width: 140px;
  height: 40px;
}

.icon_adv-5 {
  width: 150px;
  height: 50px;
}

.faq {
  padding-top: 40px;
  padding-bottom: 76px;
  background-color: #101010;
}

.faq_product {
  background-color: #000000;
}

.faq_product .faq__list {
  grid-template-columns: 1fr;
  gap: 0;
}

.faq_block .faq__header {
  padding-top: 18px;
  font-size: 20px;
}

.faq_block .faq__item {
  padding-bottom: 18px;
}

.faq .breadcrumbs {
  margin-bottom: 60px;
}

.faq .breadcrumbs .breadcrumbs__item {
  color: #696969;
}

.faq .breadcrumbs .breadcrumbs__item::after {
  color: #696969;
}

.faq .breadcrumbs .breadcrumbs__item:last-child {
  color: #ffffff;
}

.faq__title {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Avalon", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
}

.faq__title_sm {
  font-size: 40px;
}

.faq__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.faq__tab-list_center {
  justify-content: center;
}

.faq__tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 5px 20px;
  font-family: "Futura", sans-serif;
  font-weight: 450;
  font-size: 22px;
  line-height: 100%;
  color: #909090;
  border: 1px solid #909090;
  border-radius: 150px;
}

.faq__tab-item_active {
  color: #ffffff;
  border-color: #01C8C8;
  background-color: #01C8C8;
}

.faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  font-family: "Futura", sans-serif;
  font-weight: 450;
  font-size: 28px;
  line-height: 100%;
  color: #ffffff;
  cursor: pointer;
}

.faq__header svg {
  flex-shrink: 0;
  margin-left: 10px;
  transition: 0.35s all;
}

.faq__item {
  padding-bottom: 26px;
  border-bottom: 1px solid #787878;
}

.faq__item_show .faq__header svg {
  transform: rotate(180deg);
}

.faq__content {
  display: none;
  padding-top: 8px;
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}

.faq__content a {
  text-decoration: underline;
  color: #ffffff;
}

.faq__content a:hover {
  text-decoration: none;
}

.faq__content p {
  margin: 0;
}

.faq__content ul {
  margin: 0;
  padding-left: 30px;
}

.faq__btn-block {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.faq__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  padding: 5px 30px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #FFFFFF;
}

@media (max-width: 1200px) {
  .faq .breadcrumbs {
    margin-bottom: 40px;
  }

  .faq__title {
    font-size: 40px;
  }

  .faq__list {
    gap: 20px;
  }

  .faq__header {
    padding-top: 20px;
    font-size: 22px;
  }

  .faq__item {
    padding-bottom: 20px;
  }

  .faq__content {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .faq__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .faq {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .faq_block .faq__header {
    padding-top: 12px;
  }

  .faq_block .faq__item {
    padding-bottom: 12px;
  }

  .faq__title {
    font-size: 30px;
  }

  .faq__tab-list_center {
    justify-content: flex-start;
  }

  .faq__tab-list {
    gap: 6px;
    margin-bottom: 18px;
  }

  .faq__tab-item {
    height: 37px;
    font-size: 16px;
  }

  .faq__header {
    padding-top: 12px;
    font-size: 20px;
  }

  .faq__item {
    padding-bottom: 12px;
  }

  .faq__btn {
    width: 100%;
  }
}
/* End */
/* /local/templates/hisense/dist/bx-styles/products.css?174256630721198 */
/* /local/templates/hisense/components/bitrix/catalog/catalog/style.css?17425660021378 */
/* /local/templates/hisense/dist/bx-styles/product.css?174256630820861 */
/* /local/templates/hisense/dist/bx-styles/specifications.css?17425663065574 */
/* /local/templates/hisense/dist/bx-styles/support-block.css?17425663073602 */
/* /local/templates/hisense/dist/bx-styles/when-buy.css?17425663062081 */
/* /local/templates/hisense/dist/bx-styles/tab.css?17425663072368 */
/* /local/templates/hisense/dist/bx-styles/fancybox.css?17425663061701 */
/* /local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075 */
/* /local/templates/hisense/dist/bx-styles/faq.css?17520514964630 */
