@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700|Arimo:300,400,600&display=swap);@font-face {
  font-family: "Open Sans";
  src: url(../../fonts/opensans-regular_0f7c77932ea877aca544e439a3e63bb6.woff) format("woff"), url(../../fonts/opensans-regular.woff) format("woff2"), url(../../fonts/opensans-regular_563b9888199cb9c44cbc35c54dc70952.svg) format("svg"), url(../../fonts/opensans-regular_d1817655c93180f21a37f0eb839dac76.eot) format("eot"), url(../../fonts/opensans-regular_d9e0079922a48f757042395172146cce.ttf) format("ttf");
}

@font-face {
  font-family: "Roboto";
  src: url(../../fonts/roboto-regular_76e769e5f33359ea0afb70d7fd37d29c.woff) format("woff"), url(../../fonts/roboto-regular.woff) format("woff2"), url(../../fonts/roboto-regular_d3e93294dd6b7c5a12cef757e7973767.eot) format("eot"), url(../../fonts/roboto-regular_aa01d89b3d61775440fc4c69c6170703.ttf) format("ttf");
}

@font-face {
  font-family: "Arimo";
  src: url(../../fonts/arimo-regular_fd6b63f2f64dff93832a861206134fa7.woff) format("woff"), url(../../fonts/arimo-regular.woff) format("woff2"), url(../../fonts/arimo-regular_e0d2a04d125b9827997a0d31403f5c69.eot) format("eot"), url(../../fonts/arimo-regular_082463792205b279e0286b4d28a5af24.ttf) format("ttf");
}

@font-face {
  font-family: "RussiaLight";
  src: url(../../fonts/russia-light-webfont_c33d86ce09e883fb7ce0dd3eb9a1efae.woff) format("woff"), url(../../fonts/russia-light-webfont_50b4ae36b37dcb6ae2a6904fe057762d.eot) format("eot"), url(../../fonts/russia-light-webfont_efdce91b095afcaa4f41e5cd1adaf696.ttf) format("ttf");
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font: normal 16px/24px "Open Sans", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  background: url(../../i/bg_3764571a5d1dc1fbf05e51366f2a619d.png);
}

.page-wrap {
  max-width: 1280px;
  min-width: 320px;
  padding: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1680px) {
  .page-wrap {
    margin-right: 400px;
    min-width: 860px;
  }
}

@media screen and (max-width: 1024px) {
  .page-wrap {
    width: 100%;
    min-width: 320px;
  }
}

