

/* 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/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/libs/chosen/chosen.min.css?17425663089367*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none;border-top: 1px solid #888;}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;border-bottom: 1px solid #C8C8C8;height: 60px !important;padding-top: 22px;text-align:left;width:100%;overflow:hidden;height:25px;color:#807878;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#888;height: 60px;padding-top: 22px;}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/local/templates/hisense/dist/libs/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/local/templates/hisense/dist/libs/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/local/templates/hisense/dist/libs/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;text-align:left;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#000;background-color:#f0f0f0;}.chosen-container .chosen-results li.no-results{color:#777;display:none;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/local/templates/hisense/dist/libs/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#000000;cursor:default}.chosen-container-active .chosen-single{}.chosen-container-active.chosen-with-drop .chosen-single{}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #sss7fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#777620!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/local/templates/hisense/dist/libs/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(/local/templates/hisense/dist/libs/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/* End */
/* /local/templates/hisense/dist/bx-styles/product.css?174256630820861 */
/* /local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075 */
/* /local/templates/hisense/dist/libs/chosen/chosen.min.css?17425663089367 */
