@charset "UTF-8";
/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
body {
  font-family: "Ubuntu", sans-serif;
  color: #585659;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.24;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  background: #fff;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
  background: #fff;
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #585659;
}

.content__inner {
  margin: 30px 0 60px 0;
}

.content__fluid .breadcrumbs {
  padding: 0;
}
.content__fluid .content__inner {
  margin: 0;
  padding: 30px 0 60px 0;
  height: 100%;
}
.content__fluid .content__inner .container {
  height: 100%;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 30px;
  position: relative;
}

.content__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  min-width: 0px;
}

.content__col--content {
  width: 100%;
  min-width: 0px;
}

.content__col--sidebar {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
}

.theiaStickySidebar {
  padding-bottom: 0 !important;
}

.b-sidebar__block {
  overflow: hidden;
}

.b-sidebar__top {
  border-radius: 6px;
}
.b-sidebar__top img {
  display: block;
  border-radius: 6px;
}

.b-sidebar__cols {
  position: relative;
}

.b-sidebar__col {
  border-radius: 6px;
  margin-top: 30px;
}
.b-sidebar__col img {
  display: block;
  border-radius: 6px;
}

.bottom-b {
  margin-top: 60px;
}
.bottom-b img {
  display: block;
  width: 100%;
}

.content__col--content ul {
  list-style: disc;
  margin: 0 0 0 20px;
}

.content__col--content ul li {
  list-style: inherit;
}

.content__col--content ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}

.content__col--content ol li {
  list-style: inherit;
}

.content__col--content p {
  margin: 20px 0 0 0;
}

.content__col--content p:first-child {
  margin: 0;
}

.content__col--content table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
  border: none;
}

.content__col--content table td {
  padding: 8px 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  background: none;
  color: #0b0013;
  line-height: 24px;
}

.content__col--content table tr:nth-child(even) {
  background: #f6f7f9;
}

.content__col--content table tr:nth-child(odd) {
  background: #fff;
}

.content__col--content table th {
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  color: #0b0013;
  font-size: 16px;
  background: #f5f3f5;
}

.content__col--content table thead th {
  font-weight: 600;
  border-bottom-width: 0px;
  text-align: left;
  padding: 10px;
  color: #0b0013;
  background: #f5f3f5;
}

.content__col--content table thead th span {
  color: #00a5e7;
}

.content__col--content table thead td {
  border-bottom-width: 0px;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  background: #f5f3f5;
}

.content__col--content table tfoot th {
  background: #99854c;
  text-align: left;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #0b0013;
}

.content__col--content table tfoot td {
  background: #f5f3f5;
  text-align: left;
  border: none;
  font-size: 105%;
  font-weight: normal;
  color: #0b0013;
}

h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #0b0013;
}

h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0b0013;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #0b0013;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #0b0013;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0b0013;
}

h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0b0013;
}