@media screen and (max-width: 570px) {
  .page-wrap {
    padding: 0;
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h3 {
  margin: 0;
}

.no-photo {
  position: relative;
}

.no-photo:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 0;
  bottom: 0;
  background: transparent url(../../i/logo_b8387cc31ffc7e91b04cc361dbac2604.svg) 50% 50% no-repeat;
  background-size: contain;
}

.lazy {
  opacity: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.lazy-preloader {
  position: relative;
}

.lazy-preloader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 18px;
  width: 18px;
  background: transparent url(../../i/preloader_11f0c8c44868fe23181f9e5da8c337c2.gif) center no-repeat;
  background-size: cover;
}

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

@media screen and (max-width: 770px) {
  .header--fixed {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 770px) {
  .header--visible {
    transform: translateY(0);
    transition: transform 300ms ease 0ms;
  }
}

@media screen and (max-width: 770px) {
  .header--hidden {
    transform: translateY(-100%);
    transition: transform 300ms ease 0ms;
  }
}

.header__holder {
  background: #0095da;
  height: 54px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1280px) {
  .header__holder {
    height: 42px;
  }
}

.header__control {
  margin: auto 19px;
  display: block;
}

@media screen and (max-width: 1280px) {
  .header__control {
    margin: auto 13px;
  }
}

.header__logo {
  margin: auto 0;
  display: flex;
}

.header__navigation {
  margin: auto auto auto 24px;
}

.header__age-restriction {
  margin: auto 12px;
}

.header__search {
  margin: auto 0 auto auto;
}

.header__social-groups {
  margin: auto 12px;
}

.header__button {
  display: block;
  font-size: 0;
  cursor: pointer;
}

.header__button--burger {
  height: 20px;
  width: 20px;
  background: transparent url(../../i/icon-burger-white_86dcaf47cb9211569efb31687028eb41.svg) center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1280px) {
  .header__button--burger {
    height: 16px;
    width: 16px;
    background-size: contain;
  }
}

.header .logo {
  display: block;
  width: 82px;
  height: 15px;
  background: transparent url(../../i/logo_b8387cc31ffc7e91b04cc361dbac2604.svg) center no-repeat;
  background-size: cover;
}

@media screen and (570px) {
  .header .logo {
    height: 40px;
    width: 40px;
  }
}

.header .spec {
  display: inline-block;
  height: 15px;
  font: normal 22px/15px "RussiaLight", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 600px) {
  .header .spec {
    font-size: 14px;
    padding-top: 1px;
  }
}

.header .spec:hover {
  text-decoration: none;
}

.header__age-restriction .header__icon {
  font: 12px/30px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #70b6f2;
  border-radius: 4px;
}

.footer {
  margin: 0;
  border-top: 9px solid #0095da;
  background: #1a1a1a;
  max-width: 1280px;
  min-width: 320px;
  padding: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1680px) {
  .footer {
    margin-right: 400px;
    min-width: 860px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    width: 100%;
    min-width: 320px;
  }
}

.footer__social {
  min-height: 80px;
  background: #262626;
  display: flex;
  box-sizing: border-box;
  padding: 24px 64px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .footer__social {
    padding: 24px;
  }
}

@media screen and (max-width: 670px) {
  .footer__social {
    justify-content: space-between;
    height: auto;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

.footer__social p {
  color: #ddd;
  font: normal 16px/24px "Open Sans", sans-serif;
  padding-top: 3px;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 670px) {
  .footer__social p {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.footer .soc-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  margin-left: 16px;
}

@media screen and (max-width: 670px) {
  .footer .soc-button:nth-child(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 570px) {
  .footer .soc-button {
    margin-left: calc((100% - 128px) / 3);
  }

  .footer .soc-button:nth-child(2),
  .footer .soc-button:nth-child(6),
  .footer .soc-button:nth-child(10) {
    margin-left: 0;
  }

  .footer .soc-button:nth-child(n+6) {
    margin-top: 24px;
  }
}

.footer .soc-button.vkontakte {
  background: #4680C2 url(../../i/icon-vkontakte-white_93d22bec982c5dc81ac925b765ceb3fe.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.footer .soc-button.facebook {
  background: #3C5A99 url(../../i/icon-facebook-white_52b25dbe01e30641288adae431d6ece3.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.footer .soc-button.twitter {
  background: #1DA1F2 url(../../i/icon-twitter-white_447540e107267c8406e68fcd09c780ec.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.footer .soc-button.odnoklassniki {
  background: #EE8208 url(../../i/icon-odnoklassniki-white_45ddaa7f3be4329614fee56054bc9521.svg) 50% 50% no-repeat;
}

.footer .soc-button.instagram {
  background: #f00075 url(../../i/icon-instagram-white_5fa6a74b6c7639c9978ad668e01a06b9.svg) 50% 50% no-repeat;
}

.footer .soc-button.youtube {
  background: #f00 url(../../i/icon-youtube-white_f01fdab5951214402eb817470106a53e.svg) 50% 50% no-repeat;
  background-size: 22px 14px;
}

.footer .soc-button.flipboard {
  background: #e12828 url(../../i/icon-flipboard-white_df2cf1e89dd98e3905005c0757b2f3b9.svg) 50% 50% no-repeat;
}

.footer .soc-button.telegram {
  background: #0088cc url(../../i/telegram_soc_but_e6074f3a235d8088f6406d703fddde1e.svg) 50% 50% no-repeat;
  background-size: 60%;
}

.footer .soc-button.rss {
  background: #ee802f url(../../i/icon-rss-white_77db4eae105ec81886186c01851e5f04.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.footer__list {
  padding: 0 64px;
}

@media screen and (max-width: 900px) {
  .footer__list {
    padding: 0 24px;
  }
}

.footer__title {
  margin: 30px 0;
  font: 300 18px "Open Sans", sans-serif;
  color: #555;
}

@media screen and (max-width: 570px) {
  .footer__title {
    cursor: pointer;
  }
}

.footer__programs {
  webkit-columns: 4;
  -moz-columns: 4;
  -ms-columns: 4;
  -o-columns: 4;
  columns: 4;
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .footer__programs {
    webkit-columns: 3;
    -moz-columns: 3;
    -ms-columns: 3;
    -o-columns: 3;
    columns: 3;
  }
}

@media screen and (max-width: 900px) {
  .footer__programs {
    webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2;
  }
}

@media screen and (max-width: 570px) {
  .footer__programs {
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1;
    display: none;
  }
}

.footer__programs li {
  padding: 0 24px 6px 0;
  line-height: 16px;
}

.footer__programs li a {
  font: 12px "Open Sans", sans-serif;
  color: #999;
}

.footer__error-info {
  padding: 30px 64px;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
}

@media screen and (max-width: 900px) {
  .footer__error-info {
    padding: 30px 24px;
  }
}

.footer__error-info p {
  margin: 0;
  color: #fff;
  font: normal 14px "Open Sans", sans-serif;
}

.footer__holder {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 64px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 900px) {
  .footer__holder {
    padding: 16px 24px;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__info {
  margin: 0;
  width: 75%;
}

@media screen and (max-width: 900px) {
  .footer__info {
    width: 100%;
  }
}

.footer__info p {
  font: 0.8em/1.2em "Open Sans", sans-serif;
  color: #666;
  margin: 0 0 16px;
}

.footer__info p a {
  color: inherit;
}

.footer__counters {
  padding: 36px 0 0;
  box-sizing: border-box;
  width: 25%;
}

@media screen and (max-width: 900px) {
  .footer__counters {
    width: 139px;
  }
}

.footer .counters__item {
  display: block;
  width: auto;
  text-align: right;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .footer .counters__item {
    text-align: left;
  }
}

.footer .counters__item p {
  margin: 0;
}

.main-content {
  background: #fff;
  position: relative;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}

.content {
  min-height: 700px;
  border-right: 1px solid #ccc;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.content .title {
  font: 500 14px/55px "Open Sans", sans-serif;
  color: #000;
  height: 55px;
  overflow: hidden;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 0 24px;
  margin: 0;
}

.content .title a {
  color: #255d89;
  text-transform: none;
}

@media screen and (max-width: 570px) {
  .content .title {
    padding: 0 12px;
  }
}

.content__inner {
  border-right: 1px solid #ccc;
}

.content__inner--article {
  width: 100%;
  border: none;
}

.content__inner.loading:after {
  content: "";
  display: block;
  height: 32px;
  width: 100%;
  background: transparent url(../../i/preloader_11f0c8c44868fe23181f9e5da8c337c2.gif) center no-repeat;
  background-size: auto 24px;
}

.content__inner_wide {
  width: calc(100% - 333px);
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding-bottom: 38px;
}

@media screen and (max-width: 1365px) {
  .content__inner_wide {
    width: calc(100% - 273px);
  }
}

@media screen and (max-width: 1024px) {
  .content__inner_wide {
    width: 100%;
  }
}

.content__holder {
  display: flex;
}

.content__article {
  width: calc(100% - 333px);
  background-color: #fff;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding-bottom: 38px;
}

@media screen and (max-width: 1365px) {
  .content__article {
    width: calc(100% - 273px);
  }
}

@media screen and (max-width: 1024px) {
  .content__article {
    width: 100%;
  }
}

.content-news {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}

.pagination-block {
  width: 100%;
  text-align: center;
}

.pagination-block ul.pagination {
  list-style: none;
}

.pagination-block ul.pagination > li {
  list-style-type: none;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination-block ul.pagination > li > a,
.pagination-block ul.pagination > li > span {
  text-decoration: none;
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination-block ul.pagination > li.active {
  background-color: #58c4f6;
}

.pagination-block ul.pagination > li.active a,
.pagination-block ul.pagination > li.active span {
  color: #fff;
}

.pagination-block.simple-default ul.pagination:after {
  content: "";
  display: block;
  clear: both;
}

.pagination-block.simple-default ul.pagination > li:first-child {
  float: left;
}

.pagination-block.simple-default ul.pagination > li:last-child {
  float: right;
}

.navigation {
  box-sizing: border-box;
  transition: unset;
}

.navigation .vgtrk_bar {
  padding: 13px 54px 0;
}

@media screen and (max-width: 1280px) {
  .navigation .vgtrk_bar {
    padding: 13px 42px 0;
  }
}

@media screen and (max-width: 600px) {
  .navigation .vgtrk_bar {
    margin-left: 50%;
  }
}

@media screen and (max-width: 410px) {
  .navigation .vgtrk_bar {
    padding-top: 13px;
    margin-left: 0;
  }
}

.navigation .vgtrk_bar a {
  color: #fff;
  text-decoration: none;
  font: normal 13px/30px "Open Sans", sans-serif;
}

.navigation .vgtrk_bar a:hover {
  text-decoration: underline;
}

.navigation .vgtrk_bar li.dropdown > a {
  color: #58c4f6;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .navigation .vgtrk_bar li.dropdown > a {
    color: #fff;
    cursor: pointer !important;
  }

  .navigation .vgtrk_bar li.dropdown > a:hover {
    text-decoration: underline;
  }

  .navigation .vgtrk_bar li.dropdown > a:after {
    content: "";
    display: inline-block;
    height: 9px;
    width: 12px;
    vertical-align: baseline;
    background: transparent url(../../i/arrow-down_f36fc92ff26fb5b722ba3b1475aeda41.svg) center no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 10px;
    transition: transform 300ms ease 0ms;
  }

  .navigation .vgtrk_bar li.dropdown > a.active:after {
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform 300ms ease 0ms;
  }
}

.navigation .vgtrk_bar li.dropdown ul {
  display: block;
  padding-left: 16px;
  width: auto;
}

@media screen and (max-width: 600px) {
  .navigation .vgtrk_bar li.dropdown ul {
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
    transition: max-height 300ms ease 0ms;
  }

  .navigation .vgtrk_bar li.dropdown ul.active {
    max-height: 600px;
    transition: max-height 300ms ease 0ms;
  }
}

.navigation__control {
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  width: 54px;
  background: #0095da;
  display: none;
}

@media screen and (max-width: 1280px) {
  .navigation__control {
    height: 42px;
    width: 42px;
  }
}

.app--active-navigation .navigation__control {
  display: block;
}

.navigation__list {
  transform: translateX(-100%);
  transition: transform 300ms ease 0ms;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  max-width: 780px;
  background: #0095da;
  border-top: 1px solid #2483c5;
  display: flex;
  padding: 15px 0 122px;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 11;
}

@media screen and (max-width: 1280px) {
  .navigation__list {
    top: 42px;
  }
}

@media screen and (max-width: 480px) {
  .navigation__list {
    padding-bottom: 146px;
  }
}

.app--active-navigation .navigation__list {
  transform: translateX(0);
  transition: transform 300ms ease 0ms;
}

.navigation__list:after {
  position: absolute;
  height: 100%;
  width: 1px;
  left: -1px;
  top: 0px;
  box-shadow: 2px 0px 14px 1px #333333;
  content: " ";
}

.navigation__list ul {
  list-style: none;
  width: calc(100% / 3);
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .navigation__list ul {
    width: 50%;
  }
}

@media screen and (max-width: 410px) {
  .navigation__list ul {
    width: 100%;
  }
}

.navigation__main {
  padding-left: 54px;
}

@media screen and (max-width: 1280px) {
  .navigation__main {
    padding-left: 42px;
  }
}

@media screen and (max-width: 570px) {
  .navigation__main {
    padding-left: 40px;
  }
}

.navigation__projects {
  padding: 13px 54px 0;
  color: #58c4f6;
}

@media screen and (max-width: 1280px) {
  .navigation__projects {
    padding: 13px 42px 0;
  }
}

@media screen and (max-width: 600px) {
  .navigation__projects {
    padding-top: 7px;
  }
}

.navigation__projects .navigation__link {
  font: normal 13px/30px "Open Sans", sans-serif;
}

.navigation__link {
  color: #fff;
  text-decoration: none;
  font: 500 18px/52px "Open Sans", sans-serif;
}

.navigation__link[href*=onair],
.navigation__link[href*="live.russia"] {
  padding-right: 61px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .navigation__link[href*=onair],
  .navigation__link[href*="live.russia"] {
    padding-right: 57px;
  }
}

.navigation__link[href*=onair]:after,
.navigation__link[href*="live.russia"]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  box-sizing: border-box;
  border: 1px solid #77c6eb;
  border-radius: 2px;
  width: 29px;
  height: 29px;
  background: transparent url(../../i/24_db77f998fbdbd2954df0a85f9310e495.svg) 50% 50% no-repeat;
}

@media screen and (max-width: 1280px) {
  .navigation__link[href*=onair]:after,
  .navigation__link[href*="live.russia"]:after {
    height: 26px;
    width: 26px;
    top: 0;
    background-size: 16px auto;
  }
}

@media screen and (max-width: 600px) {
  .navigation__link {
    line-height: 40px;
  }
}

.navigation__link:hover {
  text-decoration: underline;
}

.navigation-top__item {
  border-right: 1px solid #2483c5;
  margin: 0;
}

.navigation-top__item:first-child {
  border-left: 1px solid #2483c5;
}

.navigation-top__link {
  font: 1em/54px "Open Sans", sans-serif;
  color: #fff;
  display: block;
  height: 54px;
  padding: 0 24px;
  text-decoration: none;
  background: transparent;
  transition: all 300ms ease 0ms;
}

.navigation-top__link:hover {
  background: #2483c5;
  transition: all 300ms ease 0ms;
  text-decoration: none;
}

.navigation-top__link[href*=onair],
.navigation-top__link[href*="live.russia"] {
  padding-right: 61px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .navigation-top__link[href*=onair],
  .navigation-top__link[href*="live.russia"] {
    padding-right: 57px;
  }
}

.navigation-top__link[href*=onair]:after,
.navigation-top__link[href*="live.russia"]:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 26px;
  box-sizing: border-box;
  border: 1px solid #77c6eb;
  border-radius: 2px;
  width: 29px;
  height: 29px;
  background: transparent url(../../i/24_db77f998fbdbd2954df0a85f9310e495.svg) 50% 50% no-repeat;
}

@media screen and (max-width: 1280px) {
  .navigation-top__link[href*=onair]:after,
  .navigation-top__link[href*="live.russia"]:after {
    height: 26px;
    width: 26px;
    top: 8px;
    background-size: 16px auto;
  }
}

@media screen and (max-width: 1280px) {
  .navigation-top__link {
    height: 42px;
    line-height: 42px;
  }
}

.navigation__close {
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 22px;
  width: 22px;
  background: transparent url(../../i/icon-close-white_f4ff11bfbf4421371d63bc1cf9b69f67.svg) center no-repeat;
  background-size: 13px 13px;
  margin: 16px auto 16px 18px;
}

@media screen and (max-width: 1280px) {
  .navigation__close {
    margin: 10px auto 10px 10px;
  }
}

.navigation-top {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 770px) {
  .navigation-top {
    display: none !important;
  }
}

.app--active-search .navigation-top {
  display: none;
}

.navigation__social {
  position: absolute;
  bottom: 0;
  right: 54px;
  left: 54px;
  height: 96px;
  border-top: 1px solid #2483c5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .navigation__social {
    right: 42px;
    left: 42px;
  }
}

@media screen and (max-width: 480px) {
  .navigation__social {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 120px;
  }
}

.navigation .soc-button {
  display: inline-block;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 480px) {
  .navigation .soc-button {
    margin-left: calc((100% - 104px) / 3);
  }

  .navigation .soc-button:first-child,
  .navigation .soc-button:nth-child(5),
  .navigation .soc-button:nth-child(9) {
    margin-left: 0;
  }
}

.navigation .soc-button.vkontakte {
  background: transparent url(../../i/icon-vkontakte-white_93d22bec982c5dc81ac925b765ceb3fe.svg) 50% 50% no-repeat;
  background-size: contain;
}

.navigation .soc-button.facebook {
  background: transparent url(../../i/icon-facebook-white_52b25dbe01e30641288adae431d6ece3.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.navigation .soc-button.twitter {
  background: transparent url(../../i/icon-twitter-white_447540e107267c8406e68fcd09c780ec.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.navigation .soc-button.odnoklassniki {
  background: transparent url(../../i/icon-odnoklassniki-white_45ddaa7f3be4329614fee56054bc9521.svg) 50% 50% no-repeat;
}

.navigation .soc-button.instagram {
  background: transparent url(../../i/icon-instagram-white_5fa6a74b6c7639c9978ad668e01a06b9.svg) 50% 50% no-repeat;
}

.navigation .soc-button.youtube {
  background: transparent url(../../i/icon-youtube-white_f01fdab5951214402eb817470106a53e.svg) 50% 50% no-repeat;
}

.navigation .soc-button.flipboard {
  background: transparent url(../../i/icon-flipboard-white_df2cf1e89dd98e3905005c0757b2f3b9.svg) 50% 50% no-repeat;
}

.navigation .soc-button.telegram {
  background: transparent url(../../i/telegram_soc_but_e6074f3a235d8088f6406d703fddde1e.svg) 50% 50% no-repeat;
  background-size: 70%;
}

.navigation .soc-button.rss {
  background: transparent url(../../i/icon-rss-white_77db4eae105ec81886186c01851e5f04.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.search-form {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  height: 30px;
}

.search-form__control {
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  background: transparent url(../../i/icon-search-white_4473da84dd64f67a546062df9297ae4b.svg) center no-repeat;
  background-size: 50%;
  cursor: pointer;
}

.search-form__label {
  margin: auto 0 auto 12px;
}

@media screen and (570px) {
  .search-form__label {
    margin: auto 0;
    overflow: hidden;
  }

  .search-form--active .search-form__label {
    max-width: 0;
    opacity: 0;
    transition: all 300ms ease 0ms;
  }

  .search-form--hidden .search-form__label {
    max-width: 50px;
    opacity: 1;
    transition: all 300ms ease 0ms;
  }
}

.search-form__form {
  margin: auto 0 auto 12px;
  padding: 0;
  list-style: none;
  background: #0069a0;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  transition: all 300ms ease 0ms;
  z-index: 2;
  max-width: 0;
  opacity: 0;
}

.app--active-search .search-form__form {
  max-width: 500px;
  opacity: 1;
}

.search-form__query {
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  height: 30px;
  background: transparent;
  border: none;
  padding: 0 12px;
  margin: 0;
  color: #fff;
  width: calc(100% - 30px);
  font: 300 12px/17px "Roboto", sans-serif;
}

.search-form__query::-ms-input-placeholder {
  color: #89bad0;
}

.search-form__query:-ms-input-placeholder {
  color: #89bad0;
}

.search-form__query::-moz-placeholder {
  color: #89bad0;
}

.search-form__query::placeholder {
  color: #89bad0;
}

.search-form__submit {
  -webkit-appearance: none;
  outline: none;
  font-size: 0;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  background: transparent url(../../i/icon-search-white_4473da84dd64f67a546062df9297ae4b.svg) center no-repeat;
  background-size: 50%;
  border: none;
  border-radius: 0 3px 3px 0;
  padding: 0;
  margin: 0;
}

.search-form__open {
  font: normal 0.8em/1em "Open Sans", sans-serif;
  text-decoration: none;
  color: #fff;
}

@media screen and (570px) {
  .search-form__open {
    font-size: 0;
    height: 24px;
    width: 24px;
    display: block;
    background: transparent url(../../i/icon-search-white_4473da84dd64f67a546062df9297ae4b.svg) center no-repeat;
    background-size: 100%;
  }
}

.search-form__close {
  font-size: 0;
  text-decoration: none;
  height: 18px;
  width: 18px;
  background: transparent url(../../i/icon-close-white_f4ff11bfbf4421371d63bc1cf9b69f67.svg) center no-repeat;
  background-size: 100%;
  display: block;
}

.social-groups {
  display: flex;
  flex-flow: row nowrap;
}

.social-groups__control {
  margin: auto 0;
  display: none;
}

@media screen and (570px) {
  .social-groups__control {
    display: block;
    overflow: hidden;
  }

  .social-groups--active .social-groups__control {
    max-width: 50px;
    opacity: 1;
    transition: all 300ms ease 0ms;
  }

  .social-groups--hidden .social-groups__control {
    max-width: 0;
    opacity: 0;
    transition: all 300ms ease 0ms;
  }
}

.social-groups__label {
  margin: auto 0 auto 12px;
}

@media screen and (570px) {
  .social-groups__label {
    margin: auto 0;
    overflow: hidden;
  }

  .social-groups--active .social-groups__label {
    max-width: 0;
    opacity: 0;
    transition: all 300ms ease 0ms;
  }

  .social-groups--hidden .social-groups__label {
    max-width: 50px;
    opacity: 1;
    transition: all 300ms ease 0ms;
  }
}

.social-groups__list {
  margin: auto 0 auto 12px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (570px) {
  .social-groups__list {
    overflow: hidden;
  }

  .social-groups--active .social-groups__list {
    max-width: 300px;
    opacity: 1;
    margin: auto 0 auto 12px;
    transition: all 300ms ease 0ms;
  }

  .social-groups--hidden .social-groups__list {
    max-width: 0;
    opacity: 0;
    margin: auto 0;
    transition: all 300ms ease 0ms;
  }
}

.social-groups__item {
  margin: 0;
}

.social-groups__link {
  box-sizing: border-box;
  font-size: 0;
  display: block;
  height: 32px;
  width: 32px;
}

.social-groups__link--vk {
  background: #4a76a8 url(../../i/icon-vkontakte-white_93d22bec982c5dc81ac925b765ceb3fe.svg) center no-repeat;
  background-size: 60%;
}

.social-groups__link--fb {
  background: #3b5998 url(../../i/icon-facebook-white_52b25dbe01e30641288adae431d6ece3.svg) center no-repeat;
  background-size: 60%;
}

.social-groups__link--tw {
  background: #55acee url(../../i/icon-twitter-white_447540e107267c8406e68fcd09c780ec.svg) center no-repeat;
  background-size: 60%;
}

.social-groups__link--ig {
  background: #d62976 url(../../i/icon-instagram-white_5fa6a74b6c7639c9978ad668e01a06b9.svg) center no-repeat;
  background-size: 60%;
}

.social-groups__link--rss {
  background: #ee802f url(../../i/icon-rss-white_77db4eae105ec81886186c01851e5f04.svg) center no-repeat;
  background-size: 60%;
}

.social-groups__open {
  font: normal 0.8em/1em "Open Sans", sans-serif;
  text-decoration: none;
  color: #fff;
}

@media screen and (570px) {
  .social-groups__open {
    font-size: 0;
    height: 24px;
    width: 24px;
    display: block;
    background: transparent url(../../i/icon-share-white_9953b8ebc3e7d272bf7091210b29a65b.svg) center no-repeat;
    background-size: 100%;
  }
}

.social-groups__close {
  font-size: 0;
  text-decoration: none;
  height: 18px;
  width: 18px;
  background: transparent url(../../i/icon-close-white_f4ff11bfbf4421371d63bc1cf9b69f67.svg) center no-repeat;
  background-size: 100%;
  display: block;
}

.counters__example {
  height: 32px;
  width: 75px;
  background: #bbb;
  border: 1px solid #666;
}

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

.grid--active {
  display: block;
}

.grid--hidden {
  display: none;
}

.grid__holder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
  border-left: 12px solid rgba(0, 0, 0, 0.5);
  border-right: 12px solid rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-width: 1280px;
}

.grid__column {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  border-left: 12px solid rgba(0, 0, 0, 0.4);
  border-right: 12px solid rgba(0, 0, 0, 0.4);
  width: 8.3333333333%;
}

@media screen and (570px) {
  .grid__column {
    width: 25%;
    display: none;
  }

  .grid__column:nth-child(3n+1) {
    display: block;
  }
}

.promo-block {
  display: flex;
  -o-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  background: #333;
  width: 100%;
}

.promo {
  background: #333;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 333px);
}

@media screen and (max-width: 1600px) {
  .promo {
    width: 100%;
  }
}

.promo:first-child {
  width: 100%;
}

.promo__item {
  display: inline-block;
  width: calc(100% / 3);
  box-sizing: border-box;
  border-right: 1px solid #444;
  position: relative;
}

.promo__item--big {
  width: 50%;
  padding-bottom: 78px;
}

.promo__item--big .promo__text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
}

.promo__item--big .promo__text-wrap .promo__title {
  font-size: 16px;
  min-height: 36px;
}

.promo__item--big .promo__video-link + .promo__text-wrap {
  left: 96px;
}

@media screen and (max-width: 1560px) {
  .promo__item--big .promo__video-link + .promo__text-wrap {
    left: 0;
  }
}

@media screen and (max-width: 670px) {
  .promo__item--big .promo__video-link + .promo__text-wrap {
    left: 96px;
  }
}

.promo__item--big > .promo__video-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 24px;
  padding: 72px 0 0;
  background: #0095da;
  font: normal 10px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  z-index: 10;
  text-indent: 0;
  top: auto;
  margin: 0;
}

@media screen and (max-width: 1560px) {
  .promo__item--big > .promo__video-link {
    display: none;
  }
}

@media screen and (max-width: 670px) {
  .promo__item--big > .promo__video-link {
    display: block;
  }
}

.promo__item--big > .promo__video-link:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  left: 24px;
  top: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: transparent url(../../i/icon-play-white_8b78802dc4f39d8c2c47fe27cb1ed33f.svg) 15px 50% no-repeat;
  background-size: 16px 18px;
}

.promo__item--big .promo__pic-wrapper .promo__video-link {
  display: none;
}

@media screen and (max-width: 1560px) {
  .promo__item--big .promo__pic-wrapper .promo__video-link {
    display: block;
  }
}

@media screen and (max-width: 670px) {
  .promo__item--big .promo__pic-wrapper .promo__video-link {
    display: none;
  }
}

@media screen and (max-width: 670px) {
  .promo__item {
    width: 100%;
    border-bottom: 1px solid #444;
  }

  .promo__item:not(:nth-child(1)) {
    padding: 12px 12px 12px 8px;
    border-left: 4px solid #215278;
    display: flex;
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .promo__item:not(:nth-child(1)) .promo__pic-wrapper {
    width: 126px;
    min-width: 126px;
    margin-left: 12px;
    margin-bottom: 0;
  }

  .promo__item:not(:nth-child(1)) .promo__video-link {
    display: none;
  }

  .promo__item:not(:nth-child(1)) .promo__text-wrap {
    position: relative;
    left: 0;
  }

  .promo__item:not(:nth-child(1)) .promo__text-wrap .promo__title {
    position: static;
    bottom: 0;
    min-height: 54px;
    font: normal 14px/18px "ArimoRegular", sans-serif;
    margin: 0;
    padding: 0;
  }

  .promo__item:not(:nth-child(1)) .promo__text-wrap .promo__info {
    position: static;
    padding: 1px 0 0;
  }

  .promo__item:not(:nth-child(1)) .promo__text-wrap .promo__time {
    padding: 0;
  }
}

.promo__pic-wrapper {
  display: block;
  text-decoration: none;
  position: relative;
}

.promo__pic {
  display: block;
  width: 100%;
}

.promo__video-link {
  overflow: hidden;
  position: absolute;
  width: 0;
  padding: 0 40px 0 8px;
  height: 48px;
  left: 0;
  top: 50%;
  margin-top: -24px;
  background: #0095da url(https://www.vesti.ru/i/icons.png) 10px 12px no-repeat;
  font: normal 12px/48px "Open Sans", sans-serif;
  color: #fff;
  text-indent: -122px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.promo__pic-wrapper:hover .promo__video-link {
  width: 122px;
  text-indent: 0;
}

@media screen and (max-width: 570px) {
  .promo__pic-wrapper:hover .promo__video-link {
    width: 0;
    text-indent: -122px;
  }
}

.promo__video-link:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 12px;
  background: transparent url(../../i/icon-play-white_8b78802dc4f39d8c2c47fe27cb1ed33f.svg) 7px 50% no-repeat;
}

.promo__title {
  color: #fff;
  background-color: #333;
  padding: 11px 24px 0;
  font: 14px/18px "Arimo", sans-serif;
  min-height: 54px;
  margin: 0;
}

.promo__title a {
  text-decoration: none;
  color: #fff;
}

.promo__title a:hover {
  text-decoration: underline;
}

.promo__time {
  font: 300 12px/17px "Roboto", sans-serif;
  color: #999;
  padding: 8px 24px 6px;
}

@media screen and (max-width: 670px) {
  .promo__time {
    font-size: 11px;
  }
}

.promo__time span {
  padding-left: 12px;
}

.themes {
  width: 333px;
  background: #222222;
  overflow: hidden;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .themes {
    position: relative;
    width: 100%;
    height: 220px;
  }
}

.themes:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #222222;
  box-shadow: 0px -4px 20px 24px #222222;
}

.themes_opened:after {
  display: none;
}

.themes__head {
  margin: 0 24px;
  height: 55px;
  font: normal 14px/55px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #444;
}

@media screen and (max-width: 570px) {
  .themes__head {
    margin: 0 12px;
  }
}

.themes__list {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  position: absolute;
  top: 55px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .themes__list {
    padding: 0;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: 0;
  }
}

.themes__item {
  padding: 13px 0 14px;
  border-bottom: 1px dotted #444;
}

@media screen and (max-width: 1024px) {
  .themes__item {
    width: 33%;
    border: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 570px) {
  .themes__item {
    width: calc(100% - 24px);
    margin: 0 auto;
    border-bottom: 1px dotted #444;
  }
}

.themes__title {
  font: normal 14px/18px "Arimo", sans-serif;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .themes__title {
    margin-left: 24px;
  }
}

@media screen and (max-width: 570px) {
  .themes__title {
    margin-left: 0;
  }
}

.themes__title a {
  color: inherit;
}

.themes__time {
  margin: 7px 0 0;
  padding: 0px 0 0 30px;
  font: 300 12px/17px "Roboto", sans-serif;
  color: #999;
  background: url(../../i/icon-refresh-white_123e26c3d1ade180749568e34bf07f54.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .themes__time {
    margin-left: 24px;
  }
}

@media screen and (max-width: 570px) {
  .themes__time {
    margin-left: 0;
  }
}

.themes__time_current {
  color: #ffa800;
  background: url(../../i/icon-refresh-yellow_8cc15a5b3e95319c146245994ac8eceb.svg) 0 0 no-repeat;
}

.themes__btn-show {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #555;
  box-sizing: border-box;
  border-radius: 50%;
  background: transparent url(../../i/icon-show_cc0d5743c4f4e07cdb51af42a154dcac.svg) 50% 50% no-repeat;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .themes__btn-show {
    display: block;
  }
}

.themes_opened .themes__btn-show {
  transform: rotate(180deg);
}

.sections {
  display: inline-block;
  width: 300px;
  min-width: 283px;
}

@media screen and (max-width: 1024px) {
  .sections {
    width: 33.3%;
  }
}

@media screen and (max-width: 570px) {
  .sections {
    display: none;
  }
}

.section {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 4px solid #fbca0e;
  margin: 0 0 0 -1px;
  padding: 0 24px 17px 21px;
}

.section__title {
  margin: 0;
  padding: 0;
  font: 600 14px/55px "Open Sans", sans-serif;
  color: #000;
  height: 55px;
  overflow: hidden;
  text-transform: uppercase;
}

.section__title a {
  color: inherit;
  text-decoration: none;
}

.section__title a:hover {
  text-decoration: underline;
}

.section__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
}

.section__list:first-child {
  margin-top: 12px;
}

.section__item {
  padding-bottom: 19px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.section__item--pictured:first-child {
  padding-left: 0;
}

.section__item--pictured:first-child:before {
  display: none;
}

.section__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000;
}

.section__item a {
  font: normal 14px/18px "Open Sans", sans-serif;
  color: #000;
  text-decoration: none;
}

.section__item a:hover {
  text-decoration: underline;
}

.section__pic-wrapper {
  display: inline-block;
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.section__pic {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.section__item-title {
  padding: 0 0 0 24px;
  margin: 0;
  display: inline-block;
  color: #000;
  font: normal 14px/18px "Open Sans", sans-serif;
}

.section__item-title a {
  color: inherit;
  text-decoration: none;
}

.section__item-title a:hover {
  text-decoration: underline;
}

.section__link {
  font: 300 12px/25px "Roboto", sans-serif;
  color: #555;
  padding-top: 18px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  transition: all 0.3s;
}

.section__link:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #666;
  position: relative;
  margin-left: -36px;
  margin-right: 16px;
  transition: all 0.3s;
  background: transparent url(../../i/icon-next-small_93c70784fc86552763086d201459625e.svg) center no-repeat;
}

.section__link:hover {
  text-decoration: underline;
}

.section__link:hover:before {
  margin-left: 0;
}

.main-news {
  width: calc(100% - 631px);
  box-sizing: border-box;
  padding-bottom: 38px;
}

@media screen and (max-width: 1365px) {
  .main-news {
    width: calc(100% - 571px);
  }
}

@media screen and (max-width: 1024px) {
  .main-news {
    width: 66.7%;
    max-width: calc(100% - 283px);
  }
}

@media screen and (max-width: 570px) {
  .main-news {
    width: 100%;
    max-width: 100%;
  }
}

.main-news .title {
  margin: 0;
  padding: 0 24px;
  font: 600 14px/55px "Open Sans", sans-serif;
  color: #000;
  height: 55px;
  overflow: hidden;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 570px) {
  .main-news .title {
    padding: 0 12px;
  }
}

.main-news__wrapper {
  position: relative;
}

.main-news__item {
  min-width: 200px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.main-news__item-inner {
  padding: 24px 24px 17px;
  border: 1px solid #ccc;
  border-top: none;
  margin: -1px 0 0 -1px;
}

@media screen and (max-width: 570px) {
  .main-news__item-inner {
    padding: 12px 12px 10px;
  }
}

.main-news__pic-wrapper {
  display: block;
  margin-bottom: 13px;
  position: relative;
}

@media screen and (max-width: 570px) {
  .main-news__pic-wrapper {
    display: none;
  }
}

.main-news__pic-wrapper--fake:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../../i/preloader_11f0c8c44868fe23181f9e5da8c337c2.gif);
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  z-index: 10;
}

.main-news__pic {
  display: block;
  width: 100%;
}

.main-news__video-link {
  overflow: hidden;
  position: absolute;
  width: 0;
  padding: 0 40px 0 8px;
  height: 48px;
  left: 0px;
  top: 50%;
  margin-top: -24px;
  background: #0095da url(https://www.vesti.ru/i/icons.png) 10px 12px no-repeat;
  font: normal 12px/48px "Open Sans", sans-serif;
  color: #fff;
  text-indent: -122px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.main-news__pic-wrapper:hover .main-news__video-link {
  width: 122px;
  text-indent: 0;
}

@media screen and (max-width: 570px) {
  .main-news__pic-wrapper:hover .main-news__video-link {
    width: 0;
    text-indent: -122px;
  }
}

.main-news__video-link:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 12px;
  background: transparent url(../../i/icon-play-white_8b78802dc4f39d8c2c47fe27cb1ed33f.svg) 7px 50% no-repeat;
}

.main-news__title {
  margin: 0;
  padding: 0;
  font: normal 18px/24px "Arimo", sans-serif;
  color: #000;
}

@media screen and (max-width: 570px) {
  .main-news__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-news__title a {
  color: inherit;
}

.main-news__info {
  overflow: hidden;
  font: 300 12px/17px "Roboto", sans-serif;
  padding: 24px 0 0;
  color: #555;
}

.vgtrk-a1-list {
  display: inline-block;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 16px;
  width: 333px;
}

@media screen and (max-width: 1365px) {
  .vgtrk-a1-list {
    width: 273px;
  }
}

@media screen and (max-width: 1024px) {
  .vgtrk-a1-list {
    display: none;
  }
}

.more-news {
  padding: 24px 70px;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 570px) {
  .more-news {
    padding: 24px 12px;
  }
}

.more-news__head {
  width: 146px;
  margin: 0;
  font: 600 14px/42px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .more-news__head {
    width: 100%;
    line-height: 55px;
  }
}

.more-news__list {
  width: calc(100% - 146px);
  margin: 0;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 1280px) {
  .more-news__list {
    width: 100%;
  }
}

.more-news__item {
  padding: 12px 0;
  position: relative;
}

.more-news__title {
  font: normal 14px/18px "Arimo", sans-serif;
  color: #000;
  padding-right: 48px;
  margin: 0;
}

.more-news__title a {
  color: inherit;
}

.more-news__info {
  font: 300 12px/17px "Roboto", sans-serif;
  padding: 2px 0 0;
  color: #555;
}

.more-news__play {
  position: absolute;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 2px solid #555;
  border-radius: 50%;
  background: transparent url(../../i/icon-play_63b3e552bf39de47af243d0ef9195c53.svg) 7px 50% no-repeat;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.list-blocks {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 24px 42px;
}

.list-blocks__head {
  font: normal 18px/24px "Arimo", sans-serif;
  color: #000;
  width: 100%;
}

.list-blocks__item {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  padding: 42px 54px 5px 0;
}

@media screen and (max-width: 1450px) {
  .list-blocks__item {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 1024px) {
  .list-blocks__item {
    width: 25%;
  }
}

@media screen and (max-width: 900px) {
  .list-blocks__item {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 570px) {
  .list-blocks__item {
    width: 50%;
    padding-top: 28px;
  }
}

@media screen and (max-width: 480px) {
  .list-blocks__item {
    width: 100%;
    padding-right: 0;
  }
}

.list-blocks__pic-wrapper {
  display: block;
}

@media screen and (max-width: 480px) {
  .list-blocks__pic-wrapper {
    max-width: 100%;
  }
}

.list-blocks__pic-wrapper img {
  display: block;
  width: 100%;
}

.list-blocks__title {
  font: bold 14px/24px "Arimo", sans-serif;
  color: #000;
  padding-top: 14px;
}

@media screen and (max-width: 900px) {
  .list-blocks__title {
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .list-blocks__title {
    line-height: 18px;
  }
}

.list-blocks__title a {
  color: inherit;
}

body:not([data-device=mobile]) .share {
  width: 120px;
  min-width: 120px;
  padding: 16px 0 2px;
}

@media screen and (max-width: 1280px) {
  body:not([data-device=mobile]) .share {
    width: 100%;
    margin-left: -10px;
  }
}

body:not([data-device=mobile]) .share__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1280px) {
  body:not([data-device=mobile]) .share__list {
    display: flex;
    flex-flow: row wrap;
  }
}

body:not([data-device=mobile]) .share__item {
  margin: 18px 5px 0 4px;
}

@media screen and (max-width: 1280px) {
  body:not([data-device=mobile]) .share__item {
    margin: 18px 10px 0 4px;
  }
}

body:not([data-device=mobile]) .share__link {
  display: flex;
  flex-flow: row nowrap;
  text-decoration: none;
}

body:not([data-device=mobile]) .share__link--facebook .share__icon {
  background: transparent url(../../i/icon-facebook-blue_69f7ecee0e56a7f0e8d9272105ba96c5.svg) center no-repeat;
  background-size: contain;
}

body:not([data-device=mobile]) .share__link--vkontakte .share__icon {
  background: transparent url(../../i/icon-vkontakte-blue_4ce6299d692f4cd92559bde7072302e5.svg) center no-repeat;
  background-size: contain;
}

body:not([data-device=mobile]) .share__link--twitter .share__icon {
  background: transparent url(../../i/icon-twitter-blue_f1084de05e718750579e2dd2e901fe9c.svg) center no-repeat;
  background-size: contain;
}

body:not([data-device=mobile]) .share__link--odnoklassniki .share__icon {
  background: transparent url(../../i/icon-odnoklassniki-blue_63f89481de1f3129fad8412e1b3b6b8d.svg) center no-repeat;
  background-size: contain;
}

body:not([data-device=mobile]) .share__link--flipboard .share__icon {
  background: transparent url(../../i/icon-flipboard-blue_3f1c6008c85c5d1d63cc74024208b049.svg) center no-repeat;
  background-size: contain;
}

body:not([data-device=mobile]) .share__icon {
  display: block;
  height: 20px;
  width: 20px;
  margin: auto 0;
}

body:not([data-device=mobile]) .share__count {
  display: block;
  height: 22px;
  width: 40px;
  margin: 0 0 0 12px;
  padding: 0 5px;
  position: relative;
  color: #6d6d6d;
  text-align: center;
  border: 1px solid #cccccc;
  background: #ffffff;
}

body:not([data-device=mobile]) .share__count:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  display: block;
  box-sizing: border-box;
  height: 6px;
  width: 6px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background: #ffffff;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-50%);
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item,
body:not([data-device=mobile]) .share .ya-share2__container .b-share-btn__wrap {
  width: 120px;
  height: 31px;
  margin: 10px 5px 0 4px;
}

@media screen and (max-width: 1280px) {
  body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item,
  body:not([data-device=mobile]) .share .ya-share2__container .b-share-btn__wrap {
    width: auto;
  }
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__link {
  background: none;
  height: 31px;
  display: block;
  border-top-color: transparent;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__link .ya-share2__badge {
  background: transparent;
  overflow: visible;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_twitter {
  width: 91px;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__link:active {
  height: 31px;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__link:hover .ya-share2__counter {
  border-color: #000;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__link:hover .ya-share2__counter:before {
  background: url(../../i/icon-share_before-black_00ab5d80d3905ec367cf9cec8cd35de5.svg) 0 0 no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__icon {
  margin-top: 4px;
  float: left;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_facebook .ya-share2__icon {
  background: transparent url(../../i/icon-facebook-blue_69f7ecee0e56a7f0e8d9272105ba96c5.svg) 50% 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: transparent url(../../i/icon-vkontakte-blue_4ce6299d692f4cd92559bde7072302e5.svg) 50% 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon {
  background: transparent url(../../i/icon-twitter-blue_f1084de05e718750579e2dd2e901fe9c.svg) 50% 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon:before {
  position: absolute;
  left: 24px;
  top: 3px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: black;
  text-align: center;
  width: 50px;
  text-indent: -9999px !important;
  background: url(../../i/share_bg_c91fefbc1a212de6035ebea168a38a28.png) 50% 50% no-repeat;
  display: block;
  content: "";
  border: 1px solid #ccc;
  border-left: none;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 28px;
  width: 6px;
  height: 25px;
  background: url(../../i/icon-share_before_a6c62467de050e34a7233168d98b1b3f.svg) right 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:before {
  border-color: #000;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:after {
  background: url(../../i/icon-share_before-black_00ab5d80d3905ec367cf9cec8cd35de5.svg) right 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: transparent url(../../i/icon-odnoklassniki-blue_63f89481de1f3129fad8412e1b3b6b8d.svg) 50% 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .whatsapp-link {
  display: inline-block;
  background: transparent url(../../i/icon-whatsapp_cdc5de3124713e317ca2649179e727b5.svg) 50% 50% no-repeat;
  width: 91px;
  height: 24px;
  background-size: 20px;
  vertical-align: middle;
  border-top: solid 3px transparent;
  position: relative;
}

body:not([data-device=mobile]) .share .ya-share2__container .whatsapp-link:before {
  position: absolute;
  left: 24px;
  top: 0px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: black;
  text-align: center;
  width: 50px;
  text-indent: -9999px !important;
  background: url(../../i/share_bg_c91fefbc1a212de6035ebea168a38a28.png) 50% 50% no-repeat;
  display: block;
  content: "";
  border: 1px solid #ccc;
  border-left: none;
}

body:not([data-device=mobile]) .share .ya-share2__container .whatsapp-link:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 28px;
  width: 6px;
  height: 25px;
  background: url(../../i/icon-share_before_a6c62467de050e34a7233168d98b1b3f.svg) right 50% no-repeat;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__counter {
  position: relative;
  border: 1px solid #ccc;
  border-left: none;
  margin-left: 35px;
  height: 23px;
  line-height: 24px;
  color: #000;
  text-align: center;
  width: 48px;
  text-indent: -9999px !important;
  background: url(../../i/share_bg_c91fefbc1a212de6035ebea168a38a28.png) 50% 50% no-repeat;
  display: block;
  padding: 0;
  margin-top: 3px;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__counter:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -6px;
  width: 6px;
  height: 25px;
  background: url(../../i/icon-share_before_a6c62467de050e34a7233168d98b1b3f.svg) right 50% no-repeat;
  margin: 0;
}

body:not([data-device=mobile]) .share .ya-share2__container .ya-share2__counter_visible {
  text-indent: 0px !important;
  background: none;
}

body:not([data-device=mobile]) .share .fl_flip_button,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip] {
  border: none !important;
  background: transparent url(../../i/icon-flipboard-blue_3f1c6008c85c5d1d63cc74024208b049.svg) left 50% no-repeat !important;
  background-size: 18px 18px;
  text-indent: -9999px !important;
  width: 91px;
  opacity: 0;
  height: 31px !important;
  display: block;
  position: relative;
}

body:not([data-device=mobile]) .share .fl_flip_button img,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip] img {
  display: none;
}

body:not([data-device=mobile]) .share .fl_flip_button:before,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip]:before {
  position: absolute;
  left: 25px;
  top: 3px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: black;
  text-align: center;
  width: 49px;
  text-indent: -9999px !important;
  background: url(../../i/share_bg_c91fefbc1a212de6035ebea168a38a28.png) 50% 50% no-repeat;
  display: block;
  content: "";
  border: 1px solid #ccc;
  border-left: none;
}

body:not([data-device=mobile]) .share .fl_flip_button:after,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip]:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 29px;
  width: 6px;
  height: 25px;
  background: url(../../i/icon-share_before_a6c62467de050e34a7233168d98b1b3f.svg) right 50% no-repeat;
}

body:not([data-device=mobile]) .share .fl_flip_button:focus,
body:not([data-device=mobile]) .share .fl_flip_button:active,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip]:focus,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip]:active {
  border: none !important;
  outline: none;
}

body:not([data-device=mobile]) .share .fl_flip_button:hover:before,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip]:hover:before {
  border-color: #000;
}

body:not([data-device=mobile]) .share .fl_flip_button:hover:after,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip]:hover:after {
  background: url(../../i/icon-share_before-black_00ab5d80d3905ec367cf9cec8cd35de5.svg) 0 0 no-repeat;
}

body:not([data-device=mobile]) .share .fl_flip_button b,
body:not([data-device=mobile]) .share a[data-flip-widget=shareflip] b {
  display: none;
}

body:not([data-device=mobile]) .article_broadcast .share .ya-share2__container .ya-share2__counter,
body:not([data-device=mobile]) .article_broadcast {
  color: #fff;
}

body:not([data-device=mobile]) .article_broadcast .share .ya-share2__container .ya-share2__link:hover .ya-share2__counter,
body:not([data-device=mobile]) .article_broadcast .share .ya-share2__container .ya-share2__item_service_gplus:hover .ya-share2__icon:before,
body:not([data-device=mobile]) .article_broadcast .share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon:before {
  border-color: #fff;
}

body[data-device=mobile] a[data-flip-widget=shareflip] {
  display: none;
}

body[data-device=mobile] .share {
  display: none;
}

body[data-device=mobile] .share .ya-share2__container {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list {
  display: block;
  width: 100%;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item {
  /*width: 16.6%;*/
  width: calc(100% / 6);
  float: left;
  margin: 0;
  height: 34px;
  display: block;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link {
  display: block;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__counter {
  display: none;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__badge {
  border-radius: 0px;
  padding: 5px;
  display: block;
  text-align: center;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .whatsapp-link {
  display: block;
  width: 100%;
  background: #34AF23 url(../../i/icon-whatsapp_cdc5de3124713e317ca2649179e727b5.svg) center no-repeat;
  background-size: 20px;
  height: 34px;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .fl_flip_button,
body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item a[data-flip-widget=shareflip] {
  background: #e12828;
  height: 34px;
  display: block;
  width: 100%;
  color: #e12828;
  border: none;
  border-radius: 0;
  text-align: center;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .fl_flip_button img,
body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item a[data-flip-widget=shareflip] img {
  margin-top: 2px;
  width: 30px;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .fl_flip_button i,
body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item a[data-flip-widget=shareflip] i {
  display: none;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item .fl_flip_button b,
body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item a[data-flip-widget=shareflip] b {
  background-size: 34px 34px;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -17px;
}

body[data-device=mobile] .share .ya-share2__container .ya-share2__list .ya-share2__item.ya-share2__item_service_gplus {
  display: none;
}

.tags {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-left: 146px;
}

@media screen and (max-width: 1280px) {
  .tags {
    padding-left: 0;
  }
}

.tags__item {
  display: inline-block;
  border: 1px solid #999;
  color: #999;
  margin-bottom: 12px;
  margin-right: 12px;
  font: normal 12px/26px "Open Sans", sans-serif;
  padding: 0 14px;
  text-decoration: none;
}

.header-live {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.header-live--broadcast {
  background: #2483c5;
}

.header-live--hot-news {
  background: #e7b928;
}

.header-live__title {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  width: 100px;
  padding: 0 13px;
  flex: 0 0 100px;
}

@media screen and (max-width: 900px) {
  .header-live__title {
    width: auto;
    flex: 0 1 auto;
  }
}

.header-live--broadcast .header-live__title {
  background: #ed1c24;
}

.header-live--hot-news .header-live__title {
  background: #1f3155;
}

.header-live__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

.header-live__list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30%;
  height: 100%;
  z-index: 2;
}

.header-live--broadcast .header-live__list:after {
  background: linear-gradient(90deg, rgba(36, 131, 197, 0) 0%, #2483c5 25%, #2483c5 100%);
}

.header-live--hot-news .header-live__list:after {
  background: linear-gradient(90deg, rgba(231, 185, 40, 0) 0%, #e7b928 25%, #e7b928 100%);
}

.header-live__control {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

.header-live__item {
  position: relative;
  z-index: 1;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 300ms ease 0ms, opacity 300ms ease 0ms;
}

.header-live__item:first-child {
  height: auto;
  opacity: 1;
}

.header-live--opened .header-live__item {
  height: 42px;
  opacity: 1;
  transition: height 300ms ease 0ms, opacity 300ms ease 0ms;
}

.header-live__icon {
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  margin: 9px 0 auto;
  flex: 0 0 24px;
}

.header-live--broadcast .header-live__icon {
  background: url(../../i/icon-play-white_8b78802dc4f39d8c2c47fe27cb1ed33f.svg) 7px 50% no-repeat;
  border-radius: 50%;
  border: 2px solid #fff;
}

.header-live--hot-news .header-live__icon {
  background: transparent url(../../i/icon-thunder_cdb26805804eaaa2af20d4749c7f7236.svg) center no-repeat;
  background-size: 50%;
}

.header-live__label {
  font: 600 14px/42px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: 0 auto 0 13px;
}

@media screen and (max-width: 900px) {
  .header-live__label {
    display: none;
  }
}

.header-live__item .header-live__link {
  font: normal 14px/42px "Open Sans", sans-serif;
  padding: 0 13px;
  overflow: hidden;
  white-space: nowrap;
}

.header-live--broadcast .header-live__item .header-live__link {
  color: #fff;
}

.header-live--hot-news .header-live__item .header-live__link {
  color: #203354;
}

.header-live__button {
  display: block;
  height: 24px;
  width: 24px;
  margin: 9px 13px auto;
  cursor: pointer;
}

.header-live__button--show-all {
  background: transparent url(../../i/icon-arrow_82b2a06bebcc7410d1a7e183cbc49a54.svg) center no-repeat;
  background-size: 50%;
  transition: transform 300ms ease 0ms;
}

.header-live--opened .header-live__button--show-all {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 300ms ease 0ms;
}

.finance-info {
  background: #fff;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.finance-info--hidden {
  display: none;
}

.finance-info__control {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #ffffff;
}

.finance-info__holder {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 52px 0 55px;
}

.finance-info__marquee {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}

.finance-info__marquee:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.finance-info__groups {
  display: flex;
  flex-flow: row nowrap;
}

.finance-info__list {
  display: flex;
  flex-flow: row nowrap;
  margin: 12px 0;
  padding: 0;
  border-right: 1px solid #9a9a9a;
}

.finance-info__list:last-child {
  border: none;
}

.finance-info__item {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 5px;
}

.finance-info__name {
  font: normal 12px/28px "Open Sans", sans-serif;
  display: block;
  padding: 0 5px;
  color: #9a9a9a;
}

.finance-info__value {
  font: bold 12px/28px "Open Sans", sans-serif;
  display: block;
  padding: 0 5px;
}

.finance-info__value--default {
  color: #000;
}

.finance-info__value--grow {
  color: #189f30;
}

.finance-info__value--fall {
  color: #8a1c0b;
}

.finance-info__close {
  font: 0 sans-serif;
  outline: 0;
  border: 0;
  height: 52px;
  width: 52px;
  background: transparent url(../../i/icon-close-grey_fa436aa646a9945ae8f35a52d96bc939.svg) center no-repeat;
  background-size: 25%;
  cursor: pointer;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.slot--column {
  width: 333px;
  flex: 0 0 333px;
}

@media screen and (max-width: 1024px) {
  .slot--column {
    display: none;
  }
}

.slot--test {
  position: relative;
  width: 100%;
  height: 100px;
  background: #0a7aae;
}

.slot--test:after {
  content: attr(data-id);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.slot--article,
.slot--main,
.slot--inner {
  height: 100%;
  width: 333px;
  flex: 0 0 333px;
}

@media screen and (max-width: 1365px) {
  .slot--article,
  .slot--main,
  .slot--inner {
    width: 273px;
    flex: 0 0 273px;
  }
}

@media screen and (max-width: 1024px) {
  .slot--article,
  .slot--main,
  .slot--inner {
    display: none;
  }
}

.slot__container--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.theme-header {
  padding: 24px;
  background-color: #333;
}

@media screen and (max-width: 570px) {
  .theme-header {
    display: flex;
    padding: 12px;
  }
}

.theme-header__label {
  font: normal 16px/24px "Open Sans", sans-serif;
  color: #999;
  margin: 0;
  padding-right: 24px;
}

@media screen and (max-width: 570px) {
  .theme-header__label {
    line-height: 36px;
  }
}

.theme-header__title_article {
  font: normal 30px/36px "RussiaLight", sans-serif;
  color: #fff;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 570px) {
  .theme-header__title_article {
    font-size: 28px;
  }
}

.theme-header__title_article a {
  color: #fff;
}

.theme-header__title__time {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 24px;
  color: #ffa800;
  padding: 0 0 0 30px;
  font: 300 12px/17px "Roboto", sans-serif;
  background: transparent url(../../i/icon-refresh-yellow_8cc15a5b3e95319c146245994ac8eceb.svg) 0 50% no-repeat;
}

.article {
  padding: 24px 70px;
  color: #000;
}

.article_dark {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 570px) {
  .article {
    padding: 24px 12px;
  }
}

.article__date {
  font: normal 14px/18px "Arimo", sans-serif;
  color: #555;
}

.article__time {
  padding: 0 12px;
}

.article_dark .article__time {
  padding-left: 0;
  color: #fff;
}

.article__source a {
  color: #666;
  text-decoration: none;
}

.article__source a:hover {
  text-decoration: underline;
}

.article__title {
  font: normal 32px/36px "RussiaLight", sans-serif;
  padding: 4px 0 24px;
  margin: 0;
}

.article__media {
  padding-bottom: 20px;
  position: relative;
}

.article__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.article__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__photo {
  position: relative;
}

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

.article__photo .article__photo-author {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.article__photo .article__photo-author p {
  font: normal 14px/18px "Arimo", sans-serif;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.article .article__slider_thumbs {
  max-width: 600px;
  margin: 20px auto 0;
  padding: 0 24px;
}

@media screen and (max-width: 900px) {
  .article .article__slider_thumbs {
    padding: 0;
  }
}

.article .article__slider_thumbs .swiper-slide {
  padding: 0 12px 0 0;
  opacity: 0.5;
}

.article .article__slider_thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.article .article__slider_thumbs img {
  display: block;
  width: 100%;
}

.article__body {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .article__body {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article__text {
  font: normal 16px/24px "Open Sans", sans-serif;
  color: #333;
  padding-left: 24px;
  padding-top: 24px;
  width: 100%;
}

.article_dark .article__text {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .article__text {
    padding-left: 0;
  }
}

.article__text h2 {
  padding: 0 0 30px;
}

.article__text h3 {
  padding: 0 0 30px;
}

.article__text img {
  max-width: 100%;
}

.article__text p {
  padding: 0 0 30px;
  text-align: left !important;
  margin: 0;
}

.article__text div {
  margin: 0 0 30px;
}

.article__text a {
  text-decoration: underline;
  color: #0095da;
}

.article__text a.special-url {
  font-size: 18px;
}

.article__text a.anons_url {
  color: #000;
  text-decoration: none;
}

.article__text a.anons_url:hover {
  text-decoration: underline;
}

.article__text em,
.article__text i {
  font-style: italic;
}

.article__text b,
.article__text strong {
  font-weight: bold;
}

.article__text sup {
  vertical-align: super;
  font-size: smaller;
}

.article__text sub {
  vertical-align: sub;
  font-size: smaller;
}

.article__text ul {
  padding-left: 40px;
  list-style: disc;
  padding-bottom: 30px;
}

.article__text ol {
  padding-left: 40px;
  list-style: decimal;
  padding-bottom: 30px;
}

.article__text blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 40px;
  margin-bottom: 30px;
}

.article__text blockquote p {
  padding: 0;
}

.article__text blockquote p + p {
  padding-top: 30px;
}

.article__text .article__author {
  color: #666;
  font-style: italic;
  margin-bottom: 16px;
}

.article__text .article_end {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 16px;
  background: url(../../i/favicon-16x16_dc7fb5ad239c6b27ed1816718273cc46.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  .article__text .article_end {
    background: url(../../i/favicon-32x32_15075f2c2475f7dc38c1b4132f6a3798.png) 0 0 no-repeat;
    background-size: contain;
  }
}

.article__text div.article__video-link-double {
  padding: 12px 0 30px;
}

.article__text div.article__video-link-double a {
  color: #fff;
  background: #0095da 10px 12px no-repeat;
  text-decoration: none;
  padding: 13px 12px 13px 48px;
}

.article__text .picture-insert {
  position: relative;
  margin: 0 0 30px;
}

.article__text .picture-insert__holder img {
  width: 100%;
}

.article__text .picture-insert__image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.article__text .picture-insert__info {
  box-sizing: border-box;
  width: 100%;
  font: italic 0.9em/1em "Open Sans", sans-serif;
  text-align: right;
  margin: 10px 0 0;
  color: #b9b9b9;
}

.article__text .picture-insert__info a {
  color: inherit;
  text-decoration: underline;
}

.article__text .picture-insert__info span {
  color: inherit;
  text-decoration: none;
}

.article__text .picture-insert__description {
  box-sizing: border-box;
  width: 100%;
  font: italic 0.9em/1em "Open Sans", sans-serif;
  text-align: right;
  margin: 0 0 10px;
  color: #b9b9b9;
}

.article__text .picture-insert__description a,
.article__text .picture-insert__description span {
  color: inherit;
  text-decoration: underline;
}

.article__text .picture-insert__author {
  box-sizing: border-box;
  width: 100%;
  font: italic 0.9em/1em "Open Sans", sans-serif;
  text-align: right;
  margin: 10px 0;
  color: #b9b9b9;
}

.article__text .picture-insert__author a {
  color: inherit;
  text-decoration: underline;
}

.article__text .picture-insert__author span {
  color: inherit;
  text-decoration: none;
}

.article__text .teaser {
  display: block;
  margin: 50px 0 30px;
  position: relative;
}

.article__text .teaser .teaser_photo {
  width: 36%;
  display: block;
  float: left;
  margin-top: 7px;
}

.article__text .teaser .teaser_photo img {
  display: block;
  width: 100%;
}

.article__text .teaser .wrapper-teaser {
  margin-left: 36%;
  padding-left: 30px;
  width: auto;
}

.article__text .teaser .teaser_title {
  font-size: 1.5em;
  font-weight: bold;
  color: #23282f;
  text-decoration: none;
  line-height: 32px;
}

.article__text .teaser .teaser_read {
  color: #999;
  margin-top: 16px;
  text-decoration: none;
  display: block;
  width: auto;
}

.article__text .teaser .clear {
  clear: both;
}

.article__text-source {
  margin: 0 0 6px !important;
}

.article__text-source a {
  font: normal 16px/32px "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 32px;
  padding: 0 24px;
  border-radius: 4px;
  background: #0095da;
}

.article__text-source a:hover {
  background: #2483c5;
}

.article .b-incut--list-no-picture {
  margin: 0 auto;
  padding-bottom: 24px;
}

.article .b-incut--list-no-picture .b-incut__inner {
  position: relative;
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text {
  position: relative;
  min-height: 70px;
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number {
  display: block;
  position: absolute;
  top: 25px;
  left: -90px;
  width: 70px;
  height: 40px;
  background: #ff0147;
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 1280px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number {
    top: 25px;
    left: 0;
    width: 56px;
    height: 32px;
  }
}

@media screen and (max-width: 530px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number {
    top: 16px;
    left: 0;
    width: 35px;
    height: 20px;
  }
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  background: #ff0147;
  z-index: -1;
  transform: rotate(60deg);
}

@media screen and (max-width: 1280px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number:before {
    width: 56px;
    height: 32px;
  }
}

@media screen and (max-width: 530px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number:before {
    width: 35px;
    height: 20px;
  }
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 40px;
  background: #ff0147;
  z-index: -1;
  transform: rotate(-60deg);
}

@media screen and (max-width: 1280px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number:after {
    width: 56px;
    height: 32px;
  }
}

@media screen and (max-width: 530px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number:after {
    width: 35px;
    height: 20px;
  }
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number p {
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-family: "Open Sans", Verdana, sans-serif;
  text-transform: none;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  text-align: center !important;
}

@media screen and (max-width: 1280px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 530px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .number p {
    font-size: 16px;
    line-height: 20px;
  }
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .label {
  display: block;
}

@media screen and (max-width: 1280px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .label {
    margin: 0 0 0 80px;
  }
}

@media screen and (max-width: 530px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .label {
    margin: 0 0 0 50px;
  }
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .label p {
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-family: "Open Sans", Verdana, sans-serif;
  text-transform: none;
  text-decoration: none;
  line-height: 27px;
  color: #000;
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .name {
  display: block;
}

@media screen and (max-width: 1280px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .name {
    margin: 0 0 0 80px;
  }
}

@media screen and (max-width: 530px) {
  .article .b-incut--list-no-picture .b-incut__inner .b-incut__text .name {
    margin: 0 0 0 50px;
  }
}

.article .b-incut--list-no-picture .b-incut__inner .b-incut__text .name p {
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-family: "Open Sans", Verdana, sans-serif;
  text-transform: none;
  text-decoration: none;
  line-height: 30px;
  color: #000;
}

.article_message {
  padding-top: 188px;
  min-height: 450px;
}

.article_message p {
  margin: 0;
}

.article .vgtrk-cke_iframe {
  margin: 0 0 30px;
}

.article .swiper-lazy {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.article .swiper-lazy-loaded {
  padding-bottom: 0;
  height: auto;
}

.article .swiper-lazy-preloader {
  background: transparent url(../../i/preloader_11f0c8c44868fe23181f9e5da8c337c2.gif) center no-repeat;
  background-size: 50%;
  -webkit-animation: none;
          animation: none;
  border: none;
  border-radius: 0;
  border-top-color: transparent;
}

.content-news .title {
  font: bold 13px/18px "Open Sans", sans-serif;
  text-transform: capitalize;
  margin-top: 46px;
  word-spacing: 14px;
  border-bottom: none;
  height: 18px;
}

.content-news .title .thin {
  font-weight: 300;
}

.list {
  padding: 0 24px;
}

.list.loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: transparent url(../../i/preloader_11f0c8c44868fe23181f9e5da8c337c2.gif) 50% 50% no-repeat;
}

@media screen and (max-width: 570px) {
  .list {
    padding: 0 12px;
  }
}

.list.list-more-videos {
  border-top: 1px solid #ccc;
  padding: 0 70px;
}

@media screen and (max-width: 570px) {
  .list.list-more-videos {
    padding: 0 12px;
  }
}

.list.list-more-videos .list__item:last-child {
  border-bottom: none;
}

.list__item {
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .list__item {
    padding: 28px 0;
  }
}

@media screen and (max-width: 570px) {
  .list__item {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list__pic-wrapper {
  display: inline-block;
  width: 162px;
}

@media screen and (max-width: 1280px) {
  .list__pic-wrapper {
    width: 132px;
  }
}

@media screen and (max-width: 570px) {
  .list__pic-wrapper {
    width: 100%;
  }
}

.list__pic {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.list__info {
  width: calc(100% - 162px);
  padding-left: 56px;
  padding-right: 56px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .list__info {
    width: calc(100% - 132px);
  }
}

@media screen and (max-width: 570px) {
  .list__info {
    width: 100%;
    padding-left: 0;
    padding-top: 22px;
    padding-right: 36px;
  }
}

.list__data {
  display: flex;
  flex-flow: row wrap;
}

.list__date {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 4px;
}

.list__time {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #999;
  padding: 0 14px;
  margin: 0 0 4px;
}

.list__subtitle {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #999;
}

.list__subtitle a {
  color: inherit;
}

.list__subtitle a:hover {
  text-decoration: underline;
}

.list__title {
  font: bold 18px/24px "Arimo", sans-serif;
  color: #000;
  padding-top: 10px;
}

@media screen and (max-width: 570px) {
  .list__title {
    padding-top: 3px;
    font-weight: normal;
  }
}

.list-news .list__title,
.list-videos .list__title,
.list-more-videos .list__title {
  font: normal 24px/32px "Arimo", sans-serif;
}

@media screen and (max-width: 1280px) {
  .list-news .list__title,
  .list-videos .list__title,
  .list-more-videos .list__title {
    font: normal 18px/24px "Arimo", sans-serif;
  }
}

.list__title a {
  color: inherit;
}

.list__title a:hover {
  text-decoration: none;
  color: #2483c5;
}

.list__icon {
  width: 24px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}

.list__icon-play {
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #2483c5;
  border-radius: 50%;
  background: transparent url(../../i/icon-play-blue_8386f57b39f244097da962e8775ace79.svg) 8px 50% no-repeat;
}

.list__text-btn {
  color: #0095da;
  border: 1px solid #0095da;
  font: 600 13px/18px "Open Sans", sans-serif;
  padding: 12px 48px;
  border-radius: 3px;
  margin: 0 auto;
  width: 164px;
  box-sizing: border-box;
  text-align: center;
  display: block;
}

.content-videos {
  padding: 0 30px;
  box-sizing: border-box;
}

.content-videos .title {
  margin: 0 24px;
  font: bold 18px/60px "Arimo", sans-serif;
  height: 60px;
  padding: 0;
  text-transform: none;
  border: none;
}

@media screen and (max-width: 570px) {
  .content-videos .title {
    margin: 0 12px;
  }
}

.content-videos .list-videos {
  padding-bottom: 30px;
}

.content-videos .list__item:first-child {
  padding-top: 0;
}

.air-video__player {
  padding: 24px;
  border-bottom: 1px solid #ccc;
  height: auto;
}

@media screen and (max-width: 570px) {
  .air-video__player {
    padding: 24px 12px;
  }
}

.air-video__player-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.air-video__player-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.air-video__nav {
  background: url(../../i/bg_3764571a5d1dc1fbf05e51366f2a619d.png);
  padding: 12px;
  overflow: hidden;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 570px) {
  .air-video__nav {
    padding: 6px;
  }
}

.air-video__link {
  display: inline-block;
  width: 96px;
  height: 96px;
  background: url(../../i/logos_76ad5e2ae3e40d1bfe7ae418373941c9.png);
  margin: 12px;
  transition: all 0.3s;
}

.air-video__link_rus1 {
  background-position: 0 -96px;
}

.air-video__link_rus1:hover {
  background-position: 0 0;
}

.air-video__link_rus24 {
  background-position: -192px -96px;
}

.air-video__link_rus24:hover {
  background-position: -192px 0;
}

.air-video__link_cult {
  background-position: -288px -96px;
}

.air-video__link_cult:hover {
  background-position: -288px 0;
}

.air-video__link_rtr {
  background-position: -384px -96px;
}

.air-video__link_rtr:hover {
  background-position: -384px 0;
}

.air-video__link_m24 {
  background-position: -480px -96px;
}

.air-video__link_m24:hover {
  background-position: -480px 0;
}

.air-video__link_vestifm {
  background-position: -672px -96px;
}

.air-video__link_vestifm:hover {
  background-position: -672px 0;
}

.search-ext {
  padding: 24px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 570px) {
  .search-ext {
    padding: 24px 12px;
  }
}

.search-ext form {
  display: flex;
}

@media screen and (max-width: 570px) {
  .search-ext form {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search-ext__title {
  width: 122px;
  min-width: 122px;
  font: normal 16px/24px "OpenSansRegular", sans-serif;
  margin: 0;
  padding-top: 7px;
}

@media screen and (max-width: 570px) {
  .search-ext__title {
    width: 100%;
  }
}

.search-ext__content {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 570px) {
  .search-ext__content {
    margin-top: 12px;
  }
}

.search-ext__query-wrapper {
  height: 37px;
  font: normal 16px/24px "OpenSansRegular", sans-serif;
  line-height: 35px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 570px) {
  .search-ext__query-wrapper {
    padding: 0 12px;
  }
}

.search-ext__query {
  height: 35px;
  font: normal 16px/35px "Open Sans", sans-serif;
  color: #555;
  background-color: #fff;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search-ext__box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.search-ext__params {
  padding-top: 16px;
  width: 50%;
}

.search-ext__params:nth-child(3) {
  width: 100%;
}

@media screen and (max-width: 570px) {
  .search-ext__params {
    width: 100%;
    display: none;
  }
}

.search-ext__sub-title {
  margin: 0;
  font: normal 14px/24px "Open Sans", sans-serif;
  padding-bottom: 12px;
}

.search-ext__radio {
  position: relative;
  font: normal 16px/35px "Open Sans", sans-serif;
  padding: 3px 120px 7px 0;
  height: 35px;
  cursor: pointer;
  width: 164px;
  margin: 0;
}

.search-ext__radio label {
  cursor: pointer;
}

.search-ext__radio input {
  outline: none;
}

.search-ext__date-select {
  position: relative;
  cursor: pointer;
  max-width: 232px;
  margin-bottom: 12px;
  height: 35px;
  font: normal 14px/35px "Open Sans", sans-serif;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  padding: 0 24px;
}

@media screen and (max-width: 570px) {
  .search-ext__date-select {
    padding: 0 12px;
  }
}

.search-ext__date-select:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 35px;
  border-left: 1px solid #ccc;
}

.search-ext__date-select:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 11px;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(-45deg);
  transform-origin: center;
}

.search-ext__date-select__current {
  margin: 0;
}

.search-ext__date-select__list {
  position: absolute;
  top: 35px;
  left: -1px;
  width: 100%;
  padding: 0;
  z-index: 999;
  height: auto;
  display: none;
  margin: 0;
  background: #fff;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  list-style: none;
  border: 1px solid #ccc;
}

.search-ext__date-select__list li {
  border-bottom: 1px solid #ccc;
  padding: 0 24px;
}

@media screen and (max-width: 570px) {
  .search-ext__date-select__list li {
    padding: 0 12px;
  }
}

.search-ext__date-select__list li:last-child {
  border-bottom: none;
}

.search-ext__date {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 96px;
  height: 35px;
  font: normal 14px/35px "Open Sans", sans-serif;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  padding: 0 24px;
}

.search-ext__date:after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 31px;
  height: 35px;
  border-left: 1px solid #ccc;
  background: url(../../i/icon-calendar_a877cdec19b05ceac63b9feb17857e07.svg) 50% 50% no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 570px) {
  .search-ext__date {
    padding: 0 12px;
  }
}

.search-ext__date input {
  width: 75px;
  height: 35px;
  display: block;
  font: inherit;
  border: none;
  padding: 0;
  outline: none;
  color: #555;
}

.search-ext__text {
  display: inline-block;
  padding: 5px 12px;
  vertical-align: top;
  font: normal 16px/24px "Open Sans", sans-serif;
}

.search-ext__submit-wrapper {
  padding-top: 24px;
  display: flex;
  width: 100%;
}

.search-ext__submit {
  display: block;
  height: 37px;
  padding: 0 24px;
  background: #0095da;
  font: normal 16px/37px "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.search-ext__submit:hover {
  background: #2483c5;
}

.search-ext__show-more {
  display: none;
}

@media screen and (max-width: 570px) {
  .search-ext__show-more {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: transparent url(../../i/icon-cogwheel_3c39630388d054260e7708b93fbbde0a.svg) 50% 50% no-repeat;
    margin-left: 12px;
    cursor: pointer;
  }
}

.search-ext .qs-datepicker {
  padding: 12px 12px 0;
}

.search-ext .qs-datepicker .qs-controls {
  background: #0095da;
  color: #fff;
  font: 500 14px/35px "Open Sans", sans-serif;
  border-radius: 3px;
}

.search-ext .qs-datepicker .qs-controls .qs-month-year {
  border: none;
}

.search-ext .qs-datepicker .qs-controls .qs-arrow.qs-right {
  background: transparent url(../../i/icon-next-small-white_8bb99ce27391889930a1069461a63adb.svg) 50% 50% no-repeat;
}

.search-ext .qs-datepicker .qs-controls .qs-arrow.qs-right:after {
  display: none;
}

.search-ext .qs-datepicker .qs-controls .qs-arrow.qs-left {
  background: transparent url(../../i/icon-prev-small-white_886df7f96e3091f677cd7a77d87dab06.svg) 50% 50% no-repeat;
}

.search-ext .qs-datepicker .qs-controls .qs-arrow.qs-left:after {
  display: none;
}

.search-ext .qs-datepicker .qs-squares .qs-square {
  font: 300 14px/17px "Roboto", sans-serif;
  color: #222;
}

.search-ext .qs-datepicker .qs-squares .qs-square.qs-day {
  font-weight: 400;
}

.search-ext .qs-datepicker .qs-squares .qs-square.qs-current {
  background: #ccc;
}

.search-ext .qs-datepicker .qs-squares .qs-square.qs-current span {
  text-decoration: none;
}

.search-ext .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #0095da;
  color: #fff;
}

.title_broadcasts {
  background: transparent url(../../i/bg_3764571a5d1dc1fbf05e51366f2a619d.png);
  text-transform: uppercase;
  font-weight: 600;
}

.broadcasts {
  opacity: 1;
}

.broadcasts__empty {
  font: 500 24px/30px "Open Sans", sans-serif;
  padding: 60px 24px;
}

@media screen and (max-width: 570px) {
  .broadcasts__empty {
    padding: 60px 12px;
  }
}

.broadcasts__list {
  position: relative;
  padding: 0 24px 0 160px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 570px) {
  .broadcasts__list {
    padding: 0 12px;
  }
}

.broadcasts__list:nth-child(even) {
  background: transparent url(../../i/bg_3764571a5d1dc1fbf05e51366f2a619d.png);
}

.broadcasts__day {
  position: absolute;
  padding-top: 24px;
  left: 24px;
  color: #000;
  font: normal 16px/24px "Open Sans", sans-serif;
  margin: 0;
}

@media screen and (max-width: 570px) {
  .broadcasts__day {
    position: relative;
    left: 0;
  }
}

.broadcasts__day span {
  display: block;
  font: 300 12px/17px "Roboto", sans-serif;
  color: #555;
}

.broadcasts__item {
  padding: 24px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  position: relative;
}

.broadcasts__item:last-child {
  border-bottom: 0;
}

.broadcasts__item_current {
  min-height: 50px;
}

.broadcasts__item_current:before {
  display: block;
  position: absolute;
  content: "";
  top: 60px;
  left: 12px;
  background: url(../../i/icon-play-red_6196cb7a5218dccfa37e4cd201a7796c.svg) 7px 50% no-repeat;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #ed1c24;
  width: 25px;
  height: 25px;
}

.broadcasts__time {
  width: 80px;
  min-width: 80px;
  font: 300 18px "Open Sans", sans-serif;
  color: #000;
}

.broadcasts__pic-wrapper {
  display: block;
  width: 130px;
  min-width: 130px;
}

@media screen and (max-width: 1500px) {
  .broadcasts__pic-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .broadcasts__pic-wrapper {
    display: block;
  }
}

@media screen and (max-width: 670px) {
  .broadcasts__pic-wrapper {
    display: none;
  }
}

.broadcasts__pic {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.broadcasts__info {
  padding: 0 24px;
  max-width: 515px;
}

.broadcasts__title {
  font: normal 18px/18px "Arimo", sans-serif;
  color: #000;
  margin: 0;
}

.broadcasts__title a {
  color: inherit;
}

.broadcasts__anons {
  font: normal 12px/17px "Arimo", sans-serif;
  color: #555;
  margin: 9px 0 0 0;
}

.broadcasts__anons a {
  color: inherit;
}

.block-broadcasts__head {
  height: 57px;
  line-height: 57px;
  font: bold 14px/55px "Open Sans", sans-serif;
  color: #fff;
  background-color: #0a7aae;
  *zoom: 1;
  background: linear-gradient(to right, #0a7aae 0%, #28aeed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a7aae", endColorstr="#28aeed",GradientType=1 );
  padding: 0 24px;
  text-transform: uppercase;
}

.block-broadcasts__date {
  font: 300 12px/17px "Roboto", sans-serif;
  color: #555;
  margin: 0 0 18px 44px;
}

.block-broadcasts__item {
  padding-bottom: 14px;
  display: flex;
  position: relative;
  text-decoration: none;
}

.block-broadcasts__item:hover {
  text-decoration: none;
}

.block-broadcasts__item_current:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  background: url(../../i/icon-play-red_6196cb7a5218dccfa37e4cd201a7796c.svg) 8px 50% no-repeat;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #ed1c24;
  width: 25px;
  height: 25px;
}

.block-broadcasts__item_current .block-broadcasts__time {
  opacity: 0;
}

.block-broadcasts__time {
  width: 44px;
  font: 300 12px/17px "Roboto", sans-serif;
  min-height: 1px;
  color: #555;
}

.block-broadcasts__title {
  width: calc(100% - 44px);
  font: normal 14px/18px "Arimo", sans-serif;
  color: #000;
}

.block-broadcasts__title:hover {
  text-decoration: underline;
}

.block-broadcasts__link {
  font: 300 12px/17px "Roboto", sans-serif;
  color: #555;
  margin-left: 44px;
}

.block-broadcasts__link a {
  color: inherit;
}
