

/* 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/tv-products.css?17425663069773*/
.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;
}

.tv-products {
  padding-top: 105px;
}

.tv-products_black {
  background-color: #202020;
}

.tv-products_black .breadcrumbs__item {
  color: #767676;
}

.tv-products_black .breadcrumbs__item:last-child {
  color: #ffffff;
}

.tv-products_black .breadcrumbs__item:last-child:hover {
  color: #ffffff;
}

.tv-products_black .tv-products__caption {
  color: #ffffff;
}

.tv-products_black .tv-products__type-item {
  color: #ffffff;
  border-color: #ffffff;
}

.tv-products_black .tv-products__title {
  color: #ffffff;
}

.tv-products_black .tv-products__text {
  color: #ffffff;
}

.tv-products_black .tv-products__filter-btn {
  color: #ffffff;
}

.tv-products_black .tv-products__filter-btn svg {
  color: #ffffff;
}

.tv-products_black .tv-products__show-more-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.tv-products .breadcrumbs__item:hover {
  color: #767676;
}

.tv-products span.breadcrumbs__item {
  color: #767676;
}

.tv-products span.breadcrumbs__item:hover {
  color: #767676;
}

.tv-products__breadcrumbs {
  padding: 35px 70px;
}

.tv-products__slider-wrap {
  overflow-x: hidden;
  padding-top: 15px;
  padding-left: 100px;
  padding-right: 100px;
}

.tv-products__slider-list {
  padding-bottom: 90px;
}

.tv-products__slider-item {
  position: relative;
  display: inline-block;
}

.tv-products__slider-item:nth-child(n+2):not(.slick-slide) {
  display: none;
}

.tv-products__img-block {
  line-height: 0;
}

.tv-products__img-block img {
  width: 100%;
  height: auto;
}

.tv-products__text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tv-products__title {
  max-width: 504px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Avalon", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  color: #ffffff;
}

.tv-products__text {
  max-width: 483px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futura", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 29px;
  color: #ffffff;
}

.tv-products__button {
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
  color: #202020;
}

.tv-products__wrap {
  padding-left: 50px;
  padding-right: 50px;
}

.tv-products__caption {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: "Avalon", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  color: #202020;
  text-align: center;
}

.tv-products__type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}

.tv-products__type-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  padding: 10px 60px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
  color: #202020;
  border-radius: 104px;
  border: 1px solid #202020;
  transition: 0.35s all;
  cursor: pointer;
}

.tv-products__type-item-active {
  color: #ffffff;
  border: 1px solid #3FCCCD;
  background-color: #3FCCCD;
}

.tv-products__type-item:hover {
  color: #ffffff;
  border: 1px solid #3FCCCD;
  background-color: #3FCCCD;
}

.tv-products__input-checkbox {
  display: none;
}

.tv-products__input-checkbox:checked + span {
  color: #ffffff;
  background-color: #3FCCCD;
  border-color: #3FCCCD;
}

.tv-products__block {
  display: flex;
  align-items: flex-start;
  padding-bottom: 70px;
}

.tv-products__filter-block {
  width: 488px;
  margin-right: 40px;
}

.tv-products__right-block {
  width: calc(100% - 528px);
  margin-left: auto;
  margin-right: auto;
}

.tv-products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.tv-products__list_glow .tv-products__item {
  position: relative;
}

.tv-products__list_glow .tv-products__item:nth-child(2n+1)::before {
  position: absolute;
  top: 0;
  right: -15px;
  content: '';
  display: block;
  width: 1747px;
  height: 627px;
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/content/green-glow.png");
  background-size: 1747px 627px;
  transform: translateX(50%);
}

.tv-products__item {
  width: 49%;
  margin-bottom: 40px;
}

.tv-products__item .product__block {
  border: none;
}

.tv-products__item .product {
  border: 1px solid #C8C8C8;
}

.tv-products__show-more-btn {
  display: none;
  height: 46px;
  align-items: center;
  justify-content: center;
}

.tv-products__filter-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 51px;
  margin-bottom: 35px;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #202020;
  text-transform: uppercase;
  border: 1px solid #C8C8C8;
}

.tv-products__filter-btn svg {
  color: #202020;
  margin-right: 16px;
}

.tv-products__filter-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 29px;
  margin-left: 16px;
  color: #ffffff;
  border-radius: 50px;
  background-color: #3FCCCD;
}

.tv-products .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 75px;
}

.tv-products .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(63, 204, 205, 0.45) !important;
  transition: all .25s linear;
}

