.live_video_block .feed_list, .live_video_block .list_video > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_images .small_images a img, .live_video_block .video_btn, .video_section .video_news .news_image_video img, .video_section .slide_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_section {
  position: relative;
  overflow: hidden;
}
.video_section .section_title {
  padding-right: 50px;
}
.video_section .news_slider {
  margin: 0 -10px 0;
  white-space: nowrap;
  font-size: 0;
}
.video_section .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  height: 34.7vw;
  max-height: 720px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 40px;
  position: relative;
}
.video_section .slide_block .page_container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.video_section .slide_block:before {
  content: "";
  background: #000000;
  opacity: 0.2;
}
.video_section .slide_block_video {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 14%;
  vertical-align: top;
  padding: 0 10px;
}
.video_section .slick-list {
  overflow: visible;
}
@media screen and (max-width: 990px) {
  .video_section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .video_section .btn_more {
    display: none !important;
  }
}
@media screen and (max-width: 719px) {
  .video_section {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .video_section {
    padding: 55px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .video_section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 575px) {
  .video_section {
    padding: 20px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .video_section .slide_block {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .video_section .slide_block {
    width: 100%;
  }
}
.video_section .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 2;
}
.video_section .slick-arrow:before {
  display: block;
}
.video_section .slick-prev {
  left: -55px;
}
.video_section .slick-prev:before {
  content: "\e902";
  font-size: 1.5rem;
}
.video_section .slick-next {
  right: -55px;
}
.video_section .slick-next:before {
  content: "\e903";
  font-size: 1.5rem;
}
.video_section .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 0 15px;
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
  z-index: 5;
  justify-content: flex-end;
}
.video_section .slick-dots li {
  flex: 1;
  max-width: 60px;
  height: auto;
  padding: 0;
}
.video_section .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.video_section .slick-dots li.slick-active button {
  opacity: 1;
  pointer-events: none;
}
.video_section .slick-dots button {
  border: none;
  padding: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  opacity: 0.4;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .video_section .slick-dots {
    bottom: 30px;
  }
  .video_section .slick-dots li {
    max-width: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .video_section .slick-arrow {
    padding: 5px;
  }
}
@media screen and (max-width: 990px) {
  .video_section .slick-arrow {
    padding: 5px;
  }
  .video_section .slick-prev {
    margin-left: -5px;
  }
  .video_section .slick-next {
    margin-right: -5px;
  }
  .video_section .slick-dots {
    bottom: 20px;
  }
  .video_section .slick-dots li {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video_section .slick-dots {
    justify-content: center;
  }
  .video_section .slick-dots li:first-child {
    margin-left: 0;
  }
}
.video_section .video_news {
  display: block;
  color: inherit;
  position: relative;
}
.video_section .video_news .news_image_video {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 63%;
  border-radius: 10px;
}
.video_section .video_news .news_image_video img {
  border-radius: 10px;
  object-fit: cover;
}
.video_section .video_news .news_title {
  font-size: 120%;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute !important;
  bottom: 10px;
  padding: 0 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_images .small_images .slider_link:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .product_images .small_images .slider_link:before {
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 990px) {
  .product_images .small_images .slider_link:before {
    width: 41px;
    height: 41px;
  }
}
.product_images .small_images .slider_link:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .product_images .small_images .slider_link:after {
    width: 15px;
    height: 15px;
    border-width: 10px 0 10px 15px;
    margin: 0 0 0 3px;
  }
}
@media screen and (max-width: 990px) {
  .product_images .small_images .slider_link:after {
    width: 10px;
    height: 10px;
    border-width: 5px 0 5px 10px;
  }
}

.live_video_block .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .live_video_block .video_btn:before {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 990px) {
  .live_video_block .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.live_video_block .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .live_video_block .video_btn:after {
    width: 38px;
    height: 38px;
    border-width: 20px 0 20px 30px;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 990px) {
  .live_video_block .video_btn:after {
    width: 7px;
    height: 7px;
    border-width: 3px 0 3px 7px;
  }
}

.product_images .big_images .slick-next:before, .product_images .big_images .slick-prev:before, .product_images .big_images .slick-arrow:before, .product_images .small_images .slick-next:before, .product_images .small_images .slick-prev:before, .product_images .small_images .slick-arrow:before, .video_section .slick-arrow:before, .video_section .slick-prev:before, .video_section .slick-next:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_images .small_images a img, .live_video_block .video_btn img, .video_section .video_news *, .video_section .video_news .news_image_video img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.inner_top {
  position: relative;
  height: 800px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}
.inner_top:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 13.54%, #000000 50.52%, rgba(0, 0, 0, 0) 78.12%, rgba(0, 0, 0, 0) 100%);
}

.live_block_top {
  position: relative;
  background: #000000;
}

.slide_description {
  margin: 10px 0 40px;
  padding: 0;
  color: #ffffff;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 991px) {
  .slide_description {
    font-size: 180%;
    line-height: 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .slide_description {
    font-size: 160%;
    line-height: 23px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .slide_description {
    font-size: 150%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .slide_description {
    font-size: 150%;
    line-height: 20px;
  }
}

.slide_title {
  font-family: "mardoto-bold", "roboto-bold";
  margin: 79px 0 10px;
  padding: 0;
  color: #ffffff;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 991px) {
  .slide_title {
    font-size: 500%;
    line-height: 58px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .slide_title {
    font-size: 400%;
    line-height: 48px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .slide_title {
    font-size: 300%;
    line-height: 34px;
  }
}
@media screen and (max-width: 575px) {
  .slide_title {
    font-size: 200%;
    line-height: 24px;
  }
}

.live_video_block {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.live_video_block .inner_liver {
  position: relative;
  justify-content: space-between;
  margin: 0 -20px;
}
.live_video_block .video_block {
  flex: 0 0 72.222%;
  max-width: 72.222%;
  padding: 0 20px;
}
.live_video_block .list_news {
  flex: 0 0 27.778%;
  max-width: 27.778%;
  padding: 0 20px;
}
.live_video_block .inner_video {
  display: flex;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.live_video_block .inner_video.playing video,
.live_video_block .inner_video.playing iframe {
  opacity: 1;
}
.live_video_block .inner_video.playing .video_btn {
  opacity: 0;
  pointer-events: none;
}
.live_video_block .live_block {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px 0;
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 22px;
  color: #AA241F;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
.live_video_block .live_block:before {
  content: "";
  background: #AA241F;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live_video_block .name_video {
  text-transform: uppercase;
  font-size: 150%;
  line-height: 19px;
  color: #ffffff;
  position: absolute;
  left: 0;
  text-align: left;
  padding: 0 20px;
  bottom: 45px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.live_video_block .video_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: linear-gradient(0.86deg, #000000 4.41%, rgba(0, 0, 0, 0) 40.5%);
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  padding: 0;
  margin: 0;
  font-size: unset;
}
.live_video_block .video_btn:hover {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.live_video_block .video_btn:hover:before {
  border-color: #4F8EB3;
}
.live_video_block .video_btn:hover:after {
  border-color: transparent #AA241F;
}
.live_video_block .video_btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live_video_block .all_tv {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #ffffff;
  border-radius: 10px;
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 120%;
  line-height: 14px;
  color: #AA241F;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.live_video_block .list_video {
  width: 100%;
  background: #ffffff;
  border-radius: 0 10px 10px 0;
}
.live_video_block .list_video > ul {
  max-height: 365px;
  scrollbar-color: #4B4E6A rgba(0, 0, 0, 0.05);
  scrollbar-width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.live_video_block .list_video > ul::-webkit-scrollbar {
  width: 6px;
  height: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.live_video_block .list_video > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #4B4E6A;
}
.live_video_block .list_video > ul li {
  border-bottom: 1px solid #f2f2f2;
}
.live_video_block .list_video > ul li.active > a {
  background: rgba(75, 78, 106, 0.1);
}
.live_video_block .list_video > ul li.active > a:before {
  content: "";
  background: #AA241F;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 12px;
}
.live_video_block .list_video > ul li.active > a .time_block {
  color: #AA241F;
}
.live_video_block .list_video .link_live {
  display: flex;
  padding: 10px;
  position: relative;
}
.live_video_block .title_link {
  font-size: 120%;
  line-height: 14px;
  color: #333333;
  display: block;
  padding-right: 9px;
}
.live_video_block .time_block {
  font-size: 150%;
  line-height: 17px;
  color: #4B4E6A;
  font-family: "mardoto-bold", "roboto-bold";
  padding-right: 13px;
}
.live_video_block .live {
  border-radius: 10px 0 0 10px;
  border: 2px solid #ffffff;
  position: relative;
  flex: 0 0 69%;
  max-width: 69%;
}
.live_video_block .live iframe {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
.live_video_block .inner_list {
  background: #ffffff;
  border-radius: 10px;
}
.live_video_block .news_title {
  color: #000000;
  font-size: 130%;
  line-height: 17px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.live_video_block .category_block {
  margin-top: 17px;
  margin-right: auto;
  border: 1px solid #AA241F;
  padding: 3px 10px;
  color: #AA241F;
  font-size: 120%;
  line-height: 14px;
  display: inline-flex;
}
.live_video_block .info_block {
  display: flex;
  align-items: center;
  width: 100%;
}
.live_video_block .img_block {
  max-width: 40px;
  width: 100%;
  height: 40px;
}
.live_video_block .img_block img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 40px;
}
.live_video_block .news_date {
  display: flex;
  align-items: center;
  font-size: 120%;
  color: #787878;
  line-height: 14px;
  width: 100%;
  margin-top: 5px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.live_video_block .feed_block {
  background: rgba(75, 78, 106, 0.1);
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
.live_video_block .feed_title {
  font-size: 120%;
  line-height: 14px;
  color: #4B4E6A;
  font-family: "mardoto-bold", "roboto-bold";
}
.live_video_block .feed_list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 323px;
  padding: 0 10px 10px;
  scrollbar-color: #4B4E6A rgba(0, 0, 0, 0.05);
  scrollbar-width: auto;
}
.live_video_block .feed_list::-webkit-scrollbar {
  width: 6px;
  height: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.live_video_block .feed_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #4B4E6A;
}
.live_video_block .feed_list .category_block {
  margin-left: 50px;
}
.live_video_block .feed_list .news_title {
  margin-left: 10px;
  padding-right: 8px;
}
.live_video_block .feed_list .news_date {
  padding-left: 50px;
}

.watch_btn {
  background: #ffffff;
  border-radius: 10px;
  min-width: 180px;
  text-transform: uppercase;
  color: #AA241F;
  font-size: 120%;
  line-height: 14px;
  font-family: "mardoto-bold", "roboto-bold";
  padding: 14px 10px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.category_content {
  font-size: 160%;
  line-height: 19px;
  color: #ffffff;
  padding: 7px 10px;
  min-width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  width: max-content;
  position: relative;
  z-index: 1;
}

.slick-disabled {
  display: none !important;
}

.slick-slide {
  opacity: 0.4;
  pointer-events: none;
}

.slick-active {
  opacity: 1;
  pointer-events: unset;
}

.product_images {
  display: block;
  position: relative;
}
.product_images.last_product_images .big_images .slide_block:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
}
.product_images.last_product_images .big_images .content_block {
  justify-content: center;
}
.product_images.last_product_images .watch_btn {
  margin-top: 0;
}
@media screen and (max-width: 990px) {
  .product_images.last_product_images {
    margin-bottom: 80px;
  }
}
.product_images .small_block {
  max-width: 1180px;
  width: 100%;
  padding: 0 10px;
  min-width: 80px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.product_images .small_block .section_title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product_images .small_images {
  margin: 0 -20px;
}
.product_images .small_images .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 2;
}
.product_images .small_images .slick-arrow:before {
  display: block;
}
.product_images .small_images .slick-prev {
  left: -55px;
}
.product_images .small_images .slick-prev:before {
  content: "\e902";
  font-size: 1.5rem;
}
.product_images .small_images .slick-next {
  right: -55px;
}
.product_images .small_images .slick-next:before {
  content: "\e903";
  font-size: 1.5rem;
}
.product_images .small_images .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 0 15px;
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
  z-index: 5;
  justify-content: flex-end;
}
.product_images .small_images .slick-dots li {
  flex: 1;
  max-width: 60px;
  height: auto;
  padding: 0;
}
.product_images .small_images .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.product_images .small_images .slick-dots li.slick-active button {
  opacity: 1;
  pointer-events: none;
}
.product_images .small_images .slick-dots button {
  border: none;
  padding: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  opacity: 0.4;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .product_images .small_images .slick-dots {
    bottom: 30px;
  }
  .product_images .small_images .slick-dots li {
    max-width: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .product_images .small_images .slick-arrow {
    padding: 5px;
  }
}
@media screen and (max-width: 990px) {
  .product_images .small_images .slick-arrow {
    padding: 5px;
  }
  .product_images .small_images .slick-prev {
    margin-left: -5px;
  }
  .product_images .small_images .slick-next {
    margin-right: -5px;
  }
  .product_images .small_images .slick-dots {
    bottom: 20px;
  }
  .product_images .small_images .slick-dots li {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product_images .small_images .slick-dots {
    justify-content: center;
  }
  .product_images .small_images .slick-dots li:first-child {
    margin-left: 0;
  }
}
.product_images .small_images:not(.slick-slider) {
  max-height: 320px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_images .small_images .slick-list {
  padding: 20px 0 0;
}
.product_images .small_images .slider_link {
  position: relative;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_images .small_images .slider_link.selected {
  cursor: default;
  pointer-events: none;
  margin-top: -20px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_images .small_images .slick-slide {
  border: none;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .product_images .small_images .slick-slide {
    padding: 0 8px;
  }
}
.product_images .small_images a {
  background: linear-gradient(0.86deg, #000000 4.41%, rgba(0, 0, 0, 0) 40.5%);
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: block;
}
.product_images .small_images a:after {
  content: "";
  background: linear-gradient(0.86deg, #000000 4.41%, rgba(0, 0, 0, 0) 40.5%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product_images .small_images a:before {
  content: "";
  padding-bottom: 65.1%;
  display: block;
}
.product_images .small_images a img {
  object-fit: cover;
}
.product_images .small_images a .news_title {
  font-size: 110%;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute !important;
  width: 100%;
  bottom: 10px;
  padding: 5px 10px 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_images .big_images {
  flex: 1;
  width: 100%;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.product_images .big_images .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 2;
}
.product_images .big_images .slick-arrow:before {
  display: block;
}
.product_images .big_images .slick-prev {
  left: 15px;
}
.product_images .big_images .slick-prev:before {
  content: "\e902";
  font-size: 1.5rem;
}
.product_images .big_images .slick-next {
  right: 15px;
}
.product_images .big_images .slick-next:before {
  content: "\e903";
  font-size: 1.5rem;
}
.product_images .big_images .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 0 15px;
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
  z-index: 5;
  justify-content: flex-end;
}
.product_images .big_images .slick-dots li {
  flex: 1;
  max-width: 60px;
  height: auto;
  padding: 0;
}
.product_images .big_images .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.product_images .big_images .slick-dots li.slick-active button {
  opacity: 1;
  pointer-events: none;
}
.product_images .big_images .slick-dots button {
  border: none;
  padding: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  opacity: 0.4;
}
.product_images .big_images .slide_block {
  padding-bottom: 310px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.product_images .big_images .slide_block:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 1;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 13.54%, #000000 50.52%, rgba(0, 0, 0, 0) 78.12%, rgba(0, 0, 0, 0) 100%);
}
.product_images .big_images .content_block {
  display: flex;
  justify-content: space-between;
  height: 720px;
  max-height: 500px;
  min-height: 200px;
  flex-direction: column;
  padding: 20px 10px 0;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.product_images .big_images .slick-list,
.product_images .big_images .slick-track {
  height: 100%;
}
.product_images .big_images .image_block_inner {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product_images .big_images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .product_images .big_images .slick-dots {
    bottom: 30px;
  }
  .product_images .big_images .slick-dots li {
    max-width: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .product_images .big_images .slick-arrow {
    padding: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .product_images .big_images .content_block {
    height: 500px;
  }
}
@media screen and (max-width: 990px) {
  .product_images .big_images .slide_title {
    margin: 30px 0 10px;
  }
  .product_images .big_images .content_block {
    height: 400px;
  }
  .product_images .big_images .slick-arrow {
    padding: 5px;
  }
  .product_images .big_images .slick-prev {
    margin-left: -5px;
  }
  .product_images .big_images .slick-next {
    margin-right: -5px;
  }
  .product_images .big_images .slick-dots {
    bottom: 20px;
  }
  .product_images .big_images .slick-dots li {
    max-width: 40px;
  }
  .product_images .big_images .slide_block {
    padding-bottom: 175px;
  }
  .product_images .big_images .category_content {
    padding: 3px 6px;
    min-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .product_images .big_images .slide_block {
    padding-bottom: 150px;
  }
  .product_images .big_images .watch_btn {
    min-width: 120px;
    padding: 10px 6px;
  }
  .product_images .big_images .slick-dots {
    justify-content: center;
  }
  .product_images .big_images .slick-dots li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .product_images .big_images .slide_block {
    padding-bottom: 120px;
  }
  .product_images .big_images .content_block {
    height: 285px;
  }
}
@media screen and (max-width: 575px) {
  .product_images .big_images .slide_block {
    padding-bottom: 165px;
  }
}
@media screen and (max-width: 399px) {
  .product_images .big_images .slide_block {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 359px) {
  .product_images .big_images .slide_block {
    padding-bottom: 160px;
  }
}
.product_images .sticker_block {
  position: absolute;
  left: 130px;
  top: 0;
  z-index: 10;
}
.product_images .sticker_block img {
  width: 80px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1365px) {
  .product_images .big_images .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .product_images .small_images .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .product_images .small_images .slick-prev {
    left: -15px;
  }
  .product_images .small_images .slick-next {
    right: -15px;
  }
  .product_images .small_images {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .product_images .small_images .slick-prev {
    left: 20px;
  }
  .product_images .small_images .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 990px) {
  .product_images {
    margin-bottom: 30px;
  }
  .product_images .small_images .slick-list {
    padding: 10px 0 0;
  }
  .product_images .small_images .slider_link.selected {
    margin-top: -8px;
  }
  .product_images .category_content {
    font-size: 140%;
  }
  .product_images .small_block {
    bottom: -40px;
  }
  .product_images .small_block .section_title {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 1199px) {
  .small_images .slick-slide {
    padding: 0 5px;
  }

  .live_video_block .live iframe {
    width: 480px;
  }
}
@media screen and (max-width: 990px) {
  .live_block_top {
    margin-top: 70px;
    background: #ffffff;
  }

  .inner_top {
    height: 300px;
  }

  .live_video_block {
    position: relative;
    bottom: 0;
  }
  .live_video_block .inner_liver {
    flex-direction: column;
  }
  .live_video_block .inner_liver {
    margin: 0 -10px;
  }
  .live_video_block .list_news {
    flex: 0 0 100%;
    padding: 0 10px;
    max-width: 100%;
    margin: 20px 0;
  }
  .live_video_block .inner_list,
.live_video_block .inner_video {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .live_video_block .video_block {
    margin-top: 20px;
    flex: 0 0 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .live_video_block .live iframe {
    width: 370px;
  }
}
@media screen and (max-width: 575px) {
  .live_block_top {
    margin-top: 0;
  }

  .live_video_block .live {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inner_top {
    height: 235px;
  }
}
@media screen and (max-width: 599px) {
  .live_video_block .live iframe {
    width: 100%;
  }
  .live_video_block .inner_video {
    flex-direction: column;
  }
  .live_video_block .list_video > ul {
    max-height: 200px;
  }
}
@media screen and (max-width: 479px) {
  .inner_top {
    height: 160px;
  }
}
.web .live_video_block .live_block, .live_video_block .web .live_block, .web .live_video_block .all_tv, .live_video_block .web .all_tv, .web .live_video_block .info_block, .live_video_block .web .info_block, .web .watch_btn, .web .product_images .small_images .slick-arrow, .product_images .small_images .web .slick-arrow, .web .product_images .small_images .slick-dots button, .product_images .small_images .slick-dots .web button, .web .product_images .small_images a, .product_images .small_images .web a, .web .product_images .big_images .slick-arrow, .product_images .big_images .web .slick-arrow, .web .product_images .big_images .slick-dots button, .product_images .big_images .slick-dots .web button, .web .video_section .slick-arrow, .video_section .web .slick-arrow, .web .video_section .slick-dots button, .video_section .slick-dots .web button, .live_video_block .video_btn img {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.video_section .video_news {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.video_section .video_news .news_image:before, .web .live_video_block .list_video .link_live, .live_video_block .list_video .web .link_live {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.video_section .video_news .news_image:after, .video_section .video_news img, .product_images .small_images {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .product_images .small_images .slick-arrow, .product_images .small_images .touch .slick-arrow, .touch .product_images .small_images .slick-dots button, .product_images .small_images .slick-dots .touch button, .touch .product_images .big_images .slick-arrow, .product_images .big_images .touch .slick-arrow, .touch .product_images .big_images .slick-dots button, .product_images .big_images .slick-dots .touch button, .touch .video_section .slick-arrow, .video_section .touch .slick-arrow, .touch .video_section .slick-dots button, .video_section .slick-dots .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.video_section .video_news {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.video_section .video_news .news_image:before {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.video_section .video_news .news_image:after, .video_section .video_news img {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .live_video_block .list_video .link_live:hover, .live_video_block .list_video .web .link_live:hover {
  background: rgba(75, 78, 106, 0.1);
}
.web .live_video_block .live_block:hover, .live_video_block .web .live_block:hover, .web .live_video_block .all_tv:hover, .live_video_block .web .all_tv:hover, .web .live_video_block .info_block:hover, .live_video_block .web .info_block:hover, .web .watch_btn:hover, .web .product_images .small_images .slick-arrow:hover, .product_images .small_images .web .slick-arrow:hover, .web .product_images .small_images .slick-dots button:hover, .product_images .small_images .slick-dots .web button:hover, .web .product_images .small_images a:hover, .product_images .small_images .web a:hover, .web .product_images .big_images .slick-arrow:hover, .product_images .big_images .web .slick-arrow:hover, .web .product_images .big_images .slick-dots button:hover, .product_images .big_images .slick-dots .web button:hover, .web .video_section .slick-arrow:hover, .video_section .web .slick-arrow:hover, .web .video_section .slick-dots button:hover, .video_section .slick-dots .web button:hover {
  opacity: 0.7;
}
.video_section .video_news:hover {
  color: #4F8EB3;
}
.video_section .video_news:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.video_section .video_news:hover .news_image:before {
  background: #ffffff;
}
.video_section .video_news:hover .news_image:after {
  border-left-color: #222222;
}
.video_section .video_news:hover .news_title,
.video_section .video_news:hover .news_date {
  color: #ffffff;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video_section .video_news:active {
  color: #4F8EB3;
}
.video_section .video_news:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.video_section .video_news:active .news_image:before {
  background: #ffffff;
}
.video_section .video_news:active .news_image:after {
  border-left-color: #222222;
}
.video_section .video_news:active .news_title,
.video_section .video_news:active .news_date {
  color: inherit;
}

.touch .product_images .small_images .slick-arrow:active, .product_images .small_images .touch .slick-arrow:active, .touch .product_images .small_images .slick-dots button:active, .product_images .small_images .slick-dots .touch button:active, .touch .product_images .big_images .slick-arrow:active, .product_images .big_images .touch .slick-arrow:active, .touch .product_images .big_images .slick-dots button:active, .product_images .big_images .slick-dots .touch button:active, .touch .video_section .slick-arrow:active, .video_section .touch .slick-arrow:active, .touch .video_section .slick-dots button:active, .video_section .slick-dots .touch button:active {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
