

/* Start:/local/templates/hisense/dist/bx-styles/news-page.css?17574135254663*/
.news__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

.news__row ~ .pagination {
  margin-top: -30px;
}

.news__item {
  display: block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
  flex: 0 0 360px;
  max-height: 430px;
}

.news__item:hover .news__img img {
  transform: scale(1.05);
}

.news__item_big {
  flex: 0 0 555px;
  align-self: stretch;
  max-height: inherit;
}

.news__item_big .news__info-category {
  font-size: 20px;
}

.news__item_big .news__info-name {
  font-size: 40px;
}

.news__item_bordered {
  border: 1px solid #FFFFFF;
  padding: 60px;
  margin-right: 0;
}

.news__item:nth-child(3n+5) {
  margin-right: 0;
}

.news__img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.news__img img {
  transform: scale(1);
  transition: .2s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .5;
  z-index: 1;
}

.news__info {
  position: absolute;
  left: 0px;
  bottom: 50px;
  color: #fff;
  z-index: 2;
  padding: 0 40px;
}

.news__info-category {
  font-size: 12px;
}

.news__info-name {
  font-size: 20px;
  font-weight: bold;
  font-family: "Avalon", sans-serif;
  margin: 10px 0 20px;
}

.news__info-date {
  font-size: 12px;
}

.news__slider {
  max-width: 412px;
}

.news__slider-item .news__slider-category {
  font-size: 20px;
}

.news__slider-img {
  display: block;
  margin-bottom: 65px;
}

.news__slider-category {
  font-size: 12px;
  color: #0cc;
}

.news__slider-name {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Avalon", sans-serif;
  margin: 20px 0 30px;
  display: inline-block;
}

.news__slider-date {
  color: #C8C8C8;
  font-size: 12px;
}

.news__slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.news__slider .owl-dot {
  outline: none;
  height: 15px;
}

.news__slider .owl-dot:first-child span {
  margin-left: 0;
}

.news__slider .owl-dot span {
  width: 5px;
  height: 5px;
  display: block;
  background: #444;
  margin: 0 10px;
  transition: .2s;
}

.news__slider .owl-dot:hover span,
.news__slider .owl-dot.active span {
  background: #0cc;
}

.news__slider .owl-prev {
  position: absolute;
  font-size: 50px !important;
  top: 28%;
  left: -30px;
  outline: none;
}

.news__slider .owl-next {
  position: absolute;
  font-size: 50px !important;
  top: 28%;
  right: -30px;
  outline: none;
}

.news-list {
  word-wrap: break-word;
}

.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486DAA;
}

.text-page.text-page__width {
  max-width: 1030px;
}

.text-page.text-page__width table tr:nth-child(even) {
  background: #ffffff;
}

@media (max-width: 1200px) {
  .news__item {
    flex: 0 0 310px;
  }

  .news__item_big {
    flex: 0 0 480px;
    max-width: 480px;
    max-height: 600px;
  }

  .news__item_big .news__info-name {
    font-size: 34px;
  }

  .news__info {
    padding: 0 30px;
    bottom: 30px;
  }

  .news__slider-img {
    margin-bottom: 40px;
  }

  .news__slider-name {
    font-size: 20px;
  }
}