.tv-products .owl-nav button:hover {
  background-color: #3fcccd !important;
}

.tv-products .owl-nav button:focus {
  outline: 0;
}

.tv-products .owl-nav .owl-prev img {
  margin-right: 5px;
}

.tv-products .owl-nav .owl-next img {
  margin-left: 5px;
}

.tv-products .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.tv-products .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.tv-products .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #3FCCCD;
  margin: 0 5px;
  transition: all .25s linear;
}

.tv-products .owl-dots .owl-dot.active {
  background-color: #3FCCCD !important;
  transform: scale(1.5);
}

@media (max-width: 1600px) {
  .tv-products__text-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1550px) {
  .tv-products__title {
    max-width: 460px;
    font-size: 26px;
    line-height: 31px;
  }

  .tv-products__text {
    max-width: 420px;
    font-size: 20px;
    line-height: 20px;
  }

  .tv-products__filter-block {
    width: 350px;
    margin-right: 20px;
  }

  .tv-products__right-block {
    width: calc(100% - 370px);
  }
}

@media (max-width: 1400px) {
  .tv-products__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1300px) {
  .tv-products__text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .tv-products__breadcrumbs {
    display: none;
  }

  .tv-products__slider-wrap {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tv-products__slider-list {
    padding-bottom: 80px;
  }

  .tv-products__img-block {
    height: auto;
  }

  .tv-products__text-block {
    position: static;
    padding: 20px 0 0;
  }

  .tv-products__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 31px;
    color: #202020;
  }

  .tv-products__text {
    font-size: 18px;
    line-height: 18px;
    color: #202020;
  }

  .tv-products__caption {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 51px;
  }

  .tv-products__type-list {
    display: none;
  }

  .tv-products__block {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .tv-products__filter-block {
    display: none;
  }

  .tv-products__right-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tv-products__item {
    margin-bottom: 20px;
  }

  .tv-products__filter-btn {
    display: flex;
  }
}

@media (max-width: 768px) {
  .tv-products__list_glow .tv-products__item:nth-child(2n+1)::before {
    display: none;
  }

  .tv-products__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .tv-products__pagination {
    display: none;
  }

  .tv-products__show-more-btn {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #202020;
    text-transform: uppercase;
    border: 1px solid #202020;
  }
}

@media (max-width: 767px) {
  .tv-products {
    padding-top: 0;
  }
}
/* 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/filter.css?17425663066992*/
.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;
}

.filter_black .filter__list {
  border: none;
}

.filter_black .filter__item {
  margin-bottom: 20px;
  border: none;
  background-color: #282828;
}

.filter_black .filter__title {
  color: #ffffff;
}

.filter_black .filter__checked-text {
  color: #ffffff;
}

.filter_black .filter__content {
  border-color: #7B7B7B;
}

.filter_black .filter__title-block svg {
  color: #ffffff;
}

.filter_black .filter__clear-btn:hover {
  color: #ffffff;
}

.filter_black .filter__clear-btn:hover svg {
  color: #ffffff;
}

.filter__close-btn svg {
  color: #202020;
}

.filter__submit-btn.button {
  display: none;
}

.filter__top-block-row {
  display: none;
}

.filter__clear-btn-mob {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #ABABAB;
  text-transform: uppercase;
  transition: 0.35s all;
}

.filter__clear-btn-mob svg {
  margin-left: 10px;
  color: #ABABAB;
  transition: 0.35s all;
}

.filter__clear-btn-mob:hover {
  color: #202020;
}

.filter__clear-btn-mob:hover svg {
  color: #202020;
}

.filter__type-list {
  display: none;
}

.filter__list {
  border: 1px solid #C8C8C8;
}

.filter__item {
  border-bottom: 1px solid #C8C8C8;
}

.filter__item:last-child {
  border-bottom: none;
}

.filter__item.show .filter__title-block svg {
  transform: rotate(180deg);
}

.filter__title-block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 22px 20px 20px;
  cursor: pointer;
}

.filter__title-block span {
  margin-right: 20px;
  margin-left: 12px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  border-radius: 50px;
  background-color: #0cc;
}

.filter__title-block svg {
  margin-left: auto;
  color: #202020;
  transition: 0.35s all;
}

.filter__title-block::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 44px;
  display: block;
  height: 1px;
  background-color: #3FCCCD;
  opacity: 0;
  transition: 0.35s all;
}

.filter__title-block:hover::before {
  opacity: 1;
}

.filter__title {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #202020;
}

.filter__content {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #C8C8C8;
}

