a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

button,
select,
textarea,
input {
  background: none;
  border: none;
  appearance: none;
  outline: none;
  resize: none;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

[disabled] {
  cursor: not-allowed;
}

input,
textarea:focus:required:invalid {
  border: none;
}

input,
textarea:required:valid,
input,
textarea:required:invalid {
  border: none;
  box-shadow: none;
}

mark {
  background-color: transparent;
}

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

canvas {
  max-width: 100%;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

a {
  color: inherit;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html.page-fixed {
  overflow: hidden;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  line-height: 24px;
  color: #000;
  font-kerning: normal;
  font-family: Roboto, sans-serif;
}

body.page-fixed {
  overflow-y: scroll;
}

body.page-header-fixed {
  padding-top: 58px;
}

.main {
  padding-top: 30px;
}

.main--without-padding-top {
  padding-top: 0;
}

img.lazy {
  transition: .6s all ease;
  opacity: 0;
}

img.lazy.loaded,
img.lazy.loading {
  opacity: 1;
}

.el-disabled {
  pointer-events: none;
}

.page-title {
  display: block;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}

.image-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all ease;
  width: 90px;
  height: auto;
}

.image-load {
  opacity: 1;
}

.image-load + .image-preloader {
  opacity: 0;
}

.el-adv {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.wrap-el-adv {
  display: block;
}

strong {
  font-weight: bold;
}

::selection {
  background-color: #00031C;
  color: #fff;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent !important;
  width: 28px;
  height: 28px;
}

.video-js .vjs-big-play-button:before {
  background-color: transparent !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  font-size: 40px;
  color: #B7B5B5;
}

.index-list {
  padding: 40px;
}

.index-list li {
  margin-bottom: 10px;
}

.index-list li a {
  display: block;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
}

.index-list li:last-child {
  margin-bottom: 0;
}

.dropdown {
  position: relative;
  display: inline-block !important;
  padding-right: 20px;
  cursor: pointer;
}

.dropdown:before {
  content: '';
  position: absolute;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: block;
  right: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
}

.dropdown:hover .dropdown__list-wrap {
  opacity: 1;
  z-index: 20;
  transform: translate(-50%, 0px);
}

.dropdown__list-wrap {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 20px);
  transition: .3s;
  opacity: 0;
  z-index: 1;
  min-width: 150px;
  text-align: center;
  padding-top: 10px;
}

.dropdown__list {
  padding: 5px 20px;
  background: #E5E5E5;
  box-shadow: 0px 9px 10px 1px #2e2e2e5c;
}

.dropdown__item {
  padding: 5px 0;
  white-space: nowrap;
}

.dropdown__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.dropdown__link {
  display: block;
  transition: .3s;
}

.dropdown__link:hover {
  opacity: 0.5;
}

ol {
  counter-reset: li;
  margin-bottom: 3.125rem;
}

ol li:before {
  counter-increment: li;
  content: counter(li) ".";
}

.screen-ie {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.screen-ie__logo {
  width: 320px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}

.header {
  position: relative;
  z-index: 40;
}

.header__yandex-adv {
  width: 160px;
  margin-left: 16px;
}

.header__el-adv {
  height: 90px;
  display: block;
}

.header__wrap-logo {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
}

.header__top {
  background-color: #00031C;
  z-index: 2;
  position: relative;
}

.header__top-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 7.5rem;
  height: 50px;
}

.header__nav-list {
  display: flex;
  align-items: center;
}

.header__top-nav {
  position: relative;
}

.header__top-nav-item {
  font-size: 12px;
  margin-right: 2.14286em;
}

.header__top-nav-item:last-child {
  margin-right: 0;
}

.header__top-nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s all ease;
}

.header__top-nav-link:hover {
  color: #00AB6C;
}

.header__search-btn {
  margin-left: auto;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}

.header__search-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 21px;
  background-color: rgba(91, 92, 106, 0.5);
  transform: translate(0, -50%);
}

.header__social-link {
  margin-right: 10px;
}

.header__social-link svg path {
  transition: 0.2s all ease;
}

.header__social-link:hover svg path {
  fill: #fff;
}

.header__social-link:last-child {
  margin-right: 0;
}

.header__bottom {
  border-bottom: 1px solid rgba(132, 132, 132, 0.5);
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.header__bottom-inner {
  display: flex;
  align-items: center;
  padding-left: 6.25rem;
  height: 70px;
}

.header__bottom-nav-item {
  margin-right: 2.8125rem;
}

.header__bottom-nav-item:last-child {
  margin-right: 0;
}

.header__bottom-nav-link {
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.2s all ease;
}

.header__bottom-nav-link:hover {
  color: #00AB6C;
}

.header__time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 3.4375rem;
}

.header__time > * {
  line-height: 1.2;
}

.header__time-big {
  font-size: 1.5625rem;
}

.header__time-small {
  font-size: 0.875rem;
}

.header__streem-btn {
  margin-left: auto;
  background-color: #00AB6C;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  transition: 0.3s all ease;
  position: relative;
  margin-right: 16px;
}

.header__streem-btn:hover {
  background-color: #00975f;
}

.header__streem-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 58px;
  background-color: rgba(112, 112, 112, 0.3);
  right: -16px;
}

.header__streem-btn svg {
  width: 27px;
  height: 27px;
  margin-right: 8px;
  min-height: 45px;
  flex-shrink: 0;
}

.header__streem-btn-text {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}

.header__top,
.header__bottom,
.header__fixed {
  transition: 0.4s all ease;
}

.header__fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.header__fixed .header__time {
  display: none;
  color: white;
}

.header__fixed .header__wrap-logo {
  position: static;
  width: 36px;
  height: 36px;
  margin-right: 1.625rem;
}

.header__fixed .header__top-inner {
  padding-left: 0;
}

.header__fixed .header__search-btn {
  padding: 0;
  margin: 0 auto;
}

.header__fixed .header__search-btn:before {
  content: none;
}

.header__fixed .header__search-btn path {
  stroke: #fff;
}

.header__fixed .header__streem-btn {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
}

.header__fixed .header__streem-btn:before {
  content: none;
  margin-right: 0;
}

.header__fixed .header__streem-btn svg path {
  stroke: #00AB6C;
}

.header__fixed .header__streem-btn svg path[fill="white"] {
  fill: #00AB6C;
}

.header__fixed .header__streem-btn-text {
  color: #00AB6C;
}

.header__menu-btn {
  display: none;
  width: 24px;
  height: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}

.header__menu-btn-line {
  width: 100%;
  height: 2px;
  background-color: #919191;
  transform-origin: 50% 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s all ease;
}

.header__menu-btn-line:nth-child(1) {
  top: 0;
}

.header__menu-btn-line:nth-child(2) {
  top: 50%;
}

.header__menu-btn-line:nth-child(3) {
  top: 100%;
}

.header__menu-btn_active .header__menu-btn-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

.header__menu-btn_active .header__menu-btn-line:nth-child(2) {
  opacity: 0;
  top: 50%;
}

.header__menu-btn_active .header__menu-btn-line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header_fixed .header__top,
.header_fixed .header__bottom {
  pointer-events: none;
  opacity: 0;
}

.header_fixed .header__fixed {
  pointer-events: auto;
  transform: translate(0);
  opacity: 1;
}

.header_fixed-first .header__top,
.header_fixed-first .header__bottom,
.header_fixed-first .header__fixed {
  transition: none;
}

.mobile-menu {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #14162A;
  color: #fff;
  overflow-y: auto;
  pointer-events: none;
  transform: translate(105%);
  transition: 0.4s all ease;
  z-index: 10;
}

.mobile-menu__inner {
  padding: 30px 0;
}

.mobile-menu__search {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 30px;
}

.mobile-menu__search-input {
  height: 40px;
  background-color: white;
  font-size: inherit;
  padding: 0 10px;
  width: 100%;
  margin-right: 12px;
}

.mobile-menu__search-input::placeholder {
  color: #000;
  font-size: inherit;
}

.mobile-menu__search-btn {
  background-color: #00AB6C;
  color: #fff;
  flex-shrink: 0;
  padding: 0 16px;
  font-weight: bold;
}

.mobile-menu__menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.mobile-menu__menu-item {
  margin-bottom: 10px;
}

.mobile-menu__menu-item:last-child {
  margin-bottom: 0;
}

.mobile-menu__menu-link {
  font-weight: 500;
}

.mobile-menu__menu:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobile-menu__socials {
  display: flex;
  align-items: center;
}

.mobile-menu__socials-wrap {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.mobile-menu__socials-title {
  margin-right: 1rem;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.5;
}

.mobile-menu__social {
  margin-right: 12px;
}

.mobile-menu__social:last-child {
  margin-right: 0;
}

.mobile-menu_visible {
  pointer-events: auto;
  transform: translate(0);
}

.header-search {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: -105px;
  z-index: 2;
}

.header-search__input {
  width: 100%;
  background: #ffffff;
  height: 26px;
  padding: 0 50px 0 20px;
}

.header-search__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.header-search--show {
  display: block;
}

.footer__adv {
  height: 175px;
}

.footer__top {
  background-color: #00031C;
  padding: 20px 0 50px;
}

.footer__top-title {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 18px;
  color: #fff;
}

.footer__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__top-social {
  display: flex;
}

.footer__top-social-item {
  width: 40px;
  height: 40px;
  margin-right: 2.5rem;
  border-radius: 1000px;
  background-color: #fff;
}

.footer__top-social-item img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__top-social-item:last-child {
  margin-right: 0;
}

.footer__top-right .footer__top-social {
  justify-content: center;
}

.footer__top-right .footer__top-social-item {
  background-color: transparent;
}

.footer__top-search {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #5B5C6A;
  margin-top: 1.875rem;
}

.footer__top-search-input {
  flex-grow: 1;
  height: 30px;
  padding: 4px 12px;
}

.footer__top-search-input::placeholder {
  color: #C4C4C4;
}

.footer__top-search-btn {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__top-search-btn svg {
  width: 17px;
  height: auto;
}

.footer__center {
  color: #C5C5CB;
}

.footer__center .wrapper {
  border-bottom: 1px solid #5B5C6A;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.footer__center-menu {
  max-width: 240px;
  width: auto;
  margin-right: 7.5rem;
}

.footer__center-menu-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.footer__center-menu-list-item {
  margin-bottom: 2px;
}

.footer__center-menu-list-item:last-child {
  margin-bottom: 0;
}

.footer__center-menu-list-link {
  font-size: 14px;
}

.footer__center-menu:last-child {
  margin-right: 0;
}

.footer__center-inner {
  display: flex;
  justify-content: space-between;
}

.footer__center-menus {
  display: flex;
  flex-grow: 1;
}

.footer__center-info-item {
  margin-bottom: 1.875rem;
  display: flex;
}

.footer__center-info-item:last-child {
  margin-bottom: 0;
}

.footer__center-info-item-icon {
  margin-right: 12px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.footer__center-info-item-text {
  font-size: 14px;
}

.footer__center,
.footer__bottom {
  background-color: #14162A;
}

.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 1.875rem 0 3.125rem;
}

.footer__bottom-texts {
  font-size: 14px;
}

.footer__bottom-text {
  margin-bottom: 1.5rem;
  display: block;
}

.footer__bottom-text:last-child {
  margin-bottom: 0;
}

.footer__bottom-info-apps {
  margin-bottom: 2.5rem;
}

.footer__bottom-info-apps-img {
  width: 100%;
  max-width: 86px;
  height: auto;
  margin-right: 16px;
}

.footer__bottom-info-apps-img:last-child {
  margin-right: 0;
}

.footer__bottom-age {
  margin-left: auto;
  display: block;
  width: 30px;
  height: 30px;
}

.footer__bottom-social {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer__bottom-social-item {
  margin-right: 14px;
}

.footer__bottom-social-item:last-child {
  margin-right: 0;
}

.footer__bottom-social-item img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}

.news-main-card {
  width: 100%;
  max-width: calc(100% / 3);
  padding: 0 15px;
}

.news-main-card.small .news-main-card__wrap-img::before {
  padding-top: 62%;
}

.news-main-card__inner {
  position: relative;
  display: block;
}

.news-main-card__wrap-img {
  position: relative;
  display: block;
  margin-bottom: 12px;
  z-index: -1;
}

.news-main-card__wrap-img:before {
  content: "";
  padding-top: 55%;
  display: block;
}

.news-main-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.news-main-card__img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 4px 16px;
  background-color: #D90000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  font-size: 14px;
}

.news-main-card__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.news-main-card_large .news-main-card__wrap-img {
  margin-bottom: 0;
}

.news-main-card_large .news-main-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding: 20px;
}

.news-main-card_large .news-main-card__content > * {
  display: block;
  line-height: 1.3;
}

.news-main-card_large .news-main-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
}

.news-main-card_large .news-main-card__desc {
  font-size: 12px;
  line-height: 1.3;
}

.news-default-card {
  width: 100%;
  max-width: calc(100% / 4);
  padding: 0 10px;
}

.news-default-card.large {
  max-width: calc(50%);
}

.news-default-card.small .news-default-card__inner {
  display: flex;
  position: relative;
}

.news-default-card.small .news-default-card__wrap-img {
  flex-shrink: 0;
  width: 130px;
  margin-right: 12px;
  margin-bottom: 0;
}

.news-default-card.small .news-default-card__wrap-img::before {
  padding-top: 57%;
}

.news-default-card.small .news-default-card__title {
  margin-bottom: 20px;
}

.news-default-card.small .news-default-card__time {
  position: absolute;
  bottom: 0;
  left: 142px;
}

.news-default-card__inner {
  position: relative;
  display: block;
}

.news-default-card__wrap-img {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.news-default-card__wrap-img:before {
  content: "";
  padding-top: 62%;
  display: block;
}

.news-default-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.news-default-card__img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 4px 16px;
  background-color: #D90000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  font-size: 14px;
}

.news-default-card__title {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 4px;
}

.news-default-card__time {
  color: #B7B5B5;
  font-size: 12px;
}

.video-default-card__inner {
  position: relative;
  display: block;
}

.video-default-card__inner:hover .video-default-card__wrap-img:after {
  opacity: 1;
}

.video-default-card__wrap-img {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.video-default-card__wrap-img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='62' viewBox='0 0 57 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.9544 29.2158C56.2702 29.3882 56.5344 29.6453 56.7185 29.9596C56.9027 30.2738 57 30.6335 57 31C57 31.3665 56.9027 31.7262 56.7185 32.0404C56.5344 32.3547 56.2702 32.6118 55.9544 32.7842L2.90372 61.7617C2.60283 61.9262 2.26543 62.0081 1.92443 61.9994C1.58344 61.9906 1.25049 61.8915 0.958038 61.7117C0.665581 61.5319 0.423603 61.2775 0.255699 60.9734C0.0877991 60.6693 -0.000297546 60.3259 0 59.9765L0 2.02147C4.57764e-05 1.67228 0.0883865 1.32907 0.256428 1.02525C0.424473 0.721427 0.666477 0.467362 0.958878 0.2878C1.25128 0.108237 1.5841 0.00929968 1.92493 0.000624213C2.26576 -0.00805126 2.60298 0.0738312 2.90372 0.238296L55.9544 29.2158Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: 0.3s all ease;
}

.video-default-card__wrap-img:before {
  content: "";
  padding-top: 62%;
  display: block;
}

.video-default-card__time {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  z-index: 2;
}

.video-default-card__time svg {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.video-default-card__time-text {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}

.video-default-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.video-default-card__img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 4px 16px;
  background-color: #D90000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  font-size: 14px;
}

.video-default-card__title {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  min-height: 27px;
  padding: 8px 20px;
  text-align: center;
  font-size: 12px;
}

.button_line {
  border: 1px solid black;
  color: black;
  opacity: 0.5;
}

.button_line.button_white {
  border-color: #fff;
  color: #fff;
}

.button_green {
  background-color: #00AB6C;
  color: #fff;
  width: 100%;
  border-radius: 2px;
}

.button_dark {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #000000;
  text-transform: initial;
  opacity: 1;
}

.button_light {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000000;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  display: block;
}

.sec-main-news {
  overflow: hidden;
  padding: 0 0 1.25rem;
}

.sec-main-news .xl-show {
  display: none;
}

.sec-main-news .lg-show {
  display: none;
}

.sec-main-news__videos {
  margin-bottom: 1.5rem;
}

.sec-main-news__videos-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec-main-news__videos-tab {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 1.25rem;
  color: #B7B5B5;
  margin-bottom: 8px;
}

.sec-main-news__videos-tab:last-child {
  margin-right: 0;
}

.sec-main-news__videos-tab_active {
  color: #000;
}

.sec-main-news__videos-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sec-main-news__videos-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sec-main-news_scroll .sec-main-news__videos {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  width: 300px;
  background-color: #373737;
  padding: 10px;
}

.sec-main-news_scroll .sec-main-news__videos-tab {
  color: #fff;
}

.sec-main-news_scroll .sec-main-news__videos-close {
  display: flex;
}

