@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f3f3f3;
  --deep-sky-blue: #37afe0;
  --black-2: #2b2b2b;
  --steel-blue-3: #4380d1;
  --dark-cyan: #1c8da7;
  --cornflower-blue: #7bb3ff;
  --royal-blue: #2065c2;
  --crimson: #cf3737;
  --white: white;
  --dim-grey: #4a4a4a;
  --white-2: #fff9;
  --gainsboro: #e2e2e2;
  --silver: #c5c5c5;
  --black-70: #000000b3;
  --black: black;
  --dim-grey-2: #6b6b6b;
  --white-40: #fff6;
  --alice-blue: #d2e0f2;
  --steel-blue: #2c79e0;
  --light-sky-blue: #81b2dd80;
  --cadet-blue: #4dabc0;
  --cornflower-blue-2: #81abe4;
  --grey: #8f8f8f;
  --sky-blue-30: #6ac5da4d;
  --light-blue: #b9dee7;
  --olive-drab: #74a83b;
  --sky-blue-31: #6ac5da;
  --royal-blue-20: #2065c233;
  --light-steel-blue: #b8d0f0;
  --steel-blue-2: #3978cd;
  --light-blue-2: #add2e8;
}

body {
  background-color: var(--white-smoke);
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

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

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

.navbar {
  float: left;
  background-color: var(--black-2);
  flex-flow: column wrap;
  display: none;
}

.nav_container {
  margin-left: 0;
  margin-right: 0;
}

.top_section {
  background-color: var(--black-2);
  color: var(--white-smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 2%;
}

.navmenu {
  float: left;
  justify-content: center;
  align-items: center;
}

.top_search {
  margin-left: 12px;
  margin-right: 0;
  display: block;
}

.top_search_button {
  background-image: url('../images/ic_search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 36px;
  padding: 0 25px;
}

.top_search_button.w--open {
  background-image: url('../images/ic_close.svg');
  background-size: 20px;
}

.top_add {
  margin-left: 0;
  margin-right: 0;
}

.nav_link {
  border-right: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 11px;
  padding: 0 11px 0 0;
  line-height: 16px;
  text-decoration: none;
}

.nav_link:hover {
  color: var(--cornflower-blue);
}

.top_add_button {
  color: var(--cornflower-blue);
  text-transform: uppercase;
  padding: 0;
  display: flex;
}

.top_add_button:hover {
  color: #fff;
}

.navmenu_button {
  float: right;
  background-color: var(--royal-blue);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 4px;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.navmenu_button:hover {
  background-color: #74a83b;
}

.navmenu_button.slider {
  float: right;
  color: var(--royal-blue);
  background-color: #fff;
  height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.navmenu_button.news {
  background-color: var(--crimson);
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.navmenu_button.tv_guide {
  background-color: var(--royal-blue);
  border-radius: 3px;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  font-size: 17px;
  display: flex;
}

.navmenu_button.tv_guide:hover {
  background-color: var(--crimson);
  color: #fff;
}

.navmenu_button.mobile {
  display: none;
}

.navmenu_button.add {
  background-color: var(--royal-blue);
  border-radius: 3px;
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  padding: 10px;
  font-size: 17px;
  display: flex;
}

.navmenu_button.add:hover {
  background-color: var(--crimson);
  color: #fff;
}

.navmenu_button.search {
  float: left;
  background-color: var(--royal-blue);
  border-radius: 3px;
  min-width: 35%;
  min-height: 60px;
  margin-left: 33%;
  padding: 10px 50px;
  font-size: 17px;
  display: block;
}

.navmenu_button.search:hover {
  background-color: var(--crimson);
  color: #fff;
}

.navmenu_button.online {
  background-color: var(--crimson);
}

.main_menu {
  float: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 64%;
  min-height: 36px;
  padding-left: 2px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.top_add_list.w--open {
  background-color: var(--black-2);
  color: var(--white-smoke);
  margin-top: 2px;
  margin-left: -20px;
  padding: 15px 20px 5px;
}

.top_add_link {
  color: var(--white-smoke);
  margin-bottom: 15px;
  padding: 0;
  line-height: 16px;
}

.top_add_link:hover {
  color: var(--cornflower-blue);
}

.top_search_list.w--open {
  background-color: var(--black-2);
  justify-content: flex-start;
  align-items: center;
  min-width: 28vw;
  min-height: 36px;
  display: flex;
  inset: 0% 0% auto 50px;
}

.section {
  padding: 1% 2% .5%;
}

.section.title {
  margin-top: 1%;
  padding-top: .5%;
  padding-bottom: .5%;
}

.section.news {
  display: none;
}

.section.app_store {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.content_group {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_group.top_info {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1580px;
  display: flex;
}

.content_group.banner {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  max-width: 1580px;
  padding: 15px;
}

.content_group.main_item {
  border-radius: 6px;
  justify-content: space-between;
}

.content_group.list {
  border-radius: 6px;
  max-width: 1580px;
  margin-bottom: -2%;
  overflow: hidden;
}

.content_group.title {
  max-width: 1580px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content_group.skider_title_gr {
  justify-content: space-between;
  align-items: center;
  max-width: 1580px;
  height: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content_group.i_frame {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 15px;
}

.content_group.kupi_title {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.content_group.footer_nav {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.content_group.footer_credit {
  line-height: 20px;
}

.content_group.group {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.content_group.list_title {
  margin-bottom: 15px;
}

.content_group.program_title {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content_group.story {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.content_group._404 {
  margin-bottom: 15px;
  padding-top: 55px;
  font-size: 20px;
  line-height: 30px;
}

.content_group.i_frame_duo {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px;
}

.content_group.app_store {
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  display: flex;
}

.logo_9 {
  width: 90px;
  min-width: 90px;
  margin-right: 1%;
}

.logo_9.footer {
  width: 55%;
  margin-bottom: 52px;
}

.logo_9.app_store {
  width: 9vw;
  min-width: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top_info_line {
  background-color: var(--dim-grey);
  width: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 1%;
}

.top_info_line.news {
  background-color: #4a4a4a94;
  width: 100.1%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top_info_line.slider {
  background-color: var(--white-2);
  width: auto;
  height: 1px;
  margin: 10px 180px 0;
  display: block;
  position: static;
  inset: 0% auto auto 380px;
}

.top_info_line.weather {
  margin-top: 10px;
  margin-bottom: 0;
}

.top_info_line.list {
  clear: both;
  background-color: #4a4a4a94;
  width: auto;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.top_info_line._404 {
  clear: both;
  background-color: var(--gainsboro);
  width: auto;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.top_info_line.app_store {
  clear: both;
  background-color: var(--gainsboro);
  width: 96%;
  height: 2px;
  margin: 3% auto;
}

.top_info_date {
  flex-direction: column;
  justify-content: space-between;
  width: 17%;
  margin-top: 2px;
  padding-bottom: 4px;
  display: flex;
}

.top_currency_weather {
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  margin-top: 5px;
  display: block;
}

.top_banner {
  text-align: left;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31.8%;
  max-height: 100px;
  display: flex;
  overflow: hidden;
}

.communic_group {
  justify-content: flex-start;
  margin-bottom: 2%;
  display: flex;
}

.communic_group.footer {
  float: right;
  text-align: right;
  width: 32%;
  margin-top: -35px;
  display: block;
}

.date_group {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
}

.date_time {
  color: var(--crimson);
  text-indent: 3px;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 22px;
}

.date_time.news {
  float: left;
  text-indent: 5px;
  min-width: 50px;
  margin-top: 0;
  margin-left: -4px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.date_days_info {
  text-align: left;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.day_txt {
  text-align: left;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left: 5px;
}

.communic_link {
  width: 33px;
  margin-right: 5%;
}

.communic_link.footer {
  margin-bottom: 5px;
  margin-right: 3%;
}

.communic_link.story {
  width: 28px;
  margin-right: 10px;
}

.top_news_link {
  color: #000;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.main_list {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 103%;
  margin-bottom: 0;
  margin-left: -1%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.main_item_link {
  float: left;
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 65.6%;
  height: 39vw;
  max-height: 570px;
  display: block;
  position: relative;
  overflow: hidden;
}

.main_item_link.half {
  float: left;
  color: var(--white-2);
  background-image: url('../images/sm_pict_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 48.5%;
  height: 440px;
  overflow: hidden;
}

.item_flah {
  float: left;
  background-color: var(--crimson);
  color: #fff;
  border-radius: 3px;
  margin-top: 25px;
  margin-left: 25px;
  padding: 6px 16px 8px;
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item_flah.sm {
  border-radius: 2px;
  margin-top: -10px;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 4px 12px 6px;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  inset: 0% auto auto 0%;
}

.item_flah.half {
  margin-top: 20px;
  margin-left: 20px;
}

.item_flah.story {
  margin-top: 0;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.main_item_pict {
  background-image: url('../images/16_9_tmp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.item_info_gr {
  background-image: linear-gradient(to bottom, transparent, var(--black-70));
  text-align: left;
  padding: 20px 15% 20px 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.item_info_gr.sm {
  float: left;
  color: #000;
  background-image: none;
  width: 100%;
  padding: 0 14px;
  position: relative;
}

.item_info_gr.half {
  color: #fff;
  background-image: linear-gradient(#0000, #000c);
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 15%;
}

.item_info_gr.landscape {
  color: #000;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  width: 63%;
  height: 84%;
  padding: 10px 5% 5px 0;
  display: flex;
  position: relative;
}

.item_info_gr.main_news {
  color: #000;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  width: 39%;
  height: auto;
  padding: 5px 2% 15px 0;
  display: flex;
  position: relative;
}

.item_info_gr.sub_group {
  color: #000;
  background-image: none;
  flex-direction: column;
  width: 62%;
  height: 15vw;
  max-height: 190px;
  padding: 14px 4% 16px 0;
  font-size: 15px;
  line-height: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item_info_gr.story {
  background-image: none;
  padding: 35px 9% 20px 8%;
  position: relative;
}

.item_cat_title {
  color: #fefdfd99;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.item_cat_title.sm {
  background-image: linear-gradient(to right, var(--black-70), transparent);
  color: #fff;
  letter-spacing: 0;
  padding: 4px 20px 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item_cat_title.half {
  display: none;
}

.item_cat_title.landscape {
  color: var(--crimson);
  letter-spacing: 0;
  padding-right: 2%;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item_cat_title.story {
  color: var(--silver);
  letter-spacing: 3px;
}

.item_cat_title.lands_list {
  color: var(--crimson);
  letter-spacing: 0;
  padding-right: 2%;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  position: relative;
}

.item_info_line {
  background-color: var(--crimson);
  height: 3px;
  margin-top: 8px;
  margin-right: 85%;
}

.item_info_line.sm {
  margin: 0 60% 16px 14px;
  position: absolute;
  inset: auto 0% 0%;
}

.item_info_line.landscape {
  width: 14%;
  margin-top: 0;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.item_info_line.list_nav {
  background-color: #000;
  width: 12%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: auto;
  position: relative;
  inset: 0% auto auto 0%;
}

.item_info_line.story {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.item_info_line.end {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.item_info_line.tv {
  background-color: #000;
  width: 12%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: auto;
  position: relative;
  inset: 0% auto auto 0%;
}

.item_info_line.news {
  width: 10%;
  margin-top: 0;
  margin-right: auto;
  position: absolute;
  inset: auto auto 1vw 0%;
}

.item_info_line.autor_nav {
  background-color: #000;
  width: 120px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: auto;
  position: relative;
  inset: 0% auto auto 0%;
}

.item_info_line.program {
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
}

.item_info_line.search {
  clear: both;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 88%;
}

.item_info_line.tags {
  clear: both;
  width: 130px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0%;
}

.list_item_3 {
  background-color: #fff;
  border-radius: 8px;
  width: 18.2%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: .5%;
}

.item_portrait_link {
  color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.item_portrait_link:hover {
  background-color: var(--gainsboro);
}

.item_pict {
  background-image: url('../images/sm_pict_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 11.6vw;
  max-height: 170px;
  display: flex;
  inset: 0%;
  overflow: hidden;
}

.item_pict.half {
  background-image: url('../images/648262127f5f936ba5bdfaf446b964eb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 100%;
  max-height: none;
}

.item_pict.main_news {
  background-image: url('../images/sm_pict_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58%;
  height: 23vw;
  max-height: 380px;
}

.item_pict.sub_group {
  background-image: url('../images/sm_pict_7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
  height: 16vw;
  max-height: 200px;
}

.item_pict.fourth {
  background-image: none;
  height: 11vw;
  max-height: 240px;
}

.item_pict.programs {
  background-image: url('../images/tv_pict_tmp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #fff;
  border-radius: 14px;
  height: 14vw;
  margin-bottom: 15px;
  display: block;
  box-shadow: 0 3px 16px #0006;
}

.item_pict.programs:hover {
  box-shadow: 0 4px 16px #0000008c;
}

.item_sm_title {
  clear: both;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.item_sm_title.landscape {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 20px;
}

.item_sm_title.lands_list {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
}

.content_half_list {
  float: right;
  flex-direction: column;
  justify-content: space-between;
  width: 48.5%;
  height: 440px;
  display: flex;
}

.content_half_list.sub_group {
  width: 100%;
  height: auto;
}

.content_half_list.programs {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 103.5%;
  height: auto;
  margin-top: 10px;
  padding-left: 0;
  position: relative;
  right: -2%;
}

.content_half_list.program {
  width: 66%;
  height: auto;
  padding-left: 0;
}

.half_list_item {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  height: 30.4%;
  display: flex;
}

.half_list_item.sub_group {
  align-items: center;
  height: 16vw;
  max-height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

.half_list_item.programs {
  background-color: #0000;
  width: 21.5%;
  height: auto;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 2%;
  display: block;
}

.half_list_item.banner {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 2%;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}

.half_list_item.program {
  background-color: #000;
  border-radius: 5px;
  height: auto;
  max-height: none;
  margin-bottom: 18px;
  overflow: hidden;
}

.item_landscape_link {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.item_landscape_link:hover {
  background-color: var(--gainsboro);
}

.item_landscape_link.main_news {
  background-color: #fff;
  height: auto;
  margin-bottom: 30px;
  font-weight: 700;
}

.item_landscape_link.main_news:hover {
  background-color: var(--gainsboro);
}

.item_landscape_link.program {
  color: var(--black);
  background-color: #dcdcdc;
  border-radius: 0;
  height: auto;
  padding: 14px 18px 14px 14px;
  display: block;
  position: relative;
  overflow: hidden;
}

.item_landscape_link.program:hover {
  background-color: var(--white);
}

.item_landscape_link.news {
  align-items: stretch;
  height: 16vw;
  max-height: 200px;
}

.content_title {
  float: left;
  background-color: var(--white-smoke);
  color: var(--dim-grey-2);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6%;
  padding-right: 36px;
  font-size: 27px;
  font-weight: 800;
  line-height: 32px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content_title.slider {
  float: left;
  color: #fff;
  background-color: #0000;
  min-width: 180px;
  margin-right: 0%;
  padding-right: 36px;
  display: block;
  position: absolute;
}

.content_title.list {
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0%;
  padding-right: 0;
  font-size: 28px;
  font-weight: 900;
  position: static;
}

.content_title.program {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-right: 6%;
  padding-top: 0;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  top: -5px;
}

.content_title._404 {
  color: var(--crimson);
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0%;
  padding-right: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  position: static;
}

.slider_section {
  background-image: url('../images/slider_bgr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1580px;
  margin: 25px auto;
  padding: 20px 2%;
  overflow: hidden;
  box-shadow: inset 0 3px 8px #00000080;
}

.program_slider {
  background-color: #0000;
  height: 31vw;
  max-height: 380px;
}

.slider_nav {
  display: none;
}

.program_slider_mask {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}

.slider_arrow {
  justify-content: flex-start;
  width: 60px;
  margin-left: -10px;
  font-size: 34px;
  line-height: 34px;
}

.slider_arrow.right {
  margin-left: 0;
  margin-right: -10px;
}

.program_slide {
  text-align: center;
  width: 25%;
}

.slider_link {
  float: right;
  color: #fff;
  text-align: center;
  width: 90%;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 20px;
  text-decoration: none;
}

.slider_program_pict {
  background-color: #fff;
  background-image: url('../images/slider_pict_tmp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 14px;
  height: 14vw;
  max-height: 230px;
  margin-bottom: 15px;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.program_slider_title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 21px;
}

.kupi_title_logo {
  width: 80px;
  margin-right: 10px;
}

.footer_section {
  color: #fff;
  background-color: #000;
  margin-top: 30px;
  padding: 60px 2% 50px;
}

.kupi_slogan {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.footer_nav_list {
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 82%;
  margin-right: -6%;
  display: flex;
}

.footer_logo_gr {
  color: var(--white-40);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 18%;
  font-size: 18px;
  font-weight: 900;
}

.top_weather_gr {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.top_currency_gr {
  justify-content: flex-end;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 3px;
  display: flex;
  position: relative;
}

.top_weather_block {
  text-transform: uppercase;
  width: 22%;
  font-size: 10px;
  font-weight: 600;
}

.top_weather_info {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.top_weather_num {
  margin-top: 2px;
  margin-right: 2px;
  font-size: 20px;
  line-height: 22px;
}

.top_weather_icon {
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  margin-right: 10px;
  display: flex;
}

.top_weather_list {
  width: 28%;
  margin-left: 0;
  margin-right: 0;
}

.top_weather_list.w--open {
  background-color: var(--alice-blue);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-bottom: 5px;
}

.top_weather_toggle {
  background-color: var(--alice-blue);
  background-image: url('../images/ar_bot_blue.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  border-radius: 3px;
  margin-top: 24px;
  padding: 6px 16px 8px 7px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.top_weather_toggle:hover {
  color: var(--royal-blue);
}

.top_weather_toggle.w--open {
  background-color: var(--alice-blue);
  background-image: url('../images/ar_top_blue.svg');
  background-position: 94% 45%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.top_weather_link {
  padding: 5px 8px;
  font-weight: 600;
}

.top_weather_link:hover {
  color: var(--royal-blue);
}

.curerency_info_gr {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.currency_id {
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}

.currency_up, .currency_down {
  justify-content: center;
  align-items: center;
  width: 9px;
  margin-right: 2px;
  display: flex;
  position: relative;
}

.footer_nav_item {
  width: 22%;
  max-width: 22%;
  margin-bottom: 20px;
  margin-right: 4%;
}

.footer_nav_item.big {
  width: 44%;
  max-width: 44%;
}

.footer_nav_title {
  border-bottom: 1px solid var(--white-40);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.footer_nav_title:hover {
  border-bottom-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
}

.footer_nav_link {
  float: left;
  color: #fff;
  width: 49%;
  margin-bottom: 18px;
  padding-right: 5px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.footer_nav_link:hover {
  color: var(--cornflower-blue);
}

.footer_nav_link.one_column {
  width: 100%;
}

.footer_promotion {
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: .5%;
  margin-right: .5%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.footer_promotion:hover {
  border-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
}

.footer_credit_group {
  float: left;
  text-align: left;
  width: 32%;
  margin-top: -40px;
}

.footer_credit_block {
  flex-wrap: wrap;
  align-items: center;
  line-height: 22px;
  display: flex;
}

.footer_credit_block.app_store {
  align-content: flex-start;
}

.footer_credit_link {
  color: #fff;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.footer_credit_link:hover {
  color: var(--cornflower-blue);
}

.footer_credit_link.app_store {
  margin-left: 1vw;
  padding-left: 1vw;
}

.cyber_link {
  color: #fff;
  margin-top: 8px;
  text-decoration: none;
  display: inline-block;
}

.cyber_link:hover {
  color: var(--cornflower-blue);
}

.cyber_link.app_store {
  margin-top: .8vw;
}

.content_block {
  width: 73%;
}

.content_block.fourth {
  width: 23.5%;
  padding-top: 55px;
}

.content_block.story {
  width: 23.5%;
}

.content_block.fourth_tv {
  text-align: left;
  width: 23.5%;
  padding-top: 30px;
}

.content_block.fourth_program {
  text-align: left;
  width: 23.5%;
  padding-top: 45px;
}

.news_sub_group {
  justify-content: space-between;
  align-items: flex-start;
}

.sub_group_banner {
  float: left;
  width: 30%;
}

.sub_group_banner.program {
  background-color: var(--white);
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
}

.list_nav_group {
  float: right;
  clear: right;
  width: 100%;
  display: block;
  position: relative;
}

.list_nav_group.programs {
  width: 100%;
  margin-top: 20px;
}

.list_nav_group.program {
  width: 66%;
}

.list_nav_group.autor {
  float: left;
  width: 100%;
  padding-left: 8%;
}

.content_fourth_banner {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.content_fourth_banner.tv {
  text-align: center;
}

.fourth_list {
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list_item_fourth {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.listen_links_group {
  clear: both;
  direction: ltr;
  text-align: left;
  letter-spacing: 1px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.item_listen_link {
  color: var(--steel-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 5px;
  line-height: 20px;
  text-decoration: none;
}

.item_listen_link:hover {
  color: var(--crimson);
}

.item_listen_link.current {
  color: #000;
}

.news_main_title {
  margin-top: 5%;
  margin-bottom: 1%;
  font-size: 26px;
  font-weight: 800;
  line-height: 28px;
}

.story_group {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}

.story_main_pict {
  background-image: url('../images/16_9_tmp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vw;
  max-height: 640px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story_date_group {
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}

.story_date_txt {
  margin-right: 6px;
  display: inline;
}

.story_date_txt.line {
  margin-left: 6px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.story_date_txt.title {
  float: left;
}

.story_date_txt.link {
  color: var(--black);
  text-decoration: none;
}

.story_date_txt.link:hover {
  color: var(--deep-sky-blue);
}

.story_date_txt.psik {
  margin-left: -4px;
}

.story_date_txt.time {
  margin-left: 6px;
  margin-right: 0;
}

.story_date_txt.mail {
  text-transform: none;
}

.story_date_txt.mail:hover {
  color: var(--crimson);
}

.program_link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.program_link:hover {
  color: var(--crimson);
}

.program_link.banner {
  justify-content: center;
  max-height: 16vw;
  display: flex;
  overflow: hidden;
}

.program_tv_title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.program_tv_info {
  padding-left: 6%;
  padding-right: 6%;
}

.tv_live_title {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
}

.tv_live_line {
  background-color: var(--silver);
  height: 1px;
  margin: 40px 20px;
}

.tv_live_block {
  color: var(--black);
  background-color: #dcdcdc;
  border-radius: 3px;
  align-items: flex-start;
  min-height: 60px;
  margin-bottom: 5px;
  padding: 10px 14px 10px 80px;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tv_live_block:hover {
  background-color: var(--white);
}

.tv_live_time {
  color: var(--crimson);
  letter-spacing: 1px;
  width: 70px;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.program_main_item {
  clear: both;
  text-align: left;
  background-color: #dcdcdc;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 25px 30px 40px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.program_main_item.search {
  padding: 30px 5% 20px;
}

.program_play_block {
  background-color: var(--black);
  color: var(--cornflower-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35vw;
  max-height: 640px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.program_play_icon {
  justify-content: center;
  align-items: center;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.program_item_pict {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 9vw;
  max-height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.program_item_info {
  float: right;
  text-align: left;
  width: 64%;
  padding-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.program_item_date {
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.guide_list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
}

.guide_timing_section {
  background-color: var(--light-sky-blue);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.guide_timing_button {
  background-color: var(--royal-blue);
  background-image: url('../images/arrow_white.svg');
  background-position: 48%;
  background-repeat: no-repeat;
  background-size: 26%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 9px auto 0% 12px;
  overflow: hidden;
}

.guide_timing_button:hover {
  background-color: var(--crimson);
}

.guide_timing_button.right {
  background-image: url('../images/arrow_white_1.svg');
  background-position: 54%;
  padding-left: 16px;
  padding-right: 14px;
  bottom: 0%;
  left: auto;
  right: 12px;
}

.guide_timing_group {
  flex-wrap: wrap;
  width: 86%;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.guide_timing_item {
  width: 32%;
  height: 50px;
  margin-top: 10px;
  margin-left: .5%;
  margin-right: .5%;
}

.guide_timing_link {
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.guide_timing_link:hover {
  color: var(--crimson);
}

.guide_timing_link.in {
  background-color: var(--white-smoke);
}

.guide_timihg_date {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
}

.guide_list_link {
  color: #000;
  text-align: left;
  background-color: #e2e2e2d9;
  align-items: flex-start;
  width: 100%;
  min-height: 54px;
  padding: 16px 30px 16px 45px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.guide_list_link:hover {
  color: var(--crimson);
}

.guide_list_link.even {
  background-color: var(--white-smoke);
}

.guide_list_time {
  align-items: center;
  width: 8%;
  height: 100%;
  margin-top: 8px;
  margin-right: 2%;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.guide_info_group {
  justify-content: flex-start;
  width: 88%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.guide_info_pict {
  background-image: url('../images/program_nopict_sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 130px;
  height: 75px;
}

.guide_txt_group {
  width: 80%;
  max-width: 640px;
  margin-left: 25px;
}

.guide_info_title {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.story_credit_group {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.story_credit_link {
  color: var(--deep-sky-blue);
  margin-left: 5px;
  font-weight: 700;
  text-decoration: none;
}

.story_autor_pict {
  float: left;
  background-image: url('../images/648262127f5f936ba5bdfaf446b964eb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: -12px;
  margin-right: 6px;
  overflow: hidden;
}

.autor_list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
}

.autor_list_link {
  background-color: var(--white);
  color: #000;
  text-align: left;
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 54px;
  padding: 16px 4% 16px 8%;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.autor_list_link:hover {
  color: var(--crimson);
}

.autor_list_link.even {
  background-color: var(--white-smoke);
}

.autor_list_time {
  color: var(--silver);
  text-align: left;
  align-items: center;
  width: 16%;
  height: 100%;
  margin-top: 4px;
  font-size: 16px;
  line-height: 20px;
}

.autor_info_group {
  justify-content: flex-start;
  width: 78%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.autor_info_pict {
  background-image: url('../images/program_autor_pict-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 120px;
  height: 75px;
}

.autor_txt_group {
  width: 79%;
  max-width: 680px;
  margin-left: 30px;
}

.autor_story_title {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.autor_storys_title {
  color: var(--silver);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 30px;
  padding-left: 8%;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.auto_list_info {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.autor_list_pict {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-height: 300px;
  display: flex;
  overflow: hidden;
}

.autor_list_title {
  color: var(--dim-grey-2);
  margin-left: 30px;
  font-weight: 500;
}

.autor_list_name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
}

.last_news_group {
  float: right;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  width: 31.6%;
  height: 39vw;
  max-height: 570px;
  padding-top: 15px;
  padding-left: 1.5%;
  overflow: hidden;
}

.last_news_title {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 1.5%;
  font-size: 20px;
  line-height: 24px;
}

.last_news_scroll {
  height: 90%;
  margin-top: 10px;
  padding-left: 0;
  overflow: auto;
}

.last_news_item {
  border-bottom: 1px solid #b3b3b3;
  width: 98%;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

.last_news_block {
  color: #000;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.last_news_topline {
  background-color: var(--crimson);
  width: 45px;
  height: 3px;
  margin-top: 10px;
}

.news_cat_title {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 21px;
}

.last_news_icon {
  float: right;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-top: -14px;
  display: flex;
}

.last_news_category {
  width: 100%;
}

.last_news_name {
  color: var(--black);
  padding-right: 15px;
  display: block;
}

.last_news_name:hover {
  color: var(--crimson);
}

.last_news_titlel_ink {
  width: 100%;
}

.story_cat_titlelink {
  color: silver;
  width: 100%;
}

.share_content {
  clear: both;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.share_content.program {
  margin-top: 15px;
  margin-bottom: -20px;
}

.share_basic {
  float: left;
  color: var(--black-2);
  text-transform: uppercase;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.share_basic:hover {
  color: var(--crimson);
}

.share_basic.program {
  font-style: normal;
}

.share_basic.program:hover {
  color: var(--white);
}

.share_group {
  float: left;
  align-items: center;
  display: flex;
}

.ic_share {
  width: 24px;
  margin-right: 6px;
}

.footer_prom_group {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter_link {
  width: 100px;
  margin-left: .5%;
  margin-right: .5%;
}

.item_info_date {
  color: var(--dim-grey-2);
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 14px;
}

.partner_group {
  margin-bottom: 20px;
}

.partner_logo {
  width: 100%;
  margin-bottom: 10px;
}

.partner_list {
  float: right;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.partner_list_item {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.parther_item_link {
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5vw;
  max-height: 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.parther_item_link:hover {
  background-color: var(--gainsboro);
}

.partner_info_group {
  text-align: left;
  align-items: center;
  width: 66%;
  padding: 10px 10px 10px 0;
  line-height: 20px;
  display: flex;
}

.partner_item_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.partner_item_pict {
  background-image: url('../images/2019_rect_80_56_b_20_11_2019_08_11_45_78679384_jpg1574253902.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 31%;
  height: 100%;
}

.content_banner {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.content_banner.big {
  margin-bottom: 40px;
}

.top_menu_group {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}

.item_date {
  margin-bottom: 26px;
  margin-left: 14px;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 14px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.story_comment_link {
  background-color: var(--crimson);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.story_comment_link:hover {
  background-color: #74a83b;
}

.program_item_title {
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.program_main_date {
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.program_subpict {
  object-fit: cover;
  height: 100.01%;
}

.add_arrow {
  margin-left: 4px;
  font-size: 26px;
  line-height: 16px;
}

.program_insert_content {
  margin-top: 50px;
  font-weight: 400;
}

.form_calendar_group {
  direction: ltr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.form_calendar_group.to {
  margin-top: 42px;
}

.form_field {
  background-color: #fff;
  border: 1px solid #0000002e;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.form_field.date {
  text-align: left;
  width: 80%;
  font-size: 18px;
}

.form_field_group {
  clear: both;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}

.search_form_group {
  float: left;
  clear: right;
  width: 54%;
  margin-bottom: 20px;
}

.search_form_group.calentar {
  float: right;
  width: 40%;
}

.form_comment {
  width: 100%;
  padding-right: 26%;
}

.search_form {
  font-weight: 300;
  position: relative;
}

.search_calendar {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  padding-left: 5px;
  display: flex;
  position: relative;
  bottom: 1px;
}

.search_add_button {
  float: left;
  background-color: var(--royal-blue);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.search_add_button:hover {
  background-color: #74a83b;
}

.story_news_group {
  float: right;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 4%;
  overflow: hidden;
}

.story_news_group.mobile {
  float: none;
  width: 100%;
  display: none;
  overflow: visible;
}

.story_last_news {
  height: 54vw;
  max-height: 800px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 2%;
  overflow: auto;
}

.story_pop_group {
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 2% 10px;
  display: none;
  overflow: hidden;
}

.story_pop_title {
  float: left;
  border-bottom: 3px solid var(--crimson);
  color: var(--crimson);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}

.story_pop_list {
  clear: both;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.pop_list_item {
  width: 18.6%;
}

.pop_list_link {
  color: #000;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.pop_list_link:hover {
  color: var(--crimson);
}

.pop_list_pict {
  background-image: url('../images/16_9_tmp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 7vw;
  max-height: 110px;
  margin-bottom: 10px;
  display: flex;
  inset: 0%;
  overflow: hidden;
}

.pop_list_title {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
}

.story_soc_group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.stori_share_insert {
  max-width: 40%;
}

.story_duo_content {
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.duo_content_big {
  width: 100%;
}

.duo_content_small {
  width: 28%;
}

.comment_insert {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments_title {
  background-color: var(--white-smoke);
  color: var(--dim-grey-2);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

.story_sub_group {
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: -1px;
  padding: 10px 6%;
  overflow: hidden;
}

.story_sub_list {
  clear: both;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.sub_list_pict {
  background-image: url('../images/16_9_tmp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 10vw;
  max-height: 160px;
  margin-bottom: 10px;
  display: flex;
  inset: 0%;
  overflow: hidden;
}

.sub_autor_name {
  color: var(--royal-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
}

.sub_list_link {
  color: #000;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.sub_list_link:hover {
  color: var(--crimson);
}

.tags_insert_group {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tags_title {
  float: left;
  margin-bottom: 2px;
  margin-right: 12px;
  font-weight: 700;
}

.tags_title.list {
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 32px;
}

.tag_link {
  float: left;
  color: var(--black-2);
  background-color: #eee;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3px;
  margin-right: 3px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.tag_link:hover {
  background-color: var(--cornflower-blue-2);
  color: var(--white);
  text-decoration: none;
}

.podcast_links_group {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-bottom: 30px;
  line-height: 20px;
  display: flex;
}

.podcast_link {
  background-color: var(--white);
  color: var(--steel-blue-3);
  background-image: url('../images/podcast_google_icon.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 23.8%;
  padding: 16px 2% 16px 6%;
  transition: all .15s ease-in-out;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.podcast_link:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.podcast_link.apple {
  background-image: url('../images/podcast_apple_icon.svg');
  background-size: 66px;
}

.podcast_link.spotify {
  background-image: url('../images/podcast_spotify_icon.svg');
}

.podcast_link.yandex {
  background-image: url('../images/podcast_yandex_icon.svg');
  background-position: 4%;
  background-size: 54px;
}

.live_insert {
  float: left;
  min-width: 40px;
  max-width: 80px;
  margin-left: 10px;
}

.logo_app_group {
  color: var(--grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 4% auto 1vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.7vw;
  font-weight: 900;
  line-height: 2.4vw;
}

.app_store_credit_gr {
  background-color: var(--black-70);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.8vw;
  padding-bottom: 2vw;
  font-size: 1.1vw;
  line-height: 1.4vw;
  display: flex;
}

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

.app_store_links_gr {
  grid-column-gap: 8%;
  justify-content: center;
  margin-top: 4%;
  display: flex;
}

.app_store_button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 2vw;
  justify-content: space-around;
  align-items: center;
  width: 44%;
  padding: 1vw 1.6vw 1vw 2vw;
  font-size: 1.5vw;
  display: flex;
}

.app_button_info {
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-right: 1%;
  display: flex;
}

.app_store_logo {
  width: 16%;
  min-width: auto;
  max-width: none;
}

.app_store_logo.apple {
  position: relative;
  top: -.2vw;
}

.app_button_title {
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 3vw;
}

.tags_group {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 30px 40px 50px 50px;
  position: relative;
}

.tags_list {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.tags_list_link {
  border: 1px solid var(--dim-grey-2);
  color: var(--black);
  border-radius: 20px;
  padding: 4px 20px;
  font-size: 18px;
  transition: all .2s ease-in-out;
  display: block;
}

.tags_list_link:hover {
  border-color: var(--crimson);
  background-color: var(--crimson);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 1.5%;
    margin-bottom: 1%;
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 22px;
  }

  p {
    margin-bottom: 2%;
  }

  .navbar {
    z-index: 90;
    display: block;
  }

  .top_section {
    float: right;
    width: 70px;
    height: 60px;
    padding: 0 0%;
    display: block;
  }

  .navmenu {
    z-index: 91;
    background-color: #000c;
    width: 100vw;
    height: 755.75%;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .top_search {
    float: left;
    clear: both;
    border-bottom: 1px solid var(--steel-blue-3);
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin-left: 30px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
  }

  .top_search_button {
    float: left;
    clear: both;
    background-color: #0000;
    background-size: 4vw;
    width: 12%;
    height: 60px;
  }

  .top_search_button.w--open {
    float: left;
    width: 60px;
    height: 60px;
  }

  .top_add {
    float: left;
    clear: both;
    border-bottom: 1px solid var(--steel-blue-3);
    width: 92%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .nav_link {
    float: left;
    border-bottom: 1px solid var(--steel-blue-3);
    text-align: right;
    border-right-style: none;
    margin: 0 0 12px 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .top_add_button {
    text-align: left;
    margin-right: 0;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .navmenu_button {
    float: none;
    clear: both;
    letter-spacing: 2px;
    margin-left: 17%;
    margin-right: 17%;
    padding: 2vw 0;
    font-size: 18px;
    line-height: 22px;
    display: none;
    position: relative;
    top: 3vw;
  }

  .navmenu_button.slider {
    height: 28px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 16px;
    inset: 0% 0% auto auto;
  }

  .navmenu_button.tv_guide {
    min-height: 68px;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    position: static;
  }

  .navmenu_button.mobile {
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: block;
    top: 5vw;
  }

  .navmenu_button.add {
    min-height: 68px;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    position: static;
  }

  .navmenu_button.search {
    min-width: 54%;
    min-height: auto;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .main_menu {
    display: none;
  }

  .top_add_list.w--open {
    background-color: #000;
    margin-left: 0;
  }

  .top_add_link {
    margin-bottom: 3%;
  }

  .top_search_list.w--open {
    background-color: #000;
    padding-bottom: 5px;
  }

  .section {
    clear: both;
    padding-top: 2%;
  }

  .section.title {
    margin-top: 0%;
    padding-top: 2%;
    padding-bottom: 0%;
  }

  .section.top_logo {
    justify-content: flex-start;
  }

  .section.news {
    padding-top: 2%;
    display: block;
  }

  .content_group.top_info {
    float: left;
    justify-content: flex-start;
    margin-top: -70px;
    display: flex;
  }

  .content_group.banner {
    border-radius: 6px;
    padding: 1%;
    overflow: hidden;
  }

  .content_group.main_item {
    border-radius: 6px;
    flex-direction: column;
  }

  .content_group.title {
    display: inline-block;
  }

  .content_group.skider_title_gr {
    text-align: left;
    margin-bottom: 2%;
  }

  .content_group.i_frame {
    border-radius: 6px;
    padding: 1%;
  }

  .content_group.footer_nav {
    margin-bottom: 1%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content_group.footer_credit {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    display: flex;
  }

  .content_group.group {
    flex-wrap: wrap;
  }

  .content_group.list_title {
    margin-bottom: 1%;
    display: inline-block;
  }

  .content_group.program_title {
    display: inline-block;
  }

  .content_group.story {
    flex-wrap: wrap;
  }

  .content_group._404 {
    margin-bottom: 2%;
    padding-top: 1%;
    font-size: 2.4vw;
    line-height: 3.4vw;
    display: inline-block;
  }

  .content_group.i_frame_duo {
    border-radius: 6px;
    max-width: none;
    margin-bottom: 4%;
    padding: 1%;
  }

  .content_group.app_store {
    padding-left: 4%;
    padding-right: 4%;
  }

  .logo_9 {
    width: 65px;
    min-width: auto;
    margin-right: 0%;
  }

  .logo_9.footer {
    margin-bottom: 18%;
  }

  .logo_9.app_store {
    width: 10vw;
  }

  .top_info_line {
    display: none;
  }

  .top_info_line.news {
    margin-top: 12px;
    margin-bottom: 0;
    display: block;
  }

  .top_info_line.slider {
    margin-left: 290px;
    margin-right: 180px;
  }

  .top_info_line.weather {
    display: block;
  }

  .top_info_line.list {
    height: 1px;
    margin-top: 12px;
    margin-bottom: 0;
    display: block;
  }

  .top_info_line._404 {
    height: 1px;
    margin-top: 1vw;
    margin-bottom: 2vw;
    display: block;
  }

  .top_info_line.app_store {
    height: 1px;
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: block;
  }

  .top_info_date {
    width: auto;
  }

  .top_currency_weather, .top_banner {
    display: none;
  }

  .top_banner.mobile {
    border-radius: 0;
    width: 100%;
    max-height: none;
    display: block;
  }

  .communic_group {
    display: none;
  }

  .communic_group.footer {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5%;
  }

  .date_group {
    margin-left: 20px;
  }

  .date_time.news {
    margin-left: 0;
    margin-right: 2%;
  }

  .communic_link.footer {
    width: 40px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .communic_link.story {
    margin-right: 8px;
  }

  .top_news_link {
    border-top: 2px solid var(--white-smoke);
    border-bottom: 1px solid var(--silver);
    align-items: center;
    padding: 10px;
    font-size: 16px;
  }

  .main_item_link {
    border-radius: 6px;
    width: 100%;
    height: auto;
    max-height: none;
    text-decoration: none;
  }

  .main_item_link.half {
    border-radius: 6px;
    width: 100%;
    height: 50vw;
    margin-bottom: 2%;
  }

  .item_flah {
    margin-top: 2%;
    margin-left: 2%;
    padding: 4px 10px 6px;
    font-size: 14px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .item_flah.sm {
    margin-top: -10px;
    margin-left: 0;
    padding: 2px 10px 4px;
    font-size: 10px;
    line-height: 12px;
  }

  .item_flah.half {
    margin-top: 2%;
    margin-left: 2%;
    font-size: 12px;
    line-height: 14px;
  }

  .item_flah.story {
    margin-bottom: 2%;
    margin-left: 4%;
  }

  .main_item_pict {
    height: 54vw;
    display: block;
    position: relative;
  }

  .item_info_gr {
    clear: both;
    background-color: #000;
    background-image: none;
    padding: 3%;
    text-decoration: none;
    position: relative;
  }

  .item_info_gr.sm {
    background-color: #fff;
    padding-top: 2%;
    padding-left: 10px;
    padding-right: 5%;
  }

  .item_info_gr.half {
    background-color: #0000;
    background-image: linear-gradient(#0000, #000c);
    padding: 3%;
    position: absolute;
  }

  .item_info_gr.landscape {
    background-color: #fff;
    height: auto;
    padding-bottom: 8px;
  }

  .item_info_gr.main_news {
    background-color: #0000;
    height: auto;
  }

  .item_info_gr.sub_group {
    background-color: #fff;
    height: auto;
    max-height: none;
    padding-top: 1vw;
    padding-bottom: 3vw;
    padding-right: 3%;
    font-size: 13px;
    line-height: 16px;
  }

  .item_info_gr.story {
    background-color: #0000;
    padding: 3vw 4%;
  }

  .item_cat_title {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .item_cat_title.sm {
    padding: 4px 15px 4px 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .item_cat_title.landscape {
    position: relative;
  }

  .item_cat_title.news {
    color: var(--royal-blue);
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .item_cat_title.story {
    font-size: 14px;
  }

  .item_cat_title.lands_list {
    position: relative;
  }

  .item_info_line {
    height: 2px;
    margin-top: 6px;
  }

  .item_info_line.sm {
    clear: left;
    width: 26%;
    margin: 10px auto 10px 10px;
  }

  .item_info_line.landscape {
    width: 18%;
  }

  .item_info_line.list_nav {
    width: 18%;
    margin-bottom: 3%;
  }

  .item_info_line.story {
    width: 10vw;
    margin-right: 0%;
  }

  .item_info_line.end {
    width: 10vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-right: auto;
  }

  .item_info_line.tv {
    width: 18%;
    margin-bottom: 2%;
  }

  .item_info_line.news {
    width: 18%;
    bottom: 1.2vw;
  }

  .item_info_line.autor_nav {
    width: 16%;
    margin-bottom: 3%;
  }

  .item_info_line.program {
    width: 10vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-right: 0%;
  }

  .item_info_line.search {
    width: 10vw;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .item_info_line.tags {
    width: 100px;
    margin-right: 0%;
  }

  .list_item_3 {
    border-radius: 6px;
    width: 18.6%;
    margin-right: 0%;
  }

  .item_portrait_link {
    border-radius: 4px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .item_pict {
    height: 13vw;
    max-height: none;
  }

  .item_pict.half {
    height: 17vw;
  }

  .item_pict.main_news {
    height: 29vw;
    max-height: none;
  }

  .item_pict.sub_group {
    height: auto;
    max-height: none;
  }

  .item_pict.fourth {
    height: 24vw;
    max-height: none;
  }

  .item_pict.programs {
    border-width: 5px;
    border-radius: 12px;
    height: 20vw;
    margin-bottom: 4%;
    box-shadow: 0 2px 14px #0006;
  }

  .item_sm_title {
    font-size: 12px;
    line-height: 16px;
  }

  .item_sm_title.landscape {
    margin-top: 4px;
  }

  .item_sm_title.lands_list {
    margin-top: 4px;
    font-size: 14px;
  }

  .content_half_list {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .content_half_list.sub_group {
    margin-bottom: 2%;
  }

  .content_half_list.programs {
    margin-top: 0;
    margin-bottom: 2%;
  }

  .content_half_list.program {
    width: 100%;
    margin-bottom: 2%;
  }

  .half_list_item {
    border-radius: 6px;
    margin-bottom: 2%;
  }

  .half_list_item.sub_group {
    height: auto;
    min-height: 18vw;
    max-height: none;
    margin-bottom: 2%;
  }

  .half_list_item.programs {
    margin-bottom: 3%;
  }

  .half_list_item.banner {
    margin-bottom: 3%;
    padding-left: 0;
    padding-right: 0;
  }

  .half_list_item.program {
    margin-bottom: 1.5%;
  }

  .item_landscape_link {
    border-radius: 6px;
  }

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

  .item_landscape_link.main_news {
    margin-bottom: 3%;
  }

  .item_landscape_link.main_news:hover {
    background-color: #fff;
  }

  .item_landscape_link.program {
    padding: 2%;
  }

  .item_landscape_link.news {
    align-items: stretch;
    height: auto;
    min-height: 18vw;
    max-height: none;
  }

  .content_title {
    letter-spacing: 0;
    margin-right: 5%;
    padding-right: 3%;
    font-size: 20px;
    line-height: 24px;
    position: relative;
  }

  .content_title.slider {
    text-align: left;
    min-width: auto;
  }

  .content_title.list {
    margin-bottom: 1%;
    font-size: 26px;
  }

  .content_title.program {
    margin-right: 4%;
    padding-top: 2px;
    padding-right: 2%;
    font-size: 17px;
    line-height: 20px;
    top: 0;
  }

  .content_title._404 {
    margin-bottom: 1%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .slider_section {
    max-width: none;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 1%;
  }

  .program_slider {
    height: 38vw;
    max-height: none;
  }

  .slider_arrow {
    width: 40px;
    margin-left: 0;
    font-size: 28px;
  }

  .slider_arrow.right {
    margin-right: 0;
  }

  .program_slide {
    width: 33%;
  }

  .slider_link {
    font-size: 14px;
    line-height: 18px;
  }

  .slider_program_pict {
    border-width: 4px;
    border-radius: 12px;
    height: 19vw;
    margin-bottom: 10px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .program_slider_title {
    font-size: 16px;
    line-height: 20px;
  }

  .kupi_title_logo {
    width: 9vw;
  }

  .footer_section {
    margin-top: 4%;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .footer_nav_list {
    width: 80%;
    margin-right: -2%;
    padding-left: 0;
  }

  .footer_logo_gr {
    width: 20%;
    font-size: 14px;
    line-height: 20px;
  }

  .footer_nav_title {
    letter-spacing: 1px;
    margin-bottom: 8%;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .footer_nav_link {
    margin-bottom: 6%;
    font-size: 14px;
    line-height: 16px;
  }

  .footer_nav_link.one_column {
    font-size: 14px;
    line-height: 16px;
  }

  .footer_promotion {
    width: 270px;
    margin-bottom: 4vw;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 15px;
  }

  .footer_credit_group {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .footer_credit_block {
    justify-content: center;
  }

  .nav_menu_button {
    z-index: 92;
    background-image: url('../images/ic_menu_hamburg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 36px;
    width: 70px;
    height: 60px;
    padding: 0;
  }

  .nav_menu_button.w--open {
    background-color: #000;
    background-image: url('../images/ic_menu_close.svg');
    background-size: 30px;
  }

  .item_trans_title {
    font-size: 20px;
    line-height: 24px;
  }

  .content_block {
    width: 100%;
  }

  .content_block.fourth {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-top: 3%;
    display: flex;
  }

  .content_block.story {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-top: 3%;
  }

  .content_block.fourth_tv, .content_block.fourth_program {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 0%;
    display: flex;
  }

  .news_sub_group.program {
    flex-direction: column;
    display: flex;
  }

  .sub_group_banner.program {
    display: none;
  }

  .list_nav_group {
    flex-direction: column;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .list_nav_group.programs {
    margin-top: 1%;
  }

  .list_nav_group.program {
    width: 100%;
  }

  .list_nav_group.autor {
    margin-bottom: 3%;
    padding-left: 3%;
  }

  .content_fourth_banner {
    width: 100%;
    margin-bottom: 3%;
    padding: 0;
  }

  .content_fourth_banner.tv {
    margin-top: 3%;
  }

  .fourth_list {
    flex-direction: row;
    place-content: flex-start space-between;
    margin-bottom: 1%;
  }

  .list_item_fourth {
    border-radius: 6px;
    width: 48.5%;
  }

  .listen_links_group {
    width: 100%;
    margin-left: -4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item_listen_link {
    text-align: center;
    min-width: auto;
    height: 30px;
    padding: 4px 6px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .news_main_title {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
    line-height: 24px;
  }

  .story_group {
    border-radius: 5px;
    margin-bottom: 3%;
  }

  .story_main_pict {
    border-radius: 6px;
    height: 54vw;
    max-height: none;
  }

  .story_date_group {
    margin-top: 22px;
    font-size: 10px;
    line-height: 14px;
  }

  .story_date_txt {
    margin-right: 4px;
  }

  .story_date_txt.line {
    margin-left: 3px;
    margin-right: 6px;
    font-size: 12px;
  }

  .story_date_txt.title {
    top: 3px;
  }

  .story_date_txt.mail {
    font-size: 12px;
  }

  .program_link {
    border-radius: 6px;
  }

  .program_link.banner {
    border-radius: 5px;
    max-height: 20vw;
  }

  .program_tv_title {
    margin-top: auto;
    margin-bottom: 1%;
    font-size: 14px;
    line-height: 16px;
  }

  .program_tv_info {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 11px;
    line-height: 15px;
  }

  .tv_live_title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2%;
    font-size: 16px;
  }

  .tv_live_infogroup {
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .tv_live_line {
    display: none;
  }

  .tv_live_block {
    min-height: 46px;
  }

  .program_main_item {
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 4%;
    padding: 2% 2% 4%;
    font-size: 18px;
    line-height: 22px;
  }

  .program_main_item.search {
    padding: 2% 3%;
  }

  .program_play_block {
    height: 50vw;
    max-height: none;
    margin-bottom: 3%;
  }

  .program_play_icon {
    width: 12vw;
  }

  .program_item_pict {
    height: 18vw;
    max-height: none;
  }

  .program_item_info {
    flex-direction: column;
    height: 100%;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .program_item_date {
    letter-spacing: 2px;
    margin-bottom: 2%;
    font-size: 14px;
  }

  .guide_list {
    margin-top: 2%;
    margin-bottom: 4%;
  }

  .guide_timing_section {
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 13px;
    line-height: 15px;
  }

  .guide_timing_button {
    width: 36px;
    height: 36px;
    padding-left: 12px;
    padding-right: 14px;
    top: 7px;
    left: 10px;
  }

  .guide_timing_button.right {
    padding-left: 14px;
    padding-right: 12px;
    right: 10px;
  }

  .guide_timing_group {
    height: 50px;
  }

  .guide_timing_item {
    height: 43px;
    margin-top: 7px;
  }

  .guide_timing_link {
    padding-bottom: 2px;
  }

  .guide_timihg_date {
    font-size: 16px;
    line-height: 16px;
  }

  .guide_list_link {
    min-height: 46px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px;
    line-height: 20px;
  }

  .guide_list_time {
    margin-top: 2px;
    margin-right: 3%;
    font-size: 18px;
  }

  .guide_info_pict {
    border-radius: 4px;
    width: 20%;
    height: 9vw;
  }

  .guide_txt_group {
    width: 76%;
    margin-left: 2vw;
    font-size: 14px;
    line-height: 18px;
  }

  .guide_info_title {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
  }

  .story_credit_group {
    margin-top: 5px;
    padding-left: 4%;
    font-size: 12px;
    line-height: 17px;
  }

  .story_autor_pict {
    width: 36px;
    height: 36px;
    margin-top: -8px;
  }

  .autor_list {
    margin-top: 2%;
    margin-bottom: 4%;
  }

  .autor_list_link {
    border-radius: 6px;
    min-height: 46px;
    padding-left: 3%;
    padding-right: 2%;
    font-size: 16px;
    line-height: 20px;
  }

  .autor_list_time {
    width: 18%;
    margin-top: 2px;
    margin-right: 1%;
    font-size: 14px;
    line-height: 16px;
  }

  .autor_info_pict {
    border-radius: 4px;
    width: 20%;
    height: 9vw;
  }

  .autor_txt_group {
    width: 76%;
    margin-left: 2vw;
    font-size: 14px;
    line-height: 18px;
  }

  .autor_story_title {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
  }

  .autor_storys_title {
    margin-top: 1%;
    margin-bottom: 1%;
    padding-left: 3%;
  }

  .auto_list_info {
    margin-top: 2%;
    margin-bottom: 3%;
  }

  .autor_list_pict {
    border-radius: 6px;
  }

  .autor_list_title {
    margin-left: 4%;
    font-size: 14px;
    line-height: 20px;
  }

  .autor_list_name {
    margin-bottom: 1%;
    font-size: 22px;
    line-height: 26px;
  }

  .last_news_group {
    display: none;
  }

  .last_news_block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .last_news_topline {
    height: 2px;
    margin-top: 6px;
  }

  .share_content.program {
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .footer_prom_group {
    flex-direction: column;
    margin-bottom: 5vw;
  }

  .counter_link {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .item_info_date {
    margin-top: 6px;
    font-size: 11px;
    line-height: 13px;
  }

  .partner_group {
    width: 48%;
    margin-bottom: 2vw;
    margin-right: 1.8%;
  }

  .partner_list {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .partner_list_item {
    border-radius: 4px;
    margin-bottom: 2%;
  }

  .parther_item_link {
    border-radius: 6px;
    align-items: stretch;
    height: 10vw;
    max-height: none;
  }

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

  .partner_info_group {
    clear: both;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    text-decoration: none;
    position: relative;
  }

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

  .content_banner {
    margin-top: 4vw;
  }

  .content_banner.big {
    margin-top: 0;
    margin-bottom: 4vw;
  }

  .top_menu_group {
    width: auto;
    max-width: none;
  }

  .item_date {
    margin-bottom: 18px;
    margin-left: 10px;
    font-size: 9px;
  }

  .story_comment_link {
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding: 1vw 2vw;
  }

  .program_item_title {
    letter-spacing: 2px;
    margin-bottom: 1.5%;
    font-size: 20px;
  }

  .program_main_date {
    letter-spacing: 2px;
    margin-bottom: 2%;
    font-size: 14px;
  }

  .add_arrow {
    line-height: 20px;
  }

  .program_insert_content {
    margin-top: 3vw;
  }

  .form_calendar_group.to {
    margin-top: 36px;
  }

  .form_field {
    height: 46px;
  }

  .form_field_group {
    margin-bottom: 12px;
    line-height: 22px;
  }

  .search_form_group {
    margin-bottom: 10px;
  }

  .search_form_label {
    font-size: 18px;
  }

  .search_form {
    margin-top: 2%;
    margin-bottom: 2%;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .search_calendar {
    width: 46px;
    height: 46px;
    margin-left: 8px;
  }

  .search_add_button {
    clear: both;
    letter-spacing: 2px;
    margin-bottom: 4vw;
    padding: 2vw 3vw;
    font-size: 17px;
    line-height: 22px;
  }

  .story_news_group {
    display: none;
  }

  .story_news_group.mobile {
    margin-bottom: 4%;
    display: block;
  }

  .story_last_news {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .story_pop_group {
    margin-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .story_pop_list {
    flex-direction: column;
  }

  .pop_list_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .pop_list_link {
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .pop_list_pict {
    height: 13vw;
    max-height: none;
    display: none;
  }

  .pop_list_title {
    font-size: 17px;
    line-height: 21px;
  }

  .story_soc_group {
    margin-top: 0;
  }

  .duo_content_big {
    width: 100%;
  }

  .duo_content_small {
    display: none;
  }

  .comment_insert {
    margin-top: 4%;
    margin-bottom: 4%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .comments_title {
    letter-spacing: 0;
    margin-right: 5%;
    padding-right: 3%;
    font-size: 20px;
    line-height: 24px;
    position: relative;
  }

  .sub_list_pict {
    height: 13vw;
    max-height: none;
  }

  .sub_autor_name {
    font-size: 12px;
    line-height: 16px;
  }

  .sub_list_link {
    border-radius: 4px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .tags_insert_group {
    clear: both;
    margin-top: 4vw;
    margin-bottom: 3vw;
    line-height: 2.6vw;
  }

  .tags_title {
    margin-bottom: .6vw;
    margin-right: .6vw;
  }

  .tags_title.list {
    font-size: 28px;
  }

  .tag_link {
    margin-bottom: .6vw;
    margin-right: .6vw;
    display: flex;
  }

  .podcast_link {
    padding-left: 7%;
  }

  .logo_app_group {
    margin-top: 3%;
    font-size: 2vw;
  }

  .app_store_credit_gr {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 1.4vw;
    line-height: 2vw;
  }

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

  .app_store_links_gr {
    margin-top: 3%;
  }

  .app_store_button {
    font-size: 1.8vw;
  }

  .app_button_title {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .tags_group {
    border-radius: 5px;
    margin-bottom: 3%;
    padding: 3% 6% 4% 4%;
  }

  .tags_list {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 2%;
    font-size: 24px;
    line-height: 28px;
  }

  .top_search {
    border-bottom: 1px solid var(--steel-blue-3);
    width: 90%;
  }

  .top_search_button {
    background-position: 1%;
    background-size: 5vw;
  }

  .top_add {
    border-bottom-color: var(--steel-blue-3);
    width: 90%;
    margin-right: 0;
  }

  .nav_link {
    border-bottom-color: var(--steel-blue-3);
    margin-bottom: 1.4vw;
    padding-bottom: 1.4vw;
  }

  .top_add_button {
    padding-bottom: 2vw;
  }

  .navmenu_button {
    margin-left: 16%;
    margin-right: 16%;
    top: 4vw;
  }

  .navmenu_button.slider {
    font-size: 13px;
  }

  .navmenu_button.tv_guide {
    min-height: auto;
    margin-top: 2%;
    padding: 3% 2%;
  }

  .navmenu_button.mobile {
    top: 6vw;
  }

  .navmenu_button.add {
    min-height: auto;
    margin-top: 2%;
    padding: 3% 2%;
  }

  .navmenu_button.search {
    width: 100%;
    min-width: auto;
    margin-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 20px;
  }

  .section.title {
    padding-top: 3%;
  }

  .section.app_store {
    min-height: 100vh;
    position: static;
  }

  .content_group.top_info {
    margin-top: -70px;
  }

  .content_group.banner {
    border-radius: 6px;
  }

  .content_group.kupi_title {
    padding-top: 2%;
  }

  .content_group.footer_nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content_group.footer_credit {
    font-size: 14px;
    line-height: 18px;
  }

  .content_group.group, .content_group.story {
    margin-top: 1%;
    margin-bottom: 3%;
  }

  .content_group._404 {
    font-size: 2.6vw;
  }

  .content_group.app_store {
    justify-content: center;
    min-height: 50vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .logo_9.footer {
    width: 40%;
    margin-bottom: 10%;
  }

  .logo_9.app_store {
    width: 14vw;
    margin-bottom: 3vw;
  }

  .top_info_line.slider {
    margin-top: 8px;
    margin-left: 270px;
    margin-right: 160px;
  }

  .top_info_line.list {
    margin-top: 2%;
  }

  .top_info_line._404 {
    height: 2px;
    margin-top: 2%;
  }

  .top_info_line.app_store {
    height: 2px;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .top_banner.mobile {
    margin-top: -10px;
  }

  .communic_group.footer {
    margin-bottom: 6%;
  }

  .date_time.news {
    min-width: 60px;
    margin-top: 0;
    margin-right: 1%;
    line-height: 18px;
  }

  .communic_link.story {
    width: 26px;
  }

  .top_news_link {
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .main_list {
    width: 100%;
    margin-left: 0%;
  }

  .main_item_link.half {
    height: 58vw;
  }

  .item_flah {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 13px;
    line-height: 14px;
  }

  .item_flah.sm {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 14px;
  }

  .item_info_gr.sm {
    padding-top: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .item_info_gr.landscape {
    margin-bottom: 10px;
    margin-left: 3%;
    font-size: 14px;
    line-height: 20px;
  }

  .item_info_gr.main_news {
    width: 50%;
    font-size: 13px;
    line-height: 20px;
  }

  .item_info_gr.sub_group {
    width: 63%;
    margin-left: 3%;
    padding-top: 2vw;
    padding-bottom: 4vw;
    padding-right: 2%;
    font-size: 12px;
    line-height: 16px;
  }

  .item_info_gr.story {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .item_cat_title {
    font-size: 14px;
    line-height: 18px;
  }

  .item_cat_title.landscape {
    font-size: 11px;
    line-height: 12px;
  }

  .item_cat_title.news {
    margin-bottom: 2%;
  }

  .item_cat_title.story {
    font-size: 13px;
    line-height: 16px;
  }

  .item_cat_title.lands_list {
    font-size: 11px;
    line-height: 12px;
  }

  .item_info_line {
    margin-top: 3%;
  }

  .item_info_line.sm {
    width: 12%;
    margin-top: 0;
    margin-bottom: 3%;
    margin-left: 4%;
  }

  .item_info_line.landscape {
    width: 14%;
  }

  .item_info_line.list_nav {
    width: 16%;
    margin-bottom: 2%;
  }

  .item_info_line.tv {
    margin-bottom: 2%;
  }

  .item_info_line.news {
    bottom: 1.5vw;
  }

  .item_info_line.autor_nav {
    width: 15%;
    margin-bottom: 2%;
  }

  .item_info_line.search {
    width: 14vw;
    height: 3px;
  }

  .list_item_3 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .item_portrait_link {
    padding-bottom: 7%;
  }

  .item_pict {
    width: auto;
    height: 44vw;
    display: none;
  }

  .item_pict.half {
    height: 20vw;
    display: block;
  }

  .item_pict.main_news {
    width: 47%;
    display: block;
  }

  .item_pict.sub_group {
    width: 34%;
    height: auto;
    min-height: 18vw;
    display: flex;
  }

  .item_pict.programs {
    height: 28vw;
    margin-bottom: 5%;
    display: flex;
  }

  .item_sm_title {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 22px;
  }

  .item_sm_title.landscape {
    margin-top: .5vw;
    margin-bottom: .5vw;
    font-size: 14px;
    line-height: 18px;
  }

  .item_sm_title.lands_list {
    margin-top: .5vw;
    margin-bottom: .5vw;
    font-size: 14px;
    line-height: 16px;
  }

  .content_half_list.programs {
    width: 102%;
    margin-bottom: 0%;
    padding-right: 1%;
  }

  .half_list_item {
    height: auto;
  }

  .half_list_item.programs {
    width: 29.6%;
    margin-bottom: 4%;
  }

  .half_list_item.banner {
    margin-right: 3%;
  }

  .half_list_item.program {
    margin-bottom: 1%;
  }

  .item_landscape_link.news {
    align-items: stretch;
    min-height: auto;
  }

  .content_title {
    font-size: 19px;
  }

  .content_title.slider {
    padding-right: 20px;
    line-height: 28px;
  }

  .content_title.list {
    margin-bottom: .5%;
    font-size: 24px;
  }

  .content_title.program {
    font-size: 16px;
  }

  .content_title._404 {
    margin-bottom: 1%;
    font-size: 6vw;
    line-height: 8vw;
  }

  .program_slider {
    height: 54vw;
    max-height: none;
  }

  .program_slide {
    width: 49.5%;
  }

  .slider_link {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .slider_program_pict {
    height: 27vw;
    max-height: none;
    margin-bottom: 6%;
  }

  .program_slider_title {
    margin-top: 3%;
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 18px;
  }

  .kupi_title_logo {
    width: 11vw;
  }

  .footer_section {
    padding: 8% 3% 7%;
  }

  .kupi_slogan {
    font-size: 16px;
  }

  .footer_nav_list {
    width: 100%;
  }

  .footer_logo_gr {
    width: 40%;
    margin-bottom: 8%;
  }

  .footer_promotion {
    margin-bottom: 5vw;
  }

  .cyber_link.app_store {
    margin-top: 1.5vw;
  }

  .content_block.app_store {
    flex-direction: column;
    justify-content: space-around;
    min-height: 50vh;
    display: flex;
  }

  .sub_group_banner {
    width: 26%;
  }

  .list_nav_group {
    margin-top: 1%;
  }

  .content_fourth_banner {
    border-radius: 0;
    overflow: visible;
  }

  .content_fourth_banner.tv {
    margin-top: 3%;
  }

  .list_item_fourth {
    width: 100%;
  }

  .item_listen_link {
    font-size: 16px;
  }

  .news_main_title {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 22px;
  }

  .story_group {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0%;
  }

  .story_date_group {
    margin-top: 18px;
  }

  .story_date_txt.title {
    top: 0;
  }

  .story_date_txt.time {
    margin-left: 5px;
  }

  .program_tv_title {
    margin-bottom: 2%;
    font-size: 14px;
    line-height: 15px;
  }

  .program_tv_info {
    font-size: 11px;
    line-height: 13px;
  }

  .tv_live_title {
    margin-bottom: 1%;
  }

  .tv_live_infogroup {
    width: 100%;
    margin-bottom: 5%;
  }

  .tv_live_block {
    min-height: auto;
    margin-bottom: 1%;
    padding: 3% 3% 3% 15%;
    font-size: 18px;
    line-height: 20px;
  }

  .tv_live_time {
    width: 14%;
    margin-top: 3%;
    padding-left: 3%;
    font-size: 17px;
  }

  .program_main_item {
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .program_main_item.search {
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .program_item_pict {
    max-height: none;
  }

  .program_item_info {
    font-size: 14px;
    line-height: 18px;
  }

  .program_item_date {
    margin-bottom: 1.5%;
    font-size: 12px;
    line-height: 14px;
  }

  .guide_timing_section {
    font-size: 12px;
    line-height: 14px;
  }

  .guide_timing_button {
    top: 5px;
    left: 8px;
  }

  .guide_timing_button.right {
    right: 8px;
  }

  .guide_timing_group {
    width: 84%;
    height: 46px;
  }

  .guide_timing_item {
    height: 39px;
  }

  .guide_timihg_date {
    font-size: 15px;
    line-height: 15px;
  }

  .guide_list_link {
    min-height: 42px;
    padding: 2vw 2%;
    font-size: 14px;
    line-height: 16px;
  }

  .guide_list_time {
    margin-right: 2%;
    font-size: 14px;
  }

  .guide_info_group {
    width: 90%;
  }

  .guide_info_pict {
    border-radius: 3px;
    width: 24%;
    height: 11vw;
  }

  .guide_txt_group {
    width: 80%;
    max-width: none;
    font-size: 13px;
    line-height: 16px;
  }

  .guide_info_title {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
  }

  .story_credit_group {
    padding-right: 8px;
  }

  .story_autor_pict {
    margin-top: -10px;
  }

  .autor_list_link {
    min-height: 42px;
    padding: 2vw 2%;
    font-size: 14px;
    line-height: 16px;
  }

  .autor_list_time {
    margin-right: 2%;
    font-size: 12px;
    line-height: 14px;
  }

  .autor_info_group {
    width: 78%;
  }

  .autor_info_pict {
    border-radius: 3px;
    width: 22%;
    height: 10vw;
  }

  .autor_txt_group {
    width: 80%;
    max-width: none;
    font-size: 12px;
    line-height: 14px;
  }

  .autor_story_title {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
  }

  .autor_storys_title {
    font-size: 13px;
    line-height: 18px;
  }

  .autor_list_pict {
    width: 46%;
  }

  .autor_list_title {
    font-size: 12px;
    line-height: 18px;
  }

  .autor_list_name {
    font-size: 19px;
    line-height: 22px;
  }

  .last_news_topline {
    margin-top: 3%;
  }

  .share_basic {
    font-size: 11px;
    line-height: 12px;
  }

  .share_basic.program {
    margin-right: 2vw;
  }

  .ic_share {
    width: 22px;
  }

  .footer_prom_group {
    margin-bottom: 6vw;
  }

  .item_info_date {
    margin-top: 10px;
  }

  .partner_list_item {
    height: auto;
  }

  .content_banner.big {
    margin-bottom: 5vw;
  }

  .item_date {
    margin-bottom: 4.5%;
    margin-left: 4%;
    font-size: 10px;
  }

  .story_comment_link {
    top: 4vw;
  }

  .program_item_title {
    margin-bottom: 1%;
    font-size: 16px;
    line-height: 20px;
  }

  .program_main_date {
    margin-bottom: 2%;
    font-size: 12px;
    line-height: 14px;
  }

  .form_calendar_group.to {
    margin-top: 0;
  }

  .form_field.date {
    width: 75%;
  }

  .form_field_group.calendar {
    width: 47%;
  }

  .search_form_group {
    width: 100%;
    margin-bottom: 0;
  }

  .search_form_group.calentar {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .search_form_label {
    width: 100%;
  }

  .search_calendar {
    bottom: auto;
  }

  .search_add_button {
    padding-left: 4vw;
    padding-right: 4vw;
    top: 4vw;
  }

  .story_news_group.mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .story_pop_group {
    padding-top: 4vw;
    padding-bottom: 0;
  }

  .story_pop_title {
    margin-bottom: 4vw;
  }

  .pop_list_item {
    margin-bottom: 3vw;
  }

  .pop_list_pict {
    width: auto;
    height: 44vw;
    display: none;
  }

  .stori_share_insert {
    max-width: 50%;
  }

  .comments_title {
    font-size: 19px;
  }

  .sub_list_pict {
    width: auto;
    height: 44vw;
    display: none;
  }

  .sub_autor_name {
    margin-top: 4%;
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 22px;
  }

  .sub_list_link {
    padding-bottom: 7%;
  }

  .tags_insert_group {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .tags_title {
    font-size: 16px;
    line-height: 22px;
  }

  .tags_title.list {
    font-size: 26px;
  }

  .tag_link {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .podcast_link {
    width: 49%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-left: 10%;
  }

  .live_insert {
    margin-left: 1vw;
  }

  .logo_app_group {
    width: 40%;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .app_store_credit_gr {
    margin-top: 5%;
    padding-top: 2vw;
    padding-bottom: 3vw;
    font-size: 1.8vw;
    line-height: 2.6vw;
  }

  .app_store_group {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .app_store_links_gr {
    margin-top: 4vw;
  }

  .app_store_button {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 2vw;
  }

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

  .tags_group {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0%;
    padding-left: 5%;
  }

  .tags_list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 4%;
    margin-bottom: 5%;
  }

  .tags_list_link {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 5%;
    font-size: 22px;
    line-height: 26px;
  }

  h3 {
    margin-bottom: 4%;
    line-height: 24px;
  }

  p {
    margin-bottom: 4%;
  }

  .top_section {
    width: 60px;
  }

  .top_search {
    flex-direction: column-reverse;
    width: 90%;
    margin-left: 5vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .top_search_button {
    background-color: var(--dark-cyan);
    background-position: 50%;
    background-size: 7vw;
    border-radius: 50%;
    width: 14vw;
    height: 14vw;
    margin-top: 3vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .top_add {
    width: 90%;
    margin-left: 5vw;
  }

  .nav_link {
    margin-bottom: 4vw;
    margin-left: 5vw;
    padding-bottom: 4vw;
    padding-right: 4vw;
  }

  .top_add_button {
    padding-bottom: 4vw;
  }

  .navmenu_button {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    top: 8vw;
  }

  .navmenu_button.tv_guide {
    margin-top: 3%;
    padding-top: 6%;
    padding-bottom: 5%;
    font-size: 16px;
    top: 6vw;
  }

  .navmenu_button.mobile {
    letter-spacing: 0;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    top: 10vw;
  }

  .navmenu_button.add {
    margin-top: 3%;
    padding-top: 6%;
    padding-bottom: 5%;
    font-size: 16px;
    top: 6vw;
  }

  .navmenu_button.search {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    top: 6vw;
  }

  .top_add_link {
    margin-bottom: 5vw;
    font-size: 15px;
  }

  .section {
    padding: 2% 3%;
  }

  .section.title {
    padding-top: 4%;
  }

  .section.top_logo {
    padding-top: 3%;
    padding-bottom: 0%;
  }

  .content_group.top_info {
    margin-top: -68px;
  }

  .content_group.banner {
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
  }

  .content_group.skider_title_gr {
    display: none;
  }

  .content_group.group {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 4%;
  }

  .content_group.list_title {
    margin-top: 4%;
  }

  .content_group.story {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 4%;
  }

  .content_group._404 {
    margin-bottom: 12%;
    padding-top: 4%;
    font-size: 4.4vw;
    line-height: 6vw;
  }

  .content_group.i_frame_duo {
    border-radius: 0;
    margin-bottom: 0%;
  }

  .content_group.app_store {
    margin-top: auto;
  }

  .logo_9 {
    width: 54px;
  }

  .logo_9.footer {
    width: 36%;
  }

  .logo_9.app_store {
    width: 30%;
    margin-bottom: 3vw;
  }

  .top_info_line.list {
    margin-top: 0%;
  }

  .top_info_line._404 {
    margin-bottom: 4vw;
  }

  .top_info_line.app_store {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .top_banner.mobile {
    margin-top: -5px;
    padding-left: 4%;
  }

  .communic_group.footer {
    width: 80%;
    margin-bottom: 6%;
  }

  .date_group {
    margin-left: 10px;
    font-size: 11px;
    line-height: 14px;
  }

  .date_time {
    text-indent: 3px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .date_time.news {
    float: none;
    min-width: 100%;
    margin: 0 0% 2% -4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .communic_link.footer {
    width: 10vw;
    margin-bottom: 4%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .communic_link.story {
    width: 26px;
    margin-right: 8px;
  }

  .top_news_link {
    flex-direction: column;
    padding-top: 2vw;
    padding-bottom: 4vw;
    line-height: 20px;
  }

  .main_item_link.half {
    height: 84vw;
    margin-bottom: 4%;
  }

  .item_flah {
    margin-top: 3%;
    margin-left: 3%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 12px;
  }

  .item_flah.sm {
    margin-top: 8px;
    margin-bottom: 4px;
    margin-left: 0;
    display: block;
  }

  .item_flah.story {
    margin-bottom: 3%;
  }

  .item_info_gr {
    padding: 4%;
  }

  .item_info_gr.half {
    padding-top: 4%;
  }

  .item_info_gr.landscape {
    background-color: #0000;
    margin-bottom: 0;
    margin-left: 0%;
    padding: 2vw 3vw;
  }

  .item_info_gr.main_news {
    width: 100%;
    padding-bottom: 5vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .item_info_gr.sub_group {
    margin-left: 0%;
    padding: 2vw 3vw;
  }

  .item_cat_title {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
  }

  .item_cat_title.landscape {
    display: none;
  }

  .item_cat_title.news {
    margin-top: 3%;
    padding-left: 4%;
  }

  .item_cat_title.story {
    letter-spacing: 1.5px;
    margin-top: 1vw;
    font-size: 12px;
    line-height: 14px;
  }

  .item_cat_title.lands_list {
    display: none;
  }

  .item_info_line.sm {
    width: 16%;
    margin-bottom: 4vw;
    position: relative;
  }

  .item_info_line.landscape {
    width: 16%;
    margin-top: 1.6vw;
    display: none;
    position: relative;
  }

  .item_info_line.list_nav {
    width: 24%;
    margin-top: 2vw;
    position: relative;
  }

  .item_info_line.story {
    width: 100%;
    margin-top: 0;
  }

  .item_info_line.end {
    width: 15vw;
    margin-top: 6vw;
  }

  .item_info_line.tv {
    width: 24%;
    position: relative;
  }

  .item_info_line.news {
    clear: left;
    width: 16%;
    margin-top: 5vw;
    display: none;
    position: relative;
  }

  .item_info_line.autor_nav {
    width: 12%;
    margin-top: 2vw;
    position: relative;
  }

  .item_info_line.program {
    width: 30%;
    margin-top: 0;
    margin-bottom: 3vw;
  }

  .item_info_line.search {
    width: 24%;
  }

  .item_info_line.tags {
    width: 36%;
    margin-top: 0;
  }

  .list_item_3 {
    margin-bottom: 4%;
  }

  .item_portrait_link {
    padding-bottom: 0%;
  }

  .item_pict {
    height: auto;
    display: none;
  }

  .item_pict.half {
    width: 38%;
    height: auto;
    min-height: 25vw;
  }

  .item_pict.main_news {
    width: 100%;
    height: 54vw;
    margin-bottom: 3vw;
    display: flex;
  }

  .item_pict.sub_group {
    width: 36%;
    min-height: 24vw;
  }

  .item_pict.fourth {
    height: auto;
  }

  .item_pict.programs {
    border-radius: 14px;
    width: 90%;
    height: 62vw;
    display: flex;
    box-shadow: 0 4px 18px #0006;
  }

  .item_sm_title {
    clear: both;
    margin-top: 2.6vw;
    margin-bottom: 2vw;
    font-size: 16px;
    line-height: 20px;
  }

  .item_sm_title.landscape {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .item_sm_title.lands_list {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 4.8vw;
  }

  .content_half_list.sub_group {
    width: 100%;
  }

  .content_half_list.programs {
    width: 100%;
    margin-top: 2%;
    padding-left: 2%;
    padding-right: 3%;
  }

  .content_half_list.program {
    width: 100%;
  }

  .half_list_item.sub_group {
    background-color: var(--white);
    border-bottom-style: none;
    height: auto;
  }

  .half_list_item.programs {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0%;
    margin-right: 2%;
  }

  .half_list_item.banner {
    margin-bottom: 8%;
    margin-left: 0%;
  }

  .half_list_item.program {
    border-bottom-style: none;
    height: auto;
    margin-bottom: 3%;
  }

  .item_landscape_link {
    align-items: center;
  }

  .item_landscape_link:hover {
    background-color: #0000;
  }

  .item_landscape_link.main_news {
    flex-direction: column;
  }

  .item_landscape_link.program {
    flex-direction: column;
    align-items: stretch;
    padding: 4% 4% 5%;
    display: flex;
  }

  .item_landscape_link.news {
    align-items: center;
  }

  .content_title {
    padding-right: 4%;
    font-size: 16px;
    line-height: 24px;
  }

  .content_title.list {
    margin-bottom: 1%;
    font-size: 20px;
  }

  .content_title.program {
    text-align: left;
    margin-right: 5%;
    font-size: 14px;
  }

  .content_title._404 {
    margin-bottom: 2vw;
    font-size: 10vw;
    line-height: 14vw;
  }

  .slider_section {
    border-radius: 6px;
    margin-top: 4%;
    margin-bottom: 4%;
    padding-top: 11%;
    padding-bottom: 8%;
  }

  .program_slider {
    height: 92vw;
  }

  .program_slider_mask {
    margin-left: 10%;
    margin-right: 10%;
  }

  .program_slide {
    width: 100%;
  }

  .slider_link {
    font-size: 4.2vw;
    line-height: 5.8vw;
  }

  .slider_program_pict {
    height: 54vw;
    margin-left: 7%;
    margin-right: 7%;
  }

  .program_slider_title {
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .kupi_title_logo {
    width: 14vw;
  }

  .footer_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .kupi_slogan {
    font-size: 13px;
  }

  .footer_nav_list {
    flex-direction: column;
  }

  .footer_logo_gr {
    width: 80%;
    margin-bottom: 10%;
    font-size: 4vw;
  }

  .footer_nav_item {
    width: auto;
    max-width: none;
    margin-bottom: 6%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .footer_nav_item.big {
    width: auto;
    max-width: none;
  }

  .footer_nav_title {
    margin-bottom: 6%;
    font-size: 14px;
  }

  .footer_nav_link {
    width: 100%;
  }

  .footer_nav_link.one_column {
    margin-bottom: 4%;
  }

  .footer_promotion {
    width: 82%;
    margin-bottom: 9vw;
  }

  .footer_credit_block {
    flex-direction: column;
    margin-bottom: 4%;
  }

  .footer_credit_block.app_store {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0%;
  }

  .footer_credit_link {
    border-left-style: none;
    margin-top: 6%;
    margin-left: 0;
    padding-left: 0;
  }

  .footer_credit_link.app_store {
    border-left-style: solid;
    margin-top: 0%;
    margin-left: 3vw;
    padding-left: 3vw;
  }

  .cyber_link.app_store {
    margin-top: 2vw;
  }

  .nav_menu_button {
    background-size: 32px;
    width: 60px;
  }

  .item_trans_title {
    color: #fffc;
    font-size: 16px;
    line-height: 22px;
  }

  .content_block.fourth, .content_block.story {
    padding-top: 0%;
  }

  .content_block.fourth_tv, .content_block.fourth_program {
    padding-top: 2%;
  }

  .content_block.app_store {
    justify-content: flex-start;
  }

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

  .sub_group_banner {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 4%;
    overflow: hidden;
  }

  .sub_group_banner.program {
    border-radius: 6px;
    padding: 0;
    display: block;
  }

  .list_nav_group {
    width: 100%;
    margin-bottom: 8%;
  }

  .list_nav_group.programs {
    margin-top: 0%;
  }

  .list_nav_group.autor {
    margin-bottom: 6vw;
  }

  .content_fourth_banner {
    width: 100%;
    margin-bottom: 4%;
    overflow: hidden;
  }

  .content_fourth_banner.tv {
    margin-top: 4%;
  }

  .list_item_fourth {
    width: 100%;
    margin-bottom: 4%;
  }

  .listen_links_group {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 2%;
  }

  .item_listen_link {
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 16px;
  }

  .news_main_title {
    font-size: 20px;
    line-height: 24px;
  }

  .story_group {
    border-radius: 4px 4px 0 0;
  }

  .story_main_pict {
    border-radius: 4px;
  }

  .story_date_group {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 50px;
    font-size: 10px;
    line-height: 18px;
    right: -2px;
  }

  .story_date_txt {
    float: left;
    margin-right: 2px;
  }

  .story_date_txt.line {
    margin-left: 4px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 2px;
  }

  .story_date_txt.title {
    inset: 0% 0% auto;
  }

  .story_date_txt.psik {
    display: none;
  }

  .story_date_txt.mail {
    clear: left;
    margin-right: 6px;
    display: block;
  }

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

  .program_link.banner {
    border-radius: 3px;
  }

  .program_tv_title {
    margin-bottom: 1%;
    font-size: 16px;
    line-height: 20px;
  }

  .program_tv_info {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 13px;
    line-height: 15px;
  }

  .tv_live_title {
    margin-bottom: 2%;
    font-size: 13px;
  }

  .tv_live_infogroup {
    margin-bottom: 6%;
  }

  .tv_live_block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2%;
    padding-bottom: 4%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
  }

  .tv_live_time {
    width: auto;
    margin-top: 0%;
    margin-bottom: 1%;
    padding-left: 0%;
    font-size: 16px;
    position: relative;
  }

  .program_main_item {
    padding: 3% 3% 5%;
    font-size: 14px;
  }

  .program_item_pict {
    width: 100%;
    height: auto;
    display: block;
  }

  .program_item_info {
    width: 100%;
    height: auto;
    padding-top: 4%;
    display: block;
  }

  .program_item_date {
    margin-bottom: 2%;
  }

  .guide_list {
    text-align: center;
  }

  .guide_timing_button {
    width: 32px;
    height: 32px;
    top: 7px;
    left: 6px;
  }

  .guide_timing_button.right {
    right: 6px;
  }

  .guide_timing_group {
    justify-content: center;
    width: 70%;
  }

  .guide_timing_item {
    width: 96%;
    height: 42px;
    margin-top: 4px;
  }

  .guide_list_link {
    text-align: center;
    flex-direction: column;
    min-height: auto;
    padding: 10px 3vw;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .guide_list_time {
    color: var(--cadet-blue);
    width: auto;
    margin-top: 0;
    margin-bottom: 1vw;
    margin-right: 0%;
    font-size: 17px;
    font-weight: 600;
  }

  .guide_info_group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .guide_info_pict {
    border-radius: 5px;
    width: 64%;
    height: 34vw;
    margin-bottom: 2vw;
  }

  .guide_txt_group {
    width: 100%;
    margin-bottom: 2vw;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .guide_info_title {
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size: 16px;
    line-height: 20px;
  }

  .story_credit_group {
    margin-top: 2px;
    padding-right: 6px;
    font-size: 11px;
    line-height: 15px;
  }

  .story_credit_link {
    margin-left: 0;
  }

  .story_autor_pict {
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: -5px;
    left: auto;
    right: 0%;
  }

  .autor_list {
    text-align: center;
  }

  .autor_list_link {
    text-align: center;
    border-radius: 4px;
    flex-direction: column;
    min-height: auto;
    padding: 5vw 3vw 4vw;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .autor_list_time {
    color: var(--black-2);
    width: auto;
    margin: 0 auto 4vw;
    font-size: 14px;
    font-weight: 600;
  }

  .autor_info_group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .autor_info_pict {
    border-radius: 5px;
    width: 64%;
    height: 34vw;
    margin-bottom: 3vw;
  }

  .autor_txt_group {
    width: 100%;
    margin-bottom: 2vw;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .autor_story_title {
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size: 16px;
    line-height: 20px;
  }

  .autor_storys_title {
    text-align: center;
    margin-bottom: 4%;
  }

  .auto_list_info {
    flex-direction: column;
    margin-top: 4%;
    margin-bottom: 5%;
  }

  .autor_list_pict {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 4vw;
  }

  .autor_list_title {
    margin-left: 0%;
  }

  .last_news_block {
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 4vw;
    line-height: 20px;
    display: block;
  }

  .share_content {
    margin-bottom: 10px;
  }

  .share_content.program {
    margin-top: 3vw;
  }

  .share_basic {
    margin-right: 6px;
    font-size: 9px;
    line-height: 12px;
  }

  .ic_share {
    width: 22px;
    margin-right: 5px;
  }

  .footer_prom_group {
    margin-bottom: 10vw;
  }

  .item_info_date.news {
    display: none;
  }

  .partner_group {
    width: 100%;
    margin-bottom: 3vw;
    margin-right: 0%;
  }

  .partner_list_item {
    margin-bottom: 3%;
  }

  .parther_item_link {
    height: 21vw;
  }

  .partner_info_group {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-right: 4%;
  }

  .partner_item_title {
    clear: both;
    font-size: 4vw;
    line-height: 5vw;
  }

  .content_banner {
    margin-top: 6vw;
  }

  .content_banner.big {
    margin-bottom: 6vw;
  }

  .item_date {
    float: left;
    margin-bottom: 2vw;
    margin-right: 2px;
    position: relative;
  }

  .story_comment_link {
    width: 100%;
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    top: 8vw;
  }

  .program_item_title, .program_main_date {
    margin-bottom: 2%;
  }

  .program_subpict {
    height: auto;
  }

  .program_insert_content {
    margin-top: 6vw;
  }

  .form_calendar_group {
    justify-content: space-between;
    width: 100%;
  }

  .form_field {
    height: 44px;
    font-size: 16px;
  }

  .form_field.date {
    width: 80%;
  }

  .form_field_group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
    line-height: 20px;
  }

  .form_field_group.calendar {
    width: 100%;
  }

  .search_form_group.calentar {
    justify-content: flex-start;
  }

  .search_form_label {
    font-size: 18px;
  }

  .search_form {
    margin-bottom: 4%;
  }

  .search_calendar {
    padding-left: 8px;
    bottom: 2px;
  }

  .search_add_button {
    float: none;
    letter-spacing: 1px;
    margin-top: 5vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    top: 8vw;
  }

  .story_pop_title {
    margin-bottom: 5vw;
  }

  .pop_list_item {
    margin-bottom: 4vw;
  }

  .pop_list_pict {
    height: auto;
    display: none;
  }

  .pop_list_title {
    clear: both;
    margin-bottom: 1vw;
    font-size: 16px;
    line-height: 20px;
  }

  .story_soc_group {
    flex-direction: column;
  }

  .stori_share_insert {
    max-width: none;
  }

  .comments_title {
    padding-right: 4%;
    font-size: 16px;
    line-height: 24px;
  }

  .sub_list_pict {
    height: auto;
    display: none;
  }

  .sub_autor_name {
    clear: both;
    margin-top: 5vw;
    margin-bottom: 2vw;
    font-size: 16px;
    line-height: 20px;
  }

  .sub_list_link {
    padding-bottom: 0%;
  }

  .tags_insert_group {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.6vw;
    line-height: 5.6vw;
  }

  .tags_title {
    margin-bottom: 2vw;
    margin-right: 2vw;
  }

  .tags_title.list {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .tag_link {
    margin-bottom: 2vw;
    margin-right: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .podcast_link {
    background-position: 2%;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 1%;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0 2px 12px #0003;
  }

  .podcast_link.apple {
    background-position: 1%;
  }

  .podcast_link.spotify {
    background-position: 2%;
  }

  .podcast_link.yandex {
    background-position: 3%;
  }

  .txt_news {
    font-size: 3.6vw;
    line-height: 4.2vw;
    display: none;
  }

  .logo_app_group {
    width: 80%;
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .app_store_credit_gr {
    margin-top: 0%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .app_store_group {
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .app_store_links_gr {
    grid-column-gap: 0%;
    grid-row-gap: 4vw;
    flex-direction: column;
    align-items: center;
    margin-top: 7vw;
  }

  .app_store_button {
    border-radius: 4vw;
    width: 96%;
    padding: 2.6vw 3.2vw;
    font-size: 4.2vw;
  }

  .app_store_logo.google, .app_store_logo.apple {
    width: 14%;
  }

  .app_button_title {
    font-size: 7vw;
    line-height: 7.6vw;
  }

  .app_store_txt {
    margin-bottom: 1vw;
  }

  .tags_group {
    border-radius: 4px 4px 0 0;
    padding-top: 4%;
  }

  .tags_list {
    grid-column-gap: 2vw;
    grid-row-gap: 3vw;
    margin-top: 5%;
    margin-bottom: 6%;
  }

  .tags_list_link {
    padding: 3px 16px;
    font-size: 14px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}