/******fonts**************/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Oswald Bold";
  src: url("../fonts/Oswald-Bold.ttf");
  font-style: normal;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
p {
  font-size: 12px;
  color: var(--grey-text);
  text-transform: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5 {
  color: var(--text);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.wrapper-content {
  max-width: 1280px;
  margin: 0 auto;
}
.content-wrap {
  width: calc(100% - 626px);
  margin: 0 auto;
}
.content {
  width: calc(100% - 626px);
  min-height: 100%;
  z-index: 5;
  margin: 0 auto;
  padding-top: 87px;
}
.container {
  width: 100%;
  padding: 0px 12px;
}
.side-column {
  width: var(--sidebar-width);
  height: auto;
  position: absolute;
  /* top: 50px; */
}
.side-column-left {
  left: var(--column-correct);
}
.side-column-right {
  right: var(--column-correct);
}
.banner-column a {
  width: 100%;
  display: block;
}
.banner-column a img {
  width: 100%;
}
.banner-column a:not(:last-child) {
  margin-bottom: 24px;
}
.header-banner-horizontal,
.banner-horizontal {
  width: calc(100% + (2 * (var(--sidebar-width))));
  left: var(--column-correct);
}
.header-banner-horizontal img,
.banner-horizontal img {
  max-height: 250px;
  /* object-fit: cover; */
}
.mt-40 {
  margin-top: 40px;
}
video {
  object-fit: contain;
}
iframe {
  max-width: 100%;
}
.item-content-text iframe {
  /* max-height: 500px; */
}
.item-content-text .twitter-tweet iframe {
  max-height: unset;
}
.hidden {
  display: none !important;
}
/************indents*************/
.inside-the-block {
  padding: 50px 0px 70px 0px;
}
/***********general classes**********/
.title {
  font-size: 33px;
  line-height: 1.625;
  color: var(--text);
  text-align: center;
  font-family: "Oswald";
  letter-spacing: 0.02em;
  /* padding: 20px 0px; */
  width: 100%;
  margin-left: calc(-50% + 50%);
}
.title-mainpage {
  font-size: 33px;
  line-height: 1.625;
  color: var(--text);
  text-align: inherit;
  font-family: "Oswald";
  letter-spacing: 0.02em;
  padding: 20px 0px;
  width: 100%;
  margin-left: calc(-50% + 70%);
}
.title-bg-wt {
  background: var(--title-text);
}
.title-text {
  margin-bottom: 40px;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.al-center {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.jc-center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.jc-sb {
  justify-content: space-between;
}
.btn {
  color: var(--text);
  padding: 12px 15px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--text);
  border-radius: 3px;
}
.theme-btn {
  background: rgba(33, 33, 33, 0.22);
  -webkit-box-shadow: 0px 3.94431px 3.94431px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3.94431px 3.94431px rgba(0, 0, 0, 0.25);
}
.belarus5-btn a::after {
  content: "";
  background-image: url(../img/play-button-arrow.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 22px;
  display: inline-block;
}
/**************background**************/
.back-dark {
  background: var(--background-dark-grey);
}
.back-light {
  background: var(--background-grey);
}
/***************breadcrumbs****************/
.breadcrumbs {
  margin-bottom: 37px;
}
.breadcrumbs li a,
.breadcrumbs li span {
  padding: 0px;
  color: var(--text);
}
.breadcrumbs li a:hover {
  color: #f96a00;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: var(--text);
  margin-right: 2px;
}
/*элементы , которых нет в десктопе**/
.visible-xs {
  display: none;
}
.rel {
  position: relative;
}
/***************************header***********************/
.header {
  background: #232323;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 15;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-menu img {
  width: 200px;
}
.header-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  margin-right: 120px;
}
.header-menu-link a {
  color: #ffffff;
  font-size: 12px;
}
.header-menu-nav ul li {
  padding: 0px 4px;
  display: flex;
  align-items: center;
}
/* .header-menu-nav ul li:first-child {
  padding: 0px 14px 0px 0px;
} */
.header-menu-nav ul li:not(:last-child) {
  border-right: #5b5b5b solid 1px;
}
.search-box {
  position: relative;
  width: 172px;
  right: 0px;
  cursor: pointer;
}
.input {
  border: none;
  outline: none;
  width: 100%;
  height: 20px;
  background: #3c3c3c;
  border-radius: 3px;
  color: #ffffff;
}
.search-icon {
  background: url(../img/Search.png);
  width: 13px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.search_mobile {
	position: absolute;
    right: 134px;
    top: 16px;
}
.search-icon-mob {
  background: url(../img/search-mob.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;	
  background-repeat: no-repeat;
}
.header-navigation-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navigation {
  background: #101010;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-top: #fff solid 1px;
}
.header-menu-nav2 ul li a { 
  color: #b6b6b6;
  cursor: pointer;
}
.header-menu-nav2 ul li:last-child { 
  background: #2d9bf0;
  cursor: pointer;
  padding: 4px;
}
.header-menu-nav2 ul li:last-child a { 
  color: white; 
  cursor: pointer;
}
.header-menu-nav ul li a:hover {
  /* color: #00cd2d; */
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
.header-menu-nav2 ul {
  padding: 9px 0px;
  margin-left: 0;
  margin: 0;
}
.header-menu-nav2 ul li a:last-child(1) {
  border-right: none;
}
.header-menu-link-analitic a {
  padding-left: 0px;
}
.social {
  width: 20px;
  height: 20px;
}
.social:hover {
  -webkit-box-shadow: 0 0 3px #bebec0;
  box-shadow: 0 0 3px #bebec0;
  -webkit-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
.social:not(:last-child) {
  margin-right: 3px;
}
.bg-facebook {
  background: url("../img/css-sprites.png") -3px -3px;
}
.bg-instagram {
  background: url("../img/css-sprites.png") -29px -3px;
}
.bg-telegram {
  background: url("../img/css-sprites.png") -55px -3px;
}
.bg-VK {
  background: url("../img/css-sprites.png") -81px -3px;
}
.bg-youtube {
  background: url("../img/css-sprites.png") -107px -3px;
}
.tags-wrap {
	display: flex;
	flex-wrap: wrap;
}
.tags-wrap a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    background-color: #f96a00;
    padding: 7px;
    text-transform: none;
    margin-right: 7px;
	margin-bottom: 7px;
}
.wrapper-container {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/***************************section-broadcasts***********************/
.broadcasts {
  z-index: 14;
}
.broadcasts.inside-the-block {
  padding-top: 30px;
  padding-bottom: 0px; 
}
.broadcasts .title {
  background: none;
}
.video-broadcast img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.wrapper-players {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.broadcasts-players-left,
.broadcasts-players-right {
  width: calc(50% - 25px);
}
.broadcasts-player {
  width: 100%;
  border: 3px solid #646464;
  margin-bottom: 30px;
  position: relative;
}
.img-logo {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.video-broadcast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.belarus5-btn {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 26%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.play-btn {
  padding: 5px 22px;
}
.timetable-left,
.timetable-right {
  width: 100%;
  background: var(--background-slidebar-news);
}
.timetable-left-title,
.timetable-right-title {
  padding: 10px 18px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
.timetable-left-title a,
.timetable-right-title a {
  font-size: 15px;
  line-height: 18px;
  color: var(--text);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.timetable-left-title h4:hover,
.timetable-right-title h4:hover {
  /* color: #00cd2d; */
}
.arrow-down h4::after {
  content: url(../img/arrow-down-white.svg);
  /* padding: 0px 20px; */
}
.arow-up h4::after {
  /* content: url(../img/arrow-up-white.svg); */
  /* padding: 0px 20px; */
  transform: rotate(180deg);
}
.wrapper-programs-bel5 {
  width: calc(100% - 171px);
}
.match-schedule-left,
.match-schedule-right {
  background: var(--background-match-schedule);
  overflow-y: auto;
  position: relative;
  height: 54px;
}
.match-schedule-right.open,
.match-schedule-left.open {
  height: 100%;
}
*::-webkit-scrollbar {
  height: 100%;
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: var(--bg-scrollbar);
}
*::-webkit-scrollbar-thumb {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.schedule-left {
  color: var(--text);
  padding: 0px 18px;
  font-size: 12px;
  /* opacity: 0.5; */
  line-height: 18px;
}
.schedule-left.actual {
  font-family: "Montserrat Bold";
  text-decoration: underline;
}
.schedule-left.finished {
  opacity: 0.4;
}

.not-today .schedule-left.finished {
  opacity: 1;
}

.not-today .schedule-left.actual {
  font-family: "Montserrat";
  text-decoration: none;
}

.schedule-left span {
  color: #f96a00;
}

.mainpage_notice {
/*  color: var(--text);*/
  color: red;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
/*****************************news***************************/
.news {
  width: 100%;
}
.preview-pic {
  overflow: hidden;
  height: 220px;
  position: relative;
}
.preview-pic img,
.wrapper-new img,
.video-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: var(--background-new);
}
.current-news {
  width: 69%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-container .sidebar {
  margin-top: -125px;
  max-height: 100%;
}
.news-container .sidebar-wrapper {
  max-height: 1050px;
  overflow-y: auto;
}
.bg-news {
  background: var(--background-new);
  display: block;
  width: 100%;
}
.wrapper-text-news {
  display: block;
  width: 100%;
  cursor: pointer;
}
.wrapper-text-news:hover h5 {
  text-decoration: underline;
}
.text-news {
  padding: 16px;
  width: 100%;
}
.text-news h5 {
  text-transform: none;
}
.item-event  {
  position: relative;
}
.stickers {
	right: 0;
	bottom: 0;
    position: absolute;
	display: flex;
}
.sticker_exclusive {
    height: 25px;
    background: #f96a00;
    color: white;
    padding: 0 20px;
    font-size: 14px;
	font-weight: bold;
    line-height: 26px;
    cursor: default;
    right: 0;
	margin-left: 5px;
}
.sticker_video {
    height: 25px;
    background: #f96a00;
    color: white;
    padding: 0 20px;
    font-size: 14px;
	font-weight: bold;
    line-height: 26px;
    cursor: default;
    right: 0;
	margin-left: 5px;
}
.sticker_foto {
    height: 25px;
    background: #f96a00;
    color: white;
    padding: 0 20px;
    font-size: 14px;
	font-weight: bold;
    line-height: 26px;
    cursor: default;
    right: 0;
	margin-left: 5px;
}
.news-container {
  margin-top: 58px;
  margin-bottom: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-link {
  width: calc(50% - 31px);
  display: block;
  overflow: hidden;
}
.current-news .news-link:not(:nth-child(2n)) {
  margin-right: 31px;
}
.news-link:nth-child(-n + 6) {
  margin-bottom: 31px;
}
.news-link:hover .wrapper-new img {
  transform: scale(1.2);
}
.news-link:hover .text-news h4 {
  text-decoration: underline;
}
.sport {
  color: var(--sport-text);
  font-size: 9px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.stickers_lenta {
	display: flex;
	margin-top: -4px;
	text-transform: initial;
}
.sticker_lenta_exclusive {
	height: 16px;
    background: #f96a00;
    color: white;
    padding: 0 5px;
    font-size: 8px;
    line-height: 18px;
    cursor: default;
    right: 0;
    margin-left: 5px;
}
.sticker_lenta_video {
	height: 16px;
    background: #f96a00;
    color: white;
    padding: 0 5px;
    font-size: 8px;
    line-height: 18px;
    cursor: default;
    right: 0;
    margin-left: 5px;
}
.sticker_lenta_foto {
	height: 16px;
    background: #f96a00;
    color: white;
    padding: 0 5px;
    font-size: 8px;
    line-height: 18px;
    cursor: default;
    right: 0;
    margin-left: 5px;
}
.text-news-title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  min-height: 42px;
}
.time {
  color: #5a5a5a;
  font-size: 9px;
}
.slider-news {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/******sidebar******/
.title-sidebar {
  font-family: "Oswald";
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 22px;
}
.sidebar {
  width: 30%;
}
.sidebar-wrapper {
  /* padding: 0px 0px 0px 17px; */
  background: var(--background-slidebar-news);
}
.wrapper-text-news:not(:last-child) {
  border-bottom: #6b6b6b solid 1px;
}
.text-news h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  min-height: 38px;
  font-family: "Montserrat Bold";
  /* margin-bottom: 14px; */
}
.more-news {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: flex;
  color: #f96a00;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}
.more-news:hover {
  -webkit-text-decoration: underline #ffffff;
  text-decoration: underline #ffffff;
  -webkit-transition: 3s ease;
  -o-transition: 3s ease;
  transition: 3s ease;
}
.more-news::after {
  background-image: var(--arrow-down);
  content: '';
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 13px;
}

/*******video-of-the-day*********/
.bg-text {
  background: var(--background-text-video);
}
.bg-text-video {
  background: var(--background-new);
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video::after {
  content: url(../img/video-play.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.play::before {
  display: none;
}
.play::after {
  display: none;
}
/* video-of-the-day слайдер */
.wrapper-slider-item {
  display: block;
  width: 25%;
  padding: 0px 6px;
}
.video {
  position: relative;
}
.slider {
  padding: 0 72px;
  margin-bottom: 50px;
}
.video-content {
  background: rgb(56, 54, 54);
  height: 150px;
  width: 100%;
}
.slider .slick-dots li {
  font-size: 0;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  background: #828282;
  border-radius: 0.473684px;
  margin-bottom: 30px;
}
.slider .slick-dots {
  margin: 0 auto;
  position: relative;
}
.slider .slick-dots :not(:last-child) {
  margin-right: 9px;
}
.slider .slick-dots button {
  opacity: 0;
}
.slider .slick-dots li.slick-active {
  background: #ffffff;
}
/*****стрелки слайдера slider****/
.slider .arrow-right {
  background: url(../img/next.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  right: 0px;
  top: calc(50% - var(--width-slider-btn));
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.slider .arrow-left {
  background: url(../img/prev.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  left: 0px;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - var(--width-slider-btn));
  cursor: pointer;
}
/*****************слайдер our partners***********/
.our-partners {
  z-index: 14;
}
.slider-partners {
  position: relative;
  min-width: 0;
}
.wrapper-slider-item-partners img {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.wrapper-slider-item-partners {
  width: calc(20% - 60px);
  padding: 0px 30px;
  display: block;
  cursor: pointer;
}
.slick-track {
  margin: 0 auto;
}
.slider-partners .slick-dots li {
  font-size: 0;
  width: 9px;
  height: 9px;
  background: #828282;
  border-radius: 0.473684px;
}
.slider-partners .slick-dots :not(:last-child) {
  margin-right: 9px;
}
.slider-partners .slick-dots button {
  opacity: 0;
}
.slider-partners .slick-dots li.slick-active {
  background: #ffffff;
}
.slick-slider {
  min-width: 0;
}
.slick-list {
  overflow: hidden;
}
/***********слайдер новости***********/
.slider-news {
  position: relative;
  min-width: 0;
}
.slider-news .slick-prev {
  position: absolute;
  left: 10px;
}
.slider-news .slick-next {
  position: absolute;
  right: 10px;
}
.slider-news .slick-dots li {
  margin: 0px 0px 20px 0px;
  font-size: 0;
  width: 9px;
  height: 9px;
  background: #828282;
  border-radius: 0.473684px;
}
.slider-news .slick-dots :not(:last-child) {
  margin-right: 9px;
}
.slider-news .slick-dots button {
  opacity: 0;
}
.slider-news .slick-dots li.slick-active {
  background: #ffffff;
}
.slider-news .arrow-right {
  background: url(../img/next.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  right: 0px;
  top: calc(50% - var(--width-slider-btn));
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.slider-news .arrow-left {
  background: url(../img/prev.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  left: 0px;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - var(--width-slider-btn));
  cursor: pointer;
}
/******* слайдер recommended-news********/
.recommended-news {
  position: relative;
  min-width: 0;
}
.slider-recommended-news .slick-dots li {
  margin: 0px 9px;
  font-size: 0;
  width: 9px;
  height: 9px;
  background: #828282;
  border-radius: 0.473684px;
}
.slider-recommended-news .slick-dots button {
  opacity: 0;
}
.slider-recommended-news .slick-dots li.slick-active {
  background: #ffffff;
}
/*****стрелки слайдера recommended-news****/
.slider-recommended-news .arrow-right {
  background: url(../img/next.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  right: -57px;
  top: calc(50% - var(--height-slider-btn));
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.slider-recommended-news .arrow-left {
  background: url(../img/prev.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  left: -57px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  top: calc(50% - var(--height-slider-btn));
  cursor: pointer;
}
/*****стрелки слайдера slider-partners****/
.slider-partners .arrow-right {
  background: url(../img/next.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  right: -57px;
  top: calc(50% - var(--height-slider-btn));
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.slider-partners .arrow-left {
  background: url(../img/prev.svg);
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: absolute;
  left: -57px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  top: calc(50% - var(--width-slider-btn));
  cursor: pointer;
}
/*************footer**********/
.footer {
  background: #101010;
  padding: 66px 0px 0px 0px;
}
.footer-logo img {
  margin-bottom: 20px;
  width: 200px;
}
.container-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-text {
  font-size: 12px;
  line-height: 15px;
  max-width: 150px;
  color: #ffffff;
  margin: 32px 0px 34px 0px;
  text-transform: uppercase;
}
.social-footer:not(:last-child) {
  margin-right: 6px;
}
.footer-btn {
  padding: 5px 32px;
  font-size: 11px;
  background: #14141480;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.footer-btn:hover {
  -webkit-box-shadow: 0 0 3px #bebec0;
  box-shadow: 0 0 3px #bebec0;
  -webkit-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
.container-footer {
  padding-bottom: 40px;
  border-bottom: #6b6b6b solid 1px;
}
.footer-menu {
  width: 25%;
  padding: 0 12px;
}
.footer-menu ul li a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
  overflow-wrap: break-word;
}
.footer-menu ul li:not(:first-child) {
  margin-top: 19px;
}
.footer-menu ul li a:hover {
  color: #f96a00;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
.footer-rights {
  padding: 30px 0px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright {
  text-align: center;
  letter-spacing: 0.02em;
  color: #838383;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-up-btn {
  background-image: url(../img/arrow-up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: var(--width-slider-btn);
  height: var(--height-slider-btn);
  position: fixed;
  right: 325px;
  bottom: 130px;
  cursor: pointer;
  -webkit-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
  transition: All 0.8s ease;
  opacity: 0;
  z-index: 15;
}
.footer-up-btn.visible {
  opacity: 1;
}
.footer-up-btn:hover {
  -webkit-box-shadow: 0 0 12px #f6f6f7;
  box-shadow: 0 0 12px #f6f6f7;
  -webkit-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
  transition: All 0.8s ease;
}
/*****************page-error******************/
.wrapper-content-error {
  padding: 94px 0px 202px 0px;
}
.title-error {
  font-family: "Oswald";
  font-style: normal;
  font-size: 203.883px;
  line-height: 203px;
  text-align: center;
  text-transform: uppercase;
}
.title-text-error {
  padding: 0;
  margin: 18px 0px 50px 0px;
  text-transform: uppercase;
}
.text-error {
  max-width: 861px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #c4c4c4;
  margin: 0 auto;
}
.link {
  color: var(--text);
  text-decoration: underline;
}
/*****************page-contacts******************/
.wrapper-contacts-content {
  margin-top: 47px;
}
.submission-form {
  background: var(--bg-btn);
  padding: 11px 61px 35px 61px;
}
.form-contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9px;
}
.btn-contacts {
  font-size: 16px;
  background: #14141480;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 9px 75px;
  text-align: center;
  margin-top: 10px;
}
.btn-contacts:hover {
  -webkit-box-shadow: 0 0 2px #f6f6f7;
  box-shadow: 0 0 2px #f6f6f7;
  -webkit-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
.contacts-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--text);
  padding: 3px 37px;
}
.item-contact-social {
  text-decoration: underline;
  text-transform: none;
}
.wrapper-items-phone {
  margin-bottom: 28px;
}
.wrapper-items-phone::before {
  content: url(../img/tel.svg);
  margin-right: 12px;
}
.social-link {
  margin-left: 28px;
}
.fb {
  background: url("../img/css-vertical-sprites.png") -12px -12px;
}
.inst {
  background: url("../img/css-vertical-sprites.png") -12px -56px;
}
.tg {
  background: url("../img/css-vertical-sprites.png") -12px -100px;
}
.vk {
  background: url("../img/css-vertical-sprites.png") -12px -144px;
}
.y_tube {
  background: url("../img/css-vertical-sprites.png") -12px -188px;
}
.item-contact {
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-contact-social:not(:last-child) {
  margin-bottom: 21px;
}
.phone-item:not(:last-child) {
  margin-bottom: 7px;
}
.wrapper-social-contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 7px;
}
::-webkit-input-placeholder {
  text-align: center;
}
:-moz-placeholder {
  text-align: center;
}
::-moz-placeholder {
  text-align: center;
}
:-ms-input-placeholder {
  text-align: center;
}
.contacts-input {
  margin-bottom: 18px;
  max-width: 202px;
  padding: 12px 4px;
  border: none;
  outline: none;
  width: 100%;
  height: 20px;
  background: var(--bg-input);
  border-radius: 3px;
  color: #ffffff;
}
.textarea-contacts {
  resize: none;
  width: 202px;
  height: 84px;
  width: 100%;
  background: var(--bg-input);
  border-radius: 3px;
  color: #ffffff;
}
/* ......................page programs................. */
.programs-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.programs-belarus5-btn {
  width: 158px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  padding: 9px 0px 0px 0px;
  border: none;
  border-bottom: 4px solid #646464;
  background: var(--bg-btn);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #646464;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
.programs-belarus5-btn:first-child {
  margin-right: 13px;
}
.programs-belarus5-btn.active,
.programs-belarus5-internet-btn.active {
  border-bottom: 4px solid #fff;
  background: var(--bg-btn);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--text);
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
.wrapper-programs {
  width: calc(100% - 392px);
  margin: 0 auto;
  padding: 30px 0px;
}
.programs-belarus5-btn:hover {
  color: #fff;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
/* .wrapper-programs-item ul li:hover {
  -webkit-text-decoration: underline #646464;
  text-decoration: underline #646464;
  -webkit-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transition: All 0.4s ease;
} */
.programs-date {
  background: var(--background-timetable);
  text-align: center;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
.programs-date p {
  padding: 10px 0px;
  font-size: 15px;
  text-transform: uppercase;
}
.wrapper-programs-item {
  display: block;
  /* max-width: 400px; */
  padding: 32px 15px 0px 28px;
  overflow-wrap: break-word;
}
.wrapper-programs-item ul li {
  color: var(--text);
  font-size: 12px;
  line-height: 18px;
}
/* .wrapper-programs-item ul li span {
  color: #f96a00;
} */
.day-btn {
  display: block;
}
.tabs-content {
  display: none;
  transition: all 0.6s;
}
.tabs-content.active {
  display: block;
  transition: all 0.6s;
}
.wrapper-programs-item {
  display: none;
}
.wrapper-programs-item.active {
  display: block;
}
/* ......................page news................. */
.page {
  width: 100%;
  min-height: 45vh;
  position: relative;
  background: var(--background-grey);
}
.news-page {
  display: block;
}
.inside-the-block {
  padding: 40px 0px;
}
.card-news {
  display: block;
  height: auto;
  width: 100%;
}
.text-item {
  width: calc(100% - 140px);
  padding: 9px 11px 9px 11px;
  background: var(--background-dark-grey);
  display: block;
}
.data-time .time {
  color: #848484;
  margin-top: 0px;
}
.data-time .data {
  font-size: 9px;
  margin-right: 8px;
  margin-bottom: 6px;
  color: #848484;
}
.news-img {
  background-image: url(../img/large3.png) no-repeat;
  background-color: var(--background-dark-grey);
  background-repeat: no-repeat;
  width: 140px;
  height: 125px;
  background-size: contain;
  display: block;
  background-position: center;
}
.text-content {
  color: var(--text);
}
.news-item {
  margin-bottom: 17px;
  align-items: center;
}
.news-item h4 {
  font-size: 12px;
  margin-bottom: 8px;
}
.news-item .sport {
  margin-bottom: 20px;
  font-size: 12px;
}
.main-item-event .text-content {
margin-top: 12px;
font-size: 12px;
line-height: 14px;
font-style: italic;
text-transform: none;
}
.title-h1 {
  background: none;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 70px;
}
.bg-text {
  padding: 9px 12px 15px 12px;
}
/************page news1*********/
.wrapper-block-news {
  margin-top: 17px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-content-img img {
  width: 100%;
  height: auto;
}
.video {
  width: 100%;
}
.item-content-title {
  line-height: 1.625;
  text-align: start;
  margin-left: 0;
  background: none;
  padding: 0px;
}
.item-content .title {
  text-align: left;
  font-weight: bold;
}
.date-news {
  color: #8a8a8a;
}
.item-content {
  width: 67%;
}
.item-content img {
  width: 100%;
  height: unset;
  margin: 24px 0;
}
/* .item-content img:first-child {
  margin-top: 0;
} */
.article-pic {
  width: 100%;
  margin-bottom: 24px;
}
.article-banner-horizontal {
  padding: 40px 0;
}
.item-content-text {
  font-size: 16px;
  line-height: 16px;
  color: var(--grey-text);
  line-height: 1.625;
  text-transform: none;
}
.item-content-text a {
  color: var(--grey-text);
  text-decoration: underline;
}
.item-content-text p, .item-content-text span, .item-content-text b {
  font-family: "Montserrat" !important;
  font-size: 16px;
  text-align: justify;
  line-height: 1.625;
  color: var(--grey-text);
}
.send-to-social {
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.send-to-social p {
  color: var(--text);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.send-to-social a:hover {
  -webkit-text-decoration: underline var(--text);
  text-decoration: underline var(--text);
}
.counter .views::before {
  content: url(../img/Group\ 49.png);
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.counter-and-social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0 0;
}
.counter .views {
  color: #acacac;
  display: inline-block;
  vertical-align: middle;
}
.counter-and-social-icon {
  padding: 0px;
}
.section-recommended-news {
  background: var(--background-dark-grey);
}
.recommended-news-item {
  padding: 15px;
  cursor: pointer;
}
.recommended-news-item .time {
  margin-top: 7px;
}
.video-recomend {
  width: 100%;
  -o-object-fit: 100%;
  object-fit: 100%;
}
/**********************page-events***************/
.wrapper-events {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.wrapper-main-item-event {
  margin-bottom: 45px;
  cursor: pointer;
  width: calc((100% - 116px) / 3);
  display: block;
}
/* .wrapper-events .wrapper-main-item-event:nth-child(3n) {
  margin: 0px 58px 45px 58px;
} */
.wrapper-events .wrapper-main-item-event:first-child,
.wrapper-events .wrapper-main-item-event:nth-child(2) {
  margin-right: 0px;
  width: calc((100% - 40px) / 2);
}
.wrapper-events .wrapper-main-item-event:nth-child(2) {
  margin-left: 40px;
}
.wrapper-main-item-event img {
  height: 170px;
}
.wrapper-events .wrapper-main-item-event:first-child img,
.wrapper-events .wrapper-main-item-event:nth-child(2) img {
  height: 400px;
}
.news-wrap .wrapper-main-item-event {
  margin-bottom: 40px;
}
.news-wrap .wrapper-main-item-event:nth-child(3n + 4) {
  margin-right: 40px;
  margin-left: 40px;
}
.search-page-wrapper {
  margin-top: 40px;
}
.search-page-wrapper .wrapper-main-item-event:first-child {
  width: calc((100% - 116px) / 3);
}
.item-event img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 170px;
  background-color: var(--background-text-video);
}
/* .main-item-event .time {
  margin-top: 7px;
} */
/******************page events-event***********/
.content-event iframe {
  height: 555px;
}
.content-event video {
  height: 555px;
}
.text-event {
  margin-bottom: 10px;
}
.text-event p {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.text-event p:not(:last-child) {
  padding-bottom: 20px;
}
.item-event-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
:root {
  --width-slider-btn: 57px;
  --width-slider-xs-btn: 35px;
  --height-slider-btn: 57px;
  --height-slider-xs-btn: 35px;
}
/**********************page ether***************/
.wrapper-ether {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* .wrapper-tabs-ether {
  width: 68%;
} */
.ether-content {
  width: 100%;
  margin-top: 23px;
}
.sidebar-ether {
  margin-top: 98px;
  height: 100%;
}
/**********************page video***************/
.video-page-item {
  width: calc((100% - 120px) / 4);
  margin-bottom: 33px;
}
.video-page-item:not(:nth-child(4n)) {
  margin-right: 40px;
}
/********************************/
.additional-section .news-link {
  width: calc((100% - 60px) / 3);
}
.additional-section .news-link {
  margin-bottom: 31px;
}
.additional-section .news-link:not(:nth-child(3n)) {
  margin-right: 30px;
}
/************white/dark theme***********/
:root {
  --text: #ffffff;
  --sport-text: #ffffffcc;
  --grey-text: #b6b6b6;
  --title-text: none;
  --background-grey: #232323;
  --background-snippet: #fafafa;
  --background-dark-grey: #1c1c1c;
  --background-match-schedule: #1c1c1c;
  --background-timetable: #343434;
  --background-slidebar-news: #282828;
  --dropdown: #313131;
  --background-new: #232323;
  --background-text-video: #1c1c1c;
  --bg-scrollbar: #636363;
  --bg-btn: #1c1c1c;
  --bg-btn-active: #272727;
  --bg-input: #3c3c3c;
  --arrow-down: url(../img/arrow-down-white.svg);
  --sidebar-width: 313px;
  --column-correct: -313px;
}
:root[data-theme="dark"] {
  --text: #101010;
  --sport-text: #272727;
  --grey-text: #101010;
  --bg-btn: #ececec;
  --bg-btn-active: #272727;
  --title-text: #c4c4c4;
  --background-grey: #ffffff;
  --background-dark-grey: #ffffff;
  --background-timetable: #ececec;
  --background-slidebar-news: #ececec;
  --dropdown: #ececec;
  --background-new: #ececec;
  --background-text-video: #ececec;
  --background-match-schedule: #ffffff;
  --bg-scrollbar: #ececec;
  --bg-input: #c4c4c4;
  --arrow-down: url(../img/arrow-down-white.svg);
  --background-snippet: #ececec;
}
.w-100 {
  width: 100%;
}
.background-grey {
  background: var(--background-grey);
}
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.switch input {
  display: none;
}
.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #716c6c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: rgb(4, 4, 4);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .toggle {
  background-color: #716c6c;
}
input:focus + .toggle {
  -webkit-box-shadow: 0 0 1px #b3aeae;
  box-shadow: 0 0 1px #b3aeae;
}
input:checked + .toggle:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background-color: #fff;
}
/************************dropdown*********************/
.dropdown {
  display: block;
  background: var(--dropdown);
  border-radius: 0px 0px 3px 3px;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: -1000px;
  right: 600px;
  -webkit-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
  transition: All 0.8s ease;
}
.dropdown.active {
  top: 55px;
  right: 700px;
  -webkit-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
  transition: All 0.8s ease;
  border-bottom: none;
}
.dropdown ul li {
  padding: 10px 0px;
  border-bottom: #3b3b3b solid 2px;
}
.dropdown ul li:last-child {
  border-bottom: none;
}
.dropdown ul li a {
  text-decoration: none;
  color: var(--text);
  cursor: pointer;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
.dropdown ul li a:hover {
  color: #f96a00;
  -webkit-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  transition: All 0.6s ease;
}
/*************banners*************/
.left-banner img {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
.right-banner img {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
.banners {
  background: url(../img/royhu2nx.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.article-styled-block {
  background-color: var(--background-slidebar-news);
  padding: 30px 40px 30px 80px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  color: var(--text);
  text-transform: none;
}
.article-styled-block:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #f96a00;
  position: absolute;
  left: 40px;
}
.quote-wrap {
  position: relative;
  margin: 24px 0;
}
.quote {
  display: block;
  z-index: 2;
  position: relative;
  font-size: 16px;
  padding-left: 16px;
}
.quote-symb {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 100px;
  line-height: 30px;
  font-weight: 600;
  color: #f96a00;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.hidden-js{
  display: none!important;
}