.filter__content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.filter__checked-label {
  cursor: pointer;
}

.filter__checked-label:not(:last-child) {
  margin-right: 25px;
}

.filter__checked-label input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1000;
}

.filter__checked-label input:checked ~ .filter__checked-text {
  opacity: 1;
}

.filter__checked-label input:checked ~ .filter__checked-text::before {
  background-color: #00CCCC;
  border-color: #00CCCC;
  background-image: url(/local/templates/hisense/dist/bx-styles/../img/svg/icon-checked.svg);
}

.filter__checked-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #202020;
  display: flex;
  align-items: flex-start;
  transition: opacity .3s linear;
}

.filter__checked-text::before {
  margin-top: 3px;
  flex-shrink: 0;
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid #6F6F6F;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .3s linear;
  margin-right: 14px;
}

.filter__input-wrap {
  width: 50%;
  margin-bottom: 10px;
}

.filter__input-wrap_disabled .filter__checked-text {
  color: #ABABAB;
}

.filter__input-wrap_disabled .filter__checked-label {
  cursor: default;
}

.filter__clear-btn {
  display: flex;
  align-items: center;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #ABABAB;
  text-transform: uppercase;
  transition: 0.35s all;
}

.filter__clear-btn_hidden {
  display: none;
}

.filter__clear-btn svg {
  margin-left: 10px;
  color: #ABABAB;
  transition: 0.35s all;
}

.filter__clear-btn:hover {
  color: #202020;
}

.filter__clear-btn:hover svg {
  color: #202020;
}

@media (max-width: 1550px) {
  .filter__input-wrap {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .filter.show {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: auto;
    margin-right: 0;
    padding: 24px 20px 20px;
    background-color: #fff;
    overflow: auto;
    z-index: 505;
  }

  .filter.show .filter__top-block-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
  }

  .filter.show .filter__type-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
  }

  .filter.show .filter__type-item {
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    display: flex;
    padding: 6px 24px 10px;
    font-size: 22px;
    font-weight: 450;
    line-height: 28px;
    color: #202020;
    border: 1px solid #202020;
    border-radius: 104px;
  }

  .filter.show .filter__type-item-active {
    color: #ffffff;
    border: 1px solid #3FCCCD;
    background-color: #3FCCCD;
  }

  .filter.show .filter__input-checkbox {
    display: none;
  }

  .filter.show .filter__input-checkbox:checked + span {
    color: #ffffff;
    background-color: #0cc;
    border-color: #0cc;
  }

  .filter.show .filter__input-wrap {
    width: 100%;
    margin-bottom: 16px;
  }

  .filter.show .filter__content {
    padding-bottom: 4px;
  }

  .filter.show .filter__submit-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .filter_black.show {
    background-color: #202020;
  }

  .filter_black.show .filter__type-item {
    color: #ffffff;
    border-color: #ffffff;
  }

  .filter_black.show .filter__close-btn svg {
    color: #ffffff;
  }

  .filter_black.show .filter__clear-btn-mob:hover {
    color: #ffffff;
  }

  .filter_black.show .filter__clear-btn-mob:hover svg {
    color: #ffffff;
  }

  .filter__clear-btn {
    display: none;
  }
}
/* End */


/* Start:/local/templates/hisense/components/bitrix/catalog.smart.filter/new-catalog/style.css?174256600159*/
*[data-filter-hidden-on="desktop"] {
    display: none;
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/video.css?1742566307936*/
.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;
}

.video {
  margin-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

.video iframe {
  width: 100%;
  height: 53vw;
}

@media (max-width: 1400px) {
  .video {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .video {
    margin-bottom: 40px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/main-video.css?17425663061165*/
.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;
}

.main-video {
  position: relative;
  width: 100%;
  line-height: 0;
  background-color: #101010;
}

.main-video_show .main-video__button {
  display: none;
}

.main-video__item {
  width: 100%;
  height: auto;
}

.main-video__item:focus {
  outline: none;
}

.main-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 767px) {
  .main-video__button svg {
    width: 60px;
    height: 60px;
  }
}
/* 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/tv-products.css?17425663069773 */
/* /local/templates/hisense/dist/bx-styles/product.css?174256630820861 */
/* /local/templates/hisense/dist/bx-styles/filter.css?17425663066992 */
/* /local/templates/hisense/components/bitrix/catalog.smart.filter/new-catalog/style.css?174256600159 */
/* /local/templates/hisense/dist/bx-styles/video.css?1742566307936 */
/* /local/templates/hisense/dist/bx-styles/main-video.css?17425663061165 */
