body {
  color: #000;
  text-align: right;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

p {
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 28px;
}

a {
  color: #f68a1f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: inline-block;
}

.bgr_section {
  z-index: -1;
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top_section {
  z-index: 2000;
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.top_nav_group {
  height: 70px;
  direction: rtl;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.top_logo_social {
  position: relative;
}

.top_social_group {
  z-index: 6;
  float: left;
  margin-top: 106px;
  margin-bottom: 10px;
  margin-left: 1%;
  padding-left: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top_social_group.footer {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding-left: 0;
  position: relative;
}

.top_navbar {
  z-index: 2040;
  height: 70px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.top_search_menu {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 14%;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.top_live_group {
  color: #000;
  text-align: left;
  align-items: center;
  margin-left: 1%;
  font-family: Secular One;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.top_live_group:hover {
  color: #08788c;
}

.top_nav_button {
  z-index: 2000;
  width: 80px;
  height: 70px;
  background-image: url('../images/menu_hamb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  padding: 0;
}

.top_nav_button.w--open {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/menu_close.svg');
  background-size: 30px;
}

.top_desk_link {
  color: #000;
  text-align: center;
  padding: 0;
  font-size: 20px;
  transition: all .2s;
}

.top_desk_link:hover {
  color: #f68a1f;
  text-decoration: none;
}

.top_desk_menu {
  z-index: 130;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top_desk_line {
  width: 1px;
  height: 28px;
  background-color: #000;
  margin-left: 1vw;
  margin-right: 1vw;
}

.top_search_toggle {
  width: 40px;
  padding: 5px 2px 5px 13px;
}

.top_search_list.w--open {
  width: 640px;
  height: 58px;
  float: right;
  background-color: #fff;
  border-radius: 14px;
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 16px;
  font-size: 20px;
  left: 0;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .08);
}

.top_search_field {
  width: 90%;
  height: 40px;
  float: right;
  border-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
}

.top_search_button {
  width: 40px;
  height: 40px;
  float: left;
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.top_nav_menu {
  z-index: 150;
  width: 340px;
  direction: rtl;
  color: #fff;
  text-align: right;
  background-color: #f68a1f;
  padding: 90px 25px 20px;
  font-size: 20px;
  box-shadow: -2px 0 6px rgba(0, 0, 0, .15);
}

.top_nav_link {
  width: 100%;
  color: #fff;
  text-align: right;
  margin-bottom: 12px;
  padding: 0;
  font-size: 22px;
  transition: all .15s ease-in-out;
}

.top_nav_link:hover {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.button {
  clear: both;
  color: #fff;
  text-align: center;
  background-color: #f68a1f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 5%;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  transition: all .15s ease-in-out;
}

.button:hover {
  border-color: #fff;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(0, 0, 0, .4);
}

.button.navmenu {
  width: 100%;
  color: #f68a1f;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 15px;
  font-size: 24px;
  font-weight: 400;
  transition-property: all;
}

.button.navmenu:hover {
  color: #000;
  box-shadow: 0 2px 8px 3px rgba(0, 0, 0, .15);
}

.button.contact {
  background-color: #f68a1f;
  border-color: #08788c;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 26%;
  padding: 14px 12% 16px;
}

.button.drop {
  color: #fff;
  background-color: #00aeef;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 16px;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  transition-property: all;
}

.button.drop:hover {
  box-shadow: none;
  background-color: #f68a1f;
}

.button.broken {
  margin-top: 4%;
  margin-bottom: 0;
}

.button.broken:hover {
  filter: brightness(110%);
}

.top_logo {
  z-index: 140;
  width: 16%;
  max-width: 200px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -65px;
  right: 90px;
}

.top_social_link {
  width: 34px;
  height: 34px;
  float: left;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  transition: all .15s ease-in-out;
  display: flex;
  overflow: hidden;
}

.top_social_link:hover {
  filter: invert();
}

.top_social_link.footer {
  width: 40px;
  height: 40px;
  opacity: .5;
  margin-left: 10px;
  margin-right: 10px;
}

.top_social_link.footer:hover {
  opacity: .8;
  filter: none;
}

.h_slider_section {
  width: 100%;
  direction: rtl;
  justify-content: space-between;
  align-items: stretch;
  margin: 25px auto 50px;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}

.h_slider_block {
  width: 100%;
  direction: ltr;
}

.h_slider {
  width: 100%;
  height: 34vw;
  max-height: 600px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 18px;
  overflow: visible;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.h_slide_link {
  width: 100%;
  height: 100%;
  direction: rtl;
  color: #00aeef;
  text-align: right;
  background-color: #fff;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  transition: all .15s ease-in-out;
  display: flex;
}

.h_slide_link:hover {
  color: #f68a1f;
  text-decoration: none;
}

.h_slider_pict {
  width: 54%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_section {
  padding-left: 2%;
  padding-right: 2%;
}

.content_section.program_list {
  margin-top: 30px;
  padding-left: 6%;
  padding-right: 6%;
}

.content_section.list_title {
  z-index: 5;
  margin-bottom: 4%;
  padding-top: 3%;
  position: relative;
}

.content_section.shows_list {
  margin-top: 40px;
  padding-left: 0%;
  padding-right: 4%;
}

.content_section.show {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_section.allert {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.content_group {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.content_group.add {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.content_group.foot_social {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content_group.foot_credits {
  direction: rtl;
  color: #fff;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_group.show_title_group {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
  bottom: 10px;
}

.content_group.show_content {
  direction: rtl;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px 20px;
}

.content_group.about_content {
  direction: rtl;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 14%;
  padding: 30px 50px 80px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .15);
}

.content_group._404 {
  min-height: 300px;
  direction: rtl;
  color: #000;
  background-image: url('../images/bgr_error_gr1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.content_group.title_bl {
  width: 76%;
  min-height: 46px;
  direction: rtl;
  background-image: url('../images/wave_title_bl.svg'), url('../images/flip_wave_title_bl.svg');
  background-position: 94%, 4%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 40px, auto 40px;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 0;
  display: flex;
}

.content_group.title_list {
  width: 100%;
  min-height: 46px;
  direction: rtl;
  background-image: url('../images/wave_title_bl.svg'), url('../images/flip_wave_title_bl.svg');
  background-position: 94%, 4%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 40px, auto 40px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.content_group.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.content_group.broken_video {
  height: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.h_center_title {
  width: 70%;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -4px;
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  position: relative;
}

.h_center_title.list {
  width: 35%;
  padding-left: 0;
  padding-right: 0;
  font-size: 42px;
  line-height: 40px;
}

.h_center_title._404 {
  width: 50%;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  line-height: 36px;
}

.programs_list {
  width: 103%;
  direction: rtl;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  margin-left: -3%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.programs_list.show {
  width: 100%;
  margin-left: 0%;
  padding-bottom: 10px;
  padding-right: 3%;
}

.programms_list_item {
  width: 30.8%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 3%;
  margin-left: 2.4%;
  padding: 10px;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.programms_list_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .35);
}

.programms_list_item.shows {
  width: 46%;
  border-bottom-left-radius: 10px;
  margin-bottom: 4%;
  margin-left: 4%;
  padding-bottom: 10px;
  position: relative;
}

.programms_list_item.show {
  margin-bottom: 2.4%;
}

.programms_list_item.banner, .programms_list_item.show_banner {
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
}

.program_list_link {
  width: 100%;
  color: rgba(0, 0, 0, .75);
  padding-bottom: 30px;
  transition: color .15s ease-in-out;
  position: relative;
}

.program_list_link:hover {
  text-decoration: none;
}

.program_list_link.shows {
  text-align: center;
  padding-bottom: 1%;
  position: relative;
}

.program_item_title {
  color: #000;
  text-align: right;
  margin: 0 5% 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.program_item_title.show {
  margin-left: 10%;
  font-size: 24px;
  line-height: 26px;
}

.program_item_pict {
  width: 100%;
  background-image: url('../images/main_pict_tmp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  display: flex;
  position: relative;
}

.program_item_pict.shows {
  height: 26vw;
  max-height: 380px;
  background-image: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.program_item_txt {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 19px;
  line-height: 23px;
}

.program_item_txt.show {
  margin-left: 11%;
  font-size: 20px;
  line-height: 24px;
}

.program_item_txt.shows {
  margin-left: 5%;
}

.banner_section {
  width: 100%;
  min-height: 32vw;
  background-image: url('../images/banner_bgr_2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 7%;
  display: flex;
  position: relative;
  box-shadow: 0 0 40px #fff;
}

.banner_content {
  width: 48%;
  direction: rtl;
  color: #fff;
  padding-left: 4%;
  font-size: 44px;
  font-weight: 800;
  line-height: 46px;
}

.banner_content:hover {
  text-decoration: none;
}

.footer_section {
  background-color: #000;
  margin-top: 8%;
  padding: 6% 2% 115px;
}

.banner_title {
  color: #00aeef;
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-size: 94px;
  font-weight: 900;
  line-height: 78px;
}

.banner_info {
  color: rgba(0, 0, 0, .75);
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.footer_rights_cyber_group {
  min-width: 24%;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  flex-direction: column;
}

.footer_cyber_link {
  width: 40%;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: all .15s ease-in-out;
  display: block;
}

.footer_cyber_link:hover {
  color: #fff;
  text-decoration: none;
}

.shows_item_title {
  color: #fff;
  background-color: #00aeef;
  border-radius: 14px 14px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 22px 8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  position: absolute;
  bottom: 0;
}

.show_title_group {
  max-width: 1000px;
  direction: rtl;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.show_title_group.segment {
  color: #000;
}

.show_title_pict {
  z-index: 20;
  width: 300px;
  height: 300px;
  min-height: 300px;
  min-width: 300px;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.show_title_pict.segment {
  width: 120px;
  height: 120px;
  max-width: none;
  min-height: 120px;
  min-width: 120px;
  border-width: 6px;
}

.show_name {
  float: right;
  color: #fff;
  letter-spacing: 0;
  background-color: #00aeef;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 50px;
  font-size: 42px;
}

.show_name.segment {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 28px;
  line-height: 30px;
}

.show_title_person {
  float: right;
  clear: right;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 10px 50px 10px 40px;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.show_title_person.segment {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 22px;
}

.breadcrumbs_list {
  margin-bottom: 25px;
  padding-right: 0;
}

.seg_play {
  width: 100%;
  opacity: .9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.seg_play:hover {
  opacity: 1;
  top: -1%;
  box-shadow: 0 0 .8vw rgba(0, 0, 0, .25);
}

.segment_pict_play {
  width: 9%;
  position: absolute;
}

.breadcrumb_item {
  float: right;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.bredcrumb_link {
  color: #00aeef;
  margin-left: 16px;
  font-size: 20px;
  transition: all .15s ease-in-out;
}

.bredcrumb_link:hover {
  color: #f68a1f;
  text-decoration: none;
}

.ic_arrow {
  width: 9px;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_tags_group {
  margin-top: 60px;
}

.segment_social_group {
  float: left;
  margin-bottom: 10px;
}

.segment_social_link {
  width: 45px;
  height: 45px;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.insert_content_group {
  padding-left: 14%;
  padding-right: 14%;
  position: relative;
}

.insert_content_group.seg {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.about_pict {
  width: 116%;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  left: 8%;
  overflow: hidden;
}

.txt_404 {
  text-align: center;
  margin: 1% auto 12%;
  font-size: 70px;
  font-weight: 300;
  line-height: 60px;
}

.line_pict {
  width: 40%;
  max-height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.line_group {
  width: 47%;
  height: 7vw;
  max-height: 100px;
  float: right;
  color: #000;
  background-color: #f2f2f2;
  background-image: url('../images/ar_black.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3%;
  margin-left: 3%;
  padding-left: 4%;
  font-size: 18px;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line_group:hover {
  color: #fff;
  background-color: #f68a1f;
  background-image: url('../images/ar_white.svg');
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.line_txt {
  width: 55%;
  margin-right: 4%;
  font-size: 22px;
  line-height: 22px;
}

.top_play_icon {
  z-index: 99;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  background-color: #e4e4e4;
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top_play_icon:hover {
  background-color: #ffd073;
}

.top_play_icon.audio {
  padding-left: 15px;
  padding-right: 15px;
}

.form_field_content {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-left: 9%;
  padding-right: 7%;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.form_label_group {
  width: 21%;
  text-align: right;
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 14px;
  font-size: 20px;
  display: flex;
}

.form_label_star {
  float: right;
  color: #e31d1a;
  margin-top: 4px;
  margin-left: 6px;
  font-size: 22px;
  line-height: 20px;
}

.form_label_star.no {
  color: rgba(0, 0, 0, 0);
}

.form_field_label {
  width: 84%;
  float: right;
  font-weight: 800;
}

.form_field_group {
  width: 78%;
  text-align: right;
  align-items: center;
  font-size: 22px;
}

.form_field_group.tel {
  direction: ltr;
}

.form_field {
  height: 58px;
  background-color: #f3f3f3;
  border: 3px solid #f3f3f3;
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 22px;
}

.form_field:active, .form_field:focus {
  border-color: #00aeef;
}

.form_field.txt_area {
  height: auto;
  min-height: 240px;
}

.form_field.mail {
  text-align: left;
}

.form_field.code {
  width: 20%;
  float: left;
  text-align: left;
}

.form_field.num {
  width: 77%;
  float: right;
  text-align: left;
}

.form_field.allert {
  border-color: #ec4040;
}

.contact_txt {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.top_live_info {
  width: 78%;
  text-align: left;
  flex-flow: column wrap;
}

.top_live_infotxt {
  color: #000;
  margin-top: 0;
  font-family: Assistant;
  font-size: 16px;
  line-height: 20px;
}

.top_live_content {
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.top_live_section {
  max-width: 330px;
  min-height: 78px;
  min-width: 260px;
  color: #000;
  text-align: center;
  background-color: #e2e2e2;
  border: 8px solid #fff;
  border-radius: 40px;
  align-items: center;
  margin-left: 1%;
  padding-left: 6px;
  line-height: 22px;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  top: 4px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .06);
}

.top_live_section:hover {
  background-color: #f68a1f;
  text-decoration: none;
}

.top_live_icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.top_live_icon.mob {
  display: none;
}

.top_live_icon.show {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 14px;
}

.top_live_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.drop_list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-right: -14px;
  padding: 18px 14px 5px 0;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .08);
}

.top_menu_list {
  width: 580px;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.top_menu_item {
  width: 33%;
  margin-bottom: 2%;
  padding-left: 10px;
}

.top_prog_link {
  width: 100%;
  color: #000;
  border-radius: 6px;
  align-items: center;
  padding-left: 2%;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  overflow: hidden;
}

.top_prog_link:hover {
  color: #fff;
  background-color: #f68a1f;
  text-decoration: none;
}

.top_prog_pictblock {
  width: 60px;
  height: 40px;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.top_prog_pict {
  height: 100%;
  object-fit: cover;
}

.top_live_name {
  margin-top: 2px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}

.slider_arrow {
  width: 50px;
  color: #c8c8c8;
  margin-right: -60px;
  font-size: 34px;
  transition: color .15s ease-in-out;
}

.slider_arrow:hover {
  color: #f68a1f;
}

.slider_arrow.left {
  width: 50px;
  margin-left: -60px;
  margin-right: 0;
  font-size: 34px;
  line-height: 46px;
}

.pict_item {
  width: 100%;
  height: 16.5vw;
  max-height: 295px;
  background-color: rgba(0, 0, 0, .03);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pict_item.show {
  height: 17vw;
}

.item_pict {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: min-height .2s, min-width .2s;
}

.item_pict:hover {
  min-height: 103%;
  min-width: 106%;
}

.slider_nav {
  height: 4px;
  opacity: .4;
  padding-top: 0;
  font-size: 24px;
  display: block;
  top: auto;
  bottom: -30px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer_logo {
  width: 220px;
  opacity: .7;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .15s ease-in-out;
  display: block;
}

.footer_logo:hover {
  opacity: 1;
}

.h_slider_mask {
  width: 99.8%;
  border-radius: 16px;
}

.content_lines_group {
  width: 103%;
  margin-top: 60px;
}

.h_slider_info {
  width: 43%;
  padding-bottom: 0%;
  padding-left: 2%;
  font-size: 18px;
  line-height: 24px;
}

.main_slide_title {
  color: #000;
  text-align: right;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: relative;
}

.h_slide_txt {
  color: #000;
  margin-bottom: 0%;
}

.slide_timing {
  color: #a6a6a6;
  margin-top: 4%;
  font-weight: 700;
}

.search_mobile {
  display: none;
}

.banner_link {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding: 3% 6%;
  display: flex;
  position: relative;
}

.banner_link:hover {
  text-decoration: none;
}

.program_pict {
  height: 100%;
  object-fit: cover;
}

.player_sec {
  z-index: 2010;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.show_play_group {
  float: left;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  margin-left: 2%;
  padding: 6px 26px 6px 6px;
  font-size: 24px;
  line-height: 24px;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  left: 10px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .08);
}

.show_play_group:hover {
  background-color: #f68a1f;
  text-decoration: none;
}

.show_top_info {
  width: 100%;
  direction: rtl;
  color: #fff;
  text-align: right;
  align-items: center;
  padding: 40px 3% 40px 35px;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  position: relative;
}

.show_top_info.w--open {
  color: #000;
  background-color: #e5e5e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.show_day_group {
  background-color: #e2e2e2;
  border-radius: 30px;
  margin-bottom: 40px;
}

.show_day_txt {
  float: right;
  color: #000;
  font-size: 44px;
  line-height: 40px;
}

.item_play {
  width: 3.6vw;
  max-width: 60px;
  opacity: .6;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: opacity .15s ease-in-out;
  display: flex;
  overflow: hidden;
}

.item_play:hover {
  opacity: 1;
}

.seg_pict_group {
  width: 37%;
  padding-top: 5px;
}

.seg_info_group {
  width: 42%;
  position: relative;
}

.segment_title {
  margin-top: 0;
}

.seg_share {
  z-index: 6;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.seg_share_link {
  width: 34px;
  height: 34px;
  float: left;
  background-color: #c8c8c8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .15s ease-in-out;
  display: flex;
  overflow: hidden;
}

.seg_share_link:hover {
  opacity: .78;
}

.seg_share_link.twit {
  background-color: #009fe4;
}

.seg_share_link.what {
  background-color: #39b54a;
  padding-left: 7px;
  padding-right: 7px;
}

.seg_share_link.face {
  background-color: #3b5998;
  padding-left: 12px;
  padding-right: 12px;
}

.seg_pict_credit {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}

.form_allert_txt {
  clear: both;
  opacity: 0;
  color: #ec4040;
  font-size: 14px;
  line-height: 16px;
}

.form_allert_txt.in {
  opacity: 1;
}

.form_info_list {
  text-align: right;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 26%;
}

.forminfo_list_txt {
  display: inline;
}

.forminfo_list_txt.red {
  color: #ff0040;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}

.shedule_day {
  min-width: 24.5%;
  float: right;
  color: #000;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 12px 2%;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
  transition: all .15s ease-in-out;
  display: block;
}

.shedule_day:hover {
  color: #f68a1f;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
}

.shedule_day.openday {
  max-width: 16%;
  min-width: 16%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0%;
}

.shedule_day.openday:hover {
  box-shadow: none;
}

.shedule_day.openday.w--current {
  color: #f64564;
}

.shedule_program_txt {
  flex: 0 auto;
  align-self: center;
  margin-right: 15px;
  display: inline;
  position: relative;
}

.shedule_program_group {
  width: 90%;
  float: left;
  color: #000;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.shedule_program_name {
  max-width: 80%;
  color: #fff;
  background-color: #00aeef;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: none;
  padding: 8px 20px 8px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  transition: all .15s ease-in-out;
  position: relative;
}

.shedule_program_name:hover {
  background-color: #f68a1f;
  text-decoration: none;
}

.shedule_time {
  width: 10%;
  float: right;
  color: rgba(0, 0, 0, .35);
  text-align: right;
  margin-top: 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.shedule_item {
  text-align: right;
  margin-bottom: 8px;
}

.shedule_day_list {
  width: 84%;
  float: left;
  direction: rtl;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shedule_day_item {
  width: 100%;
  float: right;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.search_results_info {
  width: 80%;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 36px;
}

.read_search {
  color: rgba(0, 0, 0, .4);
  font-style: italic;
  transition: color .15s ease-in-out;
  display: inline-block;
}

.read_search:hover {
  color: #f4833a;
  text-decoration: none;
}

.search_results_list {
  width: 80%;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
}

.search_info_txt {
  margin-left: 10px;
  display: inline;
}

.search_info_txt.name {
  color: #f4833a;
  margin-left: 0;
  font-weight: 700;
}

.search_results_link {
  width: 100%;
  color: #515151;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 18px 24px 20px;
  font-size: 18px;
  line-height: 23px;
  transition: all .15s ease-in-out;
}

.search_results_link:hover {
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, .25);
}

.search_item_txt {
  margin-left: 10px;
  display: inline;
}

.search_date {
  color: rgba(0, 0, 0, .4);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.search_item_title {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.search_results_item {
  margin-bottom: 12px;
}

.shedule_list {
  width: 86%;
  flex-direction: column;
  align-content: center;
  margin: -1% 10% 0 4%;
  padding-left: 0;
  display: flex;
}

.autor_content {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.allert_link {
  box-shadow: none;
  color: #00aeef;
  text-align: center;
  background-image: url('../images/david_star_0.png'), url('../images/david_star_0.png');
  background-position: 98%, 2%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 46%, auto 46%;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  transition: all .15s ease-in-out;
  display: none;
}

.allert_link:hover {
  background-color: #fff;
  background-image: none;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, .15);
}

.video_broken_sec {
  z-index: 2000;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.broken_video_ic {
  width: 16vw;
  max-width: 200px;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
}

.foreign_content_block {
  margin-top: 30px;
}

.seg_play_group {
  width: 7%;
}

.video_sec {
  z-index: 2000;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 4vw 16% 1vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_close {
  width: 4.4vw;
  height: 4vw;
  opacity: .85;
  background-image: url('../images/menu_close.svg');
  background-position: 24%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-top-left-radius: 1.6vw;
  border-bottom-left-radius: 1.6vw;
  margin-top: 1vw;
  transition: opacity .15s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popup_close:hover {
  opacity: 1;
}

.popup_close.advert {
  width: 6vw;
  filter: invert();
  background-color: rgba(0, 0, 0, .35);
  background-position: 50%;
  background-size: 36%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
}

.item_play_group {
  align-items: center;
  margin-top: 46%;
  padding-left: 12px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pict_gradient {
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .25));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.program_list_date {
  color: #c8c8c8;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: 5%;
}

.show_date {
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  position: relative;
}

.allert_txt {
  border-top: 6px solid #00aeef;
  border-bottom: 6px solid #00aeef;
  padding: 10px 42px;
  font-weight: 800;
  transition: all .2s ease-in-out;
}

.top_back {
  width: 10vw;
  background-image: url('../images/ar_back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.banner_block {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.insert_embed_block {
  width: 31%;
  max-height: 440px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.insert_embed_block.banner {
  max-height: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.slider_embed_group {
  width: 100%;
  max-width: 1600px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.advert_sec {
  z-index: 2020;
  width: 100%;
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.advert_block {
  width: 42%;
  margin: auto;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  h2 {
    margin-top: 2%;
    margin-bottom: 1%;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  p {
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 0%;
    line-height: 2.6vw;
  }

  .bgr_section {
    background-position: 2% 10vw, 98% 100%;
    background-size: 30%, 70%;
  }

  .top_section {
    margin-bottom: 2%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  }

  .top_nav_group {
    height: 8vw;
    align-items: center;
  }

  .top_social_group {
    margin-top: 10vw;
    margin-left: 2%;
    display: none;
  }

  .top_navbar {
    z-index: 2040;
    height: 8vw;
  }

  .top_search_menu {
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
  }

  .top_live_group {
    height: 100%;
    margin-left: 1.5%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .top_nav_button {
    width: 9vw;
    height: 8vw;
    background-size: 5vw;
  }

  .top_nav_button.w--open {
    background-size: 3vw;
  }

  .top_search_drop {
    margin-left: 1vw;
    display: none;
  }

  .top_search_toggle {
    width: 4vw;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 .4vw;
    display: flex;
  }

  .top_search_list.w--open {
    width: 78vw;
    height: 8vw;
    border-radius: 2vw;
    justify-content: space-between;
    align-items: center;
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 2vw;
    top: 4.4vw;
    bottom: 0%;
    left: -180px;
    right: auto;
  }

  .top_search_field {
    height: 5.6vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .top_search_button {
    width: 5vw;
    height: 5vw;
    padding-left: 1.3vw;
    padding-right: 1.5vw;
  }

  .top_nav_menu {
    width: auto;
    max-width: 100%;
    min-width: 60vw;
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .top_nav_link {
    margin-bottom: 1.4vw;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .button {
    border-radius: 1.4vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .button:hover {
    box-shadow: none;
  }

  .button.navmenu {
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 3vw;
  }

  .button.contact {
    margin-top: 2%;
    margin-bottom: 4%;
    margin-right: 25%;
    padding: 1.6vw 14% 1.8vw;
  }

  .button.drop {
    margin-top: 2%;
    margin-bottom: 4%;
    margin-right: 23%;
    padding-left: 14%;
    padding-right: 14%;
  }

  .button.broken {
    margin-top: 3%;
  }

  .top_logo {
    width: 16vw;
    max-width: none;
    top: -7vw;
    right: 9vw;
  }

  .top_social_link {
    width: 3.6vw;
    height: 3.6vw;
    margin-right: 1vw;
  }

  .top_social_link.footer {
    width: 5vw;
    height: 5vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .h_slider_section {
    max-width: none;
    flex-direction: column;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .h_slider_block {
    background-image: none;
  }

  .h_slider {
    width: 100%;
    height: 34vw;
    max-height: none;
    border-width: 1vw;
    border-radius: 1.8vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, .15);
  }

  .content_section.program_list {
    margin-top: 2%;
  }

  .content_section.list_title {
    margin-bottom: 3%;
    padding-top: 0%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .content_section.shows_list {
    margin-top: 2%;
  }

  .content_section.show {
    margin-top: 2%;
    margin-bottom: 6%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content_section.allert {
    padding-top: 0;
  }

  .content_group {
    max-width: none;
  }

  .content_group.add {
    margin-bottom: 7%;
  }

  .content_group.foot_social {
    margin-bottom: 1%;
  }

  .content_group.foot_credits {
    justify-content: center;
  }

  .content_group.show_title_group {
    margin-top: 7vw;
    margin-bottom: -2vw;
  }

  .content_group.show_content {
    padding: 3% 3% 2%;
  }

  .content_group.about_content {
    max-width: none;
    border-radius: 2vw;
    padding: 3% 4% 5%;
    box-shadow: 0 0 2vw rgba(0, 0, 0, .15);
  }

  .content_group._404 {
    min-height: 200px;
    background-size: 90%;
    margin-bottom: 2%;
  }

  .content_group.title_bl {
    width: 100%;
    max-width: none;
    min-height: 6vw;
    background-position: 100%, 0%;
    background-size: auto 3.4vw, auto 3.4vw;
    margin-bottom: 0%;
  }

  .content_group.title_list {
    width: 100%;
    max-width: none;
    min-height: 6vw;
    background-position: 100%, 0%;
    background-size: auto 3.4vw, auto 3.4vw;
    margin-top: 7vw;
    margin-bottom: 0%;
  }

  .content_group.search {
    margin-bottom: 7%;
  }

  .content_group.broken_video {
    max-width: none;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .h_center_title {
    width: 38%;
    margin-top: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .h_center_title.list {
    width: 45%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .h_center_title._404 {
    width: 62%;
    line-height: 3.4vw;
  }

  .programs_list.show {
    padding-bottom: 0;
  }

  .programms_list_item {
    border-radius: 1vw;
    padding: 1%;
  }

  .programms_list_item:hover {
    box-shadow: none;
  }

  .programms_list_item.shows {
    border-bottom-left-radius: 1vw;
    padding-bottom: 1%;
  }

  .programms_list_item.show {
    padding-bottom: 1%;
  }

  .program_list_link {
    padding-bottom: 2.5vw;
  }

  .program_item_title {
    margin: 3% 1vw 1%;
    font-size: 2vw;
    line-height: 2vw;
  }

  .program_item_title.show {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .program_item_pict.shows {
    height: 28vw;
    max-height: none;
    border-radius: 1vw;
    margin-bottom: 2%;
  }

  .program_item_txt {
    margin-top: 0;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .program_item_txt.show {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .program_item_txt.shows {
    margin-left: 1vw;
    font-size: 1.8vw;
  }

  .banner_section {
    min-height: 32vw;
    background-position: 50%;
    margin-top: 4%;
    margin-bottom: 6%;
    box-shadow: 0 0 6vw #fff;
  }

  .banner_content {
    padding-left: 0%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .footer_section {
    margin-top: 9%;
    padding: 6% 3% 8vw;
  }

  .banner_title {
    letter-spacing: 1px;
    margin-bottom: 2%;
    font-size: 6.4vw;
    line-height: 5.6vw;
  }

  .banner_info {
    margin-bottom: 2%;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .footer_rights_cyber_group {
    min-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
  }

  .footer_cyber_link {
    width: 50%;
    margin-top: 2%;
    padding-left: 0%;
    font-size: 1.5vw;
  }

  .shows_item_title {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    padding: 2% 5%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .show_title_group {
    z-index: 30;
    width: 100%;
    max-width: none;
    align-content: flex-start;
    margin-bottom: -4vw;
    padding-left: 1vw;
    padding-right: 1vw;
    position: relative;
  }

  .show_title_group.segment {
    margin-bottom: 1vw;
  }

  .show_title_pict {
    width: 28vw;
    height: 28vw;
    max-width: none;
    min-height: 28vw;
    min-width: 28vw;
    border-width: 1vw;
    margin-left: -3vw;
  }

  .show_title_pict.segment {
    width: 15vw;
    height: 15vw;
    min-height: 15vw;
    min-width: 15vw;
    border-width: .8vw;
  }

  .show_name {
    border-top-left-radius: 2.4vw;
    border-bottom-left-radius: 2.4vw;
    padding: 1.6vw 5vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .show_name.segment {
    width: 100%;
    border-top-left-radius: 1.8vw;
    border-bottom-left-radius: 1.8vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 3.2vw;
    line-height: 3.4vw;
  }

  .show_title_person {
    border-top-left-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    margin-left: 2vw;
    padding: 1vw 5vw 1.4vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .show_title_person.segment {
    border-bottom-left-radius: 1vw;
    padding-top: .8vw;
    padding-bottom: .8vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .breadcrumbs_list {
    margin-bottom: 2%;
  }

  .seg_play {
    opacity: 1;
    margin-bottom: 1.5vw;
    padding: 0%;
  }

  .breadcrumb_item {
    margin-bottom: .5vw;
    margin-left: 1vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .bredcrumb_link {
    margin-left: 1vw;
    font-size: 1.8vw;
  }

  .ic_arrow {
    width: .8vw;
  }

  .content_tags_group {
    clear: both;
    margin-top: 5%;
    margin-bottom: 1%;
  }

  .segment_social_link {
    width: 4vw;
    height: 4vw;
    margin-bottom: .6vw;
    margin-right: .6vw;
  }

  .insert_content_group {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about_pict {
    width: 100%;
    max-height: 48vw;
    border-radius: 2vw;
    margin-top: 3%;
    margin-bottom: 3%;
    left: auto;
  }

  .txt_404 {
    line-height: 40px;
  }

  .line_pict {
    width: 42%;
    height: 10vw;
    max-height: none;
  }

  .line_group {
    height: 10vw;
    background-size: auto 2vw;
    border-radius: 1.4vw;
    margin-top: 3%;
    margin-bottom: 0%;
    padding-left: 4%;
    box-shadow: 0 0 .4vw rgba(0, 0, 0, .35);
  }

  .line_txt {
    width: 56%;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .top_play_icon {
    width: 46px;
    height: 46px;
    min-height: 46px;
    min-width: 46px;
    border-style: none;
    margin-top: 0;
    margin-right: 8px;
    top: 0;
  }

  .form_field_content {
    margin-bottom: .6vw;
    padding-left: 2%;
    padding-right: 2%;
  }

  .form_label_group {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .form_label_star {
    margin-top: 0;
    margin-left: 3px;
    font-size: 2.8vw;
    line-height: 2.8vw;
  }

  .form_field_label {
    width: 86%;
  }

  .form_field_group {
    width: 76%;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
  }

  .form_field {
    height: 6.5vw;
    border-width: .4vw;
    border-radius: 1vw;
    font-size: 2.6vw;
    line-height: 2.6vw;
  }

  .form_field.txt_area {
    min-height: 26vw;
  }

  .contact_txt {
    margin-top: 1vw;
    margin-bottom: 2vw;
  }

  .top_live_info {
    width: auto;
    font-size: 1.3vw;
    line-height: 1.4vw;
  }

  .top_live_content {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .top_live_section {
    max-width: 34vw;
    min-height: 5vw;
    min-width: 28vw;
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-width: 0;
    border-radius: 6vw;
    justify-content: flex-end;
    margin-left: 2vw;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .top_live_section:hover {
    background-color: #fff;
  }

  .top_live_icon {
    width: 4.6vw;
    height: 4.6vw;
    margin-right: 1vw;
    display: none;
  }

  .top_live_icon.mob {
    display: flex;
  }

  .top_live_icon.show {
    width: 4vw;
    height: 4vw;
    min-height: 4vw;
    min-width: 4vw;
    margin-right: 1.4vw;
    display: flex;
  }

  .top_live_title {
    color: #000;
    letter-spacing: .5px;
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1.6vw;
  }

  .top_live_name {
    margin-top: 0;
    font-size: 1.5vw;
    line-height: 1.6vw;
  }

  .slider_arrow {
    width: 3vw;
    margin-right: -4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .slider_arrow.left {
    width: 3vw;
    margin-left: -4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .pict_item {
    height: 16vw;
    max-height: none;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
  }

  .pict_item.show {
    height: 16.5vw;
  }

  .item_pict:hover {
    min-width: 100%;
  }

  .slider_nav {
    height: .5vw;
    font-size: 2vw;
    line-height: 3vw;
    bottom: -3vw;
  }

  .footer_logo {
    width: 20vw;
    margin-bottom: 4vw;
  }

  .h_slider_mask {
    width: 100%;
    border-radius: 1.6vw;
  }

  .form {
    line-height: 1.8vw;
  }

  .content_lines_group {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }

  .main_slide_title {
    letter-spacing: -.5px;
    margin-bottom: 1vw;
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 2.6vw;
  }

  .h_slide_txt {
    margin-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 1.7vw;
  }

  .slide_timing {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }

  .search_mobile {
    margin-top: 0;
    margin-bottom: 2vw;
    display: block;
  }

  .banner_link {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
  }

  .search_mob_group {
    background-color: #fff;
    border-radius: 1.4vw;
    justify-content: space-between;
    align-items: center;
    padding-top: .6vw;
    padding-bottom: .6vw;
    display: flex;
    overflow: hidden;
  }

  .search_mob_field {
    min-height: 6vw;
    color: #000;
    border: 1px solid #fff;
    margin-bottom: 0;
    padding: 0 2vw 0 0;
    font-size: 3vw;
    line-height: 3vw;
  }

  .search_mob_field:active, .search_mob_field:focus {
    border-color: #fff;
  }

  .search_mob_button {
    width: 8vw;
    height: 6vw;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/ic_mob_search.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .show_play_group {
    box-shadow: none;
    letter-spacing: 0;
    border-style: none;
    border-width: 0;
    border-radius: 6vw;
    justify-content: flex-end;
    margin-left: 3vw;
    padding: .6vw 2.5vw .6vw .8vw;
    font-size: 2.4vw;
    line-height: 3vw;
    left: 0;
  }

  .show_top_info {
    border-radius: 8px;
    padding: 4vw 3% 3vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .show_day_group {
    border-radius: 3vw;
    margin-bottom: 3vw;
    padding-bottom: 1vw;
  }

  .show_day_txt {
    font-size: 3.6vw;
    line-height: 3.8vw;
  }

  .item_play {
    width: 3.6vw;
    max-width: none;
    opacity: .5;
    margin-left: .6vw;
    top: 20%;
  }

  .seg_pict_group {
    width: 38%;
  }

  .seg_info_group {
    width: 44%;
  }

  .segment_title {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }

  .seg_share {
    margin-top: 2vw;
  }

  .seg_share_link {
    width: 3.4vw;
    height: 3.4vw;
    margin-left: 1.2vw;
    padding-left: .6vw;
    padding-right: .6vw;
  }

  .seg_share_link.what {
    padding-left: .7vw;
    padding-right: .7vw;
  }

  .seg_share_link.face {
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }

  .seg_pict_credit {
    margin-top: .6vw;
    font-size: 1.6vw;
    line-height: 1.8vw;
  }

  .form_allert_txt {
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .form_info_list {
    margin-bottom: 3vw;
    padding-right: 25%;
  }

  .forminfo_list_txt.red {
    margin-left: .5vw;
    margin-right: .5vw;
    font-size: 2.4vw;
  }

  .shedule_day {
    width: 100%;
    min-width: auto;
    border-radius: 1vw;
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
    padding-right: 3%;
    font-size: 1.4em;
    line-height: 2vw;
  }

  .shedule_day:hover {
    box-shadow: none;
  }

  .shedule_day.openday {
    max-width: none;
    min-width: 20%;
    margin-top: 0;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .shedule_day.openday.w--current {
    min-width: 38%;
    padding-top: .8%;
  }

  .shedule_program_txt {
    margin-right: 1vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .shedule_program_group {
    width: 89.5%;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .shedule_program_name {
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
    flex: none;
    padding: .6vw 2% .8vw 3%;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .shedule_time {
    width: 10%;
    margin-top: .8vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .shedule_item {
    margin-bottom: 1vw;
  }

  .shedule_item.openday {
    margin-top: 0%;
    margin-bottom: 2%;
  }

  .shedule_day_list {
    width: 97%;
    float: left;
    margin-top: .5vw;
    margin-bottom: 1vw;
  }

  .shedule_day_item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.2vw;
    display: block;
  }

  .search_results_info {
    width: 100%;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .search_results_list {
    width: 100%;
    margin-bottom: 3%;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .search_info_txt {
    margin-left: 1vw;
  }

  .search_results_link {
    border-radius: 1vw;
    padding: 2vw 3vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .search_results_link:hover {
    box-shadow: none;
  }

  .search_item_txt {
    margin-left: 1vw;
  }

  .search_date {
    margin-bottom: .4vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .search_item_title {
    margin-bottom: 1vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .search_results_item {
    margin-bottom: 1.5vw;
  }

  .shedule_list {
    width: 90%;
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 0%;
  }

  .autor_content {
    margin-top: 1vw;
    margin-bottom: 4vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .allert_link {
    max-width: 92%;
    background-color: #fff;
    border-radius: 1.5vw;
    margin-top: 3vw;
    padding: 1.6vw 3vw;
    font-size: 2.6vw;
    line-height: 2.8vw;
    box-shadow: 0 0 1.5vw rgba(0, 0, 0, .15);
  }

  .broken_video_ic {
    width: 20vw;
    max-width: none;
    margin-bottom: 3%;
  }

  .foreign_content_block {
    margin-top: 3vw;
  }

  .seg_play_group {
    width: 8%;
  }

  .video_sec {
    justify-content: flex-start;
    padding-top: 6vw;
    padding-left: 12%;
    padding-right: 12%;
  }

  .popup_close {
    width: 5vw;
    height: 4vw;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
  }

  .popup_close.advert {
    height: 5vw;
    background-size: 40%;
  }

  .item_play_group {
    margin-top: 45%;
    padding-left: 1vw;
  }

  .program_list_date {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .show_date {
    margin-top: 2vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .allert_txt {
    border-top-width: .6vw;
    border-bottom-width: .6vw;
    padding: 1.2vw 3vw;
  }

  .banner_block {
    max-width: none;
    margin-top: 6vw;
  }

  .insert_embed_block {
    max-height: none;
    border-radius: 1.8vw;
    padding: 1.5vw;
    font-size: 1.5vw;
    line-height: 1.7vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, .15);
  }

  .insert_embed_block.banner {
    height: auto;
  }

  .slider_embed_group {
    max-width: none;
  }

  .advert_sec {
    justify-content: flex-start;
    padding-top: 4%;
  }

  .advert_block {
    width: 60%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  h2 {
    font-size: 4.6vw;
    line-height: 4.8vw;
  }

  p {
    line-height: 3.4vw;
  }

  .bgr_section {
    background-position: 4% 11vw, 92% 100%;
    background-size: 40%, 70%;
  }

  .top_nav_group {
    height: 11vw;
  }

  .top_social_group {
    margin-top: 13vw;
    margin-bottom: 0;
  }

  .top_navbar {
    height: 11vw;
  }

  .top_search_menu {
    margin-left: 5px;
  }

  .top_live_group {
    margin-top: 0;
  }

  .top_nav_button {
    width: 11vw;
    height: 11vw;
    background-size: 6vw;
  }

  .top_nav_button.w--open {
    background-size: 4vw;
  }

  .top_search_toggle {
    width: 5vw;
    padding-left: .6vw;
  }

  .top_search_list.w--open {
    border-radius: 0;
    position: fixed;
    top: 10vw;
    left: 0;
  }

  .top_search_field {
    width: 91%;
  }

  .top_search_button {
    width: 6vw;
    height: 6vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .top_nav_menu {
    max-width: none;
    min-width: 100vw;
    padding: 11vw 8vw 8vw;
  }

  .top_nav_link {
    margin-bottom: 1.8vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .button {
    border-radius: 2vw;
    margin-top: 4vw;
    margin-bottom: 6vw;
    padding-bottom: 1.8vw;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 3vw;
    line-height: 4vw;
  }

  .button.navmenu {
    padding: 3% 2%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .button.contact {
    border-radius: 1.6vw;
    margin-right: 24%;
    font-size: 3.4vw;
  }

  .button.broken {
    font-size: 3.4vw;
  }

  .top_logo {
    width: 21vw;
    border-radius: 2vw;
    align-items: flex-start;
    display: flex;
    top: -10vw;
    bottom: 0;
    right: 11vw;
    overflow: visible;
  }

  .top_social_link {
    width: 4vw;
    height: 4vw;
    margin-right: 1.2vw;
  }

  .top_social_link.footer {
    margin-bottom: 2vw;
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }

  .h_slider_section {
    margin-top: 1vw;
    padding-left: 2%;
    padding-right: 2%;
  }

  .h_slider_block {
    width: 98%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .h_slider {
    height: 40vw;
    box-shadow: 0 0 3vw rgba(0, 0, 0, .15);
  }

  .content_section.program_list {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content_section.list_title {
    margin-bottom: 3%;
  }

  .content_section.shows_list {
    padding-right: 3%;
  }

  .content_section.show {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content_section.allert {
    padding-top: 4vw;
  }

  .content_group.foot_social {
    flex-wrap: wrap;
    margin-bottom: 0%;
  }

  .content_group.show_title_group {
    margin-top: 9vw;
  }

  .content_group.show_content {
    border-radius: 8px;
  }

  .content_group.about_content {
    border-radius: 2.4vw;
  }

  .content_group._404 {
    background-size: 100%;
    margin-bottom: 4%;
  }

  .content_group.title_list {
    margin-top: 10vw;
  }

  .content_group.broken_video {
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .h_center_title {
    width: 46%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .h_center_title.list {
    width: 55%;
  }

  .h_center_title._404 {
    width: 70%;
    line-height: 4vw;
  }

  .programs_list {
    width: 100%;
    justify-content: space-between;
    margin-left: 0%;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .programs_list.show {
    padding-left: 3%;
  }

  .programms_list_item {
    width: 48%;
    margin-bottom: 3%;
    margin-left: 0%;
    padding: 1.5%;
  }

  .programms_list_item.shows {
    padding: 1.2% 1.2% 2%;
  }

  .programms_list_item.show {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }

  .program_list_link {
    padding-bottom: 3.5vw;
  }

  .program_list_link.shows {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .program_item_title {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .program_item_title.show {
    margin-bottom: 2%;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .program_item_pict.shows {
    height: 28vw;
    border-radius: 1vw;
  }

  .program_item_txt {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .program_item_txt.show {
    font-size: 2.2vw;
    line-height: 2.66vw;
  }

  .program_item_txt.shows {
    margin-left: 0;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .banner_section {
    min-height: 32vw;
    margin-top: 6%;
    margin-bottom: 10%;
  }

  .banner_content {
    padding-left: 0%;
  }

  .footer_section {
    padding-top: 6%;
  }

  .footer_rights_cyber_group {
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer_cyber_link {
    width: auto;
    margin-top: 4%;
    font-size: 2vw;
    line-height: 2vw;
  }

  .show_title_group {
    margin-bottom: -5vw;
  }

  .show_title_group.segment {
    margin-top: 1vw;
  }

  .show_title_pict.segment {
    width: 19vw;
    height: 19vw;
    min-height: 19vw;
    min-width: 19vw;
  }

  .show_name {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
    font-size: 4.4vw;
    line-height: 4.6vw;
  }

  .show_name.segment {
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
    font-size: 4vw;
    line-height: 4.2vw;
  }

  .show_title_person {
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .show_title_person.segment {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .seg_play {
    width: 12%;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 0 1px 2vw rgba(0, 0, 0, .15);
  }

  .breadcrumb_item {
    margin-bottom: .8vw;
    margin-left: 1.6vw;
  }

  .bredcrumb_link {
    margin-left: 1.6vw;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .ic_arrow {
    width: 1.2vw;
  }

  .segment_social_group {
    width: 30%;
  }

  .segment_social_link {
    width: 5vw;
    height: 5vw;
    margin-bottom: 1vw;
    margin-right: 1vw;
  }

  .insert_content_group.seg {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
  }

  .about_pict {
    max-height: none;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .line_pict {
    width: 36%;
    height: 18vw;
  }

  .line_group {
    width: 100%;
    height: 17vw;
    max-height: none;
    background-size: auto 3vw;
    border-radius: 2vw;
    margin-top: 3%;
    margin-left: 0%;
    padding-left: 3%;
  }

  .line_group:hover {
    color: #000;
    background-color: #f2f2f2;
  }

  .line_txt {
    width: 50%;
    margin-right: 6%;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .top_play_icon {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .top_play_icon.audio {
    padding-left: 14px;
    padding-right: 14px;
  }

  .form_field_content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form_label_group {
    width: 22%;
    margin-top: 2px;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .form_label_star {
    margin-left: .5vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .form_field {
    height: 8vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .form_field.txt_area {
    min-height: 30vw;
  }

  .contact_txt {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .top_live_info {
    bottom: 0;
  }

  .top_live_section {
    max-width: 46vw;
    min-height: 7vw;
    min-width: 34vw;
  }

  .top_live_icon {
    width: 5vw;
    height: 5vw;
    margin-top: 0;
  }

  .top_live_icon.mob {
    width: 6vw;
    height: 6vw;
  }

  .top_live_icon.show {
    width: 5vw;
    height: 5vw;
    min-height: 5vw;
    min-width: 5vw;
  }

  .top_live_title {
    font-size: 2.2vw;
    line-height: 2vw;
  }

  .top_live_name {
    color: #000;
    margin-top: .2vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .slider_arrow {
    display: none;
  }

  .pict_item {
    height: 25vw;
    margin-bottom: 1vw;
  }

  .pict_item.show {
    height: 24vw;
  }

  .footer_logo {
    margin-bottom: 5vw;
  }

  .content_lines_group {
    width: 100%;
  }

  .h_slider_info {
    width: 44%;
    padding-right: 1%;
  }

  .main_slide_title {
    margin-bottom: .6vw;
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .h_slide_txt {
    margin-bottom: 1vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .search_mobile {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }

  .banner_link {
    padding: 5%;
  }

  .search_mob_group {
    border-radius: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
  }

  .search_mob_field {
    min-height: 7vw;
    padding-right: 3vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .search_mob_button {
    width: 10vw;
    height: 8vw;
    background-size: 5vw;
  }

  .show_play_group {
    padding: .8vw 3vw .8vw 1vw;
    font-size: 2.6vw;
  }

  .show_top_info {
    border-radius: 8px;
    padding-top: 5vw;
    padding-bottom: 4vw;
    font-size: 4.4vw;
    line-height: 4.4vw;
  }

  .show_day_group {
    padding-bottom: 2vw;
  }

  .item_play {
    width: 5vw;
    min-width: 5vw;
    margin-left: .8vw;
    top: 22%;
  }

  .seg_pict_group {
    display: none;
  }

  .seg_info_group {
    width: 90%;
    text-align: right;
  }

  .segment_title {
    font-size: 4.2vw;
    line-height: 4.4vw;
  }

  .seg_share {
    justify-content: center;
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .seg_share_link {
    width: 5vw;
    height: 5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    padding-left: .8vw;
    padding-right: .8vw;
  }

  .seg_share_link.what {
    padding-left: .9vw;
    padding-right: .9vw;
  }

  .seg_share_link.face {
    padding-left: 1.7vw;
    padding-right: 1.7vw;
  }

  .form_allert_txt {
    font-size: 2vw;
    line-height: 2vw;
  }

  .form_info_list {
    margin-bottom: 3vw;
    padding-right: 24%;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .forminfo_list_txt.red {
    font-size: 3vw;
  }

  .shedule_day {
    min-width: 45%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .shedule_day.openday {
    border-radius: 0;
    padding-top: 1.2vw;
    padding-bottom: 2vw;
  }

  .shedule_day.openday.w--current {
    min-width: 45%;
    margin-bottom: 1%;
  }

  .shedule_program_txt {
    clear: right;
    margin-right: 0;
    font-size: 2.4vw;
    line-height: 2vw;
    top: 1vw;
  }

  .shedule_program_group {
    width: 87%;
    flex: 0 auto;
    margin-bottom: .5vw;
    display: block;
  }

  .shedule_program_name {
    float: right;
    flex: none;
    margin-left: 1.5vw;
    padding: 1vw 3% 1.2vw 4%;
    font-size: 3vw;
    line-height: 3.4vw;
    top: -.4vw;
  }

  .shedule_time {
    width: 12%;
    margin-top: 1vw;
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .shedule_item {
    margin-bottom: 1.4vw;
  }

  .shedule_day_item {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2vw;
  }

  .search_results_info {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .search_results_list {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .search_results_link {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 3vw;
    font-size: 2.4vw;
  }

  .search_date {
    margin-bottom: .8vw;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .search_item_title {
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .search_results_item {
    margin-bottom: 2vw;
  }

  .shedule_list {
    width: 98%;
    margin-left: 1%;
  }

  .autor_content {
    margin-top: 2vw;
    margin-bottom: 5vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .allert_link {
    border-radius: 2vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, .15);
  }

  .broken_video_ic {
    width: 24vw;
  }

  .foreign_content_block {
    margin-top: 5vw;
  }

  .seg_play_group {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    margin-bottom: 3vw;
    display: flex;
  }

  .video_sec {
    padding-top: 8vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .popup_close {
    width: 7vw;
    height: 5vw;
    background-position: 28%;
    background-size: 60%;
    margin-top: 1.5vw;
  }

  .popup_close.advert {
    width: 7vw;
    height: 6vw;
  }

  .item_play_group {
    margin-top: 46%;
    padding-left: 1.5vw;
  }

  .program_list_date {
    font-size: 2vw;
    line-height: 2.4vw;
    left: 0%;
    right: 0%;
  }

  .show_date {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .allert_txt {
    border-top-width: .8vw;
    border-bottom-width: .8vw;
  }

  .insert_embed_block {
    width: 100%;
    min-height: 10vw;
    margin-top: 6vw;
    padding: 2vw;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .insert_embed_block.banner {
    min-height: auto;
  }

  .slider_embed_group {
    flex-direction: column;
    justify-content: flex-start;
  }

  .advert_sec {
    padding-left: 0%;
    padding-right: 0%;
  }

  .advert_block {
    width: 76%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  h2 {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 6.4vw;
    line-height: 7vw;
  }

  p {
    margin-top: 5%;
    margin-bottom: 5%;
    line-height: 5.4vw;
  }

  .bgr_section {
    background-position: 4% 17vw, 92% 100%;
    background-size: 36%, 76%;
  }

  .top_section {
    height: 17vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, .12);
  }

  .top_nav_group {
    height: 17vw;
    display: flex;
  }

  .top_logo_social {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 12px;
  }

  .top_social_group {
    margin-top: 19vw;
    margin-left: 1%;
  }

  .top_social_group.footer {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top_navbar {
    height: 17vw;
  }

  .top_search_menu {
    position: relative;
  }

  .top_live_group {
    margin-left: 2%;
  }

  .top_nav_button {
    z-index: 2200;
    width: 15vw;
    height: 17vw;
    background-size: 8vw;
  }

  .top_nav_button.w--open {
    background-size: 7vw;
  }

  .top_search_toggle {
    width: 8vw;
  }

  .top_search_list.w--open {
    width: 100%;
    height: auto;
    float: none;
    flex-direction: column;
    padding: 3vw 1vw 0 0;
    position: fixed;
    top: 16vw;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .top_search_field {
    width: 86%;
    height: 9vw;
    padding-right: 3vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .top_search_button {
    width: 12vw;
    height: 9vw;
    padding-left: 5vw;
    padding-right: 3vw;
  }

  .top_nav_menu {
    padding-top: 18vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .top_nav_link {
    margin-bottom: 3vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .button {
    border-radius: 2.5vw;
    padding: 2.4vw 9% 3.2vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .button.navmenu {
    margin-top: 5%;
    margin-bottom: 0%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 7vw;
    line-height: 7vw;
  }

  .button.contact {
    width: 100%;
    border-radius: 2vw;
    margin-top: 5%;
    margin-right: 0%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 6vw;
  }

  .button.drop {
    width: 100%;
    margin-top: 5%;
    margin-right: 0%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 20px;
    line-height: 24px;
  }

  .button.broken {
    margin-top: 8%;
    font-size: 6vw;
    line-height: 7vw;
  }

  .top_logo {
    width: 27vw;
    border-radius: 3vw;
    top: -15vw;
    right: 15vw;
  }

  .top_social_link {
    width: 7vw;
    height: 7vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .top_social_link.footer {
    width: 8vw;
    height: 8vw;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .h_slider_section {
    margin-top: 2vw;
    margin-bottom: 0;
    padding-left: 6%;
    padding-right: 6%;
  }

  .h_slider_block {
    width: 100%;
    height: auto;
    background-image: none;
    padding-top: 0%;
    bottom: 6vw;
  }

  .h_slider {
    width: 100%;
    height: 114vw;
    border-width: 2.4vw;
    border-radius: 4vw;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 4vw rgba(0, 0, 0, .15);
  }

  .h_slide_link {
    flex-direction: column;
  }

  .h_slider_pict {
    width: 100%;
    height: 68%;
  }

  .content_section {
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
  }

  .content_section.program_list {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content_section.shows_list {
    padding-right: 4%;
  }

  .content_section.show {
    margin-top: 0%;
  }

  .content_section.allert {
    padding-top: 6vw;
  }

  .content_group.show_title_group {
    margin-top: 10vw;
    margin-bottom: -8px;
  }

  .content_group.show_content {
    border-radius: 6px;
    padding-bottom: 5%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .content_group.about_content {
    border-radius: 3vw;
    padding: 4% 4% 5%;
  }

  .content_group._404 {
    min-height: 26vw;
    background-size: contain;
    margin-top: 14%;
  }

  .content_group.title_bl {
    min-height: 10vw;
    background-size: auto 2.8vw, auto 2.8vw;
    margin-top: 6%;
  }

  .content_group.title_list {
    min-height: 10vw;
    background-size: auto 3vw, auto 3vw;
    margin-top: 14vw;
  }

  .content_group.broken_video {
    font-size: 4.6vw;
    line-height: 5.6vw;
  }

  .h_center_title {
    width: 70%;
    letter-spacing: 0;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .h_center_title.list {
    width: 60%;
    letter-spacing: 0;
    font-size: 6vw;
    line-height: 6vw;
  }

  .h_center_title._404 {
    width: 80%;
    letter-spacing: 0;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .programs_list {
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4%;
  }

  .programs_list.show {
    padding-right: 3%;
  }

  .programms_list_item {
    width: 98%;
    border-radius: 2.6vw;
    margin-bottom: 5%;
    padding: 3%;
  }

  .programms_list_item.shows {
    width: 100%;
    border-bottom-left-radius: 2.5vw;
    margin-left: 5%;
    padding: 2% 2% 3%;
  }

  .programms_list_item.show {
    width: 94%;
    border-radius: 4vw;
    margin-bottom: 6%;
    margin-left: 0%;
    padding: 3%;
  }

  .programms_list_item.show_banner {
    width: 94%;
  }

  .program_list_link {
    padding-bottom: 2%;
    font-size: 3.4vw;
    line-height: 3.8vw;
  }

  .program_list_link.shows {
    font-size: 4vw;
    line-height: 4vw;
  }

  .program_item_title {
    margin-bottom: 2%;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 4.6vw;
    font-weight: 500;
    line-height: 5vw;
  }

  .program_item_title.show {
    margin: 2% 2vw 1%;
    font-size: 5.2vw;
    line-height: 5.6vw;
  }

  .program_item_pict.shows {
    height: 54vw;
    border-radius: 1.4vw;
  }

  .program_item_txt {
    margin-top: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .program_item_txt.show {
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .program_item_txt.shows {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .banner_section {
    margin-top: 10vw;
    margin-bottom: 12vw;
    box-shadow: 0 0 10vw #fff;
  }

  .banner_content {
    width: 52%;
    padding-left: 0%;
    font-size: 6vw;
    line-height: 6vw;
  }

  .footer_section {
    margin-top: 18%;
    padding: 10% 3% 12vw;
  }

  .banner_title {
    margin-bottom: 5%;
    font-size: 9.4vw;
    line-height: 8vw;
  }

  .banner_info {
    margin-bottom: 4%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .footer_rights_cyber_group {
    margin-top: 5%;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .footer_cyber_link {
    width: 100%;
    margin-top: 5%;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .shows_item_title {
    font-size: 5.4vw;
    line-height: 6vw;
  }

  .show_title_group {
    justify-content: flex-start;
    position: relative;
  }

  .show_title_group.segment {
    margin-top: 0;
    margin-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .show_title_pict {
    width: 32vw;
    height: 32vw;
    min-height: 32vw;
    min-width: 32vw;
    border-width: 1.4vw;
    margin-left: -6vw;
    margin-right: -1vw;
  }

  .show_title_pict.segment {
    width: 32vw;
    height: 32vw;
    min-height: 32vw;
    min-width: 32vw;
    border-width: 1.6vw;
  }

  .show_titles_block {
    z-index: 19;
    max-width: 67vw;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .show_titles_block.segment {
    max-width: 67vw;
  }

  .show_name {
    padding: 1.2vw 9vw 1.2vw 6vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .show_name.segment {
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .show_title_person {
    float: right;
    margin-left: 0;
    padding: 1.6vw 9vw 1.6vw 5vw;
    font-size: 3.6vw;
    line-height: 4vw;
    position: relative;
  }

  .show_title_person.segment {
    border-top-left-radius: 1.2vw;
    border-bottom-left-radius: 1.2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .seg_play {
    width: 24%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .segment_pict_play {
    width: 16%;
  }

  .breadcrumb_item {
    margin-bottom: 1vw;
    margin-left: 2vw;
  }

  .bredcrumb_link {
    margin-left: 2vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .ic_arrow {
    width: 1.8vw;
    margin-top: .2vw;
  }

  .content_tags_group {
    flex-direction: column;
    display: flex;
  }

  .segment_social_group {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4%;
  }

  .segment_social_link {
    width: 7vw;
    height: 7vw;
    margin-bottom: 1.4vw;
    margin-right: 1.4vw;
  }

  .about_pict {
    border-radius: 3vw;
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .txt_404 {
    margin-bottom: 10%;
    font-size: 60px;
    line-height: 50px;
  }

  .line_pict {
    width: 86%;
    height: auto;
    border-radius: 3vw 3vw 0 0;
    margin-top: -10vw;
  }

  .line_group {
    height: auto;
    text-align: center;
    background-position: 7%;
    background-size: auto 5vw;
    border-radius: 4vw;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14vw;
    margin-bottom: 3vw;
    padding: 0% 5% 4%;
    overflow: visible;
  }

  .line_txt {
    width: 100%;
    text-align: right;
    margin: 3vw 1% .6vw;
    font-size: 6vw;
    line-height: 6.4vw;
  }

  .top_play_icon {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top_play_icon.audio {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form_field_content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0%;
  }

  .form_label_group {
    width: 100%;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .form_label_star {
    margin-left: 1vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .form_field_group {
    width: 100%;
  }

  .form_field {
    height: 13vw;
    border-width: .8vw;
    border-radius: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .form_field.txt_area {
    min-height: 40vw;
  }

  .form_field.mail {
    height: 14vw;
  }

  .form_field.code {
    width: 22%;
    text-align: center;
    padding-left: .5%;
    padding-right: 1%;
  }

  .form_field.num {
    width: 76%;
  }

  .contact_txt {
    text-align: right;
  }

  .top_live_info {
    margin-top: .3vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .top_live_section {
    max-width: 47vw;
    min-height: auto;
    min-width: 47vw;
    margin-left: 8.2vw;
  }

  .top_live_icon {
    width: 8vw;
    height: 8vw;
    margin-top: 1vw;
  }

  .top_live_icon.mob {
    width: 9vw;
    height: 9vw;
    min-height: 9vw;
    min-width: 9vw;
    margin-top: 0;
    margin-left: 1vw;
    margin-right: 0;
  }

  .top_live_icon.show {
    width: 11vw;
    height: 11vw;
    min-height: 11vw;
    min-width: 11vw;
    margin-top: 0;
    margin-right: 3vw;
  }

  .top_live_title {
    margin-bottom: .4vw;
    font-size: 3.5vw;
    line-height: 2.8vw;
  }

  .top_live_name {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .slider_arrow {
    width: 7vw;
    margin-right: -9vw;
    font-size: 6vw;
    display: none;
  }

  .slider_arrow.left {
    margin-left: -9vw;
    font-size: 6vw;
  }

  .pict_item {
    height: 48vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }

  .pict_item.show {
    height: 44vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }

  .slider_nav {
    height: .8vw;
    font-size: 4vw;
    line-height: 4vw;
    bottom: -6%;
  }

  .footer_logo {
    width: 38vw;
    margin-bottom: 8vw;
  }

  .h_slider_mask {
    border-radius: 3vw;
  }

  .h_slider_info {
    width: 100%;
    height: 32%;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 4%;
    display: flex;
  }

  .main_slide_title {
    margin-top: 2vw;
    margin-bottom: 1.4vw;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5.6vw;
  }

  .h_slide_txt {
    display: none;
  }

  .slide_timing {
    margin-top: 1vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .search_mobile {
    margin-bottom: 6vw;
  }

  .search_mob_group {
    border-radius: 2.5vw;
  }

  .search_mob_field {
    font-size: 6vw;
    line-height: 6vw;
  }

  .search_mob_button {
    width: 12vw;
    height: 10vw;
    background-size: 8vw;
  }

  .show_play_group {
    color: #fff;
    background-color: #f68a1f;
    border-radius: 8vw;
    justify-content: space-between;
    margin-top: 3vw;
    margin-bottom: 2vw;
    margin-left: 0;
    padding: 1.6vw 6vw 1.6vw 2vw;
    font-size: 5.2vw;
    font-weight: 500;
    line-height: 6vw;
    position: relative;
  }

  .show_top_info {
    letter-spacing: 0;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 8vw;
    padding-bottom: 6vw;
    font-size: 24px;
    line-height: 24px;
  }

  .show_day_group {
    margin-bottom: 4vw;
    padding-bottom: 1vw;
  }

  .show_day_txt {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 2vw;
    font-size: 6.6vw;
    font-weight: 700;
    line-height: 7vw;
  }

  .item_play {
    width: 10vw;
    min-width: 9vw;
    margin-left: 1.6vw;
  }

  .seg_info_group {
    width: 100%;
  }

  .segment_title {
    font-size: 7.2vw;
    line-height: 7.2vw;
  }

  .seg_share {
    margin-top: 6vw;
    margin-bottom: 4vw;
    margin-left: 1%;
  }

  .seg_share_link {
    width: 10vw;
    height: 10vw;
    margin-left: 1.4vw;
    margin-right: 1.4vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .seg_share_link.what {
    padding-left: 1.9vw;
    padding-right: 1.9vw;
  }

  .seg_share_link.face {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }

  .form_allert_txt {
    padding-right: 4vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .form_info_list {
    margin-bottom: 4vw;
    padding-right: 0%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .forminfo_list_txt.red {
    font-size: 4.6vw;
  }

  .shedule_day {
    min-width: 100%;
    border-radius: 2.6vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-right: 6%;
    font-size: 6.6vw;
    line-height: 7vw;
  }

  .shedule_day.openday {
    border-right: 1px solid #fff;
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    padding-right: 6%;
  }

  .shedule_day.openday.w--current {
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 1%;
  }

  .shedule_program_txt {
    clear: right;
    border-bottom: .4vw dashed rgba(0, 0, 0, .35);
    padding-bottom: 3.5vw;
    font-size: 4.2vw;
    line-height: 4.8vw;
    display: block;
    top: 0;
  }

  .shedule_program_group {
    width: 100%;
    float: right;
    text-align: right;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .shedule_program_name {
    max-width: none;
    float: right;
    border-top-left-radius: 2.2vw;
    border-bottom-left-radius: 2.2vw;
    margin-bottom: 2vw;
    margin-left: 0;
    padding: 1.8vw 5% 2vw 7%;
    font-size: 5vw;
    line-height: 5.8vw;
    top: 0;
  }

  .shedule_time {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 6.6vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .shedule_item {
    margin-bottom: 2vw;
  }

  .shedule_day_list {
    width: 100%;
    float: right;
    margin-bottom: 2vw;
  }

  .shedule_day_item {
    margin-bottom: 3.6vw;
    padding-left: 6%;
    padding-right: 6%;
    display: block;
  }

  .search_results_info {
    text-align: right;
    flex-direction: column;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-right: 4vw;
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .read_search {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .search_results_list {
    font-size: 3.6vw;
    line-height: 4.2vw;
  }

  .search_info_txt {
    margin-left: 2vw;
  }

  .search_results_link {
    border-radius: 2vw;
    padding: 4vw 4.6vw 4vw 4vw;
    font-size: 4vw;
    line-height: 4.8vw;
  }

  .search_item_txt {
    margin-left: 2vw;
  }

  .search_date {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }

  .search_item_title {
    margin-bottom: 2vw;
    font-size: 5.2vw;
    line-height: 5.4vw;
  }

  .search_results_item {
    margin-bottom: 4vw;
  }

  .autor_content {
    margin-top: 4vw;
    margin-bottom: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .allert_link {
    max-width: 100%;
    border-radius: 3vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5.2vw;
    line-height: 6vw;
    box-shadow: 0 0 3vw rgba(0, 0, 0, .15);
  }

  .broken_video_ic {
    width: 46vw;
    margin-bottom: 6%;
  }

  .foreign_content_block {
    margin-top: 8vw;
  }

  .seg_play_group {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .video_sec {
    padding-top: 12vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .popup_close {
    width: 10vw;
    height: 9vw;
    background-position: 34%;
    background-size: 56%;
    border-top-left-radius: 3vw;
    border-bottom-left-radius: 3vw;
    margin-top: 1vw;
  }

  .popup_close.advert {
    width: 12vw;
    height: 10vw;
    background-size: 40%;
  }

  .item_play_group {
    margin-top: 43%;
    padding-left: 2vw;
  }

  .program_list_date {
    margin-top: 2.5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 3.8vw;
    line-height: 4vw;
    position: relative;
  }

  .show_date {
    font-size: 3.8vw;
    line-height: 4.2vw;
  }

  .allert_txt {
    border-top-width: 1vw;
    border-bottom-width: 1vw;
  }

  .top_back {
    z-index: 2050;
    width: 8vw;
    height: 17vw;
    background-size: 47%;
    display: block;
  }

  .banner_block {
    margin-top: 10vw;
  }

  .insert_embed_block {
    min-height: 20vw;
    border-radius: 4vw;
    margin-top: 11vw;
    padding: 3vw 4vw;
    font-size: 4vw;
    line-height: 4.4vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, .15);
  }

  .advert_sec {
    padding: 9vw 0% 2vw;
  }

  .advert_block {
    width: 94%;
  }
}


