@font-face {
  font-family: "TazRegular";
  src: url("TazWt05-Regular.woff2") format("woff2"),
    url("TazWt05-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TazBold";
  src: url("TazWt07-Bold.woff2") format("woff2"),
    url("TazWt07-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TazBoldItalic";
  src: url("TazWt07-BoldItalic.woff2") format("woff2"),
    url("TazWt07-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TazBlack";
  src: url("TazWt09-Black.woff2") format("woff2"),
    url("TazWt09-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TazBlackItalic";
  src: url("TazWt09-BlackItalic.woff2") format("woff2"),
    url("TazWt09-BlackItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TazItalic";
  src: url("TazWt05-Italic.woff2") format("woff2"),
    url("TazWt05-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("LabGrotesque-Regular.woff2") format("woff2"),
    url("LabGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("LabGrotesque-Bold.woff2") format("woff2"),
    url("LabGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("LabGrotesque-BoldItalic.woff2") format("woff2"),
    url("LabGrotesque-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("LabGrotesque-Italic.woff2") format("woff2"),
    url("LabGrotesque-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "LabGrotesque", system, sans-serif;
}

.hide_me {
  display: none !important;
}

.channel-epg-info {
  display: table;
  width: 100%;
  background: #d6d6d6;
}

.center {
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 1140px) {
  .center {
    max-width: 100%;
  }
}
.center--first {
  margin-top: 50px;
}
.page__Title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page__Title h1 {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.page__Title a {
  margin-left: auto;
}
@media only screen and (max-width: 540px) {
  .page__Title {
    padding: 0 4px;
  }
  .page__Title h1 {
    padding: 10px 0;
  }
}
.page__Title h1 {
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  font-size: 46px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #000;
  font-family: TazBold, system, sans-serif;
}

.page__Header {
  padding: 8px 0 0;
  background: #212121;
}

.days-selection {
  margin-bottom: 8px;
  border-bottom: 1px solid #444444;
  padding-bottom: 8px;
}
@media only screen and (max-width: 540px) {
  .page__Header {
    padding: 4px 0 0;
  }
  .days-selection {
    margin-bottom: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .days-selection .center {
    white-space: nowrap;
    overflow-x: scroll;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .days-selection .center::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .days-selection .center {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

.date-btn {
  border: 0px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  transition: 300ms;
}
.date-btn:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
}

.date-btn.active {
  background-color: rgba(255, 255, 255, 0.16);
}

.channel-btn {
  border: 0px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 3px;
  border: solid 1px rgba(255, 255, 255, 0.54);
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  transition: 300ms;
  margin-right: 8px;
  margin-bottom: 8px;
}
.channel-btn h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
}
.channel-btn:hover {
  color: #fff;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.08);
}

.channel-btn.active {
  border-color: #d12227;
  background: #d12227;
}

.channel-btn span.channel-title {
  display: inline;
  margin: 0px 10px 0 0;
  position: relative;
}
.channel-btn span.channel-title:last-child {
  margin-right: 0;
}
.channel-btn span.channel-title:last-child::after {
  display: none;
}
.channel-title::after {
  content: "\00B7";
  right: -6px;
  position: absolute;
}

@media only screen and (max-width: 540px) {
  .channel__Inner {
    white-space: nowrap;
    overflow-x: scroll;
    padding-left: 4px;
    padding-right: 4px;
    flex-wrap: nowrap !important;
  }
  .channel-btn {
    margin-bottom: 4px;
    margin-right: 4px;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .channel__Inner::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .channel__Inner {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
.channel__Inner {
  display: flex;
  flex-wrap: wrap;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 104;
  background-color: #fff;
}

.header__main {
  height: 48px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.12);
}

.header__wrap {
  position: relative;
  max-width: 1140px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
}
.header__wrap .level {
  height: 100%;
}

.level {
  display: flex;
}

.level {
  align-items: center;
  justify-content: space-between;
}

.header__desktop_hamburger {
  padding-left: 53px;
}

.header__desktop_hamburger {
  position: relative;
  padding-left: 59px;
  flex-basis: 46px;
  align-self: stretch;
  margin-right: 70px;
}

.level-left {
  display: flex;
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.header__logo {
  position: absolute;
  top: 5px;
  left: 0;
}

.header__desktop_nav {
  flex: 1 0 auto;
  height: 48px;
  margin-right: 8px;
}

.desktop_nav__item.has-box-shadow-24plus {
  position: relative;
  padding: 17px 11px 12px;
  color: #fff;
  transition: all 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  margin-right: -5px;
}

.desktop_nav__item {
  display: inline-block;
  vertical-align: top;
  padding: 13px 11px 16px;
  font: normal 400 100% TazBlack, sans-serif;
  font-size: 100%;
  line-height: normal;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
  text-transform: uppercase;
}

.has-box-shadow-news.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #d22328;
}

.has-box-shadow-program.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #000;
  margin-left: 4px;
}

.has-box-shadow-show.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #f5a528;
}

.has-box-shadow-sport.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #40b14d;
}

.has-box-shadow-lifestyle.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #efc10d;
}

.has-box-shadow-tech.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #47c0ff;
}

.has-box-shadow-fun.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #297af6;
}

.has-box-shadow-video.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #9757f6;
}

.desktop_nav__item--kupiplus {
  padding: 0 8px 0 16px;
}

.desktop_nav__item--shopaj {
  padding: 16px 0 0 8px;
}

.desktop_nav__item.has-box-shadow-24plus::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #f5a528 0, #d22328);
  -webkit-clip-path: polygon(0 16.52%, 100% 10.42%, 100% 100%, 0 100%);
  clip-path: polygon(0 16.52%, 100% 10.42%, 100% 100%, 0 100%);
  transition: all 0.2s cubic-bezier(0.56, 0.1, 0.34, 0.91);
}

.desktop_nav__item.has-box-shadow-24plus span {
  display: inline-block;
  position: relative;
  z-index: 3;
  transform: rotate(-2deg);
}

a {
  color: #007fff;
  cursor: pointer;
  text-decoration: none;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

img {
  position: relative;
}

embed,
img,
object,
video {
  height: auto;
  max-width: 100%;
}

/*** EPG COLUMNS ***/
.epg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.epg-col {
  display: block;
  width: 25%;
  box-sizing: border-box;
  padding: 15px 0 10px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  .epg-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
.epg-col:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 940px) {
  .epg-col:nth-of-type(even) {
    background-color: #fff;
  }
  .epg-col:nth-of-type(2) {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .epg-col:nth-of-type(3) {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
@media only screen and (max-width: 540px) {
  .epg-col {
    width: 100%;
    margin-bottom: 0;
  }
  .epg-col:nth-of-type(2) {
    background-color: #fff;
  }
  .epg-col:nth-of-type(3) {
    background-color: #fff;
  }
  .epg-col:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.04);
  }
}

.epg-col__Image {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.program-data {
  display: block;
  width: 100%;
  font-family: "LabGrotesque";
  padding: 15px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: 300ms;
}
.program-data:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.active_me .program-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid #d12227;
  z-index: -1;
}
.epg-col a:last-of-type .program-data {
  margin-bottom: 30px;
}
.epg-col a:last-of-type .program-data:after {
  display: none;
}
.program-data::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  z-index: -2;
}
.program-data__Inner {
  display: flex;
  justify-content: space-between;
}
.program-data__Time {
  width: 37px;
}

.program-data__Time .time {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.program-data .content {
  width: calc(100% - 50px);
}
.program-data .categories .category {
  display: inline;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.52);
}

.program-data .categories .category:last-child::after {
  display: none;
}
.program-data .categories .category::after {
  content: ", ";
}
.program-data .title .rating {
  width: 20px;
  height: 20px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.04);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.program-data .title .rating-12 {
  color: #0fb43b;
}
.program-data .title .rating-15 {
  color: #ff8900;
}
.program-data .title .rating-18 {
  color: #de0000;
}
.program-data .title span {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-right: 10px;
}
.program-data .title {
  margin-bottom: 8px;
}
.program-data .images {
  width: 200px;
  height: 200px;
  position: relative;
}

.program-data .images .image {
  width: 200px;
  height: 200px;
  position: relative;
}

.program-data .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** OGLASNA ZONA ***/
.inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.inner__Left {
  width: calc(100% - 350px);
}

.inner__Right {
  width: 300px;
  height: auto;
}

.oglasna-zona-top {
  width: 970px;
  height: 250px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oglasna-zona-right {
  width: 300px;
  height: 600px;
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteFooter {
  padding: 40px 0;
  background: #212121;
  text-align: center;
}
.siteFooter__Top {
  padding-bottom: 40px;
  border-bottom: 1px solid #444444;
}
.siteFooter__Top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.siteFooter__Top ul li {
  margin: 0 40px;
  display: inline-block;
}

.siteFooter__Top ul li a {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  text-align: center;
  color: #fff;
  font-family: TazBold, system, sans-serif;
}
.siteFooter__Top ul li:first-of-type a {
  background: linear-gradient(to right, #f5a528, #d22328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.siteFooter__Middle p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  max-width: 740px;
  margin: 0 auto;
}

.siteFooter__Middle {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #444444;
  margin-bottom: 20px;
}
.siteFooter__Middle p a {
  color: #43a1ff;
}
.siteFooter__Bottom p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.54);
  margin: 0 auto;
}

.siteFooter__Bottom p strong {
  font-weight: bold;
}
.siteFooter__Bottom p:first-of-type {
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .siteFooter {
    padding: 0 0 15px;
  }
  .siteFooter__Top {
    padding-bottom: 0;
  }
  .siteFooter__Top ul li {
    display: block;
    margin: 0;
  }
  .siteFooter__Top ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.29px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #444;
  }
  .siteFooter__Middle,
  .siteFooter__Bottom {
    padding: 15px 0;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.hide-on-desktop,
.mobileNav {
  display: none !important;
}
@media only screen and (max-width: 540px) {
  .hide-on-desktop {
    display: flex !important;
  }
  .hide-on-mobile {
    display: none;
  }
  .header__main {
    box-shadow: none;
    height: 138px;
  }
  .header__wrap {
    height: auto;
  }
  .mobileNav {
    display: block !important;
    background: #fff;
    z-index: 10000;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    position: relative;
    font-size: 0;
  }

  .level {
    position: relative;
  }
  .level::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .mobileNav::-webkit-scrollbar {
    display: none;
  }
  .mobileNav a {
    font-size: 1rem;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font: normal 400 100% TazBlack, sans-serif;
    height: 42px;
    line-height: 42px;
    color: #000;
    letter-spacing: 0.020625rem;
    font-size: 1rem;
  }
  .mobileNav a.red {
    color: #d12227;
    padding-left: 0;
  }
  .mobileNav a:last-of-type img {
    margin-top: 13px;
  }
  .header {
    padding: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .header__desktop_hamburger {
    margin-right: 0;
  }
  .page__Header {
    margin-top: 111px;
  }
  .page__Title {
    width: calc(100% - 70px);
  }
  .page__Title h1 {
    font-size: 26px;
  }
  .page__Title a img {
    height: 30px;
  }
  .desktop_nav__item {
    font-size: 1rem;
    padding: 18px 11px 11px;
  }
  .header__wrap .level{
    padding: 5px 10px !important;
  }
}
