

/* Start:/local/templates/hisense/dist/bx-styles/catalog.css?177556260221329*/
.catalog {
  position: relative;
  padding-top: 32px;
  padding-bottom: 65px;
  background-color: #e5e5e5; }
  @media (max-width: 1000px) {
    .catalog {
      position: relative;
      z-index: 250; } }
  @media (max-width: 767px) {
    .catalog {
      padding-top: 10px;
      padding-bottom: 32px; } }
  @media (max-width: 1000px) {
    .catalog_filter-show {
      z-index: 510; } }
  .catalog__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 393px;
    border-radius: 0 0 32px 32px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .catalog__bg {
        height: 253px;
        border-radius: 0 0 24px 24px; } }
    .catalog__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .catalog_dark {
    background-color: #171717; }
    .catalog_dark .catalog__wrapper {
      background-color: #1f1f1f; }
    .catalog_dark .catalog-tab__item input:disabled + .catalog-tab__item-btn {
      opacity: 0.7;
      cursor: default; }
      .catalog_dark .catalog-tab__item input:disabled + .catalog-tab__item-btn:hover {
        border-color: #3e3f41 !important; }
    .catalog_dark .catalog-tab__item-btn {
      border-color: #3e3f41; }
    .catalog_dark .catalog__select {
      color: #ffffff; }
      .catalog_dark .catalog__select .jq-selectbox__select-text {
        color: #ffffff; }
      .catalog_dark .catalog__select .jq-selectbox__trigger-arrow {
        background-image: url("/local/templates/hisense/dist/bx-styles/../img/style/select_arr_white.svg"); }
      .catalog_dark .catalog__select .jq-selectbox__dropdown {
        background-color: #1f1f1f;
        box-shadow: 0px 2px 4.8px 0px #0000001f; }
        .catalog_dark .catalog__select .jq-selectbox__dropdown li {
          color: #ffffff; }
          .catalog_dark .catalog__select .jq-selectbox__dropdown li:hover {
            background: #171717; }
    .catalog_dark .catalog__header,
    .catalog_dark .catalog__desc,
    .catalog_dark .catalog__filter-btn-mob {
      color: #ffffff; }
    .catalog_dark .catalog__video {
      background-color: #1f1f1f; }
    .catalog_dark .catalog__text-block {
      background-color: #1f1f1f; }
    .catalog_dark .catalog__slider .owl-dot {
      background-color: #3e3f41 !important; }
      .catalog_dark .catalog__slider .owl-dot.active {
        background-color: #ffffff !important; }
    .catalog_dark .catalog__filter {
      background-color: #1f1f1f; }
  .catalog__container {
    position: relative;
    z-index: 2; }
  @media (max-width: 1200px) {
    .catalog .container_md {
      padding-left: 20px;
      padding-right: 20px; } }
  .catalog .breadcrumbs {
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      .catalog .breadcrumbs {
        display: flex;
        margin-bottom: 21px; } }
  .catalog__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    color: #ffffff; }
    @media (max-width: 767px) {
      .catalog__title {
        font-size: 28px; } }
  .catalog__text {
    max-width: 620px;
    margin-bottom: 82px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.7px;
    color: #ffffff; }
    @media (max-width: 767px) {
      .catalog__text {
        margin-bottom: 32px;
        font-size: 16px; } }
  .catalog__wrapper {
    margin-bottom: 20px;
    padding: 40px;
    border-radius: 32px;
    background-color: #f8f8f8; }
    @media (max-width: 1400px) {
      .catalog__wrapper {
        padding: 25px;
        border-radius: 20px; } }
    @media (max-width: 767px) {
      .catalog__wrapper {
        margin-bottom: 16px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 16px 15px 47px;
        border-radius: 12px; } }
  .catalog-tab {
    margin-bottom: 32px; }
    .catalog-tab__wrap {
      display: flex;
      gap: 4px;
      overflow: auto;
      margin-right: -25px; }
    .catalog-tab__item {
      flex-shrink: 0; }
      .catalog-tab__item input {
        display: none; }
        .catalog-tab__item input:checked + .catalog-tab__item-btn {
          border-color: #00aaa7;
          background-color: #00aaa7; }
        .catalog-tab__item input:disabled + .catalog-tab__item-btn {
          opacity: 0.7;
          cursor: default; }
          .catalog-tab__item input:disabled + .catalog-tab__item-btn:hover {
            border-color: #1f1f1f; }
    .catalog-tab__item-btn {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 4px 20px;
      font-weight: 400;
      font-size: 18px;
      line-height: 130%;
      color: #ffffff;
      background-color: #1f1f1f;
      border: 1px solid #1f1f1f;
      border-radius: 1000px;
      cursor: pointer;
      transition: 0.35s all; }
      @media (max-width: 767px) {
        .catalog-tab__item-btn {
          min-height: 36px;
          padding: 0 16px;
          font-size: 16px; } }
      .catalog-tab__item-btn_active {
        border-color: #00aaa7;
        background-color: #00aaa7; }
      .catalog-tab__item-btn:hover {
        border-color: #00aaa7; }
  .catalog__wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px; }
    @media (max-width: 1000px) {
      .catalog__wrap {
        flex-direction: column; } }
  .catalog__filter {
    flex-shrink: 0;
    width: 365px; }
    @media (max-width: 1450px) {
      .catalog__filter {
        width: 300px; } }
    @media (max-width: 1000px) {
      .catalog__filter {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 510;
        overflow: auto; } }
    @media (max-width: 1000px) {
      .catalog__filter_show {
        display: block; } }
  .catalog__content {
    width: calc(100% - 385px); }
    @media (max-width: 1450px) {
      .catalog__content {
        width: calc(100% - 320px); } }
    @media (max-width: 1000px) {
      .catalog__content {
        width: 100%; } }
  .catalog__img-block {
    position: relative;
    height: 214px;
    display: flex;
    margin-bottom: 32px;
    line-height: 0;
    border-radius: 16px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .catalog__img-block {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 24px;
        padding: 4px;
        border: 1px solid #e1e1e1; } }
    .catalog__img-block picture,
    .catalog__img-block img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 767px) {
        .catalog__img-block picture,
        .catalog__img-block img {
          height: auto;
          border-radius: 12px; } }
  .catalog__img-text-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 10px 34px; }
    @media (max-width: 767px) {
      .catalog__img-text-block {
        position: static;
        padding: 8px 12px 12px; } }
  .catalog__img-title {
    max-width: 286px;
    margin-bottom: 30px;
    font-weight: 450;
    font-size: 32px;
    line-height: 110%;
    color: #ffffff; }
    @media (max-width: 767px) {
      .catalog__img-title {
        margin-bottom: 12px;
        font-size: 20px;
        color: #000000; } }
  .catalog__img-caption {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff; }
    @media (max-width: 767px) {
      .catalog__img-caption {
        font-size: 15px;
        color: #000000; } }
  .catalog__img-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff; }
    @media (max-width: 767px) {
      .catalog__img-text {
        font-size: 15px;
        color: #000000; } }
  .catalog__sort-block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .catalog__sort-block {
        margin-bottom: 16px; } }
  .catalog__filter-btn-mob {
    display: none; }
    @media (max-width: 1000px) {
      .catalog__filter-btn-mob {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-right: auto;
        font-family: "Futura", sans-serif;
        font-weight: 450;
        font-size: 18px;
        line-height: 130%;
        color: #000000; } }
    @media (max-width: 767px) {
      .catalog__filter-btn-mob {
        font-size: 15px; } }
  .catalog__sort-text {
    font-weight: 450;
    font-size: 18px;
    line-height: 130%;
    color: #acadaf; }
    @media (max-width: 1000px) {
      .catalog__sort-text {
        display: none; } }
  .catalog__sort {
    margin-right: auto; }
    @media (max-width: 1000px) {
      .catalog__sort {
        margin-right: 0; } }
  .catalog__pagination {
    margin-bottom: 48px; }
    @media (max-width: 1000px) {
      .catalog__pagination {
        margin-bottom: 16px; } }
  .catalog__header {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #000000; }
    @media (max-width: 767px) {
      .catalog__header {
        font-size: 20px; } }
  .catalog__slider-wrap {
    margin-top: 48px; }
    @media (max-width: 767px) {
      .catalog__slider-wrap {
        margin-top: 36px; } }
  .catalog__slider {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 767px) {
      .catalog__slider {
        width: calc(100% + 8px);
        margin-left: -4px;
        margin-right: -4px; } }
    .catalog__slider.owl-loaded .catalog__slider-item {
      width: 100% !important; }
      @media (max-width: 650px) {
        .catalog__slider.owl-loaded .catalog__slider-item {
          width: 289px !important; } }
    .catalog__slider.owl-carousel {
      display: flex; }
    .catalog__slider .owl-dots {
      position: absolute;
      top: calc(100% + 16px);
      display: flex;
      justify-content: center;
      gap: 4px;
      width: 100%; }
    .catalog__slider .owl-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #d9d9d9 !important; }
      .catalog__slider .owl-dot.active {
        background-color: #000000 !important; }
    .catalog__slider .owl-prev {
      position: absolute;
      top: 50%;
      left: -14px;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #f2f2f2 !important;
      background-image: url("/local/templates/hisense/dist/bx-styles/../img/catalog/arrow-left.png") !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      transform: translateY(-50%); }
      .catalog__slider .owl-prev.disabled {
        opacity: 0.5;
        pointer-events: none; }
      .catalog__slider .owl-prev span {
        display: none; }
    .catalog__slider .owl-next {
      position: absolute;
      top: 50%;
      right: -14px;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #f2f2f2 !important;
      background-image: url("/local/templates/hisense/dist/bx-styles/../img/catalog/arrow-right.png") !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      transform: translateY(-50%); }
      .catalog__slider .owl-next.disabled {
        opacity: 0.5;
        pointer-events: none; }
      .catalog__slider .owl-next span {
        display: none; }
    .catalog__slider .owl-stage {
      display: flex; }
    .catalog__slider .owl-item {
      display: flex; }
  .catalog__slider-item {
    display: flex;
    flex-shrink: 0;
    width: calc(100% / 4);
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 1650px) {
      .catalog__slider-item {
        width: calc(100% / 3); } }
    @media (max-width: 1300px) {
      .catalog__slider-item {
        width: calc(100% / 2); } }
    @media (max-width: 767px) {
      .catalog__slider-item {
        width: 289px;
        padding-left: 4px;
        padding-right: 4px; } }
  .catalog__video {
    margin-bottom: 20px;
    padding: 40px;
    line-height: 0;
    background-color: #f8f8f8;
    border-radius: 32px; }
    @media (max-width: 1400px) {
      .catalog__video {
        padding: 25px;
        border-radius: 20px; } }
    @media (max-width: 767px) {
      .catalog__video {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 16px;
        padding: 14px 15px;
        border-radius: 12px; } }
    .catalog__video video {
      width: 100%;
      height: auto;
      border-radius: 12px; }
      .catalog__video video:focus {
        outline: none; }
  .catalog__text-block {
    padding: 40px 40px 50px 40px;
    background-color: #f8f8f8;
    border-radius: 32px; }
    @media (max-width: 1400px) {
      .catalog__text-block {
        padding: 25px;
        border-radius: 20px; } }
    @media (max-width: 767px) {
      .catalog__text-block {
        padding: 24px 15px;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 12px; } }
    @media (max-width: 767px) {
      .catalog__text-block .catalog__header {
        margin-bottom: 32px;
        font-size: 24px; } }
  .catalog__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000000; }
    @media (max-width: 767px) {
      .catalog__desc {
        font-size: 15px; } }
  .catalog__sort {
    margin-left: 12px; }
  .catalog__select {
    font-family: "Futura", sans-serif;
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    background-color: transparent;
    border: none; }
    @media (max-width: 767px) {
      .catalog__select {
        font-size: 15px;
        line-height: 15px;
        text-align: right; } }
    .catalog__select.focused .jq-selectbox__select {
      border: none; }
    .catalog__select .jq-selectbox__select {
      width: 193px;
      height: 24px;
      padding-left: 0;
      padding-right: 24px;
      background-color: transparent;
      border: none; }
      @media (max-width: 767px) {
        .catalog__select .jq-selectbox__select {
          height: 15px; } }
      .catalog__select .jq-selectbox__select:hover {
        background: none; }
    .catalog__select .jq-selectbox__select-text {
      width: 100% !important; }
    .catalog__select .jq-selectbox__trigger {
      width: 28px;
      background-color: transparent; }
    .catalog__select .jq-selectbox__trigger-arrow {
      top: 9px;
      right: 6px; }
      @media (max-width: 767px) {
        .catalog__select .jq-selectbox__trigger-arrow {
          width: 10px;
          height: 6px;
          background-size: 10px 6px;
          top: 5px; } }
    .catalog__select .jq-selectbox__select-text {
      font-family: "Futura", sans-serif;
      font-weight: 450;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
      @media (max-width: 767px) {
        .catalog__select .jq-selectbox__select-text {
          font-size: 15px;
          line-height: 15px;
          text-align: right; } }
    .catalog__select .jq-selectbox__dropdown {
      top: 30px !important;
      padding: 6px 0;
      border: none;
      box-shadow: 0px 2px 4.8px 0px #0000001f;
      background-color: #ffffff;
      border-radius: 12px;
      z-index: 11; }
      @media (max-width: 767px) {
        .catalog__select .jq-selectbox__dropdown {
          top: 20px !important; } }
      .catalog__select .jq-selectbox__dropdown li {
        font-family: "Futura", sans-serif;
        font-weight: 450;
        font-size: 16px;
        line-height: 130%;
        color: #000000; }
        .catalog__select .jq-selectbox__dropdown li:hover {
          background-color: #f4f4f4; }
        .catalog__select .jq-selectbox__dropdown li.sel {
          background-color: transparent;
          color: #00aaa7; }
  .catalog__caption {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    color: #000000; }
    @media (max-width: 767px) {
      .catalog__caption {
        margin-bottom: 24px;
        font-size: 24px; } }
  .catalog__desc {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000000; }
    @media (max-width: 767px) {
      .catalog__desc {
        margin-bottom: 24px;
        font-size: 15px; } }
  .catalog__banner {
    position: relative;
    height: 380px;
    margin-bottom: 48px;
    line-height: 0;
    border-radius: 16px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .catalog__banner {
        height: 221px;
        margin-bottom: 24px;
        border-radius: 12px; } }
    .catalog__banner picture,
    .catalog__banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .catalog__timer-block {
    position: absolute;
    left: 40px;
    bottom: 40px; }
    @media (max-width: 767px) {
      .catalog__timer-block {
        left: 8px;
        bottom: 8px; } }
  .catalog__timer-text {
    margin-bottom: 12px;
    font-weight: 450;
    font-size: 20px;
    line-height: 130%;
    color: #ffffff; }
    @media (max-width: 767px) {
      .catalog__timer-text {
        font-size: 18px; } }
  .catalog-list__title {
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #000000; }
    @media (max-width: 1350px) {
      .catalog-list__title {
        margin-bottom: 24px;
        font-size: 28px; } }
    @media (max-width: 767px) {
      .catalog-list__title {
        margin-bottom: 20px;
        font-size: 24px; } }
    .catalog-list__title_sm-indent {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .catalog-list__title_sm-indent {
          margin-bottom: 20px; } }
  .catalog-list__header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000000; }
    @media (max-width: 767px) {
      .catalog-list__header {
        margin-bottom: 16px;
        font-size: 20px; } }
    .catalog-list__header::after {
      content: "";
      flex-grow: 1;
      display: block;
      height: 1px;
      margin-top: 2px;
      margin-left: 24px;
      background-color: #acadaf; }
  .catalog-list__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px; }
    @media (max-width: 1350px) {
      .catalog-list__wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .catalog-list__wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px; } }
    .catalog-list__wrap_2col {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 80px; }
      @media (max-width: 1350px) {
        .catalog-list__wrap_2col {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .catalog-list__wrap_2col {
          grid-template-columns: repeat(1, 1fr);
          gap: 10px; } }
    .catalog-list__wrap_no-indent {
      margin-bottom: 0; }
      @media (max-width: 1350px) {
        .catalog-list__wrap_no-indent {
          margin-bottom: 0; } }
  .catalog-list__link {
    line-height: 0;
    border-radius: 16px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .catalog-list__link {
        border-radius: 12px; } }
    .catalog-list__link:hover .catalog-list__link-text {
      background-color: #00aaa7; }
    .catalog-list__link picture,
    .catalog-list__link img {
      display: block;
      width: 100%;
      height: 207px;
      object-fit: cover; }
      @media (max-width: 450px) {
        .catalog-list__link picture,
        .catalog-list__link img {
          height: 180px; } }
    .catalog-list__link_big picture,
    .catalog-list__link_big img {
      height: 314px; }
      @media (max-width: 1024px) {
        .catalog-list__link_big picture,
        .catalog-list__link_big img {
          height: 207px; } }
      @media (max-width: 450px) {
        .catalog-list__link_big picture,
        .catalog-list__link_big img {
          height: 180px; } }
  .catalog-list__link-text {
    min-height: 55px;
    padding: 12px 20px;
    font-weight: 450;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
    background-color: #1f1f1f;
    transition: 0.35s all; }
    @media (max-width: 767px) {
      .catalog-list__link-text {
        min-height: 45px;
        font-size: 16px; } }

@media (max-width: 650px) {
  .compare .catalog__slider
.catalog__slider-item {
    width: 143px !important; } }

/* End */
/* /local/templates/hisense/dist/bx-styles/catalog.css?177556260221329 */