.sec-main-news .video-js {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-main-news .video-js-wrap {
  position: relative;
  display: none;
}

.sec-main-news .video-js-wrap_active {
  display: block;
}

.sec-main-news .video-js-wrap:before {
  content: '';
  padding-top: 57%;
  display: block;
}

.sec-main-news__inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.sec-main-news__inner > * {
  padding: 0 20px;
}

.sec-main-news__content {
  width: 100%;
}

.sec-main-news__content .button_line.button {
  width: 55%;
}

.sec-main-news__content-tape-title {
  display: block;
  margin-bottom: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.sec-main-news__content-tape-img {
  width: 50%;
}

.sec-main-news__content-tape-list {
  width: 386px;
  margin-bottom: 22px;
}

.sec-main-news__content-tape-list-item {
  margin-bottom: 16px;
}

.sec-main-news__content-tape-list-item:last-child {
  margin-bottom: 0;
}

.sec-main-news__content-tape-list-link {
  font-size: 13px;
  line-height: 1.4;
  display: block;
  font-weight: 300;
}

.sec-main-news__content-tape-list-link-time {
  color: #B7B5B5;
  margin-right: 3px;
}

.sec-main-news__sidebar {
  flex-shrink: 0;
  width: 100%;
  max-width: 340px;
}

.sec-main-news__sidebar .button_line.button {
  width: 55%;
}

.sec-main-news__sidebar-tape-title {
  display: block;
  margin-bottom: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.sec-main-news__sidebar-tape-img {
  width: 50%;
}

.sec-main-news__sidebar-tape-img.tape-img-hide {
  display: none;
}

.sec-main-news__sidebar-tape-list {
  margin-bottom: 22px;
}

.sec-main-news__sidebar-tape-list-item {
  margin-bottom: 16px;
}

.sec-main-news__sidebar-tape-list-item:last-child {
  margin-bottom: 0;
}

.sec-main-news__sidebar-tape-list-link {
  font-size: 13px;
  line-height: 1.4;
  display: block;
  font-weight: 300;
}

.sec-main-news__sidebar-tape-list-link-time {
  color: #B7B5B5;
  margin-right: 3px;
}

.sec-main-news__sidebar .button {
  display: block;
  width: 100%;
}

.sec-main-news__top {
  display: flex;
  margin-bottom: 30px;
}

.sec-main-news__top .news-main-card_large {
  padding: 0;
  width: 100%;
  flex-shrink: 0;
  max-width: 530px;
  margin-right: 30px;
}

.sec-main-news__top-list-item {
  margin-bottom: 24px;
}

.sec-main-news__top-list-item:last-child {
  margin-bottom: 0;
}

.sec-main-news__top-list-link {
  display: block;
  transition: 0.3s all ease;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  padding-left: 12px;
  border-left: 1px solid #000;
}

.sec-main-news__top-list-link_main {
  font-weight: 700;
  border-left-color: #D90000;
}

.sec-main-news__bottom {
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.sec-main-news__bottom > * {
  margin-bottom: 30px;
}

.sec-main-news__other-news {
  margin-top: 2.5rem;
}

.sec-main-news__other-news-title {
  display: block;
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec-main-news__other-news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.sec-main-news__other-news-list > * {
  margin-bottom: 20px;
}

.sec-main-news__tabs {
  display: none;
}

.sec-main-news__tabs-top {
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 22px;
}

.sec-main-news__tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.sec-main-news__tabs-cell {
  padding: 10px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-main-news__tabs-cell--active .sec-main-news__tab-item {
  position: relative;
  pointer-events: none;
  font-weight: 700;
}

.sec-main-news__tabs-cell--active .sec-main-news__tab-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #00AB6C;
}

.sec-main-news__tab-item {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.sec-main-news__tabs-data .sec-main-news__sidebar-tape-list-link {
  font-size: 14px;
}

.sec-main-news__tab-data {
  display: none;
}

.sec-main-news__tab-data--active {
  display: block;
}

.sec-main-news__button {
  margin-top: 20px;
  position: relative;
  bottom: 30px;
  max-width: 100%;
}

.sec-main-news__button.top_list {
  width: 100% !important;
  bottom: 0;
}

.sec-main-news .sec-main-news__content-tape-list {
  position: relative;
  height: 83%;
}

.sec-main-news .sec-main-news__content-tape-list .sec-main-news__content-tape-list-item:nth-child(4) {
  display: none;
}

.sec-main-news .sec-main-news__content-tape-list .main-also-btn {
  position: absolute;
  bottom: 0;
  width: 97%;
}

.sec-exclusive-news {
  background-color: #00031C;
  padding: 2.5rem 1.875rem;
}

.sec-exclusive-news__title {
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 2.25rem;
  font-weight: bold;
  font-size: 2rem;
}

.sec-exclusive-news__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.sec-exclusive-news .news-default-card {
  padding: 0 15px;
  margin-bottom: 30px;
}

.sec-exclusive-news .news-default-card .news-default-card__title {
  color: #fff;
}

.sec-exclusive-news .button {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  text-transform: initial;
}

.sm-show {
  display: none;
}

.sec-videos {
  overflow: hidden;
  padding: 2.5rem 0;
}

.sec-videos .sec-videos__sidebar-articles {
  position: relative;
}

.sec-videos .sm-show {
  display: none;
}

.sec-videos__sidebar .sec-videos__adv {
  display: block !important;
}

.sec-videos__inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.sec-videos__inner > * {
  padding: 0 20px;
}

.sec-videos__content {
  width: 100%;
}

.sec-videos__sidebar {
  flex-shrink: 0;
  width: 100%;
  max-width: 340px;
}

.sec-videos__sidebar > * {
  margin-bottom: 1.875rem;
}

.sec-videos__sidebar > *:last-child {
  margin-bottom: 0;
}

.sec-videos__sidebar-articles {
  background-color: #E5E5E5;
  padding: 16px;
}

.sec-videos__sidebar-articles-title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.sec-videos__sidebar-articles-item {
  margin-bottom: 16px;
}

.sec-videos__sidebar-articles-item:last-child {
  margin-bottom: 0;
}

.sec-videos__sidebar-articles-link {
  display: flex;
  align-items: flex-start;
}

.sec-videos__sidebar-articles-link-text {
  font-size: 12px;
  line-height: 1.2;
}

.sec-videos__sidebar-articles-link-img {
  flex-shrink: 0;
  width: 86px;
  height: auto;
  margin-left: 6px;
}

.sec-videos__sidebar-subscribers {
  padding: 8px;
  border: 1px solid rgba(112, 112, 112, 0.4);
}

.sec-videos__sidebar-subscribers-title {
  color: #000551;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  line-height: 1.2;
}

.sec-videos__sidebar-subscribers-form {
  display: flex;
  align-items: stretch;
}

.sec-videos__sidebar-subscribers-form-input {
  height: 30px;
  width: 100%;
  border: 1px solid #707070;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
}

.sec-videos__sidebar-subscribers-form-input::placeholder {
  color: #888888;
  font-size: 12px;
}

.sec-videos__sidebar-subscribers-form-button {
  flex-shrink: 0;
  background-color: #D90000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 88px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sec-videos__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.sec-videos__top > * {
  margin-right: 28px;
  margin-bottom: 16px;
}

.sec-videos__top > *:last-child {
  margin-right: 0;
}

.sec-videos__top-text {
  color: #C4C4C4;
}

.sec-videos__top .button {
  min-height: 30px;
  line-height: 30px;
  padding: 0 12px;
  opacity: 1;
}

.sec-videos__title {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}

.sec-videos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 30px;
}

.sec-videos__grid .video-default-card:first-child {
  grid-column: span 3;
  grid-row: span 2;
}

.sec-videos__grid .video-default-card:first-child .video-default-card__title {
  font-size: 16px;
  font-weight: bold;
}

.sec-videos__grid .video-default-card:first-child .video-default-card__wrap-img:after {
  transform: translate(-50%, -50%) scale(1);
}

.sec-videos__grid .video-default-card:first-child .video-default-card__time svg {
  width: 22px;
  height: 22px;
}

.sec-videos__grid .video-default-card:first-child .video-default-card__time-text {
  font-size: 16px;
}

.sec-videos__sidebar-tape-title {
  display: block;
  margin-bottom: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.sec-videos__sidebar-tape-list {
  margin-bottom: 22px;
}

.sec-videos__sidebar-tape-list-item {
  margin-bottom: 16px;
}

.sec-videos__sidebar-tape-list-item:last-child {
  margin-bottom: 0;
}

.sec-videos__sidebar-tape-list-link {
  font-size: 13px;
  line-height: 1.4;
  display: block;
  font-weight: 300;
}

.sec-videos__sidebar-tape-list-link-time {
  color: #B7B5B5;
  margin-right: 3px;
}

.sec-videos__sidebar .button {
  display: block;
  width: 100%;
}

.sec-videos-slider__swiper {
  background-color: #00031C;
  padding: 3.75rem 1.875rem;
}

.sec-videos-slider__item img {
  font-size: 0;
  display: block;
  width: 100%;
  height: auto;
}

.sec-videos-slider__date {
  padding-top: 10px;
  font-size: 32px;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
}

.sec-videos-slider__date:before {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ffffff;
  margin-right: 5px;
}

.sec-videos-slider .slider-arrows__arrow {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #707070;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 1000px;
  transform: translate(0, -30%);
}

.sec-videos-slider .slider-arrows__arrow svg {
  width: 12px;
  height: 12px;
}

.sec-videos-slider .slider-arrows__arrow_prev {
  left: 15px;
}

.sec-videos-slider .slider-arrows__arrow_next {
  right: 15px;
}

.sec-films {
  padding: 2.5rem 0;
}

.sec-films__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  display: block;
}

.sec-films__swiper-wrap {
  position: relative;
  margin-bottom: 2.5rem;
}

.sec-films__item {
  width: 100%;
}

.sec-films__item img {
  font-size: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sec-films__item-title {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.sec-films .slider-arrows__arrow {
  position: absolute;
  top: calc(50% - 30px);
  width: 26px;
  height: 26px;
  border: 1px solid #707070;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 1000px;
}

.sec-films .slider-arrows__arrow svg {
  width: 12px;
  height: 12px;
}

.sec-films .slider-arrows__arrow_prev {
  left: 0;
  transform: translate(-50%, 0);
}

.sec-films .slider-arrows__arrow_next {
  right: 0;
  transform: translate(50%, 0);
}

.sec-inst {
  overflow: hidden;
  padding: 2.5rem 0;
}

.sec-inst__inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.sec-inst__inner > * {
  padding: 0 20px;
}

.sec-inst__content {
  width: 100%;
}

.sec-inst__wrap-icon {
  display: flex;
  align-items: center;
}

.sec-inst__sidebar {
  flex-shrink: 0;
  width: 100%;
  max-width: 340px;
}

.sec-inst__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.sec-inst__top > * {
  margin-right: 28px;
  margin-bottom: 16px;
}

.sec-inst__top > *:last-child {
  margin-right: 0;
}

.sec-inst__top-text {
  color: #C4C4C4;
}

.sec-inst__top-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.sec-inst__top .button {
  min-height: 30px;
  line-height: 30px;
  padding: 0 12px;
  opacity: 1;
}

.sec-inst__title {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}

.sec-other-news {
  overflow: hidden;
  padding: 2.5rem 0;
}

.sec-other-news .sec-other-news__sidebar-articles {
  position: relative;
}

.sec-other-news .sm-show {
  display: none !important;
}

.sec-other-news .lg-show {
  display: none;
}

.sec-other-news .xl-show {
  display: none;
}

.sec-other-news__inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.sec-other-news__inner > * {
  padding: 0 20px;
}

.sec-other-news__content {
  width: 100%;
}

.sec-other-news__content_twelve > * {
  margin-bottom: 30px !important;
}

.sec-other-news__content_twelve > *:last-child {
  margin-bottom: 0;
}

.sec-other-news__content-news {
  background-color: #E5E5E5;
  padding: 16px 16px 0;
}

.sec-other-news__content-news-title {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.sec-other-news__content-news-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.sec-other-news__content-news-inner > * {
  max-width: calc(100% / 3);
  margin-bottom: 16px;
}

.sec-other-news__sidebar {
  flex-shrink: 0;
  width: 100%;
  max-width: 340px;
}

.sec-other-news__sidebar > * {
  margin-bottom: 1.875rem !important;
}

.sec-other-news__sidebar > *:last-child {
  margin-bottom: 0;
  max-height: 294px;
  margin-top: 24px;
}

.sec-other-news__sidebar-articles {
  background-color: #E5E5E5;
  padding: 16px;
  width: 100%;
  max-height: 471px;
  overflow: hidden;
  margin-right: 33px;
}

.sec-other-news__sidebar-articles-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.sec-other-news__sidebar-articles-item {
  margin-bottom: 16px;
}

.sec-other-news__sidebar-articles-item:last-child {
  margin-bottom: 0;
}

.sec-other-news__sidebar-articles-link {
  display: flex;
  align-items: flex-start;
}

.sec-other-news__sidebar-articles-link-text {
  font-size: 12px;
  line-height: 1.2;
}

.sec-other-news__sidebar-articles-link-img {
  flex-shrink: 0;
  width: 86px;
  height: auto;
  margin-right: 12px;
}

.sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-link-img {
  width: 100% !important;
  max-width: 100% !important;
}

.sec-other-news__sidebar-subscribers {
  padding: 8px;
  border: 1px solid rgba(112, 112, 112, 0.4);
}

.sec-other-news__sidebar-subscribers-title {
  color: #000551;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  line-height: 1.2;
}

.sec-other-news__sidebar-subscribers-form {
  display: flex;
  align-items: stretch;
}

.sec-other-news__sidebar-subscribers-form-input {
  height: 30px;
  width: 100%;
  border: 1px solid #707070;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
}

.sec-other-news__sidebar-subscribers-form-input::placeholder {
  color: #888888;
  font-size: 12px;
}

.sec-other-news__sidebar-subscribers-form-button {
  flex-shrink: 0;
  background-color: #D90000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 88px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sec-other-news__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.sec-other-news__top > * {
  margin-right: 28px;
  margin-bottom: 16px;
}

.sec-other-news__top > *:last-child {
  margin-right: 0;
}

.sec-other-news__top-text {
  color: #C4C4C4;
}

.sec-other-news__top-wrap-tags {
  max-width: 630px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  position: relative;
}

.sec-other-news__top-wrap-tags:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translate(0, -50%);
  width: 60px;
  height: 100%;
  background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.sec-other-news__top .button {
  min-height: 30px;
  line-height: 30px;
  padding: 0 12px;
  opacity: 1;
}

.sec-other-news__title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec-other-news__grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.sec-other-news__grid .news-main-card {
  max-width: 100%;
}

.sec-other-news__grid > * {
  margin-bottom: 20px;
}

.sec-other-news__grid .news-main-card {
  padding: 0;
}

.sec-other-news__grid-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}

.sec-other-news__grid-row .news-main-card {
  margin-bottom: 20px;
}

.sec-other-news__grid-row .news-main-card:last-child {
  margin-bottom: 0;
}

.sec-other-news__grid-row .news-default-card {
  max-width: 100%;
  padding: 0;
  margin-bottom: 17px;
}

.sec-other-news__grid-row .news-default-card:last-child {
  margin-bottom: 0;
}

.sec-other-news__grid-row > * {
  padding: 0 10px;
  width: 50%;
}

.sec-other-news__grid_second > * {
  width: 50%;
}

.sec-other-news__grid_second .sec-other-news__grid-row {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.sec-other-news__grid_second .sec-other-news__grid-row > * {
  padding: 0 10px;
}

.sec-other-news__grid_second .sec-other-news__grid-row .news-main-card {
  width: 100%;
}

.sec-other-news__grid_second .sec-other-news__grid-row .news-default-card {
  width: 50%;
}

.sec-other-news__grid_second .sec-other-news__grid-row-list {
  padding-left: 10px;
}

.sec-other-news__grid_second .sec-other-news__grid-row-list .news-default-card {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.sec-other-news__grid_second .sec-other-news__grid-row-list .news-default-card:last-child {
  margin-bottom: 0;
}

.sec-other-news__grid_third {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.sec-other-news__grid_third > * {
  padding: 0 10px;
}

.sec-other-news__grid_third .sec-other-news__grid-row {
  max-width: calc(100% - 268px);
  width: 100%;
  flex-wrap: wrap;
}

.sec-other-news__grid_third .sec-other-news__grid-row .news-main-card {
  width: 100%;
}

.sec-other-news__grid_third .sec-other-news__grid-row > * {
  padding: 0 10px;
}

.sec-other-news__grid_third .sec-other-news__grid-row-list {
  width: 100%;
  max-width: 268px;
}

.sec-other-news__grid_third .sec-other-news__grid-row-list > * {
  padding: 0;
  max-width: 100%;
  margin-bottom: 20px;
}

.sec-other-news__grid_third .sec-other-news__grid-row-list > *:last-child {
  margin-bottom: 0;
}

.sec-other-news__grid_fourt .sec-other-news__grid-row {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.sec-other-news__grid_fourt .sec-other-news__grid-row .news-default-card {
  width: 100%;
  max-width: calc(100% / 4);
}

.sec-other-news__grid_fourt .sec-other-news__grid-row > * {
  padding: 0 10px;
}

.sec-other-news__grid_fourt .sec-other-news__grid-row-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

.sec-other-news__grid_fourt .sec-other-news__grid-row-list .news-default-card {
  width: 100%;
  max-width: calc(100% / 2);
}

.sec-other-news__grid_fourt .sec-other-news__grid-row-list > * {
  padding: 0 10px;
  max-width: 100%;
  margin-bottom: 20px;
}

.sec-other-news__grid_five .news-default-card {
  max-width: calc(100% / 3);
}

.sec-other-news__grid_six {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.sec-other-news__grid_six > * {
  padding: 0 10px;
  width: 50%;
  display: block;
  margin: 0;
}

.sec-other-news__grid_six > * > * {
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 12px;
  padding: 0;
}

.sec-other-news__grid_six > * > *:last-child {
  margin-bottom: 0;
}

.sec-other-news .sec-other-news__sidebar-articles-title {
  background-color: #E5E5E5;
  display: block;
  padding: 8px 12px;
}

.program-bg {
  display: block;
  width: 100%;
  height: 879px;
  background: #1a1a2f;
  background: url("../img/program_header.png") 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
}

.program-preview {
  color: white;
}

.program-preview .slider-pagination {
  display: none;
}

.program-preview .slider-arrows__arrow {
  top: 49% !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.program-preview .program-leading {
  display: flex;
  flex-direction: column;
  background-color: #1a1a2f;
}

.program-preview .program-leading__content {
  display: flex;
  padding: 30px 20px;
}

.program-preview .program-leading__video {
  width: 742px;
  max-width: 100%;
  margin-right: 20px;
}

.program-preview .program-leading__video span.program-video-card__title {
  position: absolute;
  bottom: 80px;
  left: 40px;
}

.program-preview .program-leading__video span.program-video-card__name {
  position: absolute;
  bottom: 60px;
  left: 40px;
}

.program-preview .program-leading__info {
  width: 100%;
  max-width: 400px;
  line-height: 20px;
  position: relative;
}

.program-preview .program-leading__avatar {
  display: flex;
  align-items: flex-start;
}

.program-preview .program-leading__img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border: white 2px solid;
  border-radius: 50%;
}

.program-preview .program-leading__text {
  display: block;
  margin-top: 40px;
}

.program-preview .program-leading__timing {
  display: block;
  margin-top: 15px;
}

.program-preview .program-button__border {
  width: 100%;
  margin-top: 50px;
  padding: 10px 0;
  align-self: flex-end;
  border: white 1px solid;
  position: absolute;
  bottom: 11px;
}

.program-preview .program-leading__nav {
  padding: 10px 0 10px 20px;
  background-color: #00031C;
}

.program-preview .program-leading__list {
  display: flex;
}

.program-preview .program-leading__item {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.sec-other-program {
  display: flex;
  padding: 0 0 20px;
}

.sec-other-program .program-default-card {
  margin-bottom: 15px;
}

.sec-other-program .sec-other-program__contact {
  display: none;
}

.sec-other-program .comments__btn > .programs-cards__button {
  margin-bottom: 0;
}

.sec-other-program .comment-panel__info {
  display: none;
}

.sec-other-program .comment-panel__bottom {
  justify-content: flex-end;
}

.sec-other-program .comment-panel__btn {
  padding: 12px 78px;
  margin-top: 0;
  font-size: 18px;
}

.sec-other-program .sec-other-program__content__inner {
  margin-top: 39px;
}

.sec-other-program .programs-cards__button {
  margin-bottom: 20px;
}

.sec-other-program .programs-cards__inner {
  margin-right: 0;
}

.sec-other-program .program-video-card__name {
  color: #848484;
}

.sec-other-program .dzen__img {
  display: block;
  width: 97%;
  height: auto;
  margin-bottom: 14px;
  position: relative;
}

.sec-other-program .sec-puls-acrticle__img {
  display: block;
  width: 100%;
  height: 565px;
  margin-bottom: 35px;
}

.sec-other-program__inner {
  margin-bottom: 30px;
}

.sec-other-program .sec-other-program__content {
  max-width: calc(100% - 340px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sec-other-program .sec-other-program__content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px !important;
  margin-bottom: 24px;
  margin-right: 15px;
  display: block;
  text-transform: uppercase;
  border-bottom: .5px solid #848484;
}

.sec-other-program .sec-other-program__content-title.under-line {
  border-bottom: .5px solid #848484;
}

.sec-other-program .sec-other-program__content-list {
  display: flex;
}

.sec-other-program .sec-other-program__content-item {
  margin-right: 26px;
  font-size: 18px;
  color: #848484;
  font-weight: 200;
}

.sec-other-program .sec-other-program__content-item.active {
  color: #000000;
  font-weight: bold;
}

.sec-other-program .sec-other-program__content-inner {
  width: 100%;
  max-width: calc(100% - 64px);
}

.sec-other-program .sec-other-news__content-news {
  margin-right: 25px;
  margin-bottom: 40px;
  overflow: hidden;
}

.sec-other-program .sec-other-news__content-news-inner {
  flex-wrap: nowrap;
}

.sec-other-program .comments {
  margin-right: 25px;
}

.sec-other-program .sec-other-news__sidebar {
  max-width: 340px;
  padding-top: 78px;
}

.sec-other-program .sec-other-news__sidebar-articles-item {
  margin-bottom: 13px;
}

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

.tags__item {
  margin-right: 6px;
}

.tags__item:last-child {
  margin-right: 0;
}

.tags__item-link {
  display: block;
  line-height: 30px;
  height: 30px;
  transition: 0.3s all ease;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  background-color: #C4C4C4;
  padding: 0 10px;
  font-weight: 100;
  border: 1px solid transparent;
  white-space: nowrap;
}

.tags__item-link_active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
}

.currency-list {
  background-color: #E5E5E5;
  padding: 12px;
}

.currency-list .currency-list__btn {
  display: none;
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
}

.currency-list__title {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

.currency-list__list {
  font-size: 18px;
}

.currency-list__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.currency-list__list-item:last-child {
  margin-bottom: 0;
}

.currency-list__list-item-label {
  margin-right: 12px;
}

.currency-list__list-item-img {
  width: 34px;
  height: auto;
  max-height: 20px;
  object-position: center;
  object-fit: cover;
}

.currency-list__list-item-price {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}

.currency-list__list-item-grow {
  position: relative;
  padding-left: 18px;
}

.currency-list__list-item-grow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border: 8px solid transparent;
  width: 1px;
  height: 1px;
  transform: scale(0.7, 1);
}

.currency-list__list-item-grow_up {
  color: #00AB6C;
}

.currency-list__list-item-grow_up:before {
  border-bottom-color: #00AB6C;
  top: calc(50% - 13px);
}

.currency-list__list-item-grow_down {
  color: #D90000;
}

.currency-list__list-item-grow_down:before {
  border-top-color: #D90000;
  top: calc(50% - 4px);
}

.opinion {
  background-color: #E5E5E5;
}

.opinion__inner {
  position: relative;
  min-height: 270px;
  padding: 30px 0 30px 110px;
}

.opinion__inner:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 85px;
  background-image: url("data:image/svg+xml,%3Csvg width='75' height='83' viewBox='0 0 75 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7171 41.5L46.2374 83H30.0672L0 41.5L30.0672 0H46.2374L15.7171 41.5ZM44.4797 41.5L75 83H58.8298L28.7626 41.5L58.8298 0H75L44.4797 41.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50px;
  left: 0;
  z-index: 1;
}

.opinion__title {
  background-color: #C4C4C4;
  padding: 5px 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
  max-width: 315px;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}

.opinion__text {
  font-style: italic;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.opinion__person {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-style: italic;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.opinion__person-name {
  font-weight: bold;
}

.opinion_second {
  padding: 30px 60px 30px 20px;
  position: relative;
}

.opinion_second .opinion__inner {
  position: static;
}

.opinion_second .opinion__inner:before {
  top: 30px;
  left: 20px;
}

.sec-price {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.sec-price__inner {
  position: relative;
  min-height: 270px;
  padding: 30px 0;
}

.sec-price__title {
  background-color: #C4C4C4;
  padding: 5px 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
  max-width: 315px;
  margin-left: auto;
  display: block;
}

.sec-price__text {
  font-size: 250px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: -30px;
}

.sec-price__text small {
  font-size: 180px;
  line-height: inherit;
}

.sec-price__subtext {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.2;
}

.news-tabs {
  background-color: #E5E5E5;
}

.news-tabs__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.news-tabs__top-tab {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #B7B5B5;
  padding: 14px 12px 12px;
  border-bottom: 2px solid #B7B5B5;
  flex-grow: 1;
}

.news-tabs__top-tab:last-child {
  margin-right: 0;
}

.news-tabs__top-tab_active {
  color: #000;
  border-bottom-color: #000;
}

.news-tabs__contents {
  padding: 0 20px 12px;
}

.news-tabs__content {
  display: none;
}

.news-tabs__content.active {
  display: block;
}

.news-tabs__content-list-item {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.6;
}

.news-tabs__content-list-item small {
  color: #848484;
  margin-right: 6px;
}

.news-tabs__content-list-item:last-child {
  margin-bottom: 0;
}

.news-tabs__link {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 20px;
  color: #848484;
  margin-bottom: 12px;
  display: inline-block;
}

.news-single-content {
  overflow: initial !important;
  max-width: 100%;
  width: 100%;
  padding-top: 0 !important;
}

.news-single-content .soc-auth {
  display: none;
}

.news-single-content .sec-other-news__content-inner .el-adv {
  margin-bottom: 20px;
}

.news-single-content.sec-3 .image-slider {
  margin-bottom: 60px;
}

.news-single-content.sec-3 .image-slider .slider-arrows__arrow {
  top: 48%;
}

.news-single-content.sec-3 .swiper-container-horizontal {
  height: 440px;
  margin-bottom: 10px;
}

.news-single-content.sec-3 .swiper-container-horizontal .swiper-wrapper {
  height: inherit;
}

.news-single-content.sec-3 .swiper-container-horizontal .swiper-wrapper img {
  height: 500px;
}

.news-single-content div.xl-hide {
  width: 100%;
}

.news-single-content .inst-widget {
  max-width: 495px;
  position: relative;
  left: 17%;
}

.news-single-content .sec-other-news__content {
  max-width: calc(100% - 340px);
  width: 100%;
}

.news-single-content__inner {
  margin-bottom: 30px;
}

.news-single-content .sec-other-news__content {
  display: flex;
  align-items: flex-start;
}

.news-single-content .sec-other-news__content-inner {
  width: 100%;
  max-width: calc(100% - 64px);
}

.news-single-content__social {
  position: sticky;
  flex-shrink: 0;
  left: 0;
  top: 80px;
  width: 40px;
  margin-right: 24px;
}

.news-single-content__social-item {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background-color: #fff;
  margin-bottom: 10px;
  display: block;
}

.news-single-content__social-item img {
  width: 100%;
  height: auto;
  display: block;
}

.news-single-content__social-item:last-child {
  margin-bottom: 0;
}

.news-single-content .news-single__type {
  font-size: 12px;
  color: #848484;
  margin-bottom: 12px;
  display: block;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}

.news-single-content .news-single__title {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 14px;
}

.news-single-content .news-single__date-pub {
  display: block;
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 10px;
  color: #848484;
}

.news-single-content .news-single__wrap-video {
  margin-bottom: 12px;
  display: block !important;
}

.news-single-content .news-single__wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.news-single-content .news-single__wrap-bottom .list {
  font-size: 9px;
  color: #848484;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-single-content .news-single__wrap-bottom .list > * {
  margin-right: 16px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news-single-content .news-single__wrap-bottom .list > *:last-child {
  margin-right: 0;
}

.news-single-content .yt-button {
  background-color: #FF0000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  margin-left: 6px;
}

.news-single-content .yt-button__text {
  font-size: 12px;
  font-weight: bold;
}

.news-single-content .yt-button svg {
  width: 23px;
  height: 15px;
  margin-left: 6px;
}

.news-single-content .article-content {
  font-size: 18px;
  line-height: 21px;
}

.news-single-content .article-content > *,
.news-single-content .article-content p {
  margin-bottom: 1rem;
  display: inline-block;
}

.news-single-content .article-content__bottom {
  display: flex;
}

.news-single-content .sec-other-news__content-news {
  margin-bottom: 26px;
}

.news-single-content .wrap-simple-slider {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
  flex-shrink: 0;
}

.news-single-content .wrap-video {
  position: relative;
}

.news-single-content .wrap-video:before {
  content: '';
  display: block;
  padding-top: 56%;
  z-index: -1;
}

.news-single-content .wrap-video .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.question-block__title,
.question-block__subtitle {
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}

.question-block__title {
  font-size: 16px;
  font-weight: bold;
}

.question-block__subtitle {
  font-size: 18px;
}

.question-block .list {
  margin-bottom: 16px;
}

.question-block .list__item {
  margin-bottom: 10px;
}

.question-block .list__item:last-child {
  margin-bottom: 0;
}

.question-block .list__item-label {
  display: flex;
}

.question-block .list__item-input {
  margin: 0 6px 0 0;
}

.question-block .list__item-text {
  font-size: 12px;
  line-height: 1.3;
}

.news-content-small-slider {
  border: 1px solid #000;
  padding: 10px;
  position: relative;
}

.news-content-small-slider__title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
}

.news-content-small-slider .slide-item__img {
  width: 100%;
  height: auto;
}

.news-content-small-slider .slide-item__text {
  font-size: 12px;
  text-decoration: underline;
  display: block;
  line-height: 1.4;
}

.news-content-small-slider .slider-arrows__arrow {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 1000px;
}

.news-content-small-slider .slider-arrows__arrow svg {
  width: 9px;
  height: 9px;
}

.news-content-small-slider .slider-arrows__arrow_prev {
  left: 4px;
}

.news-content-small-slider .slider-arrows__arrow_next {
  right: 4px;
}

.article-tags {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 15px !important;
}

.article-tags__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-tags__list-item {
  margin-right: 30px;
  background-color: #E5E5E5;
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.article-tags__btn {
  background-color: #E5E5E5;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-left: auto;
  padding: 2px 10px;
}

.article-tags__btn-text {
  margin-right: 6px;
}

.article-tags__btn-num {
  color: #B7B5B5;
  margin-right: 6px;
}

.article-tags__btn--active {
  background: #00AB6C;
  color: #ffffff;
}

.article-tags__btn--active .article-tags__btn-num {
  color: #ffffff;
}

.soc-auth {
  margin-bottom: 45px;
}

.soc-auth__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 20px;
}

.soc-auth__inner-wrap {
  padding-left: 50px;
  position: relative;
}

.soc-auth__avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.soc-auth__panel {
  border: 0.5px solid #CCCCD1;
  padding: 40px;
  margin-bottom: 10px;
}

.soc-auth__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}

.soc-auth__item {
  padding: 15px;
}

.soc-auth__item img {
  width: 40px;
}

.soc-auth__info {
  font-size: 9px;
  line-height: 11px;
  text-align: center;
}

.soc-auth__info a {
  color: #1DA1F2;
  text-decoration: underline;
}

.avatar {
  width: 32px;
  height: 32px;
  border: 0.5px solid #000000;
  background: #CCCCD1;
  padding: 7px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.avatar img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.avatar--active {
  background: #F2994A;
}

.article-read-also {
  background-color: #E5E5E5;
  padding: 14px 20px;
  margin-bottom: 30px;
}

.article-read-also__title {
  font-size: 20px;
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.article-read-also__list {
  display: flex;
  flex-wrap: wrap;
}

.article-read-also__list > * {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 4px;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
}

.article-read-also__list > *:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 12345px;
  background-color: #B7B5B5;
}

.comments {
  margin-bottom: 45px;
}

.comments__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #848484;
}

.comments__sort {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 15px;
}

.comments__sort span {
  font-weight: 700;
}

.comments__item {
  padding-bottom: 15px;
  padding-left: 50px;
  position: relative;
}

.comments__avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.comments__date {
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  padding-bottom: 10px;
}

.comments__message {
  font-size: 18px;
  line-height: 21px;
}

.comment-panel {
  position: relative;
}

.comment-panel__wrap {
  padding-left: 50px;
}

.comment-panel__avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-panel__textarea {
  border: 0.5px solid #000000;
  border-radius: 3px;
  min-height: 120px;
  padding: 10px;
  width: 100%;
}

.comment-panel__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 25px;
}

.comment-panel__info {
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  flex: 1;
  padding-right: 20px;
}

.comment-panel__info a {
  color: #1DA1F2;
  text-decoration: underline;
}

.comment-panel__btn {
  background: #27AE60;
  padding: 10px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-left: auto;
  cursor: pointer;
}

.image-slider {
  position: relative;
  width: 100%;
  display: block !important;
}

.image-slider .swiper-slide .wrap-img {
  max-width: 100%;
}

.image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
}

.image-slider .slider-pagination {
  width: 100%;
  margin-top: 4px;
}

.image-slider .slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #C4C4C4;
  opacity: 1 !important;
  margin-right: 10px;
}

.image-slider .slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.image-slider .slider-pagination .swiper-pagination-bullet-active {
  background-color: #848484;
}

.image-slider .slider-arrows__arrow {
  position: absolute;
  top: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 1000px;
}

.image-slider .slider-arrows__arrow svg {
  width: 14px;
  height: 14px;
}

.image-slider .slider-arrows__arrow_prev {
  left: 12px;
}

.image-slider .slider-arrows__arrow_next {
  right: 12px;
}

.filter-panel__top,
.filter-panel__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-panel__top {
  margin-bottom: 6px;
}

.filter-panel__top > * {
  margin-bottom: 20px;
}

.filter-panel__top--program {
  display: flex !important;
  padding-top: 10px;
}

.filter-panel__bottom {
  margin-bottom: 30px;
}

.filter-panel__item {
  margin-right: 20px;
  width: 100%;
  max-width: 310px;
}

.filter-panel__item:last-child {
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  width: auto;
}

.filter-panel__item--program {
  max-width: 140px !important;
  margin-right: 60px;
}

.filter-panel__item--program:last-child {
  margin-left: 0;
}

.filter-panel__item--program a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.filter-panel__button {
  display: flex;
  align-items: center;
}

.filter-panel__button span {
  color: #C4C4C4;
  font-size: 18px;
  line-height: 1.2;
  margin-right: 12px;
}

.filter-panel__button svg {
  margin-top: 2px;
}

.filter-panel__sort {
  display: flex;
  align-items: center;
}

.filter-panel__sort-text {
  color: #C4C4C4;
  font-size: 18px;
  margin-right: 10px;
}

.filter-panel__sort-select {
  position: relative;
  padding-right: 6px;
}

.filter-panel__sort-select:before {
  content: '';
  width: 12px;
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: #fff;
}

.filter-panel__sort-select:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.filter-panel__sort-select select {
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.form-item__select {
  position: relative;
}

.form-item__select:before {
  content: '';
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  background: #fff;
}

.form-item__select:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.form-item__select select {
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  background-color: transparent;
  font-weight: bold;
  display: block;
  cursor: pointer;
  padding: 8px 40px 8px 14px;
  border: 1px solid #848484;
}

.form-item__select--program {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

.form-item__select--program span {
  margin-right: 10px;
}

.form-item__select--program select {
  padding: 8px 14px 8px 14px;
}

.form-item__input input,
.form-item__input textarea {
  width: 100%;
}

.program-default-card {
  width: 100%;
  max-width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}

.program-default-card.tall {
  max-width: 20%;
}

.program-default-card.tall .program-default-card__wrap-img:before {
  content: "";
  padding-top: 150%;
  display: block;
}

.program-default-card.tall .program-default-card__icon {
  display: none;
}

.program-default-card__inner {
  position: relative;
  display: block;
}

.program-default-card__label {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  border-radius: 1000px;
  background-color: #1383C6;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  z-index: 1;
}

.program-default-card__wrap-img {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.program-default-card__wrap-img:before {
  content: "";
  padding-top: 62%;
  display: block;
}

.program-default-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.program-default-card__img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 4px 16px;
  background-color: #D90000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  font-size: 14px;
}

.program-default-card__bottom {
  display: flex;
  align-items: center;
}

.program-default-card__icon {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}

.program-default-card__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.program-default-card__type {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}

.program-default-card_second {
  max-width: 25%;
}

.program-default-card_second .program-default-card__wrap-img:before {
  content: "";
  padding-top: 150%;
  display: block;
}

.program-default-card_second .program-default-card__title {
  margin-right: 14px;
}

.program-default-card_second .program-default-card__icon {
  width: 30px;
}

.program-default-card_second .wrap-text {
  display: flex;
  align-items: center;
}

.program-video-card {
  width: 100%;
  max-width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}

.program-video-card__inner {
  position: relative;
  display: block;
}

.program-video-card .video-iframe-wrap {
  position: relative;
  margin-bottom: 10px;
}

.program-video-card .video-iframe-wrap:before {
  content: '';
  display: block;
  padding-top: 56%;
  z-index: -1;
}

.program-video-card .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.program-video-card__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.program-video-card__type {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}

.program-video-card--full {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.person-default-card {
  width: 100%;
  max-width: calc(100% / 5);
  padding: 0 10px;
  margin-bottom: 20px;
}

.person-default-card__inner {
  position: relative;
  display: block;
}

.person-default-card__wrap-img {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.person-default-card__wrap-img:before {
  content: "";
  padding-top: 133%;
  display: block;
}

.person-default-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.person-default-card__title {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
}

.person-default-card__position {
  color: #858585;
  font-size: 14px;
  display: block;
  line-height: 1.4;
}

.programs-cards__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.programs-cards__button {
  display: block;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}

.sec-last-programs {
  padding: 40px 0 20px;
}

.sec-last-programs__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 24px;
  display: block;
  text-transform: uppercase;
}

.sec-last-programs__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.sec-last-programs {
  padding: 40px 0 20px;
}

.sec-last-programs__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 24px;
  display: block;
  text-transform: uppercase;
}

.sec-last-programs__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.film-content__top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.film-content__top-content > * {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(130, 130, 130, 0.5);
}

.film-content__top-content > *:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.film-content__top-types {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.film-content__top-types > * {
  display: block;
}

.film-content__top-desc-item {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.4;
}

.film-content__top-desc-item:last-child {
  margin-bottom: 0;
}

.film-content__top-desc-item-label {
  color: #828282;
  margin-right: 8px;
}

.film-content__top-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.film-content__top-rating-total {
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-right: 36px;
}

.film-content__top-rating-total strong {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}

.film-content__top-rating-total small {
  font-size: 18px;
}

.film-content__social {
  display: flex;
  align-content: center;
}

.film-content__social-item {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.film-content__social-item img {
  width: 100%;
  height: auto;
}

.film-content__social-item:last-child {
  margin-right: 0;
}

.film-content__rating,
.film-content__desc-text {
  display: none;
  margin-bottom: 1rem;
}

.film-content__wrap-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  margin-right: 40px;
  display: block;
}

.film-content__img {
  width: 100%;
  height: auto;
}

.film-content__title {
  display: flex;
}

.film-content__title-text {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
}

.film-content__title-label {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border-radius: 1000px;
  background-color: #1383C6;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  z-index: 1;
}

.film-content__wrap-video {
  position: relative;
  margin-bottom: 50px;
}

.film-content__wrap-video:before {
  content: '';
  display: block;
  padding-top: 56%;
  z-index: -1;
}

.film-content__wrap-video .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-similar-films {
  padding-top: 0;
}

.sec-similar-films .similar-video {
  max-width: calc(100% / 5);
}

.sec-similar-films .similar-video:nth-last-child(1) {
  display: none;
}

.other-films-tabs {
  padding-top: 45px;
  padding-bottom: 60px;
  display: flex;
}

.other-films-tabs__title {
  margin-bottom: 16px;
}

.other-films-tabs__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.other-films-tabs__top-tab {
  font-size: 18px;
  text-transform: uppercase;
  color: #848484;
  font-weight: 300;
  margin-right: 26px;
  margin-bottom: 10px;
}

.other-films-tabs__top-tab:last-child {
  margin-right: 0;
}

.other-films-tabs__top-tab_active {
  color: #000;
  font-weight: bold;
}

.other-films-tabs__content {
  display: none;
}

.other-films-tabs__content.active {
  display: block;
}

.other-films-tabs__content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.other-films-tabs__content-list-item {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.6;
}

.other-films-tabs__content-list-item small {
  color: #848484;
  margin-right: 6px;
}

.other-films-tabs__content-list-item:last-child {
  margin-bottom: 0;
}

.other-films-tabs__left {
  flex-grow: 1;
}

.other-films-tabs__right {
  flex-shrink: 0;
  width: 300px;
  margin-left: 20px;
}

.other-films-tabs__button {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-us-tabs {
  margin-bottom: 60px;
}

.about-us-tabs .lg-show {
  display: none;
}

.about-us-tabs__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
}

.about-us-tabs__top-tab {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #B7B5B5;
  padding: 14px 6px 12px;
  border-bottom: 1px solid #5B5C6A;
  flex-grow: 1;
  position: relative;
}

.about-us-tabs__top-tab:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1D93D1;
  opacity: 0;
}

.about-us-tabs__top-tab:last-child {
  margin-right: 0;
}

.about-us-tabs__top-tab_active {
  color: #000;
}

.about-us-tabs__top-tab_active:before {
  opacity: 1;
}

.about-us-tabs__content {
  display: none;
}

.about-us-tabs__content.active {
  display: block;
}

.about-us-tabs .sec-people {
  margin: 30px 0 50px;
}

.about-us-tabs .sec-people:last-child {
  margin-bottom: 0;
}

.about-us-tabs .sec-people .title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.about-us-tabs .sec-people__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.about-us-tabs .sec-people__button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 460px;
  margin-top: 10px;
}

.about-us-tabs .sec-press-about-us .sec-other-news__top {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 20px;
}

.about-us-tabs .sec-press-about-us .sec-other-news__top .form-item {
  min-width: 150px;
}

.about-us-tabs .sec-press-about-us .sec-other-news__top .form-item select {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  padding: 4px 8px;
}

.about-us-tabs .sec-press-about-us .sec-other-news__top .form-item.form-item__select:before {
  width: 12px;
  height: 12px;
}

.about-us-tabs .sec-press-about-us .sec-other-news__top .form-item.form-item__select:after {
  width: 12px;
  height: 12px;
}

.about-us-tabs .sec-press-about-us .sec-other-news__grid {
  margin-bottom: 40px;
}

.about-us-tabs .sec-press-about-us .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.about-us-tabs .sec-press-about-us .news-default-card {
  margin-bottom: 30px;
  padding: 0;
  max-width: 100%;
  align-items: stretch;
}

.about-us-tabs .sec-press-about-us .news-default-card__wrap-img {
  max-width: 350px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.about-us-tabs .sec-press-about-us .news-default-card__inner {
  display: flex;
}

.about-us-tabs .sec-press-about-us .news-default-card__title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
}

.about-us-tabs .sec-press-about-us .news-default-card__time {
  margin-top: auto;
}

.about-us-tabs .sec-press-about-us .news-default-card .wrap-text {
  display: flex;
  flex-direction: column;
}

.about-us-tabs .sec-press-about-us .news-default-card:last-child {
  margin-bottom: 0;
}

.text-content > * {
  margin-bottom: 15px;
}

.text-content > *:last-child {
  margin-bottom: 0;
}

.text-content strong,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  display: inline-block;
}

.text-content a {
  text-decoration: underline;
  color: #1D93D1;
}

.broadcasting {
  overflow: hidden;
  position: relative;
  display: flex;
  overflow-x: auto;
}

.broadcasting__mobile {
  display: none;
}

.broadcasting__inner {
  margin-bottom: 10px;
  position: relative;
}

.broadcasting__inner:before {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 43.49%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
}

.broadcasting__top {
  margin-bottom: 10px;
  position: relative;
}

.broadcasting__row {
  display: flex;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}

.broadcasting__row:not(:last-child) {
  margin-bottom: 10px;
}

.broadcasting__cell {
  border-right: 1px solid #BDBDBD;
  border-left: none;
  background: #ffffff;
}

.broadcasting__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: transparent;
  border-color: transparent;
}

.broadcasting__chanel {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2px 0 2px 30px;
}

.broadcasting__chanel:before {
  content: '';
  position: absolute;
  left: 0;
  width: calc(100% + 30px);
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 80%, rgba(255, 255, 255, 0) 100%);
}

.broadcasting__chanel img {
  position: relative;
  z-index: 2;
  max-width: 40px;
}

.broadcasting__item {
  padding: 10px 30px 9px 30px;
  font-size: 10px;
  line-height: 12px;
  color: #828282;
  height: 100%;
  min-width: 160px;
  display: inline-block;
}

.broadcasting__item--active {
  background: #E0E0E0;
  color: #000000;
}

.broadcasting__name {
  white-space: nowrap;
}

.broadcasting__info {
  font-size: 8px;
  line-height: 9px;
}

.timer {
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #6FCF97;
}

.timer__cell {
  min-width: 112px;
  padding: 27px 0 10px 0;
  background: #303E4D;
  position: relative;
}

.timer__cell:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #27AE60;
  border-radius: 50%;
  left: 10px;
  top: 14.5px;
}

.timer__cell:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 2px;
  background: #6FCF97;
}

.timer__cell:first-child {
  min-width: 168px;
  padding-left: 56px;
}

.timer__cell:first-child:after {
  content: none;
}

.timer__cell:nth-child(2n) {
  font-size: 10px;
  line-height: 12px;
}

.timer__cell:nth-child(2n):after {
  width: 6px;
  height: 6px;
  top: 17.5px;
}

.current-time {
  position: absolute;
  font-size: 8px;
  line-height: 9px;
  color: #EB5757;
  padding-top: 5px;
  padding-bottom: 1px;
  z-index: 2;
  top: 0;
  bottom: 0;
}

.current-time:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #EB5757;
  top: 21px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.current-time:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #EB5757;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 50%;
  top: 14.5px;
  transform: translateX(-50%);
}

.mobile-broadcasting {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  padding: 20px 0;
  align-items: center;
}

.mobile-broadcasting__title {
  font-size: 12px;
  line-height: 14px;
  color: #6FCF97;
  padding: 12px;
}

.mobile-broadcasting__wrap {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.mobile-broadcasting__cell {
  padding: 20px;
  flex: 1;
}

.mobile-broadcasting__item {
  display: flex;
  align-items: center;
}

.mobile-broadcasting__data {
  flex: 1;
  padding-left: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #828282;
}

.mobile-broadcasting__name {
  padding-bottom: 3px;
}

.mobile-broadcasting__date {
  font-size: 8px;
  line-height: 9px;
}

.contact-show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 80px;
  border: .5px #c4c4c4 solid;
}

.contact-show .contact-show__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-show .contact-show__text {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 22px;
}

.contact-show .contact-show__form {
  width: 100%;
}

.contact-show .contact-show__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.contact-show .contact-show__label span {
  font-size: 16px;
  font-weight: bold;
}

.contact-show .contact-show__label input,
.contact-show .contact-show__label textarea {
  height: 30px;
  padding: 4px 10px;
  border: .5px #c4c4c4 solid;
}

.contact-show .contact-show__label textarea {
  resize: none;
  height: 138px;
}

.contact-show .button.button_green {
  margin: 0 auto;
  padding: 10px auto;
  font-size: 18px;
  font-weight: bold;
}

.main--news .sec-videos__adv {
  display: none;
}

.main--news .sec-other-news__sidebar-articles {
  max-height: 780px;
}

.main--news-single .xxl-show {
  display: none;
}

.main--news-single .wrapper > .el-adv {
  margin-bottom: 60px;
  width: calc(100% - 64px);
  margin-left: auto;
}

.main--news-single .question-block__btn {
  max-width: 90px;
  position: relative;
  left: 12px;
  padding: 0;
}

.main--news-single .interesting {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 60px 40px;
  background-color: #EEEEEE;
}

.main--news-single .interesting .slider-pagination {
  display: none;
}

.main--news-single .interesting .swiper-slide {
  max-width: calc(100% / 5.15);
  margin-right: 20px;
}

.main--news-single .interesting .swiper-wrapper {
  height: 258px;
}

.main--news-single .interesting .wrap-img {
  width: 368px;
  height: 200px;
}

.main--news-single .interesting .wrap-img img {
  width: 100%;
  height: 100%;
}

.main--news-single .interesting .interesting__title {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.main--news-single .interesting .swiper-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}

.main--news-single .interesting .slider-arrows__arrow {
  top: 34%;
}

.main--news-single .interesting .slider-arrows__arrow_next {
  right: -36px;
}

.main--news-single .interesting .slider-arrows__arrow_prev {
  left: -36px;
}

.tv-programmes {
  padding-bottom: 100px;
}

.tv-programmes .sec-other-news__sidebar-articles {
  max-height: 405px;
}

.tv-programmes .sec-videos {
  padding: 0;
}

.tv-programmes__aside-smi {
  padding-bottom: 15px;
}

.tv-programmes__broadcasting {
  padding-top: 10px;
  margin-bottom: 20px;
  border-bottom: 20px solid #303E4D;
}

.tv-programmes__broadcasting.lg-show {
  display: none;
}

.tv-programmes__schedule {
  padding-bottom: 38px;
}

.tv-programmes__banner {
  padding-bottom: 20px;
}

.tv-programmes__recently {
  padding-bottom: 64px;
}

.tv-programmes__video {
  padding-bottom: 89px;
}

.tv-programmes__dzen {
  padding-bottom: 30px;
}

.tv-programmes__aside-banner {
  padding-bottom: 15px;
}

.tv-programmes__grid {
  display: flex;
  margin: -15px;
}

.tv-programmes__aside-cell {
  width: 300px;
}

.tv-programmes__main-cell {
  flex: 1;
}

.tv-programmes__aside-cell,
.tv-programmes__main-cell {
  padding: 15px;
}

.recently__title {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 13px;
  font-weight: 700;
}

.recently__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.recently__cell {
  padding: 10px;
  width: 25%;
}

.recently .program-video-card {
  width: 100%;
  max-width: 100%;
}

.schedule-info {
  padding-bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.schedule-info__select {
  display: none;
}

.schedule-info__select:not(:last-child) {
  margin-bottom: 15px;
}

.schedule-info__cell {
  padding: 15px;
}

.schedule-info__cell--main {
  flex: 1;
}

.schedule-date {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -15px;
}

.schedule-date__cell {
  padding: 5px 15px;
}

.schedule-date__cell a {
  font-size: 14px;
}

.schedule-date__item {
  font-size: 18px;
  line-height: 21px;
  color: #BDBDBD;
}

.schedule-date__item--active {
  color: #000000;
}

.schedule-type {
  overflow-x: auto;
  display: flex;
  border-top: 0.5px solid #BDBDBD;
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 23px;
}

.schedule-type__wrap {
  display: flex;
  margin: 0 -12px;
}

.schedule-type__cell {
  padding: 0 12px;
}

.schedule-type__cell:not(:first-child) .schedule-type__item {
  padding-left: 19px;
  position: relative;
}

.schedule-type__cell:not(:first-child) .schedule-type__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.schedule-type__item {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  padding: 12px 5px 14px 5px;
  position: relative;
  white-space: nowrap;
}

.schedule-type__item:before {
  content: '';
  background: #00AB6C;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.schedule-type__item--active:before {
  height: 3px;
}

.schedule-type__item-name {
  color: #000000;
}

.input-search {
  position: relative;
  width: 100%;
  max-width: 350px;
  min-width: 300px;
}

.input-search__btn {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 16px;
  cursor: pointer;
}

.input-search__field {
  padding: 0 38px 0 20px;
  font-size: 16px;
  line-height: 12px;
  border: 0.5px solid #BDBDBD;
  height: 30px;
  width: 100%;
}

.schedule-chanel img {
  max-width: 100%;
  display: block;
}

.schedule-chanel__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.schedule-chanel__cell {
  padding: 15px;
  width: 33.3333333%;
}

.schedule-chanel__item {
  display: block;
  border: 0.5px solid #BDBDBD;
}

.schedule-chanel__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-bottom: 0.5px solid #828282;
}

.schedule-chanel__data {
  padding: 10px;
}

.schedule-chanel__data-cell:not(:last-child) {
  padding-bottom: 10px;
}

.schedule-chanel__logo {
  width: 40px;
}

.schedule-chanel__logo-wrap {
  padding-right: 28px;
  display: flex;
}

.schedule-chanel__title {
  flex: 1;
  padding-right: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.city {
  position: relative;
  padding-right: 15px;
}

.city:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 1px solid #BDBDBD;
  border-left-color: transparent;
  border-top-color: transparent;
}

.chanel-item {
  position: relative;
  padding-left: 20px;
  display: block;
}

.chanel-item__image-wrap {
  padding-right: 10px;
  width: 100%;
  max-width: 100px;
  z-index: 2;
}

.chanel-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 3px;
  min-height: 30px;
}

.chanel-item__data {
  position: relative;
  z-index: 2;
  color: #828282;
}

.chanel-item__description {
  font-size: 9px;
  line-height: 11px;
}

.chanel-item__banner {
  padding-left: 75px;
}

.chanel-item__wrap {
  display: flex;
  flex-wrap: wrap;
}

.chanel-item__time {
  padding-right: 5px;
  min-width: 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #BDBDBD;
  padding-top: 6px;
}

.chanel-item__info {
  flex: 1;
  display: flex;
  padding: 10px;
  position: relative;
  border-right: 5px solid currentColor;
}

.chanel-item__info:before {
  content: '';
  position: absolute;
  background: currentColor;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.chanel-item--active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background: #219653;
  border-radius: 50%;
}

.chanel-item--active:after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 4px solid transparent;
}

.chanel-item--active .chanel-item__time,
.chanel-item--active .chanel-item__data {
  color: #000000;
}

.hide-old-programms {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 20px;
  padding-right: 20px;
  display: inline-block;
}

.hide-old-programms:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  border: 1px solid #BDBDBD;
  border-left-color: transparent;
  border-top-color: transparent;
}

.on-air {
  padding-bottom: 50px;
}

.on-air__preview {
  background: #00031C;
  overflow: hidden;
}

.on-air__next-ether {
  margin-bottom: 40px;
  padding: 40px 20px;
  background: #00031C;
}

.on-air__next-ether .sec-videos-slider__swiper {
  padding: 0;
}

.on-air__next-ether-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 27px;
  color: #ffffff;
}

.on-air__popular {
  padding-bottom: 35px;
}

.on-air__popular .sec-main-news__other-news {
  margin-top: 0;
}

.on-air__video .sec-videos {
  padding: 0;
}

.on-air__recently .sec-last-programs {
  padding: 0 0 5px 0;
}

.on-air__adv {
  padding-bottom: 35px;
}

.on-air__aside .button {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.on-air .slider-arrows__arrow {
  display: flex !important;
  top: 40% !important;
}

.chanel-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.chanel-list__cell:not(:last-child) {
  border-right: 1px solid #219653;
}

.chanel-list__item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 100%;
}

.chanel-list__item--active {
  background: rgba(33, 150, 83, 0.2);
}

.chanel-list__icon {
  width: 50px;
}

.chanel-list__icon-wrap {
  display: flex;
  padding-right: 10px;
}

.chanel-list__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.chanel-list__city {
  padding-left: 20px;
  font-size: 18px;
  line-height: 21px;
}

.play-settings {
  display: flex;
}

.play-settings__btn {
  border: 2px solid #00AB6C;
  border-radius: 7px;
  display: flex;
  background: #ffffff;
  outline: none;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 27px;
  height: 27px;
}

.play-settings__btn-icon {
  padding-left: 2px;
  display: flex;
  width: 100%;
  max-width: 100%;
}

.volume-slider {
  display: flex;
  align-items: center;
  padding-left: 11px;
}

.volume-slider__min {
  padding-right: 3px;
}

.volume-slider__max {
  padding-left: 3px;
}

.volume-slider__slider {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 75px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #00AB6C;
  height: 2px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #00AB6C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #00AB6C;
}

input[type=range]::-moz-range-track {
  background: #00AB6C;
  height: 2px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #00AB6C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

input[type=range]::-ms-track {
  background: #00AB6C;
  height: 2px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #00AB6C;
  border-radius: 50%;
}

input[type=range]::-ms-fill-upper {
  background: #00AB6C;
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #00AB6C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #00AB6C;
}

input[type=range]:focus::-ms-fill-upper {
  background: #00AB6C;
}

.main-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.main-grid__cell {
  padding: 15px;
}

.main-grid__cell--main {
  flex: 1;
}

.main-grid__cell--aside {
  width: 300px;
}

.on-air-preview {
  display: flex;
  flex-wrap: wrap;
  margin: -17px;
  padding: 27px 0 40px 0;
}

.on-air-preview__cell {
  padding: 17px;
}

.on-air-preview__cell--main {
  width: 50%;
}

.on-air-preview__cell--small {
  width: 25%;
}

.ether {
  color: #ffffff;
}

.ether__video {
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 15px;
}

.ether__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ether__data {
  text-align: center;
}

.ether__title {
  font-weight: 700;
  font-size: 24px;
  padding-top: 5px;
}

.preview-program {
  display: block;
  position: relative;
}

.preview-program__image-wrap {
  padding-bottom: 116.19%;
  position: relative;
}

.preview-program__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.preview-program__time {
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}

.preview-program__data {
  color: #ffffff;
  padding: 10px;
}

.preview-program__title {
  font-weight: 700;
  font-size: 24px;
  padding-top: 5px;
}

.preview-program__time-wrap {
  position: absolute;
  padding: 20px;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.preview-program__arrow {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 3px solid #707070;
  border-radius: 50%;
  z-index: 2;
  padding: 5px;
}

.preview-program__arrow img {
  max-width: 100%;
}

.preview-program:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 3, 28, 0) 0%, #00031C 74%);
  opacity: 0;
  display: block;
  z-index: 2;
}

.preview-program--prev {
  text-align: right;
}

.preview-program--prev:before {
  opacity: 1;
}

.preview-program--prev .preview-program__arrow {
  margin-left: 15px;
}

.preview-program--prev .preview-program__time-wrap {
  justify-content: flex-end;
}

.preview-program--next:before {
  opacity: 1;
  background: linear-gradient(90deg, rgba(0, 3, 28, 0) 0%, #00031C 74%);
}

.preview-program--next .preview-program__arrow {
  margin-right: 15px;
}

.test {
  padding-bottom: 50px;
}

.test .test-questions__counter-number {
  font-size: 64px;
  font-weight: normal;
}

.test__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.test__description {
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 20px;
}

.test__description p:not(:last-child) {
  padding-bottom: 20px;
}

.test__data {
  padding-bottom: 48px;
}

.test__data--hidden {
  display: none;
}

.test__preview-info {
  font-size: 9px;
  line-height: 11px;
  color: #848484;
  padding-top: 10px;
}

.test__preview-info a {
  text-decoration: underline;
}

.preview-test {
  background: #2D9CDB;
  min-height: 500px;
  position: relative;
  color: #ffffff;
}

.preview-test:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #2D9CDB;
  z-index: 2;
}

.preview-test__data {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 60px 20px 40px 20px;
  max-width: 710px;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}

.preview-test__name {
  font-weight: 900;
  font-size: 32px;
  line-height: 37px;
  background: #2F80ED;
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 2;
  text-align: center;
}

.preview-test__title {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 26px;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
}

.preview-test__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-test__btn {
  background: #8CC541;
  border-radius: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  padding: 11px 25px 11px 25px;
  margin-left: auto;
}

.test-aside__adv {
  padding-bottom: 39px;
}

.test-aside__news,
.test-aside__subscribe,
.test-aside__now-read {
  padding-bottom: 10px;
}

.test-result--hidden {
  display: none;
}

.test-questions {
  padding-bottom: 40px;
}

.test-questions__image {
  width: 100%;
  display: block;
}

.test-questions__answers {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  padding: 20px 0;
  margin: -50px 50px 0;
  z-index: 2;
}

.test-questions__answer {
  padding: 20px 30px 20px 70px;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  transition: .3s;
  display: block;
  position: relative;
}

.test-questions__answer:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 4px solid #B2D237;
  border-radius: 50%;
  box-sizing: border-box;
}

.test-questions__answer:hover {
  background: rgba(29, 147, 209, 0.2);
}

.test-questions__counter {
  min-width: 140px;
  height: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 30px solid rgba(178, 210, 54, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 70px;
  transform: translate(20%, -50%);
}

.test-questions__counter-number {
  background: #B2D237;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.test-questions__question {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  background: #1D93D1;
  padding: 30px 25px 75px 200px;
  color: #FFFFFF;
}

.test-questions__count-answer {
  padding: 25px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #1D93D1;
  text-align: center;
}

.test-questions--hidden {
  display: none;
}

.test-result {
  padding-bottom: 45px;
}

.test-result__image {
  width: 100%;
  display: block;
}

.test-result__data {
  background: #1D93D1;
  color: #ffffff;
  padding: 30px;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}

.test-result__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.test-result__share {
  text-align: center;
}

.test-result__share-title {
  font-size: 24px;
  line-height: 30px;
  color: #1383C6;
  font-weight: bold;
  padding-bottom: 15px;
}

.test-result__share-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -6px;
}

.test-result__share-item {
  padding: 6px;
}

.press-about {
  padding-top: 35px;
}

.feedback {
  background: #F9F9F9;
  max-width: 1070px;
  margin: 0 auto;
  padding: 18px 25px 40px 25px;
  overflow: hidden;
}

.feedback__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 14px;
}

.feedback__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -30px;
}

