

/* 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 */


/* Start:/local/templates/hisense/dist/bx-styles/news-item.css?17574135251301*/
.news-item {
  display: flex;
  flex-direction: column;
}

.news-item:hover .news-item__wrap {
  visibility: visible;
  opacity: 1;
}

.news-item__img-block {
  position: relative;
  line-height: 0;
  height: 300px;
  overflow: hidden;
}

.news-item__img-block picture,
.news-item__img-block img {
  width: 100%;
  height: auto;
}

.news-item__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: visible;
  opacity: 0;
  transition: 0.35s opacity;
}

.news-item__row {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
}

.news-item__caption {
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.news-item__date {
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  color: #ffffff;
}

.news-item__title {
  margin: 0;
  font-family: "Avalon", sans-serif;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .news-item__title {
    font-size: 16px;
    line-height: 20px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/events-block.css?17649253874817*/
.events-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.events-block_black {
  padding-bottom: 90px;
  background-color: #000000;
}

.events-block_black .events-block__caption,
.events-block_black .events-block__date,
.events-block_black .events-block__title,
.events-block_black .events-block__text {
  color: #ffffff;
}

.events-block_black .events-block__row {
  border-bottom: 1px solid #CCCCCC;
}

.events-block__row {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
}

.events-block__caption {
  font-size: 18px;
  font-weight: 300;
  line-height: 13.8px;
  color: #181A19;
  text-transform: uppercase;
}

.events-block__date {
  font-size: 18px;
  font-weight: 300;
  line-height: 13.8px;
  color: #181A19;
}

.events-block__wrap {
  position: relative;
  display: flex;
}

.events-block__wrap_sm .events-block__img-block {
  flex-shrink: 0;
  width: 55%;
  line-height: 0;
  height: 292px;
}

.events-block__wrap_sm .events-block__title {
  padding-right: 10px;
}

.events-block__wrap_sm .events-block__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.events-block__img-block {
  width: 47.5%;
  height: 349px;
}

.events-block__img-block picture,
.events-block__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-block__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 52.5%;
  padding: 21px 36px 21px 20px;
}

.events-block__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Avalon", sans-serif;
  max-width: 516px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #181A19;
}

.events-block__text {
  position: relative;
  overflow: hidden;
  max-width: 516px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Futura", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #181A19;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.events-block__text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35.99%, #000000 100%);
  z-index: 2;
}

.events-block .events-block__btn {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.51px;
  color: #202020;
}

.events-block .events-block__btn svg {
  margin-left: 8px;
}

.events-block__list .owl-nav {
  position: absolute;
  top: 40%;
  left: -43px;
  right: -43px;
  display: flex;
  justify-content: space-between;
}

.events-block__list .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 43px;
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/svg/slider-arrow-left.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.events-block__list .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 43px;
  background-image: url("/local/templates/hisense/dist/bx-styles/../img/svg/slider-arrow-left.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(180deg);
}

@media (max-width: 1300px) {
  .events-block__list {
    padding-left: 50px;
    padding-right: 50px;
  }

  .events-block__list .owl-nav {
    left: 0;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .events-block__title {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .events-block_black {
    padding-bottom: 50px;
  }

  .events-block__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-block__wrap_sm .events-block__img-block {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
  }

  .events-block__wrap_sm .events-block__title {
    margin-bottom: 20px;
  }

  .events-block__img-block {
    width: 100%;
    height: auto;
  }

  .events-block__text-block {
    width: 100%;
    padding: 17px 0 0;
  }

  .events-block__title {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .events-block__text {
    margin-bottom: 40px;
  }

  .events-block .events-block__btn {
    position: static;
  }

  .events-block__list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-block__list .owl-nav {
    left: -15px;
    right: -15px;
  }
}

@media (max-width: 500px) {
  .events-block__text {
    -webkit-line-clamp: 10;
  }
}
/* 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 */
/* /local/templates/hisense/dist/bx-styles/news-item.css?17574135251301 */
/* /local/templates/hisense/dist/bx-styles/events-block.css?17649253874817 */