a {
  color: #40006f;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 0px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

.fancybox-button.fancybox-focus {
  outline: none;
}

.popup {
  display: none;
  background: #fff;
}

.popup__title {
  color: #383838;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  background: #eae7dc;
  padding: 30px 50px;
}

.popup__content {
  padding: 30px 50px;
  background: #fff;
}

.popup__text {
  color: #383838;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.popup__text span {
  margin-top: 10px;
  display: block;
  color: #99854c;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.popup__form {
  margin-top: 30px;
}

.popup__item {
  margin-top: 10px;
}
.popup__item:first-child {
  margin-top: 0;
}

.popup__heading {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.popup__field {
  position: relative;
}

.popup__field input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #454749;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field input:focus {
  border: 1px solid #1b8931;
}

.popup__field input::-moz-placeholder {
  color: #454749;
}

.popup__field input::-webkit-input-placeholder {
  color: #454749;
}

.popup__field input:-ms-input-placeholder {
  color: #454749;
}

.popup__field input::-ms-input-placeholder {
  color: #454749;
}

.popup__field input::placeholder {
  color: #454749;
}

.popup__field input:-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-text-fill-color: #454749;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__field select {
  cursor: pointer;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #454749;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/images/select-icon.svg) 100% 50% no-repeat;
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.popup__field select:focus {
  border: 1px solid #1b8931;
}

.popup__field textarea {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #434343;
  padding: 10px 16px;
  resize: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field textarea:focus {
  border: 1px solid #1b8931;
}

.popup__field textarea::-moz-placeholder {
  color: #737985;
}

.popup__field textarea::-webkit-input-placeholder {
  color: #737985;
}

.popup__field textarea:-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::placeholder {
  color: #737985;
}

.popup__field textarea:-webkit-autofill {
  -webkit-text-fill-color: #454749;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: none;
}

.popup__item--error .popup__message {
  display: block;
}

.popup__item--error .popup__field input {
  border: 1px solid red;
}

.popup__item--error .popup__field textarea {
  border: 1px solid red;
}

.popup__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.popup__captcha input {
  height: 40px;
}

.popup__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.popup__img img {
  display: block;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  height: 40px;
}

.popup__refresh {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
  background: url(/images/refresh-icon.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.popup__consent {
  margin-top: 20px;
}

.popup__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.popup__consent input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0 0px 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #454749;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__consent a {
  color: #007d26;
  text-decoration: underline;
}

.popup__consent a:hover {
  color: #001965;
  text-decoration: none;
}

.popup__consent input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 20px;
  line-height: 14px;
  background: #d8d8d8 url(/images/consent-icon.svg) 1px 1px no-repeat;
  border-radius: 90px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.popup__consent input[type=checkbox]:checked + label:before {
  background: #007d26 url(/images/consent-icon.svg) 13px 1px no-repeat;
  border: none;
}

.popup__consent input[type=submit] {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border: none;
  border: none;
  height: 50px;
  background: rgb(0, 125, 38);
  text-align: center;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 10px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.popup__consent input[type=submit]:hover {
  background: #59c060;
}

.popup__consent input[disabled] {
  background: rgba(0, 125, 38, 0.6);
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.b-block {
  position: relative;
}

.b-block__desktop {
  display: block;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-block__mobile {
  display: none;
}

.b-block__link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header {
  position: relative;
  background: #fff;
}

.header__block--top {
  background: #f5f3f5;
}

.header__row--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
}

.header__date {
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  color: #0b0013;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.header__right {
	display:flex;
	align-items: center;
}

.header__view {
	font: 500 16px/1.1875 "Ubuntu", sans-serif;
	color: #0b0013;
	padding:0 20px 0 0;
}

.header__view a {color: #0b0013; text-decoration:none; display: flex; align-items: center;}

.header__view ins {display: block; width:32px; height:24px; background-image:url('/images/view.svg'); margin-right: 8px;}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__social a {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 5px;
}
.header__social a:first-child {
  margin-left: 0;
}
.header__social a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__block--middle {
  -webkit-box-shadow: 0 4px 10px 0 rgba(64, 0, 111, 0.05), 0 -4px 10px 0 rgba(64, 0, 111, 0.05);
          box-shadow: 0 4px 10px 0 rgba(64, 0, 111, 0.05), 0 -4px 10px 0 rgba(64, 0, 111, 0.05);
  background: #fff;
}

.header__row--middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__menu ul li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #0b0013;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
  text-decoration: none;
  color: #0b0013;
}
.header__menu ul li a ins {
  display: block;
  width: 6px;
  height: 3px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-flag.svg) 0px 0px no-repeat;
  margin-left: 4px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header__menu ul li:hover {
  border-bottom: 2px solid #40006f;
}
.header__menu ul li:hover .popupmenu-header {
  position: absolute;
  z-index: 3;
  width: 500px;
  left: -15px;
  top: 80px;
  padding-top: 1px;
  opacity: 1;
  height: auto;
}
.header__menu ul li:hover a {
  color: #40006f;
}
.header__menu ul li:hover a ins {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__menu ul li:hover ul li {
  border-bottom: none;
}
.header__menu ul li:hover ul li a {
  color: #585659;
}
.header__menu ul li ul {
  display: block;
}
.header__menu ul li ul li {
  border-bottom: none;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  color: #585659;
  text-transform: none;
  padding-left: 14px;
  margin-top: 10px;
  background: url(/images/marker.svg) 0px 7px no-repeat;
}
.header__menu ul li ul li:first-child {
  margin-top: 0;
}
.header__menu ul li ul li a {
  display: inline-block;
  padding: 0;
  color: #585659;
}
.header__menu ul li ul li a:hover {
  color: #40006f;
}

.popupmenu-header {
  position: absolute;
  z-index: -3;
  width: 0px;
  left: -15px;
  top: 0px;
  padding-top: 0px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  -webkit-box-shadow: 0 4px 10px 0 rgba(64, 0, 111, 0.15);
          box-shadow: 0 4px 10px 0 rgba(64, 0, 111, 0.15);
}

.popupmenu-header__inner {
  border-top: 1px solid #f5f3f5;
  background: #fff;
  padding: 20px 30px;
}

.popupmenu-header__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -40px;
  position: relative;
}

.popupmenu-header__col {
  width: calc(50% - 40px);
  margin: 0 0 0 40px;
}

.popupmenu-header__divider {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -0.5px;
  background: #f5f3f5;
}

.header__broadcast {
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 4px 0;
}

.broadcast-header__item {
  margin-top: 4px;
  position: relative;
}
.broadcast-header__item:first-child {
  margin-top: 0;
}
.broadcast-header__item:hover .broadcast-header__popup {
  z-index: 4;
  width: 264px;
  padding-top: 8px;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.broadcast-header__item:hover .broadcast-header__link a {
  background: #320057;
}

.broadcast-header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 6px;
  background: #40006f;
  height: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.broadcast-header__link a ins {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
}
.broadcast-header__link a ins img {
  display: block;
}

.broadcast-header__popup {
  position: absolute;
  z-index: -4;
  top: 30px;
  right: -1px;
  width: 0px;
  padding-top: 0px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.broadcast-header__inner {
  border-radius: 6px;
  width: 266px;
  -webkit-box-shadow: 0 0 10px 0 rgba(11, 0, 19, 0.15);
          box-shadow: 0 0 10px 0 rgba(11, 0, 19, 0.15);
  background: #fff;
  padding: 10px 30px;
}
.broadcast-header__inner ul li {
  margin-top: 10px;
}
.broadcast-header__inner ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #0b0013;
  text-decoration: none;
}
.broadcast-header__inner ul li a ins {
  display: block;
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-decoration: none;
  margin-right: 6px;
}
.broadcast-header__inner ul li a ins img {
  display: block;
}
.broadcast-header__inner ul li a b {
  font: 700 16px/1.1875 "Ubuntu", sans-serif;
  color: #7d009b;
  display: block;
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
}
.broadcast-header__inner ul li a span {
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.broadcast-header__inner ul li a:hover {
  color: #40006f;
}
.broadcast-header__inner ul li a:hover span {
  border-bottom: 1px solid #40006f;
}
.broadcast-header__inner ul li:first-child {
  margin-top: 0;
}

.header__block--bottom {
  background: #f5f3f5;
  position: relative;
}
.header__block--bottom.active .header__search {
  z-index: 2;
  height: 70px;
  opacity: 1;
}

.header__row--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  overflow: hidden;
  width: 100%;
}

.header__line {
  width: 100%;
  overflow: hidden;
}

.line-header__wrap {opacity:0;}
.line-header__wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 130px;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
}
.line-header__wrap a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.line-header__wrap a ins {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  text-decoration: none;
  font: 500 16px/1.5 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-right: 10px;
}
.line-header__wrap a span {
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #0b0013;
  white-space: nowrap;
}

.line-header__wrap .clone {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.line-header__wrap .cloneContent {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.line-header__wrap .mMove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 24px;
}

.header__stoggle {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/search-icon.svg) 0px 0px no-repeat;
  cursor: pointer;
  margin-left: 10px;
}

.header__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  height: 0px;
  background: #f5f3f5;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.search-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-header__field {
  position: relative;
  width: 100%;
}
.search-header__field input {
  display: block;
  width: 100%;
  border: 1px solid #e3e1e5;
  border-radius: 4px;
  background: #fff;
  height: 40px;
  padding: 0 64px 0 20px;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  color: #0b0013;
}

.search-header__close {
  position: absolute;
  width: 64px;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff url(/images/search-close.svg) 50% 50% no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.search-header__link {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 16px;
}
.search-header__link button {
  display: block;
  height: 40px;
  border-radius: 6px;
  background: #40006f;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  transition: 0.2s all ease;
  cursor:pointer;
  width:100%;
}
.search-header__link button:hover {
  background: #320057;
}

.header__row--mobile {
  display: none;
}

.header__toggle {
  width: 56px;
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: -16px;
  background: #fff url(/images/menu-sprite.svg) 0px 0px no-repeat;
  cursor: pointer;
  position: relative;
}

.header__mlogo {
  position: absolute;
  z-index: 2;
  width: 140px;
  top: 15.5px;
  left: 50%;
  margin-left: -70px;
}
.header__mlogo img {
  display: block;
}

.header__live {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  font: 500 12px/24px "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0b0013;
  background: url(/images/live-icon.svg) 0px 0px no-repeat;
  padding-left: 32px;
}

.footer {
  background: #40006f;
  position: relative;
  padding: 30px 0;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font: 400 14px/1.42857 "Ubuntu", sans-serif;
  color: #e3e1e5;
}

.footer__row--bottom {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__row--bottom a {
  color: #e3e1e5;
  text-decoration: none;
  border-bottom: 1px solid #e3e1e5;
}
.footer__row--bottom a:hover {
  border-bottom: 1px solid transparent;
}

.sidebar-footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.sidebar-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #e3e1e5;
}

.sidebar-footer__logo {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 40px;
}
.sidebar-footer__logo img {
  display: block;
  width: 100%;
}

.sidebar-footer__text {
  width: 251px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sidebar-footer__text a {
  color: #e3e1e5;
  text-decoration: none;
}
.sidebar-footer__text a[href^="mailto:"] {
  color: #e3e1e5;
  border-bottom: 1px solid transparent;
}
.sidebar-footer__text a[href^="mailto:"]:hover {
  border-bottom: 1px solid #e3e1e5;
}

.sidebar-footer__links {
  margin-top: 10px;
  margin-left: 90px;
}
.sidebar-footer__links ul li {
  margin-top: 10px;
}
.sidebar-footer__links ul li:first-child {
  margin-top: 0;
}
.sidebar-footer__links ul li a {
  display: inline-block;
  color: #e3e1e5;
  text-decoration: none;
  border-bottom: 1px solid #e3e1e5;
}
.sidebar-footer__links ul li a:hover {
  border-bottom: 1px solid transparent;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-left: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__info {
  width: 100%;
  margin-right: 70px;
}
.footer__info p {
  margin-top: 10px;
}
.footer__info p:first-child {
  margin-top: 0;
}
.footer__info a {
  color: #e3e1e5;
  text-decoration: none;
  border-bottom: 1px solid #e3e1e5;
}
.footer__info a:hover {
  border-bottom: 1px solid transparent;
}

.footer__social {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer__social a {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.footer__social a:first-child {
  margin-left: 0;
}
.footer__social a img {
  display: block;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  padding: 20px 0 0px 0px;
  position: relative;
}

.breadcrumbs__path {
  font: 400 13px/1.23077 "Ubuntu", sans-serif;
  color: #969498;
  margin-bottom: 20px;
}
.breadcrumbs__path a {
  color: #969498;
  text-decoration: none;
}
.breadcrumbs__path a:hover {
  color: #40006f;
}
.breadcrumbs__path span {
  padding: 0 5px;
}

.mobile-block {
  position: fixed;
  top: 192px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.mobile-block-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 281px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-block-inner {
  background: white;
  width: 340px;
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: 0 -4px 10px 0 rgba(64, 0, 111, 0.05);
          box-shadow: 0 -4px 10px 0 rgba(64, 0, 111, 0.05);
}

.mobile-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.mobile-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.mobile-block-content {
  padding: 0 20px;
}

.mobile-block-menu {
  padding-top: 20px;
}

.dl-menuwrapper {
  max-width: 340px;
}

.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper li {
  margin-top: 0px;
}
.dl-menuwrapper li:first-child {
  margin-top: 0;
}

.dl-menuwrapper li a {
  display: block;
  border-bottom: none;
  position: relative;
  padding: 10px 0px;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #0b0013;
  outline: none;
  text-decoration: none;
  border-bottom: none;
}

.dl-menuwrapper li a:hover {
  color: #0b0013;
  text-decoration: none;
}

.dl-menuwrapper li a span {
  background: url(/images/menu-arrow-right.svg) 100% 50% no-repeat;
  display: block;
  padding-right: 35px;
}

.dl-menuwrapper li.dl-back {
  position: sticky;
  top: 0px;
  z-index: 2;
  margin-bottom: 0px;
  border-top: none;
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  border-bottom: none;
  background: #f5f3f5;
  margin: -20px -20px 10px -20px;
}

.dl-menuwrapper li.dl-back > a {
  color: #0b0013;
  background: none;
  padding-left: 0px;
  padding: 10px 0;
}

.dl-menuwrapper li.dl-back > a:hover {
  color: #0b0013;
}

.dl-menuwrapper li.dl-back span {
  background: url(/images/menu-arrow-back.svg) 20px 50% no-repeat;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  padding-left: 35px;
  text-transform: none;
}

.dl-submenu li a {
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #0b0013;
}

.dl-submenu li a:hover {
  color: #0b0013;
  text-decoration: none;
}

.mobile-block__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.footer-mobile__inner {
  padding: 20px;
}

.footer-mobile__title {
  font: 500 18px/1.16667 "Ubuntu", sans-serif;
  color: #0b0013;
}

.footer-mobile__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.footer-mobile__icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.footer-mobile__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-mobile__name {
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  color: #0b0013;
}

.footer-mobile__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-mobile__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.live-block {
  position: fixed;
  top: 192px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 220;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.live-block .animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.live-block-wrap {
  height: auto;
  position: relative;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.live-block-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: 0 -4px 10px 0 rgba(64, 0, 111, 0.05);
          box-shadow: 0 -4px 10px 0 rgba(64, 0, 111, 0.05);
}

.live-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.live-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.live-block-content {
  background: white;
}

.header__close {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -16px;
  width: 56px;
  height: 58px;
  display: none;
  cursor: pointer;
}

.live-block__title {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: #f5f3f5;
}

.live-block__icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.live-block__icon img {
  display: block;
  width: 100%;
}

.live-block__name {
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0b0013;
}

.live-block__inner {
  background: #fff;
  padding: 25px 56px;
}
.live-block__inner ul li {
  margin-top: 10px;
}
.live-block__inner ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #0b0013;
  text-decoration: none;
}
.live-block__inner ul li a ins {
  display: block;
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-decoration: none;
  margin-right: 6px;
}
.live-block__inner ul li a ins img {
  display: block;
}
.live-block__inner ul li a b {
  font: 700 16px/1.1875 "Ubuntu", sans-serif;
  color: #7d009b;
  display: block;
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
}
.live-block__inner ul li a:hover {
  color: #0b0013;
}
.live-block__inner ul li:first-child {
  margin-top: 0;
}

.loading {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
          animation: 1.5s shine linear infinite;
}

@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
/* Mobile Menu */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  font-weight: 400;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #969498;
  text-decoration: none;
  margin-left: 10px;
  text-align: center;
  border-radius: 8px;
}
.pagination a:hover {
  color: #40006f;
}
.pagination a.current {
  background: #40006f;
  color: #fff;
  pointer-events: none;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination__prev {
  background: url(/images/pagination-prev.svg) 50% 50% no-repeat;
  border: none !important;
}
.pagination__next {
  background: url(/images/pagination-next.svg) 50% 50% no-repeat;
  border: none !important;
}

.index__top {
  position: relative;
}

.top-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-index__col--content {
  width: 100%;
  min-width: 1px;
  margin-right: 30px;
}

.top-index__col--sidebar {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}

.top-index__col--content .broadcast__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}

.top-index__col--content .schedule__slider {
  border-bottom: 1px solid #e3e1e5;
}

.top-index__col--sidebar .b-sidebar__top img {
  height: 383px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.top-index__content {
  margin-top: 24px;
}

.top-index__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-index__broadcast {
  width: 585px;
  margin-right: 15px;
}

.top-index__schedule {
  width: 410px;
}

.top-index__schedule .item-schedule--hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-index__schedule .schedule__content {
  height: 100%;
}

.top-index__schedule .schedule__inner {
  max-height: inherit;
  height: calc(100% - 70px);
  position: absolute;
  top: 20px;
  bottom: 0px;
  right: 10px;
  left: 20px;
}

.index__single {
  margin-top: 60px;
  display: none;
}
.index__single .b-sidebar__top {
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
}

.section-index {
  margin-top: 60px;
}
.section-index .bottom-b {
  margin-top: 0;
}

.section-index__title {
  font: 500 26px/1.15385 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-bottom: 30px;
}

.news-section {
  position: relative;
}

.news-section__items {
  --elements: 3;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.news-section__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}
.news-section__item:hover .news-section__name {
  color: #40006f;
}
.news-section__item:hover .news-section__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news-section__img {
  position: relative;
  height: 0;
  padding-top: 56.3291139241%;
  border-radius: 6px;
  overflow: hidden;
}
.news-section__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-section__date {
  margin-top: 16px;
  font: 400 14px/1 "Ubuntu", sans-serif;
  color: #737075;
}

.news-section__name {
  margin-top: 8px;
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #0b0013;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news-section__status {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 6px 0;
  width: 66px;
  height: 20px;
  background: #7d009b;
  font: 500 12px/20px "Ubuntu", sans-serif;
  color: #fff;
  text-align: center;
}

.news-section__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-section__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.story-index {
  margin-top: 30px;
}

.story-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.story-index__col--content {
  width: 100%;
  margin-right: 30px;
}

.story-index__col--sidebar {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.story-index__col--sidebar .b-sidebar__col:nth-child(1) {
  margin-top: 0;
}
.story-index__col--sidebar .b-sidebar__col:nth-child(2) {
  margin-top: 22px;
}

.section-index__inner {
  border-radius: 10px;
  background: #f5f3f5;
  position: relative;
  padding: 40px;
}

.section-index__slider .item-release__date {
  font: 400 14px/1 "Ubuntu", sans-serif;
  color: #7d009b;
  margin-top: 16px;
}

.section-index__slider .item-release__name {
  margin-top: 4px;
  font: 400 18px/1.16667 "Ubuntu", sans-serif;
}

.section-index__slider {
  overflow: hidden;
}

.section-index__prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(/images/media-slider-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.section-index__next {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(/images/media-slider-next.svg) 0px 0px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.section-index__inner .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cookies {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(11, 0, 19, 0.12);
          box-shadow: 0 -5px 15px 0 rgba(11, 0, 19, 0.12);
  background: #fff;
  padding: 20px 0;
}

.cookies__inner {
  max-width: 850px;
  margin: 0 auto;
}

.cookies__text {
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  text-align: center;
  color: #585659;
}
.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #40006f;
}
.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 126px;
  height: 44px;
  margin: 16px auto 0 auto;
}
.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #40006f;
  border-radius: 6px;
  background: #fff;
  font: 500 16px/42px "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #40006f;
  text-decoration: none;
  text-align: center;
}
.cookies__link a:hover {
  background: #40006f;
  color: #fff;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(/images/cookies-cross.svg) 0px 0px no-repeat;
}

.broadcast {
  position: relative;
}

.broadcast__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.broadcast__col {
  min-width: 1px;
}

.broadcast__col--content {
  width: 740px;
  margin-right: 30px;
}

.broadcast__col--sidebar {
  width: 520px;
}

.broadcast__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #e3e1e5;
}
.broadcast__menu a {
  display: block;
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #969498;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  margin-left: 20px;
  padding-bottom: 8px;
}
.broadcast__menu a:first-child {
  margin-left: 0;
}
.broadcast__menu a:hover {
  color: #40006f;
}
.broadcast__menu a.current {
  color: #0b0013;
  border-bottom: 2px solid #7d009b;
  pointer-events: none;
}

.broadcast__content {
  margin-top: 24px;
}

.broadcast__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}

.broadcast__video iframe,
.broadcast__video object,
.broadcast__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
}

.broadcast__text {
  margin-top: 30px;
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #585659;
}
.broadcast__text b {
  font: 500 16px/1.5 "Ubuntu", sans-serif;
  color: #0b0013;
}
.broadcast__text p {
  margin: 20px 0 0 0;
}
.broadcast__text p:first-child {
  margin-top: 0;
}

.broadcast__toggle {
  margin-top: 10px;
  display: none;
}
.broadcast__toggle a span {
  display: none;
  color: #40006f;
  border-bottom: 1px solid #40006f;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.broadcast__toggle a span:first-child {
  display: inline-block;
}

.broadcast__title {
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #0b0013;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.broadcast__inner {
  position: relative;
}

.broadcast__col--sidebar .schedule__slider {
  border-bottom: 1px solid #e3e1e5;
}

.broadcast__col--sidebar .item-schedule--hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.day-tab {
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #969498;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.day-tab:hover {
  color: #40006f;
}
.day-tab.active {
  pointer-events: none;
  color: #0b0013;
  border-bottom: 2px solid #7d009b;
}

.broadcast__col--sidebar .schedule__content {
  padding: 20px 10px 50px 20px;
}

.broadcast__col--sidebar .schedule__inner {
  max-height: 586px;
}

.block-broadcast {
  margin-top: 60px;
}

.block-broadcast__title {
  font: 500 26px/1.15385 "Ubuntu", sans-serif;
  color: #0b0013;
}

.block-broadcast__content {
  margin-top: 30px;
}

.block-broadcast .schedule__slider {
  border-bottom: 1px solid #e3e1e5;
}

.program-tab {
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #969498;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.program-tab:hover {
  color: #40006f;
}
.program-tab.active {
  pointer-events: none;
  color: #0b0013;
  border-bottom: 2px solid #7d009b;
}
.program-tab.active a {
  color: #0b0013;
}
.program-tab a {
  color: #969498;
  text-decoration: none;
}
.program-tab a:hover {
  color: #40006f;
}

.block-broadcast .bottom-b {
  margin-top: 0;
}

.block-broadcast .content__col--content .b-sidebar__top {
  display: none;
}

.programs {
  position: relative;
  overflow: hidden;
}

.programs__items {
  position: relative;
  margin-top: 30px;
}
.programs__items:first-child {
  margin-top: 0;
}

.programs__content {
  --elements: 4;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.programs__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}
.programs__item:hover .item-programs__name {
  color: #40006f;
}
.programs__item:hover .item-programs__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-programs__img {
  position: relative;
  height: 0;
  padding-top: 176.9565217391%;
  border-radius: 6px;
  overflow: hidden;
}
.item-programs__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-programs__name {
  margin-top: 16px;
  font: 400 16px/1.125 "Ubuntu", sans-serif;
  color: #0b0013;
}

.item-programs__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-programs__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.release {
  position: relative;
  min-width: 0px;
}

.release__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
}

.release__video iframe,
.release__video object,
.release__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
}

.release__content {
  margin-top: 30px;
}

.release__text {
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #585659;
}
.release__text p {
  margin: 20px 0 0 0;
}
.release__text p:first-child {
  margin: 0;
}
.release__text strong {
  font: 700 16px/1.5 "Ubuntu", sans-serif;
}

.repost-release {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.repost-release.active .repost-release__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.repost-release__block {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 6px;
  width: 166px;
  height: 44px;
  background: #40006f;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  font: 500 16px/44px "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
}
.repost-release__block span {
  background: url(/images/repost-icon.svg) 100% 50% no-repeat;
  padding-right: 30px;
}
.repost-release__block:hover {
  background: #320057;
}

.repost-release__links {
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.repost-release__links a {
  display: block;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  margin-left: 4px;
}
.repost-release__links a:first-child {
  margin-left: 0;
}
.repost-release__links a img {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.repost-release__links a:hover img {
  opacity: 0.9;
}

.block-release {
  margin-top: 60px;
}

.block-release__title {
  font: 500 26px/1.15385 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-bottom: 30px;
}

.block-release__items {
  --elements: 4;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.item-release {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}
.item-release:hover .item-release__name {
  color: #40006f;
}
.item-release:hover .item-release__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item-release:hover .item-release__text {
  color: #0b0013;
}

.item-release__img {
  position: relative;
  height: 0;
  padding-top: 56.522139241%;
  border-radius: 6px;
  overflow: hidden;
}
.item-release__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-release__name {
  margin-top: 16px;
  font: 400 16px/1.125 "Ubuntu", sans-serif;
  color: #0b0013;
}

.item-release__text {
  margin-top: 8px;
  font: 400 16px/1.25 "Ubuntu", sans-serif;
  color: #737075;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.item-release__date {
  margin-top: 8px;
  font: 400 14px/1.14286 "Ubuntu", sans-serif;
  color: #969498;
}

.item-release__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-release__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.release__media {
  margin: 30px 0;
}

.media-release__content {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.media-release__row--view {
  position: relative;
  overflow: hidden;
}

.media-release__row--preview {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}

.gallery-top {
  overflow: hidden;
}

.gallery-thumbs {
  overflow: hidden;
}

.gallery-top__item {
  width: 100%;
  background: #f5f3f5;
  border-radius: 6px;
  overflow: hidden;
}

.gallery-top__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 55.8415841584%;
  border-radius: 6px;
}

.gallery-top__img img {
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
}

.gallery-top__prev {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  background: url(/images/media-slider-prev.svg) 50% 50% no-repeat;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  cursor: pointer;
}

.gallery-top__next {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: url(/images/media-slider-next.svg) 50% 50% no-repeat;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  cursor: pointer;
}

.media-release__row--view .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
  pointer-events: none;
}
.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs__img {
  opacity: 0.5;
}

.gallery-thumbs__img {
  height: 108px;
  border-radius: 6px;
  opacity: 1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.gallery-thumbs__img img {
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.feed-news {
  margin-top: 60px;
}

.feed-news__title {
  font: 500 26px/1.15385 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-bottom: 30px;
}

.feed-news__item {
  position: relative;
  margin-top: 10px;
  border: 1px solid #e3e1e5;
  border-radius: 6px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: #fff;
}
.feed-news__item:first-child {
  margin-top: 0;
}
.feed-news__item:hover .feed-news__name {
  color: #40006f;
}

.feed-news__date {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font: 400 14px/1.28571 "Ubuntu", sans-serif;
  color: #737075;
  margin-right: 30px;
  text-align: center;
}

.feed-news__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #0b0013;
}

.feed-news__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feed-news__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.feed-news__all {
  margin-top: 30px;
  width: 186px;
}
.feed-news__all a {
  display: block;
  width: 100%;
  height: 44px;
  font: 500 16px/44px "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  background: #40006f;
  border-radius: 6px;
  text-align: center;
}
.feed-news__all a span {
  background: url(/images/search-flag.svg) 100% 50% no-repeat;
  padding-right: 20px;
}
.feed-news__all a:hover {
  background: #320057;
}

.program__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 24px;
}
.program__menu a {
  display: block;
  border-radius: 20px;
  height: 40px;
  background: #f5f3f5;
  font: 400 16px/40px "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #585659;
  padding: 0 20px;
  text-decoration: none;
  margin-left: 10px;
}
.program__menu a:first-child {
  margin-left: 0;
}
.program__menu a:hover {
  color: #fff;
  background: #320057;
}
.program__menu a.active {
  color: #fff;
  background: #40006f;
  pointer-events: none;
}

.archive {
  position: relative;
  overflow: hidden;
}

.archive__items {
  --elements: 3;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.archive__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}
.archive__item:hover .item-archive__name {
  color: #40006f;
}
.archive__item:hover .item-archive__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-archive__img {
  position: relative;
  height: 0;
  padding-top: 56.3291139241%;
  border-radius: 6px;
  overflow: hidden;
}
.item-archive__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-archive__name {
  margin-top: 12px;
  font: 400 18px/1.16667 "Ubuntu", sans-serif;
  color: #0b0013;
}

.item-archive__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-archive__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.news__items {
  position: relative;
  margin-top: 30px;
}
.news__items:first-child {
  margin-top: 0;
}

.news__item {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.news__item:first-child {
  margin-top: 0;
}
.news__item:hover .item-news__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.news__item:hover .item-news__title {
  color: #40006f;
}
.news__item:hover .item-news__text {
  color: #0b0013;
}

.item-news__img {
  position: relative;
  width: 300px;
  height: 170px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 30px;
}
.item-news__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item-news__img iframe,
.item-news__img object,
.item-news__img embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
}

.item-news__content {
  width: 100%;
}

.item-news__title {
  font: 500 16px/1.3125 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.item-news__text {
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #585659;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.item-news__date {
  font: 400 14px/1 "Ubuntu", sans-serif;
  color: #969498;
}

.item-news__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-news__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-b .content__col--content .b-sidebar__cols {
  display: none;
  margin: 50px 0px;
}

.staff {
  position: relative;
}

.staff__text {
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #585659;
}
.staff__text p {
  margin: 20px 0 0 0;
}
.staff__text p:first-child {
  margin: 0;
}
.staff__text strong {
  font: 500 16px/1.5 "Ubuntu", sans-serif;
  color: #0b0013;
}

.staff__text--bottom {
  margin-top: 30px;
}

.staff__item {
  margin-top: 30px;
}

.staff__title {
  font: 500 18px/1.11111 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #0b0013;
  margin-bottom: 30px;
}

.staff__cards {
  --elements: 4;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.staff__card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}

.staff__img {
  position: relative;
  height: 0;
  padding-top: 80.8695652174%;
  border-radius: 6px;
  overflow: hidden;
}
.staff__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: top center;
     object-position: top center;
}

.staff__name {
  margin-top: 16px;
  font: 400 16px/1.125 "Ubuntu", sans-serif;
  color: #0b0013;
}

.staff__post {
  margin-top: 8px;
  font: 400 16px/1.25 "Ubuntu", sans-serif;
  color: #737075;
}

.schedule {
  position: relative;
}

.menu__tabs {
  border-bottom: 1px solid #f1f1f1;
}

.schedule__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
}

.slider__menu {
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.slider__menu .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
}

.menu-tab a {
  display: block;
  border-radius: 20px;
  height: 40px;
  background: #f5f3f5;
  font: 400 16px/40px "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #585659;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}
.menu-tab a:hover {
  color: #fff;
  background: #320057;
}
.menu-tab.active a {
  color: #fff;
  background: #40006f;
  pointer-events: none;
}

.slider__menu .swiper-slide:last-child .menu-tab {
  margin-right: 0px;
}

.schedule__prev {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #fff url(/images/pagination-prev.svg) 0% 50% no-repeat;
  margin-right: 12px;
  cursor: pointer;
}

.schedule__next {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #fff url(/images/pagination-next.svg) 100% 50% no-repeat;
  margin-left: 12px;
  cursor: pointer;
}

.schedule__slider .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.tab__content {
  margin-top: 24px;
}

.tab__slider {
  position: relative;
}

.slider__tab {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.slider__tab .swiper-wrapper {
  height: auto !important;
}

.slider__tab .swiper-slide {
  height: 0px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}

.slider__tab .swiper-slide-active {
  height: auto;
}

.tv-tabs {
  position: relative;
}

.tv-tabs__nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #e3e1e5;
  overflow: auto;
}
.tv-tabs__nav li {
  list-style: none;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.tv-tabs__nav li a {
  display: block;
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #969498;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}
.tv-tabs__nav li a:hover {
  color: #40006f;
}
.tv-tabs__nav li:first-child {
  margin-left: 0;
}
.tv-tabs__nav li.active {
  pointer-events: none;
}
.tv-tabs__nav li.active a {
  color: #0b0013;
  border-bottom: 2px solid #7d009b;
}

.tv-tabs__content {
  position: relative;
}

.tv-tabs__pane {
  display: none;
  margin-top: 24px;
}

.tv-tabs__pane.active {
  display: block;
}

.tv-tabs__nav::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.tv-tabs__nav::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.schedule__content {
  position: relative;
  background: #f5f3f5;
  border-radius: 10px;
  padding: 20px 10px 20px 20px;
  width: 100%;
}

.schedule__inner {
  position: relative;
}

.schedule__all {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  background: #e3e1e5;
  height: 40px;
}
.schedule__all a {
  display: block;
  font: 500 14px/40px "Ubuntu", sans-serif;
  color: #7d009b;
  text-decoration: none;
  padding-left: 40px;
}

.item-schedule {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 0 20px;
}
.item-schedule:last-child {
  margin-bottom: 0;
}
.item-schedule:hover .item-schedule__name {
  color: #40006f;
  border-bottom: 1px solid #40006f;
}

.item-schedule--active {
  background: url(/images/time-icon.svg) 0px 4px no-repeat;
}
.item-schedule--active .item-schedule__time {
  font: 700 16px/1.3125 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #7d009b;
  width: 65px;
}
.item-schedule--active .item-schedule__time span {
  display: none;
}
.item-schedule--active .item-schedule__time ins {
  display: block;
}
.item-schedule--active .item-schedule__name {
  color: #0b0013;
}

.item-schedule__time {
  font: 700 16px/1.3125 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #585659;
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 14px;
}
.item-schedule__time ins {
  display: none;
  text-decoration: none;
}

.item-schedule__name {
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #585659;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-bottom: 1px solid #f5f3f5;
}

.item-schedule__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-schedule__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-schedule--hidden {
  opacity: 0.5;
  display: none;
}

.schedule__content--active .item-schedule--hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule__inner {
  height: 100%;
  max-height: 447px;
  overflow: auto;
}

.schedule__inner::-webkit-scrollbar {
  width: 4px; /* Ширина всего элемента навигации */
  appearance: none;
  -webkit-appearance: none;
  scroll-behavior: smooth;
}

.schedule__inner::-webkit-scrollbar-track {
  background: #fff; /* Цвет дорожки */
}

.schedule__inner::-webkit-scrollbar-thumb {
  background-color: #40006f; /* Цвет бегунка */
  border-radius: 2px; /* Округление бегунка */
  border: none; /* Оформление границ бегунка */
  -webkit-appearance: none;
          appearance: none;
}

.schedule__toggle {
  display: block;
  margin: 0px auto 20px auto;
  border-radius: 6px;
  width: 168px;
  height: 44px;
  background: #f5f3f5;
  font: 500 16px/44px "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #7d009b;
  text-align: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}
.schedule__toggle:hover {
  color: #fff;
  background: #320057;
}
.schedule__toggle ins {
  text-decoration: none;
  display: none;
}
.schedule__toggle.active {
  color: #fff;
  background: #320057;
}
.schedule__toggle.active span {
  display: none;
}
.schedule__toggle.active ins {
  display: block;
}

.popup--tv svg {
  color: #fff;
}

.tv__img img {
  display: block;
  width: 100%;
}

.tv__content {
  background: #fff;
  padding: 30px 20px;
}

.tv__title {
  font: 500 18px/1.16667 "Ubuntu", sans-serif;
  color: #0b0013;
}
.tv__title a {
  color: #0b0013;
  text-decoration: none;
}
.tv__title a:hover {
  color: #40006f;
}

.tv__text {
  margin-top: 20px;
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #585659;
}
.tv__text p {
  margin: 20px 0 0 0;
}
.tv__text p:first-child {
  margin: 0;
}

.tv__schedule {
  margin-top: 20px;
}

.tv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.tv__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #e3e1e5;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 10px 0 0 10px;
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #585659;
  text-align: center;
}

.tv__item--past {
  opacity: 0.5;
}

.tv__item--active {
  border: 1px solid #7d009b;
}

.search__items {
  position: relative;
}

.search__item {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.search__item:first-child {
  margin-top: 0;
}
.search__item:hover .item-search__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.search__item:hover .item-search__title {
  color: #40006f;
}

.item-search__img {
  position: relative;
  width: 300px;
  height: 170px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 30px;
}
.item-search__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-search__content {
  width: 100%;
}

.item-search__title {
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.item-search__date {
  font: 400 14px/1 "Ubuntu", sans-serif;
  color: #969498;
}

.item-search__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-search__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.block-search {
  padding: 30px 20px;
  border-radius: 6px;
  background: #f5f3f5;
  margin-bottom: 60px;
}

.block-search__title {
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #0b0013;
  margin-bottom: 20px;
}

.range-search__title {
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  color: #585659;
  margin-bottom: 10px;
}

.range-search__items {
  margin-bottom: 16px;
}

.range-search__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.range-search__item:first-child {
  margin-top: 0;
}

.item-range__title {
  font: 400 16px/1.1875 "Ubuntu", sans-serif;
  color: #585659;
  width: 19px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}

.item-range__day {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.item-range__month {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 8px;
}

.item-range__year {
  width: 100%;
  margin-left: 8px;
}

.item-range select {
  cursor: pointer;
  width: 100%;
  height: 30px;
  border-radius: 6px;
  border: none;
  background: #fff;
  font: 400 16px/30px "Ubuntu", sans-serif;
  color: #0b0013;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/images/select-icon.svg) 85% 50% no-repeat;
  background-repeat: no-repeat;
}

.range-search__input input {
  cursor: pointer;
  width: 100%;
  display: block;
  height: 30px;
  border-radius: 6px;
  border: none;
  background: #fff;
  font: 400 16px/30px "Ubuntu", sans-serif;
  color: #0b0013;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-search__link {
  margin-top: 20px;
  width: 144px;
}
.range-search__link button {
  display: block;
  width: 100%;
  height: 44px;
  font: 500 16px/44px "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  background: #40006f;
  border-radius: 6px;
  text-align: center;
  cursor:pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;  
}
.range-search__link button span {
  background: url(/images/search-flag.svg) 100% 50% no-repeat;
  padding-right: 20px;
}
.range-search__link button:hover {
  background: #320057;
}

.content__col--content .block-search {
  display: none;
}

.contacts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__col--sidebar {
  width: 375px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 110px;
}

.contacts__col--content {
  width: 100%;
}

.contacts__item {
  margin-top: 30px;
}
.contacts__item:first-child {
  margin-top: 0;
}

.contacts__title {
  font: 500 18px/1.16667 "Ubuntu", sans-serif;
  color: #0b0013;
  margin-bottom: 10px;
}

.contacts__text {
  font: 400 16px/1.5 "Ubuntu", sans-serif;
  color: #585659;
}
.contacts__text a[href^="tel:"] {
  color: #585659;
  text-decoration: none;
}
.contacts__text a[href^="tel:"]:hover {
  color: #585659;
}
.contacts__text a[href^="mailto:"] {
  color: #585659;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.contacts__text a[href^="mailto:"]:hover {
  color: #40006f;
  border-bottom: 1px solid #40006f;
}

.contacts__map {
  width: 100%;
  height: 345px;
}

.map {
  width: 100%;
  height: 100%;
}

.empty {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.empty__top {
  width: 100%;
}

.empty__bottom {
  margin-top: 60px;
  width: 100%;
}
.empty__bottom img {
  display: block;
  width: 100%;
}

.empty__text {
  font: 400 16px/1.3125 "Ubuntu", sans-serif;
  color: #585659;
  margin-top: 16px;
}

.empty__link a {
  display: inline-block;
  font: 500 16px/1.1875 "Ubuntu", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  color: #fff;
  text-decoration: none;
  background: #40006f;
  border-radius: 6px;
  padding: 12px 30px;
  margin-top: 30px;
}
.empty__link a:hover {
  background: #320057;
}

@media screen and (max-width: 1383px) {
  .b-block__desktop {
    height: auto;
  }
}
@media screen and (max-width: 1365px) {
  .header__logo {
    width: 50px;
    height: 50px;
  }
  .header__menu {
    margin: 0 0px;
  }
  .header__menu ul li {
    font: 400 13px/1.46154 "Ubuntu", sans-serif;
  }
  .header__menu ul li a {
    padding: 30px 10px;
  }
  .popupmenu-header {
    left: 0px;
  }
  .header__broadcast {
    width: 150px;
  }
  .broadcast-header__link a {
    font: 500 13px/1.46154 "Ubuntu", sans-serif;
    letter-spacing: 0.02em;
  }
  .top-index__col--sidebar {
    display: none;
  }
  .top-index__col--content {
    margin-right: 0;
  }
  .top-index__broadcast {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top-index__schedule {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .index__single {
    display: block;
  }
}
/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .news-section__items {
    --cgap: 16px;
    --rgap: 30px;
  }
  .archive__items {
    --elements: 2;
    --cgap: 16px;
    --rgap: 30px;
  }
  .item-search__img {
    position: relative;
    width: 236px;
    height: 134px;
    margin-right: 20px;
  }
  .item-news__img {
    position: relative;
    width: 236px;
    height: 134px;
    margin-right: 20px;
  }
  .programs__content {
    --elements: 3;
    --cgap: 16px;
    --rgap: 30px;
  }
  .block-release__items {
    --elements: 3;
    --cgap: 16px;
    --rgap: 30px;
  }
  .staff__cards {
    --elements: 3;
    --cgap: 16px;
    --rgap: 30px;
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .content__inner {
    margin: 30px 0 50px 0;
  }
  .container {
    padding: 0 16px;
  }
  .content__fluid .content__inner {
    margin: 0;
    padding: 30px 0 50px 0;
  }
  .content__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .content__col--content {
    width: 100%;
    min-width: 1px;
  }
  .content__col--sidebar {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0px;
    margin-top: 40px;
  }
  .bottom-b {
    margin-top: 50px;
  }
  .b-sidebar__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-sidebar__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 328px;
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
  }
  .b-sidebar__top img {
    display: block;
    border-radius: 6px;
  }
  .b-sidebar__cols {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0px;
  }
  .b-sidebar__col {
    border-radius: 6px;
    margin-top: 0px;
    margin-left: 16px;
    width: 100%;
    max-width: 280px;
    overflow: hidden;
  }
  .b-sidebar__col img {
    display: block;
    border-radius: 6px;
  }
  .b-sidebar__col:first-child {
    margin-left: 0;
  }
  h1 {
    font-size: 23px;
    line-height: 26px;
  }
  h2 {
    font-size: 21px;
    line-height: 24px;
  }
  h3 {
    font-size: 19px;
    line-height: 22px;
  }
  h4 {
    font-size: 17px;
    line-height: 20px;
  }
  h5 {
    font-size: 15px;
    line-height: 18px;
  }
  h6 {
    font-size: 13px;
    line-height: 16px;
  }
  .popup__consent input[type=submit]:hover {
    background: rgb(0, 125, 38);
  }
  .header__row--top {
    height: 34px;
  }
  .header__date {
    font: 500 14px/1.71429 "Ubuntu", sans-serif;
  }
  .header__row--middle {
    display: none;
  }
  .search-header__link button:hover {
    background: #40006f;
  }
  .header__row--bottom {
    height: 34px;
  }
  .line-header__wrap a ins {
    font: 500 14px/1.71429 "Ubuntu", sans-serif;
  }
  .line-header__wrap a span {
    font: 400 14px/1.71429 "Ubuntu", sans-serif;
  }
  .header__row--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 58px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__row--bottom {
    margin-top: 20px;
  }
  .footer__row--bottom a:hover {
    border-bottom: 1px solid #e3e1e5;
  }
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 50px;
  }
  .footer__info {
    margin-right: 0;
  }
  .footer__info a:hover {
    border-bottom: 1px solid #e3e1e5;
  }
  .footer__social {
    margin-top: 20px;
  }
  .sidebar-footer__logo {
    margin-right: 24px;
  }
  .sidebar-footer__links {
    margin-left: 74px;
  }
  .sidebar-footer__links ul li a {
    border-bottom: 1px solid #e3e1e5;
  }
  .sidebar-footer__links ul li a:hover {
    border-bottom: 1px solid #e3e1e5;
  }
  .sidebar-footer__text a[href^="mailto:"] {
    color: #e3e1e5;
    border-bottom: 1px solid transparent;
  }
  .sidebar-footer__text a[href^="mailto:"]:hover {
    border-bottom: 1px solid transparent;
  }
  .b-block__desktop {
    display: none;
  }
  .b-block__mobile {
    display: block;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .breadcrumbs {
    padding: 20px 0px 0px 0;
  }
  .breadcrumbs__path {
    margin-bottom: 10px;
  }
  .breadcrumbs__path a:hover {
    color: #969498;
  }
  .breadcrumbs__title {
    margin-top: 10px;
  }
  .show-menu {
    overflow: hidden;
    position: fixed;
  }
  .show-menu .header__toggle {
    background-position: 0 -58px;
  }
  .show-menu .mobile-block {
    display: block;
  }
  .show-live {
    overflow: hidden;
    position: fixed;
  }
  .show-live .header__toggle {
    background-position: 0 -58px;
  }
  .show-live .header__close {
    display: block;
  }
  .show-live .live-block {
    display: block;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination a:hover {
    color: #969498;
  }
  .top-index__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .top-index__col--content {
    margin-right: 0px;
  }
  .top-index__col--sidebar {
    display: none;
  }
  .top-index__broadcast {
    margin-right: 10px;
  }
  .top-index__schedule {
    width: 280px;
  }
  .top-index__schedule .schedule__inner {
    left: 10px;
  }
  .index__single {
    margin-top: 50px;
  }
  .section-index {
    margin-top: 50px;
  }
  .section-index__title {
    font: 500 23px/1.13043 "Ubuntu", sans-serif;
  }
  .news-section__items {
    --elements: 2;
    --cgap: 16px;
    --rgap: 30px;
  }
  .news-section__item:hover .news-section__name {
    color: #0b0013;
  }
  .news-section__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .story-index__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-index__col--content {
    margin-right: 0px;
  }
  .story-index__col--sidebar {
    width: 100%;
    margin-top: 50px;
  }
  .story-index__col--sidebar .b-sidebar__col:nth-child(1) {
    margin-top: 0;
  }
  .story-index__col--sidebar .b-sidebar__col:nth-child(2) {
    margin-top: 0px;
  }
  .section-index__inner {
    border-radius: 0;
    padding: 30px 16px;
    margin: 0 -16px;
    overflow: hidden;
  }
  .section-index__slider .swiper-slide {
    width: 280px;
  }
  .section-index__slider {
    overflow: visible;
  }
  .section-index__prev {
    display: none;
  }
  .section-index__next {
    display: none;
  }
  .cookies__text {
    padding: 0 40px;
  }
  .cookies__text a {
    border-bottom: 1px solid #40006f;
  }
  .cookies__text a:hover {
    border-bottom: 1px solid #40006f;
  }
  .cookies__link a:hover {
    background: #fff;
    color: #40006f;
  }
  .cookies__close {
    right: 16px;
  }
  .broadcast__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .broadcast__col {
    min-width: 1px;
  }
  .broadcast__col--content {
    width: 100%;
    margin-right: 0px;
  }
  .broadcast__col--sidebar {
    margin-top: 30px;
    width: 100%;
  }
  .broadcast__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .broadcast__toggle {
    display: block;
  }
  .broadcast__content.active .broadcast__text {
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
  }
  .broadcast__content.active .broadcast__toggle a span {
    display: inline-block;
  }
  .broadcast__content.active .broadcast__toggle a span:first-child {
    display: none;
  }
  .broadcast__col--sidebar .schedule__content {
    padding: 20px 10px 50px 10px;
  }
  .broadcast__col--sidebar .schedule__inner {
    max-height: 447px;
  }
  .day-tab:hover {
    color: #969498;
  }
  .day-tab.active {
    pointer-events: none;
    color: #0b0013;
    border-bottom: 2px solid #7d009b;
  }
  .block-broadcast {
    margin: 50px -16px 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .block-broadcast__title {
    font: 500 23px/1.13043 "Ubuntu", sans-serif;
  }
  .program-tab:hover {
    color: #969498;
  }
  .program-tab.active {
    pointer-events: none;
    color: #0b0013;
    border-bottom: 2px solid #7d009b;
  }
  .program-tab a {
    color: #969498;
  }
  .program-tab a:hover {
    color: #969498;
  }
  .block-broadcast .content__col--sidebar .b-sidebar__top {
    display: none;
  }
  .block-broadcast .content__col--content .b-sidebar__top {
    display: block;
  }
  .program__menu a:hover {
    color: #585659;
    background: #f5f3f5;
  }
  .archive__items {
    --elements: 3;
    --cgap: 16px;
    --rgap: 30px;
  }
  .archive__item:hover .item-archive__name {
    color: #0b0013;
  }
  .archive__item:hover .item-archive__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .item-archive__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .search__item {
    margin-top: 24px;
  }
  .search__item:hover .item-search__title {
    color: #0b0013;
  }
  .item-search__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .content__col--content .block-search {
    display: block;
  }
  .content__col--sidebar .block-search {
    display: none;
  }
  .block-search {
    padding: 20px;
    margin-bottom: 30px;
  }
  .range-search__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 16px -16px;
  }
  .range-search__item {
    width: calc(50% - 16px);
    margin: 0 0 0 16px;
  }
  .item-range__day {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .item-range__month {
    width: calc(25% - 8px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 8px;
  }
  .item-range__year {
    width: calc(100% - 8px);
    margin-left: 8px;
  }
  .item-range select {
    height: 40px;
    font: 400 16px/40px "Ubuntu", sans-serif;
    background-position: 90% 50%;
  }
  .range-search__input input {
    font: 400 16px/40px "Ubuntu", sans-serif;
    height: 40px;
  }
  .range-search__link button:hover {
    background: #40006f;
  }
  .news__items {
    margin-top: 24px;
  }
  .news__item {
    margin-top: 24px;
  }
  .news__item:hover .item-news__title {
    color: #0b0013;
  }
  .news__item:hover .item-news__text {
    color: #585659;
  }
  .item-news__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .page-b .content__col--content .b-sidebar__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-b .content__col--sidebar .b-sidebar__cols {
    display: none;
  }
  .page-b .content__col--sidebar .b-sidebar__top {
    margin: 0 auto;
  }
  .slider__menu {
    overflow: visible;
    width: 100%;
  }
  .slider__menu .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .schedule__prev {
    display: none;
  }
  .schedule__next {
    display: none;
  }
  .menu-tab a:hover {
    color: #585659;
    background: #f5f3f5;
  }
  .menu-tab.active a {
    color: #fff;
    background: #40006f;
    pointer-events: none;
  }
  .schedule__toggle:hover {
    color: #7d009b;
    background: #f5f3f5;
  }
  .schedule__toggle.active {
    color: #fff;
    background: #320057;
  }
  .schedule__toggle.active:hover {
    color: #fff;
    background: #320057;
  }
  .schedule__content {
    padding: 20px 10px 20px 10px;
    width: 100%;
  }
  .item-schedule:hover .item-schedule__name {
    color: #585659;
    border-bottom: 1px solid #f5f3f5;
  }
  .item-schedule--active:hover .item-schedule__name {
    color: #0b0013;
  }
  .tv__content {
    background: #fff;
    padding: 20px 10px;
  }
  .tv__title a:hover {
    color: #0b0013;
  }
  .tv__text {
    margin-top: 16px;
  }
  .tv-tabs__nav li a:hover {
    color: #969498;
  }
  .tv-tabs__nav li.active {
    pointer-events: none;
  }
  .tv-tabs__nav li.active a {
    color: #0b0013;
    border-bottom: 2px solid #7d009b;
  }
  .schedule__all a {
    padding-left: 30px;
  }
  .programs__items {
    margin-top: 24px;
  }
  .programs__item:hover .item-programs__name {
    color: #0b0013;
  }
  .programs__item .item-programs__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .repost-release {
    margin-top: 24px;
  }
  .repost-release__block:hover {
    background: #40006f;
  }
  .block-release {
    margin-top: 50px;
  }
  .block-release__title {
    font: 500 23px/1.13043 "Ubuntu", sans-serif;
  }
  .item-release .item-release__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .item-release:hover .item-release__name {
    color: #0b0013;
  }
  .item-release:hover .item-release__text {
    color: #737075;
  }
  .gallery-top .swiper-slide {
    width: 290px;
  }
  .gallery-top__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .media-release__row--preview {
    display: none;
  }
  .gallery-top__prev {
    display: none;
  }
  .gallery-top__next {
    display: none;
  }
  .media-release__content {
    overflow: visible;
  }
  .media-release__row--view {
    overflow: visible;
  }
  .gallery-top {
    overflow: visible;
  }
  .feed-news {
    margin-top: 50px;
  }
  .feed-news__title {
    font: 500 23px/1.13043 "Ubuntu", sans-serif;
  }
  .feed-news__item {
    margin-top: 16px;
    border: none;
    border-top: 1px solid #e3e1e5;
    border-radius: 0px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 0px 0px 0px;
  }
  .feed-news__item:hover .feed-news__name {
    color: #0b0013;
  }
  .feed-news__date {
    margin-right: 15px;
  }
  .feed-news__name {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .feed-news__all a:hover {
    background: #40006f;
  }
  .contacts__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__col--sidebar {
    width: 100%;
    margin-right: 0px;
  }
  .contacts__col--content {
    margin-top: 30px;
  }
  .contacts__item {
    margin-top: 20px;
  }
  .contacts__item:first-child {
    margin-top: 0;
  }
  .contacts__text a[href^="mailto:"] {
    color: #585659;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .contacts__text a[href^="mailto:"]:hover {
    color: #585659;
    border-bottom: 1px solid transparent;
  }
  .empty__bottom {
    margin-top: 50px;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .content__inner {
    margin: 24px 0 40px 0;
  }
  .container {
    padding: 0 16px;
  }
  .content__fluid .content__inner {
    margin: 0;
    padding: 24px 0 40px 0;
  }
  .bottom-b {
    margin-top: 40px;
  }
  .popup__title {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .footer__copyright {
    width: 118px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .footer__developer {
    width: 124px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: right;
  }
  .footer__row--top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar-footer {
    width: 100%;
  }
  .sidebar-footer__links {
    margin-left: 0;
  }
  .footer__content {
    margin-top: 16px;
    margin-left: 0;
  }
  .top-index__content {
    margin-top: 16px;
  }
  .top-index__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-index__broadcast {
    width: 100%;
    margin-right: 0px;
  }
  .top-index__schedule {
    width: 100%;
    margin-top: 10px;
  }
  .top-index__schedule .schedule__content {
    height: auto;
    padding: 20px 10px 50px 10px;
  }
  .top-index__schedule .schedule__inner {
    max-height: 447px;
    height: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
  .index__single {
    margin-top: 40px;
  }
  .section-index {
    margin-top: 40px;
  }
  .section-index__title {
    margin-bottom: 24px;
  }
  .story-index {
    margin-top: 24px;
  }
  .story-index__col--sidebar {
    margin-top: 40px;
  }
  .broadcast__col--sidebar {
    margin-top: 24px;
  }
  .broadcast__content {
    margin-top: 16px;
  }
  .broadcast__text {
    margin-top: 24px;
    -webkit-line-clamp: 10;
    line-clamp: 10;
  }
  .broadcast__title {
    margin-bottom: 16px;
  }
  .broadcast__col--sidebar .tab__content {
    margin-top: 16px;
  }
  .block-broadcast {
    margin: 40px -16px 0 -16px;
  }
  .block-broadcast__content {
    margin-top: 24px;
  }
  .archive__items {
    --elements: 2;
    --cgap: 16px;
    --rgap: 24px;
  }
  .item-news__text {
    display: none;
  }
  .page-b .content__col--content .b-sidebar__cols {
    margin: 40px 0px;
  }
  .programs__content {
    --elements: 2;
    --cgap: 16px;
    --rgap: 24px;
  }
  .release__content {
    margin-top: 24px;
  }
  .block-release {
    margin-top: 40px;
  }
  .block-release__title {
    margin-bottom: 24px;
  }
  .block-release__items {
    --elements: 2;
    --cgap: 16px;
    --rgap: 24px;
  }
  .media-release__content {
    margin-bottom: 24px;
  }
  .feed-news {
    margin-top: 40px;
  }
  .feed-news__title {
    margin-bottom: 24px;
  }
  .staff__text--bottom {
    margin-top: 24px;
  }
  .staff__item {
    margin-top: 24px;
  }
  .staff__title {
    margin-bottom: 24px;
  }
  .staff__cards {
    --elements: 2;
    --cgap: 16px;
    --rgap: 24px;
  }
  .empty__bottom {
    margin-top: 40px;
  }
  .header__view span {display:none;}
}
@media (max-width: 576px) {
  .news-section__items {
    --elements: 1;
    --cgap: 16px;
    --rgap: 24px;
  }
  .news-section__item:nth-child(4) {
    display: none;
  }
  .news-section__item:nth-child(5) {
    display: none;
  }
  .news-section__item:nth-child(6) {
    display: none;
  }
  .search__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .range-search__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0 16px 0;
  }
  .range-search__item {
    width: 100%;
    margin: 8px 0 0 0px;
  }
  .range-search__item:first-child {
    margin: 0;
  }
  .item-search__img {
    width: 100%;
    height: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-top: 56.3291139241%;
  }
  .item-search__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .item-search__content {
    width: 100%;
  }
  .news__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-news__img {
    width: 100%;
    height: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-top: 56.3291139241%;
  }
  .item-news__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .item-news__content {
    width: 100%;
  }
}
/* xs <= Small (sm) */
@media screen and (max-width: 479px) {
  .b-sidebar__top {
    margin: 16px auto 0 auto;
  }
  .header__social {
    display: none;
  }
  .search-header__link {
    width: 90px;
    margin-left: 4px;
  }
  .search-header__field input {
    padding: 0 44px 0 10px;
  }
  .search-header__close {
    width: 44px;
  }
  .header__mlogo {
    left: 0%;
    margin-left: 40px;
  }
  .archive__items {
    --elements: 1;
    --cgap: 0px;
    --rgap: 24px;
  }
}


.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{margin: 0px 8px 0px 0!important;}
.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon { height: 45px!important; width: 45px!important; background-size: 45px 45px!important; }
.ya-share2__list_direction_horizontal {margin: 0 0 0 0px!important;}