.feedback__cell {
  padding: 20px 30px;
  width: 33.3333333%;
}

.feedback__cell--full {
  width: 100%;
}

.feedback__btn-wrap {
  text-align: center;
}

.feedback__btn {
  background: #00AB6C;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
}

.feedback__textarea,
.feedback__input {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  background: #ffffff;
  border: 0.5px solid #000000;
  padding: 0 20px;
  min-height: 40px;
  display: block;
  width: 100%;
}

.feedback__textarea {
  height: auto;
  min-height: 200px;
  padding: 10px 20px;
}

.feedback__select:after {
  width: 15px;
  height: 15px;
}

.feedback__select select {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  background: #ffffff;
  text-transform: none;
}

.input-file {
  width: 100%;
  position: relative;
  text-align: right;
  cursor: pointer;
}

.input-file-text {
  color: #828282;
  font-size: 9px;
}

.input-file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input-file__file-button {
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  background: #ffffff;
  border: 0.5px solid #000000;
  padding: 5px 50px 5px 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin: 0 auto;
}

.input-file__icon {
  width: 24px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 32%;
  transform: translateY(-50%);
}

.contact-data {
  font-size: 18px;
  line-height: 21px;
  padding-top: 110px;
}

.contact-data__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 40px;
}

.contact-data__cell:not(:last-child) {
  padding-bottom: 40px;
}