@media (max-width: 989px) {
  .news__item {
    flex: 0 0 350px;
    max-width: 350px;
    margin-right: 30px;
  }

  .news__item_big {
    flex: 0 0 350px;
    max-width: 350px;
    max-height: 500px;
  }

  .news__item_big .news__info-name {
    font-size: 26px;
  }

  .news__item_bordered {
    padding: 35px;
  }

  .news__item:nth-child(3n+5) {
    margin-right: 30px;
  }

  .news__item:nth-child(2n) {
    margin-right: 0;
  }

  .news__info {
    padding: 0 30px;
    bottom: 30px;
  }

  .news__slider-name {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .news__row {
    max-width: 375px;
  }

  .news__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
    max-height: 300px;
  }

  .news__item_big {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 300px;
  }

  .news__item_big .news__info-name {
    font-size: 20px;
  }

  .news__item_bordered {
    display: none;
  }

  .news__item:nth-child(3n+5) {
    margin-right: 0px;
  }

  .news__item:nth-child(2n) {
    margin-right: 0;
  }

  .news__info {
    padding: 0 20px;
    bottom: 20px;
  }

  .news__slider-name {
    font-size: 20px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/text-page.css?17690984293016*/
.text-page {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 50px 15px; }
  .text-page_policy {
    max-width: none;
    padding: 0; }
    @media (max-width: 767px) {
      .text-page_policy {
        padding: 0 !important; } }
  .text-page p {
    font-size: 20px;
    line-height: 33px; }
  .text-page a {
    color: #0cc;
    border-bottom: 1px solid rgba(63, 204, 205, 0.3);
    word-wrap: break-word; }
    .text-page a:hover {
      border-color: transparent; }
  .text-page iframe {
    width: 100%;
    height: 500px; }
  .text-page h1,
  .text-page h3,
  .text-page h4,
  .text-page h5,
  .text-page h2 {
    font-family: "Avalon", sans-serif; }
  .text-page h1, .text-page h2 {
    font-size: 28px; }
  .text-page h3 {
    font-size: 25px; }
  .text-page blockquote {
    font-size: 16px;
    line-height: 28px;
    padding: 0 35px;
    margin: 30px 0;
    position: relative; }
    .text-page blockquote:before, .text-page blockquote:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url("/local/templates/hisense/dist/bx-styles/../img/style/ico_blockquote.svg") no-repeat;
      position: absolute; }
    .text-page blockquote:before {
      top: 0;
      left: 0; }
    .text-page blockquote:after {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }
  .text-page ul {
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    .text-page ul li {
      font-size: 20px;
      margin-bottom: 25px;
      position: relative;
      padding-left: 20px; }
      .text-page ul li:before {
        content: '';
        width: 9px;
        height: 9px;
        background: #0cc;
        position: absolute;
        top: 8px;
        left: 0; }
  .text-page ol {
    margin: 20px 20px;
    padding: 0; }
    .text-page ol li {
      font-size: 20px;
      margin-bottom: 5px;
      position: relative;
      padding-left: 20px; }
  .text-page table {
    width: 100%;
    border-spacing: inherit; }
    .text-page table tr th,
    .text-page table tr td {
      padding: 17px;
      font-size: 16px; }
    .text-page table tr th {
      border-top: 1px solid rgba(63, 204, 205, 0.2);
      border-bottom: 1px solid rgba(63, 204, 205, 0.2);
      color: #0cc;
      text-align: left; }
    .text-page table tr:nth-child(even) {
      background: #1D1D1D; }
  .text-page picture,
  .text-page img {
    width: 100%;
    height: auto; }

@media (max-width: 767px) {
  .text-page {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 15px; }
    .text-page p {
      font-size: 18px;
      line-height: 26px; }
    .text-page iframe {
      height: 300px; }
    .text-page ul li {
      margin-bottom: 10px;
      font-size: 18px; }
      .text-page ul li:before {
        top: 8px; }
    .text-page table tr th,
    .text-page table tr td {
      padding: 7px; }
    .text-page h2 {
      font-size: 22px; }
    .text-page h3 {
      font-size: 18px; } }

/* End */


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


/* Start:/local/templates/hisense/dist/bx-styles/news-list.css?17574135251070*/
.news-list {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #000000;
}

.news-list__tab-list {
  margin-bottom: 60px;
}

.news-list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}

.news-list .news-list__btn {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  color: #202020;
}

.news-list .news-list__btn svg {
  margin-left: 8px;
  transform: rotate(90deg);
}

.news-list__tab-content {
  display: none;
}

.news-list__tab-content.active {
  display: block;
}

@media (max-width: 1200px) {
  .news-list__tab-list {
    margin-bottom: 30px;
  }

  .news-list__wrap {
    column-gap: 20px;
    row-gap: 40px;
  }
}

@media (max-width: 1024px) {
  .news-list__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .news-list__wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
/* End */
/* /local/templates/hisense/dist/bx-styles/news-page.css?17574135254663 */
/* /local/templates/hisense/dist/bx-styles/text-page.css?17690984293016 */
/* /local/templates/hisense/dist/bx-styles/tab.css?17574135251749 */
/* /local/templates/hisense/dist/bx-styles/news-list.css?17574135251070 */