.contact-data__item {
  position: relative;
  padding-left: 35px;
}

.contact-data__icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.contact-data__icon--mail {
  width: 22px;
  top: 3px;
}

.vacancies {
  max-width: 1070px;
  margin: 0 auto;
}

.vacancies__wrap {
  padding-bottom: 30px;
}

.vacancies__cell {
  border-bottom: 0.5px solid #000000;
}

.vacancy {
  display: block;
  padding: 22px 10px 10px 5px;
}

.vacancy__title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding-right: 20px;
}

.vacancy__title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
}

.vacancy__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
  padding-top: 3px;
}

.point {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: #00AB6C;
  border: 3px solid #8CC541;
  cursor: pointer;
}

.point:hover .point__data {
  opacity: 1;
  z-index: 2;
  transform: translate(-15px, 30px);
}

.point__data {
  transition: .3s;
  opacity: 0;
  z-index: -1;
  transform: translate(-15px, 50px);
  background: #F9F9F9;
  padding: 17px 15px 15px;
  width: 100%;
  min-width: 285px;
  height: auto;
  pointer-events: none;
}

.point__data:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid #F9F9F9;
  left: 10px;
  top: 0;
  transform: rotate(45deg) translateY(-50%);
}

.point__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
}

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

.network-development {
  overflow: hidden;
}

.network-development__map {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 70px auto;
}

.network-development__map img {
  max-width: 100%;
}

.network-development__sections {
  max-width: 800px;
}

.network-development__section {
  padding-bottom: 40px;
}

.network-development__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 11px;
}

.network-development__sec-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.network-development__sec-item {
  width: 33.33333333%;
  padding: 0 10px;
  font-size: 18px;
  line-height: 21px;
}

.search__input {
  border: 0.5px solid #828282;
  border-radius: 3px;
  height: 30px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 10px;
}

.search__filter {
  padding-bottom: 40px;
}

.search__result-cell {
  padding-bottom: 20px;
}

.search__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 2px;
}

.search__result-title {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 10px;
}

.search-card {
  display: flex;
  flex-wrap: wrap;
}

.search-card__inner {
  display: flex;
  flex-wrap: wrap;
}

.search-card__wrap-image {
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.search-card__wrap-img {
  width: 100%;
  max-width: 350px;
}

.search-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-card__data {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.search-card__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  display: block;
  padding-bottom: 5px;
}

.search-card__description {
  font-size: 20px;
  line-height: 30px;
  display: block;
  padding-bottom: 10px;
}

.search-card__time {
  font-size: 14px;
  line-height: 16px;
  color: #B7B5B5;
  margin-top: auto;
}

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

.time-filter__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.time-filter__cell {
  padding: 5px;
}

.time-filter__cell--date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.time-filter__cell--date .date-wrap {
  padding-left: 10px;
}

.time-filter__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #C4C4C4;
  background: #FFFFFF;
  border: 0.5px solid #C4C4C4;
  padding: 6px 20px 8px 20px;
  cursor: pointer;
  display: inline-block;
}

.time-filter__btn--active {
  color: #FFFFFF;
  background: #C4C4C4;
}

.time-filter__btn--active + .date-wrap {
  display: flex;
}

.date-wrap {
  max-width: 270px;
  display: none;
  flex-wrap: wrap;
}

.date-wrap .ui-datepicker {
  margin-top: 0;
  box-shadow: none;
  border: 1px solid #BDBDBD;
  border-radius: 0;
  position: relative;
}

.date-wrap__btn {
  display: block;
  width: 100%;
  background: #1D93D1;
  padding: 10px 11px 10px 11px;
  font-weight: 500;
  font-size: 12px;
  line-height: 8px;
  color: #ffffff;
  margin-top: 5px;
}

.date-wrap__input {
  border: 1px solid #cccccc;
  border-bottom: none;
  min-height: 32px;
  padding: 0 5px;
  max-width: 80px;
  font-size: 12px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ffffff;
  transform: translateY(1px);
  pointer-events: none;
  z-index: 2;
}

.date-wrap__input:not(:last-of-type) {
  margin-right: 5px;
}

.search-filter {
  margin-bottom: 20px;
}

.search-filter__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.search-filter__cell {
  padding: 8px;
}

.search-filter__item {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 17px;
  cursor: pointer;
}

.search-filter__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border: 0.5px solid #828282;
}

.search-filter__item:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 3px;
  height: 5px;
  border-bottom: 0.5px solid #ffffff;
  border-right: 0.5px solid #ffffff;
  opacity: 0;
  transform: rotate(45deg);
}

.search-filter__item--active:before {
  background: #C4C4C4;
}

.search-filter__item--active:after {
  opacity: 1;
}

.ui-datepicker {
  display: none;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  line-height: 1.1;
}

.ui-datepicker-header {
  text-align: center;
  padding: 0 0 15px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.ui-datepicker-header a span {
  display: none;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-header a.ui-datepicker-prev::after {
  content: '';
  font-size: 0;
  width: 6px;
  height: 6px;
  border: 2px solid black;
  border-right: none;
  border-top: none;
  display: block;
  transform: rotate(45deg);
  left: 10px;
  position: absolute;
  top: 5px;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-header a.ui-datepicker-next::after {
  content: '';
  font-size: 0;
  width: 6px;
  height: 6px;
  border: 2px solid black;
  border-right: none;
  border-top: none;
  display: block;
  transform: rotate(-135deg);
  right: 10px;
  position: absolute;
  top: 5px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 12px;
}

.ui-datepicker-calendar thead {
  color: #cccccc;
}

.ui-datepicker-calendar thead th {
  padding-bottom: 5px;
}

.ui-datepicker-calendar a {
  color: #444444;
  text-decoration: none;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  line-height: 1.1;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
}

.ui-datepicker-calendar a:hover {
  border: 1px solid #cccccc;
}

.ui-datepicker-calendar .ui-state-highlight {
  border-color: #00AB6C;
  color: #00AB6C;
}

.ui-datepicker-calendar .ui-state-active {
  background: #00AB6C;
  color: #ffffff;
}

.range-calendar {
  display: inline-flex;
  width: 100%;
}

.main--program {
  padding-top: 0;
}

.main--program .centring {
  margin: 0 auto;
}

.main--films {
  padding-top: 13px !important;
}

.main--films .widgets .el-adv {
  margin-bottom: 22px;
}

.main--films .xl-show {
  display: none;
}

@media (min-width: 576px) {
  .wrapper {
    width: 570px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    width: 990px;
  }

  .sec-inst__title {
    margin-right: 28px;
  }
}

@media (min-width: 1230px) {
  .wrapper {
    width: 1230px;
  }
}

@media (max-width: 1400px) {
  .on-air-preview__cell--main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .on-air-preview__cell--small {
    display: none;
  }
}

@media (max-width: 1366px) {
  .sec-exclusive-news .news-default-card {
    max-width: calc(100% / 3);
  }

  .sec-exclusive-news .news-default-card:last-child {
    display: none;
  }

  .main--news-single .interesting {
    padding: 20px 70px 40px;
  }

  .main--news-single .interesting .swiper-slide {
    max-width: calc(100% / 3);
  }

  .main--news-single .interesting .slider-arrows__arrow_next {
    right: -12px;
  }

  .main--news-single .interesting .slider-arrows__arrow_prev {
    left: -12px;
  }
}

@media (max-width: 1230px) {
  html {
    font-size: 14px;
  }

  body {
    line-height: 22px;
  }

  .header__top-nav-item {
    font-size: 14px;
    margin-right: 1.42857em;
  }

  .header__top-nav-link {
    font-size: 12px;
  }

  .header__bottom-nav-item {
    margin-right: 22px;
  }

  .header__bottom-nav-link {
    font-size: 12px;
  }

  .sec-other-news__content-news {
    margin-left: -32px;
    width: 100vw;
  }

  .sec-main-news .xl-show {
    display: flex;
  }

  .sec-main-news .xl-show.sec-main-news__content-tape {
    margin-top: 30px;
  }

  .sec-main-news .xl-show.sec-main-news__content-tape .sec-main-news__content-tape-left {
    min-width: 480px;
  }

  .sec-main-news .xl-show.sec-main-news__content-tape .sec-main-news__content-tape-left .sec-main-news__content-tape-list {
    width: 100%;
  }

  .sec-main-news__content-tape {
    display: flex;
    max-height: 240px;
  }

  .sec-main-news__top {
    display: flex;
  }

  .sec-main-news__top-list-item {
    margin-bottom: 18px;
  }

  .sec-main-news .news-gallery.news-default-card {
    max-width: calc(100% / 3);
  }

  .sec-main-news .news-gallery.news-default-card:nth-last-child(1) {
    display: none;
  }

  .sec-main-news .news-gallery.news-default-card:nth-last-child(2) {
    display: none;
  }

  .sec-exclusive-news .button {
    max-width: 300px;
  }

  .sec-videos .sec-videos__sidebar {
    display: none;
  }

  .sec-videos .sec-videos__grid .video-default-card:first-child {
    grid-column: span 4;
  }

  .sec-videos .sec-videos__grid .video-default-card:nth-last-child(1) {
    display: none;
  }

  .sec-videos .sec-videos__grid .video-default-card:nth-last-child(2) {
    display: none;
  }

  .sec-videos-slider__date {
    font-size: 25px;
    line-height: 29px;
  }

  .sec-other-news .sm-change-w .news-default-card__wrap-img {
    margin-bottom: 7px;
  }

  .sec-other-news .sm-change-w .news-default-card__title {
    margin-bottom: 0;
    line-height: 16px;
  }

  .sec-other-news .sm-hide-last .news-default-card__wrap-img {
    height: 78px;
  }

  .sec-other-news .xl-show {
    display: flex;
  }

  .sec-other-news .sec-other-news__sidebar-articles-title {
    font-size: 24px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-link-text {
    font-size: 14px;
  }

  .sec-other-news .sec-other-news__sidebar > *:last-child {
    width: 300px;
  }

  .sec-other-news .sec-other-news__content.mod {
    max-width: calc(100% - 300px);
  }

  .sec-other-news .sec-other-news__content.mod .sec-other-news__grid-row {
    max-width: 100%;
  }

  .sec-other-news .sec-other-news__top {
    width: 90vw;
  }

  .sec-other-news aside.sec-other-news__sidebar.mod {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-top: 60px;
    padding: 0;
    position: relative;
    right: 10px;
    align-items: flex-start;
  }

  .sec-other-news .sec-other-news__sidebar-articles-title {
    font-size: 22px;
  }

  .sec-other-news .sec-other-news__sidebar-articles {
    position: relative;
    max-width: 625px;
    max-height: 380px;
  }

  .sec-other-news .sec-other-news__sidebar-articles .sec-other-news__sidebar-articles-list {
    margin-bottom: 30px;
  }

  .sec-other-news .sec-other-news__sidebar-articles .sec-other-news__sidebar-articles-item:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar-articles .sec-other-news__sidebar-articles-item:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar-articles .el-adv {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar {
    display: flex;
    align-items: center;
  }

  .sec-other-news .sec-videos__adv {
    display: block;
  }

  .sec-other-news .currency-list {
    min-width: 580px;
    margin-right: 53px;
    margin-bottom: 0 !important;
  }

  .sec-other-news .currency-list .currency-list__btn {
    display: flex;
    width: 100%;
    padding: 9px;
    justify-content: center;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(4) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(5) {
    display: none;
  }

  .sec-other-news .currency-list.dropped {
    width: 580px;
  }

  .sec-other-news .currency-list.dropped .currency-list__list-item:nth-last-child(1) {
    display: flex;
  }

  .sec-other-news .currency-list.dropped .currency-list__list-item:nth-last-child(2) {
    display: flex;
  }

  .sec-other-news .currency-list.dropped .currency-list__list-item:nth-last-child(3) {
    display: flex;
  }

  .sec-other-news .currency-list.dropped .currency-list__list-item:nth-last-child(4) {
    display: flex;
  }

  .sec-other-news .currency-list.dropped .currency-list__list-item:nth-last-child(5) {
    display: flex;
  }

  .sec-other-news__inner {
    flex-wrap: wrap;
  }

  .sec-other-news__sidebar {
    max-width: 100%;
    margin-top: 30px;
  }

  .sec-other-news__sidebar-articles-main {
    margin-bottom: 0;
  }

  .sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-list .sec-other-news__sidebar-articles-item {
    max-width: calc(100% / 3);
    padding: 0 10px;
    width: 100%;
  }

  .sec-other-news .xl-hide {
    display: none;
  }

  .sec-other-news .el-adv.xl-show {
    min-height: 610px;
    max-width: 300px;
    margin-top: 0px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod {
    max-height: 662px;
    max-width: calc(100% - 300px);
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list {
    max-height: 500px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list .sec-other-news__sidebar-articles-item {
    height: 90px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list .sec-other-news__sidebar-articles-item .sec-other-news__sidebar-articles-link-img {
    width: 154px;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_five .big-news-gallery:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_five .big-news-gallery:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_five .big-news-gallery:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .small-news-gallery.lg-row-4.news-default-card {
    max-width: calc(100% / 4);
  }

  .sec-other-news .small-news-gallery.lg-row-4.news-default-card:last-child {
    display: none;
  }

  .sec-other-news .currency-list {
    margin-right: 75px;
  }

  .sec-other-news .currency-list .button {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list {
    display: flex;
    flex-wrap: wrap;
  }

  .sec-other-news .currency-list .currency-list__list-item {
    width: 47%;
    margin-right: 15px;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(1) {
    display: flex;
    margin-bottom: 18px;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(2) {
    display: flex;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(3) {
    display: flex;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(4) {
    display: flex;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(5) {
    display: flex;
  }

  .program-bg {
    display: none;
  }

  .program-preview {
    width: 100vw;
    margin-left: -40px;
    margin-bottom: 15px;
  }

  .program-preview .program-leading__content {
    padding: 30px 40px 85px;
  }

  .program-preview .program-leading__info {
    font-size: 16px;
  }

  .program-preview .program-leading__text {
    margin-top: 0;
  }

  .sec-other-program .sec-other-program__content {
    max-width: calc(100% - 300px);
  }

  .sec-other-program .sec-other-news__content-news {
    width: 100vw;
    position: relative;
    margin-left: -40px;
  }

  .sec-other-program .program-also {
    width: 95vw;
  }

  .sec-other-program .comments {
    width: 90vw;
    position: relative;
    margin: 0 auto;
  }

  .sec-other-program .dzen__img {
    margin-bottom: 35px;
  }

  .sec-other-program .dzen__img:last-child {
    margin-bottom: 65px;
  }

  .sec-other-program .programs-cards__inner {
    max-height: 521px;
    overflow: hidden;
  }

  .sec-other-program .program-default-card {
    margin-bottom: 30px;
  }

  .sec-other-program .program-page-video {
    max-width: calc(100% / 2);
  }

  .sec-other-program .sec-other-program__content-title {
    border: none;
    line-height: 0;
  }

  .sec-other-program .sec-puls-acrticle-hdi {
    position: absolute;
    bottom: 34.4%;
  }

  .sec-other-program .sec-puls-acrticle-hdi img {
    height: 465px;
    margin-bottom: 0;
  }

  .sec-other-program .sec-other-news__sidebar-articles {
    display: none;
  }

  .sec-other-program .wrap-el-adv {
    display: none;
  }

  .sec-other-program .sec-other-news__sidebar {
    max-width: 300px;
    padding-top: 52px;
  }

  .sec-other-program .sec-other-news__content {
    max-width: 100%;
  }

  .sec-price__text {
    max-width: 938px;
    font-size: 170px;
    margin: 10px 0;
  }

  .sec-price__text small {
    font-size: 90px;
  }

  .sec-price__subtext {
    font-size: 24px;
  }

  .news-single-content .xl-hide {
    display: none !important;
  }

  .news-single-content .sec-other-news__sidebar {
    max-width: 300px;
  }

  .news-single-content .sec-other-news__content {
    max-width: calc(100% - 300px);
  }

  .news-single-content .sec-other-news__sidebar {
    max-width: 100%;
  }

  .news-single-content .sec-other-news__content {
    max-width: 100%;
  }

  .news-single-content .sec-other-news__content-inner {
    max-width: 100%;
  }

  .news-single-content__social {
    display: none;
  }

  .news-single-content p.xl-hide {
    display: none;
  }

  .news-single-content .article-content__bottom__text {
    width: 100%;
  }

  .news-single-content .article-tags__list-item {
    margin-right: 25px;
    width: 185px;
    font-weight: 200;
  }

  .news-single-content .soc-auth {
    display: none;
  }

  .news-single-content .comments {
    display: none;
  }

  .news-single-content .image-slider {
    display: none;
  }

  .program-default-card.tall .program-default-card__title {
    font-size: 16px;
  }

  .program-video-card {
    max-width: calc(100% / 2);
  }

  .program-video-card--program {
    max-width: calc(100% / 2);
  }

  .program-video-card--dpi {
    max-width: calc(100% / 3);
  }

  .program-video-card--full {
    max-width: 100%;
  }

  .person-default-card {
    max-width: calc(100% / 3);
  }

  .sec-similar-films .similar-video {
    max-width: calc(100% / 4);
  }

  .sec-similar-films .similar-video:nth-last-child(1) {
    display: none;
  }

  .sec-similar-films .similar-video:nth-last-child(2) {
    display: none;
  }

  .other-films-tabs__content .program-video-card {
    max-width: 50%;
  }

  .about-us-tabs .xl-hide {
    display: none;
  }

  .about-us-tabs .sec-press-about-us .news-default-card__inner.news-default-card__inner-mod {
    align-items: center;
    max-width: 153px;
  }

  .about-us-tabs .sec-press-about-us .news-default-card__inner.news-default-card__inner-mod img {
    height: 95px;
  }

  .about-us-tabs .sec-press-about-us .news-default-card__inner.news-default-card__inner-mod span {
    width: 180px;
  }

  .contact-show {
    margin-bottom: 23px;
  }

  .main--news .wrapper > .el-adv {
    max-width: 944px;
  }

  .main--news .wrapper > .el-adv.full {
    max-width: 100vw;
    width: 100vw;
    margin-left: -32px;
  }

  .main--news > .el-adv {
    height: 180px;
  }

  .main--news .sec-other-news__grid_second .small.big-news-gallery.news-default-card {
    height: 83px;
  }

  .main--news .sec-other-news__grid_second .small.big-news-gallery.news-default-card .news-default-card__inner {
    height: 100%;
  }

  .main--news-single .xxl-show {
    display: none;
  }

  .main--news-single .xl-hide {
    display: none;
  }

  .tv-programmes .tv-programmes__main-cell {
    padding: 0;
  }

  .tv-programmes .tv-programmes__smi > .sec-other-news__content-news {
    margin-left: -37px;
    padding-left: 40px;
  }

  .tv-programmes__aside-cell {
    display: none;
  }

  .recently__cell {
    width: 33.333333%;
  }

  .schedule-chanel__wrap {
    margin: -10px;
  }

  .schedule-chanel__cell {
    padding: 10px;
  }

  .chanel-item {
    padding-left: 0;
  }

  .chanel-item__banner {
    padding-left: 55px;
  }

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

  .chanel-item--active:before {
    width: 14px;
    height: 14px;
    top: 6px;
  }

  .chanel-item--active:after {
    left: 5px;
    top: 10px;
    border-left: 5px solid #ffffff;
    border-top: 3px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 3px solid transparent;
  }

  .chanel-item--active .chanel-item__time {
    padding-left: 16px;
  }

  .xl-hide {
    display: none;
  }

  .test {
    padding-top: 40px !important;
  }

  .test .main-grid__cell--aside {
    display: none;
  }

  .test .news-single-content__social {
    display: none;
  }

  .test .sec-other-news__content-inner {
    max-width: 100%;
  }

  .main--about .sec-press-about-us .news-default-card {
    max-width: calc(100% / 2);
  }

  .main--about .sec-press-about-us .news-default-card .news-default-card__wrap-img {
    width: 216px;
    height: 130px;
  }

  .main--about .sec-press-about-us .news-default-card .news-default-card__wrap-img .news-default-card__img {
    height: 100%;
  }

  .main--about .sec-press-about-us .news-default-card .news-default-card__title {
    font-size: 18px;
  }

  .main--program .wrapper {
    width: 100%;
    margin: 0;
    padding: 0 40px;
  }

  .main--films .page-title {
    display: none;
  }

  .main--films .xl-show {
    display: block;
  }

  .main--films .filter-panel__item {
    margin-right: 23px;
    max-width: 218px;
  }

  .main--films .filter-panel__item span {
    font-size: 18px;
  }

  .main--films .form-item.form-item__select select {
    font-size: 18px;
  }

  .main--films .widgets-block {
    display: flex;
    flex-wrap: wrap;
  }

  .main--films .widgets {
    max-width: calc(100% - 360px);
    margin-right: 20px;
  }

  .main--films .el-adv.pulse {
    max-width: 340px;
  }

  .main--films .big-news-gallery {
    display: none;
  }

  .main--films .big-news-gallery:nth-child(1) {
    display: block;
  }

  .main--films .big-news-gallery:nth-child(2) {
    display: block;
  }

  .main--films .big-news-gallery:nth-child(3) {
    display: block;
  }

  .main--films .big-news-gallery:nth-child(4) {
    display: block;
  }

  .main--films .big-news-gallery:nth-child(5) {
    display: block;
  }

  .main--films .big-news-gallery:nth-child(6) {
    display: block;
  }

  .main--films .tall.program-default-card {
    display: none;
    max-width: calc(100% / 4);
  }

  .main--films .tall.program-default-card:nth-child(1) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(2) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(3) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(4) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(5) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(6) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(7) {
    display: block;
  }

  .main--films .tall.program-default-card:nth-child(8) {
    display: block;
  }

  .main--films .sec-videos__sidebar-subscribers {
    display: none;
  }

  .main--film {
    padding-top: 90px;
  }

  .main--film .other-films-tabs__left .program-video-card {
    max-width: calc(100% / 3);
  }

  .main--film .other-films-tabs__left .other-films-tabs__content[data-tab="all-films"] .program-video-card:nth-last-child(1) {
    display: none;
  }

  .main--film .other-films-tabs__left .other-films-tabs__content[data-tab="all-films"] .program-video-card:nth-last-child(2) {
    display: none;
  }

  .main--film .other-films-tabs__left .other-films-tabs__content[data-tab="all-films"] .program-video-card:nth-last-child(3) {
    display: none;
  }

  .main--film .other-films-tabs__right {
    display: none;
  }

  .main--programs .program-default-card {
    max-width: 50%;
  }

  .main--programs .programs-cards .wrap-el-adv {
    max-width: 944px;
  }

  .main--programs .filter-panel__top {
    margin-bottom: 26px;
  }

  .main--programs .filter-panel__item {
    margin-right: 10px;
    max-width: 240px;
  }

  .main--programs .filter-panel__item span {
    font-size: 16px;
  }

  .main--programs .form-item.form-item__select select {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 14px;
  }

  .header__top {
    display: none;
  }

  .header__top-nav-item {
    display: none;
  }

  .header__bottom {
    display: none;
  }

  .header__bottom--on-air {
    display: flex;
    margin-top: 50px;
  }

  .header__bottom--on-air > .wrapper {
    width: 100%;
  }

  .header__bottom--on-air .header__time {
    display: none;
  }

  .header__bottom--on-air .chanel-list__city {
    padding-left: 10px;
  }

  .header__bottom--on-air .chanel-list__item {
    padding: 10px 5px;
  }

  .header__bottom--on-air .header__bottom-inner {
    padding-left: 0;
    height: 55px;
  }

  .header__bottom--on-air .play-settings {
    margin-left: 10px;
  }

  .header__bottom--on-air .chanel-list__title {
    font-size: 14px;
  }

  .header__bottom--on-air .chanel-list__icon {
    width: 35px;
    height: 35px;
  }

  .header__streem-btn {
    margin-right: 0;
  }

  .header__fixed .header__logo-img {
    width: 35px;
    height: 35px;
  }

  .header__fixed .header__logo-img img {
    width: 100%;
  }

  .header__fixed .wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header__fixed .header__top-inner {
    width: 100%;
  }

  .header__fixed .header__time {
    display: flex;
    color: #ffffff;
  }

  .header__fixed.header__top {
    display: flex;
    z-index: 2;
  }

  .header__fixed .header__search-btn {
    display: none;
  }

  .header__fixed .header__streem-btn {
    margin-left: auto;
  }

  .header__fixed .header__streem-btn svg {
    margin: 0;
  }

  .header__fixed .header__streem-btn-text {
    display: none;
  }

  .header__menu-btn {
    display: flex;
  }

  .mobile-menu {
    display: block;
    height: calc(100% - 50px);
  }

  .footer__adv {
    display: none;
  }

  .footer__top-social {
    justify-content: center;
  }

  .footer__top-left {
    width: 100%;
  }

  .footer__top-right {
    display: none;
  }

  .footer__top-search {
    margin-top: 35px;
  }

  .footer__center .wrapper {
    padding-bottom: 0;
  }

  .footer__center-menu {
    margin-right: 15rem;
  }

  .footer__center-menu-title {
    font-size: 14px;
  }

  .footer__center-menu-list-link {
    font-size: 12px;
  }

  .footer__center-inner {
    flex-wrap: wrap;
  }

  .footer__center-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px #5B5C6A solid;
    margin-top: 30px;
    padding-top: 17px;
  }

  .footer__center-info .footer__center-info-item {
    width: 50%;
  }

  .footer__center-info .footer__center-info-item:last-child {
    margin-left: 50%;
    margin-top: -50px;
  }

  .footer__center-info-item-text {
    font-size: 12px;
  }

  .footer__bottom-inner {
    display: block;
  }

  .footer__bottom-texts {
    margin-bottom: 2.5rem;
  }

  .footer__bottom-texts br {
    display: none;
  }

  .footer__bottom-info {
    display: flex;
    align-items: center;
  }

  .footer__bottom-info-apps {
    margin-bottom: 0;
  }

  .footer__bottom-social {
    margin-bottom: 0;
    margin-right: 6.25rem;
  }

  .news-main-card {
    max-width: 50%;
  }

  .news-default-card {
    max-width: calc(100% / 3);
  }

  .news-default-card.lg-hide {
    display: none;
  }

  .sec-other-news__content-news {
    margin-left: -24px;
    width: 100vw;
  }

  .sec-main-news__videos {
    display: none;
  }

  .sec-main-news__inner {
    flex-wrap: wrap;
  }

  .sec-main-news__sidebar {
    max-width: 100%;
  }

  .sec-main-news__sidebar-tape {
    display: flex;
  }

  .sec-main-news__sidebar-tape-title {
    font-size: 24px;
  }

  .sec-main-news__top {
    display: block;
    margin-top: 40px;
  }

  .sec-main-news__top .news-main-card_large {
    margin-bottom: 26px;
    margin-right: 0;
    max-width: 100%;
  }

  .sec-main-news__bottom .news-main-card {
    max-width: calc(100% / 3);
  }

  .sec-main-news__bottom > * {
    margin-bottom: 20px;
  }

  .sec-main-news .sec-main-news__content-tape-left {
    min-width: 0 !important;
  }

  .sec-main-news .lg-show {
    display: flex;
  }

  .sec-main-news .lg-hide {
    display: none;
  }

  .sec-main-news .sec-main-news__adv {
    margin-bottom: 40px;
  }

  .sec-main-news .sec-films__el-adv {
    margin-top: 30px;
  }

  .sec-main-news .sec-videos__title {
    font-size: 24px;
  }

  .sec-exclusive-news {
    padding: 4.16667rem 2.5rem;
  }

  .sec-exclusive-news .button {
    opacity: 1;
  }

  .sec-exclusive-news__inner {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec-exclusive-news .news-default-card {
    padding: 0 10px;
  }

  .sec-videos__sidebar {
    max-width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec-videos__sidebar > * {
    max-width: 50%;
    padding: 0 10px;
  }

  .sec-videos__sidebar-articles {
    background: transparent;
  }

  .sec-videos__sidebar-articles-link {
    flex-wrap: wrap;
  }

  .sec-videos__sidebar-articles-link-text {
    order: 2;
  }

  .sec-videos__sidebar-articles-link-img {
    order: 1;
    margin: 0 0 10px;
    width: 100%;
  }

  .sec-videos__grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .sec-videos__grid .video-default-card:first-child {
    grid-column: span 3;
    grid-row: span 2;
  }

  .sec-videos .sec-videos__sidebar .sec-videos__sidebar-articles {
    position: relative;
    max-height: 240px;
  }

  .sec-videos .sec-videos__sidebar .sec-videos__sidebar-articles .sec-videos__sidebar-articles-btn {
    position: absolute;
    bottom: 0;
    width: 97%;
  }

  .sec-videos .sec-videos__adv {
    order: 2;
  }

  .sec-videos .sec-videos__sidebar-articles {
    order: 1;
  }

  .sec-videos .sec-videos__sidebar-articles-item {
    margin-bottom: 24px;
  }

  .sec-videos .sec-videos__sidebar-articles-link-time {
    font-size: 12px;
    line-height: 15px;
    color: #848484;
  }

  .sec-videos .sec-videos__sidebar-articles-btn {
    color: #707070;
    font-size: 12px;
    padding: 7px auto;
    margin-top: 29px;
  }

  .sec-videos .lg-hide {
    display: none;
  }

  .sec-videos .sec-videos__inner {
    display: block;
  }

  .sec-videos .small-news-gallery.sec-videos__sidebar-articles-item:nth-last-child(1) {
    display: none;
  }

  .sec-videos .sec-videos__grid .big-news-gallery.video-default-card:nth-last-child(1) {
    display: none;
  }

  .sec-videos .sec-videos__grid .big-news-gallery.video-default-card:nth-last-child(2) {
    display: none;
  }

  .sec-videos .sec-videos__grid .big-news-gallery.video-default-card:nth-last-child(3) {
    display: none;
  }

  .sec-videos-slider__el-adv {
    display: none;
  }

  .sec-videos-slider__date {
    font-size: 22px;
  }

  .sec-videos-slider .swiper-slide {
    width: 300px;
  }

  .sec-videos-slider .slider-arrows__arrow {
    display: none;
  }

  .sec-films__swiper-wrap {
    margin-bottom: 0;
  }

  .sec-films__el-adv {
    display: none;
  }

  .sec-inst__sidebar {
    max-width: 260px;
  }

  .sec-inst .sec-inst__title {
    width: 100%;
  }

  .sec-other-news .currency-list {
    min-width: 323px;
  }

  .sec-other-news .currency-list .currency-list__list-item {
    width: 100%;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(1) {
    display: none;
    margin-bottom: 18px;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(4) {
    display: none;
  }

  .sec-other-news .currency-list .currency-list__list-item:nth-last-child(5) {
    display: none;
  }

  .sec-other-news .currency-list .button {
    display: flex;
  }

  .sec-other-news .currency-list.dropped {
    width: 380px;
  }

  .sec-other-news .sec-other-news__grid .small-news-gallery.news-default-card:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid .news-gallery.news-default-card:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid .news-gallery.news-default-card:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid .big-news-gallery.news-default-card:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid .big-news-gallery.news-default-card:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid .big-news-gallery.news-default-card:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar {
    display: flex;
    align-items: center;
  }

  .sec-other-news__content-news {
    overflow: scroll;
    min-width: 130vw;
  }

  .sec-other-news__content-news .sec-other-news__content-news-inner {
    flex-wrap: nowrap;
  }

  .sec-other-news__content-news .sec-other-news__content-news-inner .news-default-card {
    max-width: calc(100% / 2.5);
  }

  .sec-other-news__sidebar-articles-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec-other-news__sidebar-articles-list > * {
    max-width: 100%;
    padding: 0 10px;
    height: 90px;
    margin-bottom: 22px;
  }

  .sec-other-news__sidebar-articles-link {
    flex-wrap: nowrap;
  }

  .sec-other-news__sidebar-articles-link-text {
    order: 2;
    margin-left: 22px;
  }

  .sec-other-news__sidebar-articles-link-img {
    order: 1;
    margin: 0 0 10px;
    width: 135px;
  }

  .sec-other-news__top span {
    white-space: nowrap;
  }

  .sec-other-news__top-wrap-tags {
    margin-left: 0;
    max-width: 100%;
  }

  .sec-other-news__grid_third .sec-other-news__grid-row {
    max-width: 100%;
  }

  .sec-other-news .sec-other-news__grid_third .sec-other-news__sidebar.lg-show {
    margin-top: 0;
    max-width: calc(100% - 360px);
  }

  .sec-other-news .sec-other-news__grid_third .sec-other-news__sidebar.lg-show .sec-other-news__sidebar-articles-list.sec-other-news__sidebar-articles-list {
    max-height: 540px;
  }

  .sec-other-news .sec-other-news__grid_third .el-adv {
    width: 360px;
    max-height: 625px;
  }

  .sec-other-news .sec-other-news__sidebar--eco {
    max-height: 300px;
    padding-right: 41px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-list {
    max-height: 351px;
    overflow: hidden;
  }

  .sec-other-news .sec-other-news__sidebar-articles-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-link {
    height: 100%;
  }

  .sec-other-news .sec-other-news__sidebar-articles {
    position: relative;
    max-height: 440px;
  }

  .sec-other-news .sec-other-news__button {
    position: absolute;
    background-color: #E5E5E5;
    left: auto;
    right: auto;
    bottom: 17px;
    width: 313px;
  }

  .sec-other-news .lg-row-4 {
    max-width: calc(100% / 4);
  }

  .sec-other-news .news-default-card.lg-change {
    margin-bottom: 30px;
  }

  .sec-other-news .sec-other-news__grid-row-mod .news-default-card {
    margin-bottom: 17px;
  }

  .sec-other-news .lg-hide {
    display: none;
  }

  .sec-other-news .lg-show {
    display: block;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod {
    max-height: 662px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list {
    max-height: 500px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list .sec-other-news__sidebar-articles-item {
    height: 90px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list .sec-other-news__sidebar-articles-item .sec-other-news__sidebar-articles-link-img {
    width: 154px;
  }

  .sec-other-news .news-default-card__title {
    font-size: 12px;
  }

  .sec-other-news .sec-other-news__content.mod {
    max-width: 100%;
  }

  .sec-other-news .sec-other-news__sidebar.mod.xl-hide {
    display: none;
  }

  .sec-other-news .text-inner {
    max-height: 215px;
  }

  .sec-other-news .text-inner span {
    position: relative;
    top: -80px;
    color: white;
    left: 20px;
  }

  .program-preview {
    margin-left: -20px;
  }

  .program-preview .program-leading__info {
    font-size: 12px;
    line-height: 14px;
  }

  .program-preview .program-leading__video {
    max-width: 356px;
  }

  .program-preview .program-leading__img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .program-preview .program-leading__text {
    margin-top: 13px;
  }

  .program-preview .program-button__border {
    padding: 7px 0;
    margin-top: 35px;
    font-size: 12px;
  }

  .program-preview .program-leading__content {
    padding: 30px 40px 65px;
  }

  .sec-other-program .sec-other-program__content-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sec-other-program .sec-other-program__content-inner {
    max-width: 100%;
  }

  .sec-other-program .comment-panel__btn {
    padding: 12px 66px;
    font-size: 18px;
  }

  .sec-other-program .sec-other-program__content__inner {
    margin-top: 73px;
  }

  .sec-other-program .sec-other-news__content-news {
    width: 100vw;
    position: relative;
    margin-left: -20px;
    overflow: scroll;
  }

  .sec-other-program .sec-other-news__content-news .sec-other-news__content-news-inner {
    width: 150%;
  }

  .sec-other-program .sec-other-news__content-news .sec-other-news__content-news-inner .news-default-card {
    margin-right: 20px;
  }

  .sec-other-program .sec-other-program__content {
    max-width: calc(100% - 300px);
  }

  .sec-other-program .sec-other-program__content-title {
    max-width: 100%;
    line-height: 50px;
  }

  .sec-other-program .programs-cards__inner {
    max-height: 100%;
    overflow: show;
  }

  .sec-other-program .program-default-card {
    max-width: calc(100% / 2);
  }

  .sec-other-program .program-default-card__title {
    font-size: 18px;
  }

  .sec-other-program .program-also {
    width: 93vw;
  }

  .sec-other-program .dzen__img {
    width: 90vw;
  }

  .sec-other-program .sec-other-news__sidebar {
    padding-top: 106px;
  }

  .sec-other-program .sec-videos__sidebar-subscribers {
    display: none;
  }

  .sec-other-program .sec-puls-acrticle-hdi {
    display: none;
  }

  .sec-price__subtext {
    font-size: 20px;
  }

  .news-tabs__content-list-item br {
    display: none;
  }

  .news-tabs .lg-hide {
    display: none;
  }

  .news-single-content .article-tags__list-item {
    margin-right: 25px;
    width: 155px;
    font-weight: 200;
  }

  .news-single-content .article-content__bottom {
    margin-bottom: 50px;
  }

  .news-single-content .news-single__wrap-bottom .yt-button {
    display: none;
  }

  .image-slider .slider-arrows__arrow {
    display: none;
  }

  .program-default-card {
    max-width: 50%;
  }

  .program-default-card.tall {
    max-width: calc(100% / 3);
  }

  .program-video-card {
    max-width: calc(100% / 3);
  }

  .program-video-card--program {
    max-width: calc(100% / 2);
  }

  .program-video-card--full {
    max-width: 100%;
  }

  .person-default-card {
    max-width: 50%;
  }

  .film-content__top-types {
    font-size: 20px;
  }

  .film-content__top-desc-item {
    font-size: 16px;
  }

  .film-content__top-rating {
    justify-content: space-between;
  }

  .film-content__top-rating-total strong {
    font-size: 20px;
  }

  .film-content__top-rating-total small {
    font-size: 16px;
  }

  .film-content__social-item {
    width: 30px;
    height: 30px;
  }

  .film-content__wrap-img {
    margin-right: 30px;
    max-width: 200px;
  }

  .film-content__title-text {
    font-size: 30px;
  }

  .sec-similar-films .similar-video:nth-last-child(1) {
    display: block;
  }

  .sec-similar-films .similar-video:nth-last-child(2) {
    display: block;
  }

  .other-films-tabs {
    display: block;
  }

  .other-films-tabs__content-list-item br {
    display: none;
  }

  .other-films-tabs__right {
    width: 100%;
    margin-left: 0;
  }

  .other-films-tabs__button {
    margin-bottom: 40px;
  }

  .about-us-tabs__top {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .about-us-tabs__top-tab {
    padding: 14px 6px 12px;
    white-space: nowrap;
  }

  .about-us-tabs .lg-show {
    display: block;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active {
    display: flex;
    flex-wrap: wrap;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active h2.title {
    width: 100%;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active img.lg-show {
    width: 240px;
    height: 465px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show {
    max-width: 152px;
    min-height: 81px;
    font-size: 10px;
    line-height: 15px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show.lg-show1 {
    position: relative;
    top: -30px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show.lg-show2 {
    position: relative;
    top: -20px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show.lg-show6 {
    position: relative;
    top: -50px;
  }

  .broadcasting__mobile {
    display: block;
    width: 100%;
    background: #303E4D;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
  }

  .broadcasting__inner {
    display: none;
  }

  .mobile-broadcasting__title {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .mobile-broadcasting__wrap {
    margin: -10px;
    flex: none;
    width: 100%;
  }

  .mobile-broadcasting__cell {
    padding: 10px;
    flex: none;
    width: 33.33333%;
  }

  .mobile-broadcasting__img {
    width: 30px;
  }

  .contact-show {
    margin-bottom: 50px;
  }

  .contact-show .contact-show__text {
    line-height: 32px;
  }

  main.main--home .sec-videos__sidebar {
    display: none;
  }

  main.main--home .sec-main-news__adv.lg-hide {
    display: block;
  }

  main.main--home .sec-films__item-title {
    font-size: 12px;
  }

  main.main--home .sec-films__el-adv {
    margin-top: 30px;
    display: block;
  }

  .main--news .lg-hide {
    display: none;
  }

  .main--news .sec-other-news__sidebar-articles-main {
    min-width: 100vw;
    margin-left: -24px;
    padding: 0 40px 31px;
    background-color: #E5E5E5;
  }

  .main--news .sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-title {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .main--news .sec-other-news__title {
    margin-right: 100px;
  }

  .main--news-single .interesting {
    padding: 20px 50px 20px;
  }

  .main--news-single .interesting .swiper-slide {
    max-width: calc(100% / 2);
  }

  .tv-programmes .tv-programmes__grid {
    margin: -25px;
    max-width: 768px;
    overflow: hidden;
  }

  .tv-programmes .tv-programmes__main-cell {
    max-width: 768px;
    padding: 20px;
  }

  .tv-programmes .tv-programmes__smi .sec-other-news__content-news {
    margin-left: -19px;
  }

  .tv-programmes__grid .small-news-gallery.program-video-card:nth-last-child(1) {
    display: none;
  }

  .tv-programmes__grid .news-gallery.program-video-card:nth-last-child(1) {
    display: none;
  }

  .tv-programmes__grid .news-gallery.program-video-card:nth-last-child(2) {
    display: none;
  }

  .tv-programmes__grid .big-news-gallery.program-video-card:nth-last-child(1) {
    display: none;
  }

  .tv-programmes__grid .big-news-gallery.program-video-card:nth-last-child(2) {
    display: none;
  }

  .tv-programmes__grid .big-news-gallery.program-video-card:nth-last-child(3) {
    display: none;
  }

  .tv-programmes__broadcasting.lg-show {
    display: block;
  }

  .tv-programmes__broadcasting {
    border-bottom: none;
    margin-top: 10px;
  }

  .tv-programmes__broadcasting .mobile-broadcasting__title {
    max-width: 20%;
  }

  .tv-programmes__broadcasting .mobile-broadcasting__wrap {
    max-width: 80%;
  }

  .input-search {
    max-width: 184px;
    min-width: 0;
  }

  .input-search .input-search__field {
    font-size: 10px;
    padding: 9px 16px 9px 20px;
  }

  .schedule-chanel img {
    margin: 0 auto;
  }

  .schedule-chanel__cell {
    width: 100%;
  }

  .chanel-item {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }

  .hide-old-programms {
    display: none;
  }

  .lg-hide {
    display: none;
  }

  .test-aside__now-read .sec-other-news__sidebar-articles-list > * {
    max-width: 100% !important;
  }

  .feedback__cell-input {
    width: 20%;
  }

  .main--about {
    padding-top: 60px;
  }

  .main--about .text-content {
    font-size: 18px;
  }

  .main--about .wrapper {
    width: 100%;
  }

  .main--about .wrapper .sec-other-news__grid .news-default-card {
    max-width: calc(100% / 2);
  }

  .main--about .wrapper .sec-other-news__grid .news-default-card .news-default-card__title {
    font-size: 14px;
  }

  .main--about .wrapper .about-gallery {
    max-width: calc(100% / 3) !important;
  }

  .main--about .wrapper .news-default-card__inner.news-default-card__inner-mod {
    align-items: center;
    max-width: 153px;
  }

  .main--about .wrapper .news-default-card__inner.news-default-card__inner-mod img {
    height: 95px;
  }

  .main--about .wrapper .news-default-card__inner.news-default-card__inner-mod span {
    width: 180px;
  }

  .main--about .wrapper .news-default-card.about-gallery:nth-last-child(1) {
    display: none;
  }

  .main--about .wrapper .news-default-card.about-gallery:nth-last-child(2) {
    display: none;
  }

  .main--about .wrapper .person-default-card {
    max-width: calc(100% / 4);
  }

  .main--about .wrapper .network-development__sec-item {
    font-size: 16px;
  }

  .main--about .wrapper .feedback__cell {
    padding-bottom: 5px;
  }

  .main--about .wrapper .sec-people--main .person-default-card:first-child {
    margin-right: 400px;
  }

  .main--about .wrapper .el-adv {
    width: 100vw;
    margin-left: -15px;
  }

  .search {
    padding-top: 40px;
  }

  .main--program {
    padding-top: 50px;
  }

  .main--program .wrapper {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .main--program .sec-other-news__content-news-inner .news-default-card {
    max-width: 273px;
  }

  .main--films .page-title {
    display: none;
  }

  .main--films .filter-panel {
    margin-top: 60px;
  }

  .main--films .filter-panel__item {
    margin-right: 10px;
    max-width: 170px;
  }

  .main--films .filter-panel__item span {
    font-size: 16px;
  }

  .main--films .widgets {
    max-width: 100%;
    margin-right: 0;
  }

  .main--films .form-item.form-item__select select {
    font-size: 15px;
  }

  .main--films .tall.program-default-card {
    max-width: calc(100% / 3);
  }

  .main--films .films-cards__inner.programs-cards__inner {
    max-height: 820px;
    overflow: hidden;
  }

  .main--films .program-default-card_second .wrap-text {
    justify-content: space-between;
  }

  .main--films .program-default-card__icon {
    width: 20px;
    margin-right: 5px;
  }

  .main--films .filter-panel__sort-select select {
    font-size: 15px;
  }

  .main--films .sec-soon-programs .sec-last-programs__inner {
    flex-wrap: nowrap;
  }

  .main--film .program-default-card.program-default-card_second {
    max-width: calc(100% / 3);
  }

  .main--film .sec-soon-programs .program-default-card.program-default-card_second {
    max-width: calc(100% / 4);
  }

  .main--film .wrap-el-adv {
    display: none;
  }

  .main--film .other-films-tabs {
    display: none;
  }

  .main--programs {
    padding-top: 90px;
  }

  .main--programs .programs-cards .wrap-el-adv {
    max-width: 100%;
  }

  .main--programs .filter-panel__top {
    margin-bottom: 26px;
  }

  .main--programs .filter-panel__item {
    margin-right: 10px;
    max-width: 170px;
  }

  .main--programs .filter-panel__item span {
    font-size: 16px;
  }

  .main--programs .form-item.form-item__select select {
    font-size: 15px;
  }

  .main--programs .program-default-card {
    margin-bottom: 20px;
  }

  .main--programs .program-default-card__icon {
    width: 40px;
    height: 40px;
  }

  .main--programs .program-default-card__title {
    line-height: 1;
    font-size: 18px;
  }

  .main--programs .program-default-card__type {
    font-size: 12px;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .sec-videos .sec-videos__adv {
    padding-right: 0;
    max-height: 240px;
  }
}

@media (max-width: 991px) {
  .soc-auth__panel {
    padding: 20px;
  }

  .soc-auth__list {
    margin: -10px;
  }

  .soc-auth__item {
    padding: 15px;
  }

  .feedback__title {
    font-size: 22px;
  }

  .feedback__wrap {
    margin: -20px -12px;
  }

  .feedback__cell {
    padding: 20px 12px;
  }

  .feedback__cell--file {
    max-width: 300px;
    width: 100%;
  }

  .feedback__btn {
    font-size: 20px;
  }

  .contact-data {
    padding-top: 50px;
  }

  .search__aside {
    display: none;
  }

  .search-card__wrap-img {
    max-width: 100px;
  }

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

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

@media (max-width: 768px) {
  .main-grid__cell--main {
    width: 100%;
    flex: none;
  }

  .main-grid__cell--aside {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .screen-ie__logo {
    width: 200px;
    transform: translate(-55%, -50%);
  }

  .header__el-adv {
    display: none;
  }

  .footer__top {
    padding-bottom: 30px;
  }

  .footer__top-social {
    justify-content: space-between;
  }

  .footer__top-social-item {
    margin-right: 0;
    width: 36px;
    height: 36px;
  }

  .footer__center .wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer__center-menu:last-child {
    margin-right: 0;
  }

  .footer__center-inner {
    display: block;
  }

  .footer__center-menus {
    justify-content: space-between;
    border-bottom: 1px solid #5B5C6A;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .footer__center-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 120px;
  }

  .footer__center-info > * {
    width: 100%;
    max-width: 50%;
  }

  .footer__center-info-item {
    margin-bottom: 10px;
  }

  .footer__bottom-info-apps-img {
    max-width: 68px;
  }

  .footer__bottom-social {
    margin-right: 50px;
  }

  .footer__bottom-social-item img {
    width: 24px;
    height: 24px;
  }

  .news-main-card {
    max-width: 100%;
  }

  .news-main-card_large .news-main-card__content {
    padding: 16px;
  }

  .news-main-card_large .news-main-card__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .news-default-card.large {
    max-width: 100%;
  }

  .sec-main-news__inner {
    display: block;
  }

  .sec-main-news__sidebar {
    display: none;
  }

  .sec-main-news__top .news-main-card_large {
    margin-bottom: 10px;
  }

  .sec-main-news__other-news-list {
    margin-bottom: 10px;
  }

  .sec-main-news__top-list--hide-md {
    display: none;
  }

  .sec-main-news__tabs {
    display: block;
  }

  .sec-exclusive-news {
    padding: 30px 15px;
  }

  .sec-videos__inner {
    display: block;
  }

  .sec-videos__content {
    margin-bottom: 1.875rem;
  }

  .sec-videos__sidebar {
    max-width: 100%;
  }

  .sec-videos__sidebar-articles-link {
    flex-wrap: nowrap;
  }

  .sec-videos__sidebar-articles-link-text {
    order: 1;
  }

  .sec-videos__sidebar-articles-link-img {
    order: 2;
    margin: 0 0 0 6px;
    width: 86px;
  }

  .sec-videos__top > * {
    margin-right: 18px;
  }

  .sec-videos-slider__swiper {
    padding: 30px 15px;
  }

  .sec-films {
    padding: 30px 0;
  }

  .sec-films__item-title {
    font-size: 12px;
  }

  .sec-inst {
    padding-top: 0;
  }

  .sec-inst__inner {
    flex-wrap: wrap;
  }

  .sec-inst__content {
    margin-bottom: 1.875rem;
    order: 2;
  }

  .sec-inst__sidebar {
    max-width: 100%;
    order: 1;
    margin-bottom: 1.875rem;
  }

  .sec-inst__top {
    margin-bottom: 0;
  }

  .sec-inst__top > * {
    margin-right: 18px;
  }

  .sec-other-news__inner {
    display: block;
  }

  .sec-other-news__content {
    margin-bottom: 1.875rem;
  }

  .sec-other-news__sidebar-articles-list > * {
    max-width: 100% !important;
    width: 100%;
  }

  .sec-other-news__sidebar-articles-link {
    flex-wrap: nowrap;
  }

  .sec-other-news__sidebar-articles-link-text {
    order: 1;
    margin-right: 10px;
  }

  .sec-other-news__sidebar-articles-link-img {
    order: 2;
    margin: 0 0 0 auto;
    width: 86px;
  }

  .sec-other-news__top > * {
    margin-right: 18px;
  }

  .sec-other-news__grid-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .sec-other-news__grid-row > * {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .sec-other-news__grid-row > *:last-child {
    margin-bottom: 0;
  }

  .sec-other-news__grid_second > * {
    width: 100%;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sec-other-news__grid_second > * > * {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .sec-other-news__grid_third {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .sec-other-news__grid_third > * {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .sec-other-news__grid_third > * > * {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .sec-other-news__grid_fourt .sec-other-news__grid-row {
    margin-left: 0;
    margin-right: 0;
  }

  .sec-other-news__grid_fourt .sec-other-news__grid-row .news-default-card {
    max-width: 100%;
  }

  .sec-other-news__grid_fourt .sec-other-news__grid-row > * {
    padding: 0;
  }

  .sec-other-news__grid_fourt .sec-other-news__grid-row-list {
    margin: 20px 0 0;
  }

  .sec-other-news__grid_fourt .sec-other-news__grid-row-list .news-default-card {
    max-width: 100%;
    padding: 0;
  }

  .sec-other-news__grid_six {
    margin: 0;
  }

  .sec-other-news__grid_six > * {
    width: 100%;
    padding: 0;
  }

  .program-preview .program-leading__content {
    flex-direction: column;
    padding: 22px 17px;
  }

  .program-preview .program-leading__info {
    line-height: 16px;
  }

  .program-preview .program-leading__nav {
    display: none;
  }

  .sec-other-program .comments__btn > .programs-cards__button {
    margin-bottom: 50px;
  }

  .sec-other-program .comment-panel__bottom {
    text-align: right;
  }

  .opinion_second {
    padding: 20px;
  }

  .opinion_second .opinion__inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-price__inner {
    min-height: 200px;
  }

  .sec-price__title {
    font-size: 18px;
    max-width: 250px;
    line-height: 24px;
  }

  .sec-price__text {
    font-size: 60px;
  }

  .sec-price__text small {
    font-size: 40px;
  }

  .sec-price__subtext {
    font-size: 18px;
  }

  .news-single-content__social-item {
    margin-right: 0;
    width: 36px;
    height: 36px;
  }

  .news-single-content .article-content {
    font-size: 16px;
  }

  .news-single-content .article-content__bottom {
    display: block;
  }

  .news-single-content .wrap-simple-slider {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .article-tags {
    display: block !important;
  }

  .article-tags__list {
    display: block !important;
  }

  .article-tags__list-item {
    width: 100% !important;
    display: block;
  }

  .article-tags__btn {
    justify-content: center;
  }

  .article-read-also__list {
    display: block;
  }

  .article-read-also__list > * {
    width: 100%;
    font-size: 14px;
  }

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

  .comment-panel__bottom {
    display: block;
  }

  .comment-panel__btn {
    margin-top: 10px;
    text-align: center;
  }

  .filter-panel__top,
  .filter-panel__bottom {
    display: block;
  }

  .filter-panel__top {
    margin-bottom: 30px;
  }

  .filter-panel__item {
    max-width: 100%;
  }

  .filter-panel__sort-text {
    font-size: 16px;
  }

  .program-default-card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .program-default-card.tall {
    max-width: 50%;
  }

  .program-video-card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .program-video-card--program {
    max-width: calc(100%);
  }

  .program-video-card--dpi {
    max-width: calc(100% / 3);
  }

  .program-video-card--full {
    max-width: 100%;
  }

  .program-video-card--dpi {
    max-width: 100%;
  }

  .programs-cards__button {
    margin: 10px auto 40px;
  }

  .sec-last-programs__title {
    font-size: 18px;
    max-width: 250px;
    line-height: 24px;
  }

  .sec-last-programs__title {
    font-size: 18px;
    max-width: 250px;
    line-height: 24px;
  }

  .film-content__top-desc-text {
    display: none;
  }

  .film-content__top-rating {
    display: none;
  }

  .film-content__top-rating-total {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .film-content__rating,
  .film-content__desc-text {
    display: block;
  }

  .film-content__wrap-img {
    max-width: 200px;
  }

  .sec-similar-films {
    padding-bottom: 0;
  }

  .other-films-tabs__content .program-video-card {
    max-width: 100%;
  }

  .contact-show {
    display: none;
  }

  .recently__cell {
    width: 50%;
  }

  .feedback__wrap {
    margin: -8px -12px;
  }

  .feedback__cell {
    width: 100%;
    padding: 8px 12px;
  }

  .vacancy__title {
    font-size: 18px;
  }

  .vacancy__date {
    font-size: 14px;
  }

  .network-development__title {
    font-size: 18px;
    line-height: 1.3;
  }

  .network-development__sec-item {
    width: 100%;
  }

  .time-filter__cell--name {
    width: 100%;
  }

  .main--programs .filter-panel__top {
    display: none;
  }

  .main--programs .filter-panel__sort-text {
    margin-bottom: 0;
    line-height: normal;
  }

  .main--programs .filter-panel__sort-select {
    right: 10px;
  }

  .main--programs .filter-panel__sort {
    display: flex !important;
    justify-content: space-between;
  }
}

@media (max-width: 599px) {
  .recently__cell {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer__center-info {
    display: block;
    height: auto;
  }

  .footer__center-info > * {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .header__fixed .header__time {
    display: none;
  }

  .footer__top-social-item {
    width: 26px;
    height: 26px;
  }

  .footer__top-search {
    margin-top: 20px;
  }

  .footer__center-menu {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__center-menu:last-child {
    margin-bottom: 0;
  }

  .footer__center-menus {
    display: block;
  }

  .footer__bottom-info {
    flex-wrap: wrap;
  }

  .footer__bottom-info-apps-img {
    max-width: 86px;
  }

  .footer__bottom-social {
    width: 100%;
    margin-bottom: 40px;
  }

  .news-default-card {
    max-width: 100%;
    padding: 0;
  }

  .sec-other-news__content-news {
    margin-left: -10px;
    width: 100vw;
  }

  .video-default-card__title {
    font-size: 16px;
  }

  .sec-main-news .sm-hide {
    display: none;
  }

  .sec-main-news .sec-main-news__adv {
    min-height: 300px;
  }

  .sec-main-news .sec-main-news__bottom {
    flex-direction: column;
  }

  .sec-main-news .sec-main-news__bottom .news-main-card {
    max-width: 100%;
  }

  .sec-main-news .news-gallery.news-default-card {
    margin-right: 10px;
    max-width: calc(100% / 2.15);
  }

  .sec-main-news .news-gallery.news-default-card:nth-last-child(3) {
    display: none;
  }

  .sec-main-news .news-gallery.news-default-card:nth-last-child(4) {
    display: none;
  }

  .sec-main-news__sidebar-tape-img {
    width: 300px;
    margin: 0 auto;
  }

  .sec-main-news__other-news-list {
    margin-left: 0;
    margin-right: 0;
  }

  .sec-main-news__button {
    bottom: 15px;
  }

  .sec-main-news .news-main-card__desc {
    display: none;
  }

  .sec-main-news .sec-main-news__other-news-title {
    font-size: 24px;
  }

  .sec-main-news .title-btn {
    max-width: 92px;
    padding: 4px 0;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -4px;
    right: 14px;
  }

  .sec-exclusive-news__inner .news-default-card {
    max-width: 100%;
  }

  span.sec-main-news__other-news-title {
    display: flex;
    justify-content: space-between;
  }

  span.sec-main-news__other-news-title .title-btn {
    width: 40% !important;
  }

  .sm-show {
    display: flex;
  }

  .sec-videos .sm-show {
    display: block;
  }

  .sec-videos .sm-show.sec-other-news__button {
    background-color: transparent;
    position: relative;
  }

  .sec-videos .sec-videos__sidebar {
    display: flex;
  }

  .sec-videos .sec-videos__sidebar-articles {
    max-width: 100%;
  }

  .sec-videos .sec-videos__adv {
    display: none !important;
  }

  .sec-videos .sec-videos__grid .video-default-card:first-child {
    grid-column: span 1;
  }

  .sec-videos .sec-videos__grid .video-default-card:first-child {
    display: none;
  }

  .sec-videos__grid .video-default-card:first-child {
    grid-column: span 1;
  }

  .sec-videos__grid .video-default-card:first-child .video-default-card__title {
    font-weight: 400;
  }

  .sec-videos-slider .swiper-slide {
    width: 280px;
  }

  .sec-other-news__content {
    margin-bottom: -50px;
  }

  .sec-other-news__content-news {
    margin-left: -15px;
  }

  .sec-other-news__grid_five {
    margin: 0;
  }

  .sec-other-news__grid_five .news-default-card {
    max-width: 100%;
    padding: 0;
  }

  .sec-other-news .sm-show {
    display: block !important;
  }

  .sec-other-news .sec-videos__adv.sm-show {
    margin-top: 60px;
  }

  .sec-other-news .el-adv.xl-show {
    order: 1;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_second .news-gallery-sm.news-default-card {
    max-width: 50% !important;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_third .text-inner.news-gallery.sm-change-w.news-default-card:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_third .text-inner.news-gallery.sm-change-w.news-default-card:nth-last-child(4) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_five .small-news-gallery.lg-row-4.news-default-card:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sec-other-news__grid.sec-other-news__grid_five .small-news-gallery.lg-row-4.news-default-card:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .sm-change-news {
    min-width: calc(100% / 2);
    margin-right: 30px;
  }

  .sec-other-news .currency-list {
    min-width: 100%;
  }

  .sec-other-news .news-gallery-sm-1 {
    min-height: 0 !important;
  }

  .sec-other-news .news-gallery-sm-1 .news-default-card__inner {
    display: flex;
  }

  .sec-other-news .news-gallery-sm-1 .news-default-card__inner .news-default-card__wrap-img {
    min-width: 67px;
    height: 42px;
    margin-right: 12px;
    margin-bottom: 0;
    position: relative;
    display: block;
  }

  .sec-other-news .news-gallery-sm-1 .news-default-card__inner span {
    font-size: 10px;
  }

  .sec-other-news .news-gallery-sm-1 .news-default-card__inner .news-default-card__title {
    line-height: 1.4;
    display: block;
  }

  .sec-other-news .news-gallery-sm-1 .news-default-card__inner .news-default-card__time {
    font-size: 10px;
    position: absolute;
    bottom: -15px;
    left: 79px;
  }

  .sec-other-news .news-gallery-sm-1:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .news-gallery-sm-1:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .text-inner-sm {
    margin-bottom: 0;
  }

  .sec-other-news .text-inner-sm span {
    font-weight: normal;
    font-size: 12px;
    position: relative;
    top: 0;
    color: black;
    left: 0;
  }

  .sec-other-news .text-inner-sm .news-main-card__desc {
    color: #B7B5B5;
  }

  .sec-other-news .text-inner-sm.fz .news-main-card__title {
    font-size: 14px;
  }

  .sec-other-news .sm-change-m {
    margin-right: 10px;
  }

  .sec-other-news .sm-change-p .news-default-card__wrap-img {
    width: 67px;
    height: 42px;
  }

  .sec-other-news .sm-change-p .news-default-card__title {
    font-size: 10px;
  }

  .sec-other-news .sm-change-p .news-default-card__time {
    font-size: 10px;
    left: 82px;
  }

  .sec-other-news .sm-change-p:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .news-gallery-sm {
    max-width: 47% !important;
    display: block !important;
  }

  .sec-other-news .big-news-gallery-sm:nth-last-child(5) {
    display: none;
  }

  .sec-other-news .big-news-gallery-sm:nth-last-child(6) {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar--eco {
    max-height: 100%;
    padding: 0;
  }

  .sec-other-news .sec-other-news__sidebar--eco .currency-list {
    min-width: 100%;
    margin-right: 0;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod {
    order: 2;
    min-width: 100vw !important;
    margin-right: 0;
    padding: 10px !important;
    max-height: 570px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-list {
    max-height: 430px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-link-img {
    min-width: 150px;
    order: 1;
    height: 100%;
  }

  .sec-other-news .sec-other-news__sidebar-articles-mod .sec-other-news__sidebar-articles-link-text {
    order: 2;
  }

  .sec-other-news .sm-hide-last:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sm-hide-last:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sm-hide-last:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .sm-change-w {
    max-width: calc( 100% / 2) !important;
    min-height: 180px;
  }

  .sec-other-news .sm-change-w.mode6 {
    min-height: 0;
  }

  .sec-other-news .sm-change-w.mode6.news-gallery:nth-last-child(3) {
    display: none;
  }

  .sec-other-news .sm-change-w.mode6.news-gallery:nth-last-child(4) {
    display: none;
  }

  .sec-other-news .sm-change-w:nth-last-child(2) {
    display: none;
  }

  .sec-other-news .sm-change-w:nth-last-child(2).mode6 {
    display: flex;
  }

  .sec-other-news .sm-change-w:nth-last-child(1) {
    display: none;
  }

  .sec-other-news .sm-change-w:nth-last-child(1).mode6 {
    display: flex;
  }

  .sec-other-news .sm-change-w.text-inner {
    max-height: 80px;
  }

  .sec-other-news .sm-change-w.text-inner span {
    position: relative;
    top: 0;
    color: black;
    left: 0;
  }

  .sec-other-news .news-gallery.sm-change {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sec-other-news .sec-other-news__sidebar.sm-sidebar {
    padding: 0;
  }

  .sec-other-news .sec-other-news__sidebar .currency-list.dropped {
    width: 100vw;
    margin-right: 0;
  }

  .sec-other-news .sm-hide {
    display: none;
  }

  .sec-other-news aside.sec-other-news__sidebar.main {
    padding: 0;
  }

  .sec-other-news .sec-other-news__sidebar-articles-main {
    min-width: 100vw;
    margin-left: 0;
    min-width: 0;
    padding: 17px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-title {
    width: 100vw;
    padding-left: 20px;
    font-size: 20px;
  }

  .sec-other-news .sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-list {
    max-height: 100%;
    justify-content: center;
  }

  .sec-other-news .sec-other-news__sidebar-articles-main .sec-other-news__sidebar-articles-item {
    width: 100%;
    height: 180px;
    margin-bottom: 60px;
  }

  .sec-other-news .sec-other-news__grid-row {
    display: flex;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card {
    max-width: calc(100% / 2);
    padding-right: 10px !important;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card.sm-mod {
    max-width: 100%;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card.sm-change-p {
    max-width: 100%;
    padding-right: 0 !important;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card.sm-change .news-default-card__wrap-img {
    width: 67px;
    height: 42px;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card.sm-change .news-default-card__title {
    font-size: 10px;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card.sm-change .news-default-card__time {
    font-size: 10px;
    left: 82px;
  }

  .sec-other-news .sec-other-news__content .sec-other-news__grid .news-default-card.large {
    max-width: 100%;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod {
    padding: 0;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .sec-videos__adv {
    display: none;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .sec-other-news__sidebar-articles-title {
    font-size: 20px;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .sec-other-news__sidebar-articles {
    max-width: 100vw;
    margin-right: 0px;
    max-height: 570px;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .sec-other-news__sidebar-articles .sec-other-news__sidebar-articles-list {
    max-height: 460px;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .sec-other-news__sidebar-articles .sec-other-news__sidebar-articles-link-img {
    min-width: 150px;
    order: 1;
    height: 100%;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .sec-other-news__sidebar-articles .sec-other-news__sidebar-articles-link-text {
    order: 2;
  }

  .sec-other-news .sec-other-news__sidebar.sm-mod .button {
    bottom: 10px;
    right: 24px;
  }

  .program-preview .program-leading__text {
    margin-top: 6px;
  }

  .program-preview .program-button__border {
    position: relative;
  }

  .sec-other-program .sec-other-program__contact {
    display: block;
  }

  .sec-other-program .sec-other-program__contact .contact-show {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .sec-other-program .dzen__img.first {
    display: none;
  }

  .sec-other-program .program-page-video {
    max-width: 100%;
  }

  .sec-other-program .comment-panel__bottom {
    padding-top: 0;
  }

  .sec-other-program .comment-panel__btn {
    width: 100%;
    padding: 8px;
    margin-top: 0;
    font-size: 14px;
  }

  .sec-other-program .news-default-card {
    min-width: 250px;
  }

  .sec-other-program .programs-cards .el-adv {
    display: none;
  }

  .sec-other-program .sec-other-program__content {
    max-width: 100%;
  }

  .sec-other-program .sec-other-program__content-item {
    margin-right: 16px !important;
    font-size: 14px !important;
  }

  .sec-other-program .sec-other-program__content__inner {
    max-height: 905px;
    overflow: hidden;
  }

  .programs-cards__inner {
    max-height: 730px;
    overflow: hidden;
  }

  .sec-other-program .sec-other-news__sidebar {
    display: none;
  }

  .opinion__inner {
    padding: 20px 0;
    padding-right: 30px;
  }

  .opinion__inner:before {
    width: 27px;
    height: 33px;
    top: 75px;
  }

  .opinion__title {
    font-size: 18px;
    line-height: 24px;
  }

  .opinion__text {
    font-size: 16px;
    position: relative;
    left: 40px;
    padding-right: 10px;
  }

  .opinion__person {
    max-width: 260px;
    margin: 20px auto;
  }

  .sec-price__title {
    margin-right: auto;
    margin-left: 0;
  }

  .news-single-content .inst-widget {
    left: 0;
  }

  .news-single-content__social-item {
    width: 26px;
    height: 26px;
  }

  .news-single-content .news-single__type {
    font-size: 10px;
  }

  .news-single-content .news-single__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .news-single-content .news-single__wrap-bottom {
    display: block;
  }

  .news-single-content .news-single__wrap-bottom .list {
    display: block;
  }

  .news-single-content .news-single__wrap-bottom .list > * {
    margin-right: 0;
    display: block;
    margin-bottom: 6px;
  }

  .news-single-content .yt-button {
    margin-top: 6px;
    margin-left: 0;
  }

  .news-single-content .article-content {
    font-size: 14px;
    line-height: 16px;
  }

  .article-tags .article-tags__list {
    display: flex !important;
  }

  .article-tags .article-tags__list-item {
    width: 105px !important;
    margin-right: 10px;
  }

  .article-tags .article-tags__list-item:last-child {
    margin-right: 0;
  }

  .filter-panel__sort {
    display: block;
  }

  .filter-panel__sort-text {
    display: block;
    margin-bottom: 8px;
  }

  .program-default-card.tall {
    max-width: 100%;
  }

  .person-default-card {
    max-width: 100%;
    padding: 0;
  }

  .film-content__top {
    margin-bottom: 15px;
  }

  .film-content__top-content > * {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .film-content__top-types {
    font-size: 12px;
    line-height: 14px;
  }

  .film-content__wrap-img {
    margin-right: 0;
    margin-bottom: 12px;
    max-width: 180px;
  }

  .film-content__title-text {
    font-size: 18px;
  }

  .film-content__title-label {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .about-us-tabs .text-content {
    font-size: 14px;
    line-height: 16.4px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active img.lg-show {
    width: 146px;
    height: 720px;
    margin: 0 5px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span {
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show {
    max-width: 152px;
    min-height: 81px;
    font-size: 8px;
    line-height: 9.4px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show.lg-show1 {
    top: 10px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show.lg-show2 {
    top: 70px;
  }

  .about-us-tabs .about-us-tabs__content[data-tab="about-us-2"].active .sec-span span.lg-show.lg-show6 {
    top: 100px;
  }

  .about-us-tabs .sec-people--main .person-default-card {
    max-width: calc(100% / 2.12) !important;
    margin-right: 10px;
  }

  .about-us-tabs .sec-people--main .person-default-card .person-default-card__title {
    font-size: 16px;
  }

  .about-us-tabs .sec-people--main .person-default-card .person-default-card__position {
    font-size: 14px;
  }

  .about-us-tabs .sec-people .person-default-card {
    max-width: calc(100% / 3.3);
    margin-right: 10px;
  }

  .about-us-tabs .sec-people .person-default-card .person-default-card__title {
    font-size: 14px;
  }

  .about-us-tabs .sec-people .person-default-card .person-default-card__position {
    font-size: 10px;
  }

  .about-us-tabs .sec-other-news__content .news-default-card {
    padding-right: 10px;
    max-width: 50% !important;
  }

  .about-us-tabs .sec-other-news__content .news-default-card.large {
    max-width: 100% !important;
  }

  .about-us-tabs .sec-other-news__content .sm-change-p .news-default-card__inner {
    display: flex;
  }

  .about-us-tabs .sec-other-news__content .sm-change-p .news-default-card__wrap-img {
    min-width: 67px;
    max-height: 42px;
  }

  .about-us-tabs .sec-other-news__content .sm-change-p .news-default-card__title {
    font-size: 10px !important;
    margin-left: 10px;
  }

  .about-us-tabs .sec-other-news__content .sm-change-p .news-default-card__time {
    position: absolute;
    font-size: 10px !important;
    bottom: -15px;
    left: 79px;
  }

  .about-us-tabs .sec-other-news__content .sm-change-p:nth-last-child(2) {
    display: none;
  }

  .about-us-tabs .sec-press-about-us .news-default-card {
    max-width: 100% !important;
  }

  .about-us-tabs .sec-press-about-us .news-default-card .news-default-card__wrap-img {
    max-width: 160px;
    max-height: 100px;
  }

  .about-us-tabs .sec-press-about-us .news-default-card .news-default-card__title {
    font-size: 10px;
  }

  .about-us-tabs .feedback {
    width: 100vw;
    margin-left: -15px;
    padding: 18px 20px 40px;
  }

  .about-us-tabs .feedback .feedback__cell {
    padding: 8px 6px;
  }

  .about-us-tabs .feedback .feedback__cell--file {
    max-width: 100%;
  }

  main.main--home .sm-hide {
    display: none;
  }

  .main--news .sm-hide {
    display: none;
  }

  .main--news .wrapper > .el-adv {
    max-width: 944px;
  }

  .main--news .wrapper > .el-adv.full {
    max-width: 300px;
    margin: 0 auto;
  }

  .main--news .sm-change-h {
    width: 300px;
    height: 300px;
  }

  .main--news .sm-change-h.el-adv {
    margin: 20px auto 0;
  }

  .main--news .opinion__title {
    max-width: 70%;
    margin-left: 0;
    margin-right: auto;
  }

  .main--news .opinion__person {
    align-items: flex-start;
  }

  .main--news-single .interesting {
    padding: 20px 30px 20px;
  }

  .main--news-single .interesting .swiper-slide {
    max-width: 100%;
  }

  .tv-programmes__broadcasting .mobile-broadcasting__title {
    max-width: 100%;
  }

  .tv-programmes__broadcasting .mobile-broadcasting__wrap {
    max-width: 100%;
  }

  .tv-programmes__banner {
    display: none;
  }

  .schedule-info__select {
    display: block;
  }

  .schedule-info__cell {
    width: 100%;
  }

  .schedule-info__cell--main {
    flex: none;
    display: none;
  }

  .schedule-date {
    display: none;
  }

  .schedule-type {
    border: none;
    margin-bottom: 0;
  }

  .schedule-type__wrap {
    display: none;
  }

  .tv-programmes__smi .news-default-card {
    min-width: 250px;
    margin-right: 20px;
  }

  .tv-programmes__video .sec-videos__top-text {
    display: none;
  }

  .tv-programmes__video .sec-videos__top .sec-videos__title {
    font-size: 24px;
    margin-right: 60px;
  }

  .tv-programmes__video .sec-videos__top .button {
    font-size: 14px;
    padding: 0 16px;
    margin-left: 12px;
  }

  .tv-programmes__video .video-default-card {
    max-width: 340px;
  }

  .tv-programmes__dzen {
    max-width: 340px;
  }

  .on-air .swiper-slide {
    width: 330px !important;
  }

  .chanel-list {
    min-width: 100vw;
    margin-left: -15px;
  }

  .chanel-list__cell {
    width: 33%;
  }

  .chanel-list__cell:nth-last-child(2) {
    border-right: none;
  }

  .chanel-list__cell:last-child {
    display: none;
  }

  .chanel-list__cell:nth-child(1) .chanel-list__title {
    top: -10px;
    position: relative;
  }

  .chanel-list__city {
    font-size: 12px;
    position: relative;
    left: -40px;
    bottom: -5px;
  }

  .play-settings {
    display: none;
  }

  .test .test-questions__counter-number {
    font-size: 35px;
  }

  .test__preview-info {
    display: none;
  }

  .test .text-content {
    font-size: 14px;
  }

  .preview-test {
    min-height: auto;
    background: transparent;
  }

  .preview-test:before {
    content: none;
  }

  .preview-test__data {
    position: static;
    padding: 0;
    transform: translateX(0);
  }

  .preview-test__name {
    display: none;
  }

  .preview-test__title {
    display: none;
  }

  .preview-test__image {
    display: none;
  }

  .preview-test__btn {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    text-align: center;
  }

  .test-questions__answers {
    margin: -50px 10px 0;
  }

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

  .test-questions__counter {
    min-width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 10px solid rgba(178, 210, 54, 0.2);
  }

  .test-questions__question {
    font-size: 16px;
    line-height: 20px;
    padding: 30px 30px 80px 80px;
  }

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

  .test-result__title {
    font-size: 16px;
    line-height: 30px;
  }

  .main--about .sec-people--main .person-default-card:first-child {
    margin-right: 400px;
    min-width: 161px !important;
  }

  .main--films .widgets {
    order: 2;
  }

  .main--films .el-adv.pulse {
    max-width: 100%;
    display: block;
    order: 1;
    margin-bottom: 20px;
  }

  .main--films .filter-panel__top {
    display: none;
  }

  .main--films .filter-panel__sort-text {
    margin-bottom: 0;
  }

  .main--films .filter-panel__sort {
    display: flex !important;
    justify-content: space-between;
  }

  .main--films .filter-panel__sort-text {
    margin-bottom: 0;
    line-height: normal;
  }

  .main--films .filter-panel__sort-select {
    right: 10px;
  }

  .main--films .tall.program-default-card {
    max-width: calc(100% / 2);
  }

  .main--films .films-cards__inner.programs-cards__inner {
    max-height: 620px;
    overflow: hidden;
  }

  .main--films .sec-soon-programs .sec-last-programs__inner {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .main--films .sec-other-news__content .news-default-card {
    max-width: calc( (100% / 2) - 20px) !important;
    margin-right: 20px;
  }

  .main--films .sec-other-news__content-news {
    margin-left: -15px;
    width: 100vw;
  }

  .main--films .sec-other-news__content-news-inner {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .main--films .sec-other-news__content-news-inner .news-default-card {
    min-width: 80%;
  }

  .main--films .sec-other-news__grid.sec-other-news__grid_five {
    margin-right: -20px;
  }

  .main--film .program-default-card__title {
    font-size: 18px;
  }

  .main--film .sec-similar-films .similar-video {
    max-width: calc(100% / 2);
  }

  .main--film .sec-similar-films .similar-video:nth-last-child(1) {
    display: none;
  }

  .main--film .sec-similar-films .similar-video:nth-last-child(2) {
    display: none;
  }

  .main--film .sec-soon-programs .sec-last-programs__inner {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .main--film .sec-soon-programs .program-default-card.program-default-card_second {
    max-width: calc(100% / 2.5);
    padding: 0 10px;
  }

  .main--film .film-content__title-label {
    display: none;
  }

  .main--film .film-content__top-desc-item {
    font-size: 12px;
  }

  .main--film .film-content__wrap-img {
    margin-right: 15px;
  }

  .main--film .film-content__top-desc {
    border: none;
  }

  .main--film .film-content__top-rating {
    padding: 15px 0;
    border-top: 1px solid rgba(130, 130, 130, 0.5);
    border-bottom: 1px solid rgba(130, 130, 130, 0.5);
  }

  .footer__center-menus {
    border: none;
    padding-bottom: 0;
  }

  .footer__center-menu-list {
    display: none;
  }

  .footer__center-info-item {
    width: 100% !important;
  }

  .footer__center-info-item:last-child {
    margin: 0 !important;
  }

  .footer__center-info {
    border: none;
  }

  .footer__bottom-text {
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .date-wrap {
    max-width: 230px;
  }
}

@media (max-width: 374px) {
  body {
    padding-top: 50px;
  }

  .header__fixed .header__time {
    display: none;
  }

  .header__fixed .header__top-inner {
    min-width: 300px;
  }

  .header__fixed {
    display: block;
    position: fixed;
    z-index: 2;
    pointer-events: auto;
  }

  .header__fixed .header__nav {
    display: none;
  }

  .program-preview .program-leading__video {
    min-width: 240px;
  }
}

@media (max-width: 370px) {
  .time-filter__cell--date .date-wrap {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
    max-width: 240px;
  }
}