body {
  font-family: 'Helvetica', sans-serif;
  min-width: 320px;
}
.clearfix::after {
  display: table;
  content: '';
  clear: both;
}
.link {
  color: #000;
  text-decoration: none;
  transition: color 0.25s;
}
.link_hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #D80000;
}
.container {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
}
.container::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .container {
    min-width: 296px;
    padding: 0 12px;
  }
}
.section {
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
}
.title-mainpage {
  font-size: .8em;
  line-height: normal;
  margin: 0;
  color: #555;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.date {
  font-family: 'Arial', sans-serif;
  font-size: 0.6875em;
  color: #777777;
}
.date_header {
  font-size: 0.75em;
  color: #999;
}
.date_article-header {
  font-size: 0.75em;
  color: #fff;
}
.section__heading {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: #0059B2;
  font-weight: bold;
}
.section__heading__link {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  text-decoration: none;
  color: #0059B2;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
}
.section__heading__link:hover {
  color: #da0606;
}
.section__heading__link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.section__heading__link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.section__heading__link:hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #d80000;
}
.section__heading_margin_bottom {
  margin-bottom: 1em;
}
.section__content {
  margin-top: 1.25em;
}
.section__cards {
  margin-top: 1em;
}
.wrapper {
  min-width: 1240px;
}
.temp-social {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-color: #36638E;
}
.more {
  display: block;
  text-align: center;
  color: #0059b2;
  background-color: #DDDDDD;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125em;
  padding: 0.38888889em 0.44444444em 0.44444444em;
  transition: color 0.5s, background-color 0.5s;
}
.more:hover {
  color: #D90000;
  background-color: #E4E4E4;
}
.rtcode {
  clear: both;
  overflow-x: auto;
}
.rtcode iframe {
  display: block;
  margin: auto;
}
.ad {
  margin: 1em auto;
  text-align: center;
}
.twitter-tweet-rendered {
  margin: 0 auto !important;
}
.addthis {
  margin: 0 -2px;
}
.at-svc-email,
.at-svc-print {
  float: right;
}
.header__nav .addthis {
  position: absolute;
  left: 47px;
  top: -100%;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.header__nav .addthis .at-share-btn {
  margin: 2px !important;
  width: 24px !important;
  height: 24px !important;
}
.header__nav .addthis .at-share-btn svg,
.header__nav .addthis .at-share-btn span {
  width: 24px !important;
  height: 24px !important;
}
.header__nav .addthis .at-svc-compact,
.header__nav .addthis .at-svc-google_plusone_share,
.header__nav .addthis .at-svc-print {
  display: none;
}
.header__nav_float_js .addthis {
  display: block;
  top: 6px;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
iframe[src*="dailymotion.com"] {
  width: 100% !important;
}
@media screen and (max-width: 864px) {
  iframe[src*="dailymotion.com"] {
    max-height: 476px !important;
  }
}
@media screen and (max-width: 768px) {
  iframe[src*="dailymotion.com"] {
    max-height: 434px !important;
  }
}
@media screen and (max-width: 684px) {
  iframe[src*="dailymotion.com"] {
    max-height: 385px !important;
  }
}
@media screen and (max-width: 479px) {
  iframe[src*="dailymotion.com"] {
    max-height: 270px !important;
  }
}
@media screen and (max-width: 320px) {
  iframe[src*="dailymotion.com"] {
    max-height: 182px !important;
  }
}
.banner {
  text-align: center;
}
.banner__item {
  border: 1px dashed #c8c8c8;
  padding: 5px;
}
.banner + .banner {
  margin-top: 2em;
}
.banner_padding_top {
  padding: 2.6875em 0 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.link {
  color: inherit;
  text-decoration: none;
}
.link:hover {
  color: #da0606;
}
.link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5em;
  text-transform: uppercase;
  border-radius: .2em;
  color: inherit;
  border: 1px solid #000;
  line-height: 1;
}
.btn_red {
  color: #fff;
  text-shadow: 0 -2px #700101;
  background-color: #aa0505;
  border-color: #aa0505;
}
.btn_red:hover {
  background-color: #c30606;
}
.langs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.6875em;
  font-family: 'Arial', sans-serif;
  word-spacing: 0.54545455em;
}
.langs__item {
  display: inline;
  margin-left: 7px;
}
.langs__item:first-child {
  margin-left: 0;
}
.langs__link {
  color: #000;
  text-decoration: none;
  transition: color 0.5s;
  word-spacing: normal;
}
.langs__link:hover {
  color: #da0606;
}
.langs_footer {
  font-size: 0.8125em;
}
.langs__link_footer {
  color: #ddd;
}
.langs__link_footer:hover {
  color: #e5e5e5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}
@media screen and (max-width: 500px) {
  .langs__item_footer {
    display: block;
    text-align: center;
    margin-bottom: 0.84615385em;
  }
}
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1050px) {
  .header__nav_float_js .nav__item_header-menu-item {
    margin: 0 0.0625em 0.6875em;
    line-height: 1;
    word-spacing: normal;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
  }
  .header__nav_float_js .nav__item_header-menu-item:last-child {
    margin-bottom: 0;
  }
  .header__nav_float_js .nav__link_header-menu-link {
    display: block;
    background-color: #333333;
    border-bottom: 1px solid #555555;
    padding: 0.625em 3.0625em 0.75em;
    margin: 0;
    font-family: 'Segoe UI', 'Gill Sans Light', Helvetica;
    color: white;
    text-decoration: none;
  }
  .header__nav_float_js .nav__link_header-menu-link:hover {
    background-color: #222;
  }
}
@media screen and (min-width: 769px) {
  .nav_header-menu {
    display: inline-block;
    word-spacing: 1.125em;
    line-height: 1;
    position: relative;
  }
  .nav__item_header-menu-item {
    display: inline-block;
    font-size: 1.0625em;
    font-weight: normal;
    margin: 0;
    line-height: 1;
  }
  .nav__link_header-menu-link {
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.875em;
    margin-right: 0.0625em;
    word-spacing: normal;
    white-space: nowrap;
    text-decoration: none;
    color: white;
    font-family: 'Segoe UI', 'Gill Sans Light', Helvetica;
    transition: background 0.3s;
  }
  .nav__link_header-menu-link:hover {
    background: #595959;
  }
  .nav__link_header-menu-link_active {
    background: #595959;
  }
}
@media all and (max-width: 1023px) {
  .nav__item_header-menu-item {
    margin: 0 0.0625em 0.6875em;
    line-height: 1;
    word-spacing: normal;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
  }
  .nav__item_header-menu-item:last-child {
    margin-bottom: 0;
  }
  .nav__link_header-menu-link {
    display: block;
    background-color: #333333;
    border-bottom: 1px solid #555555;
    padding: 0.625em 3.0625em 0.75em;
    margin: 0;
    font-family: 'Segoe UI', 'Gill Sans Light', Helvetica;
    color: white;
    text-decoration: none;
  }
  .nav__link_header-menu-link:hover {
    background-color: #222;
  }
}
.nav_footer-menu {
  float: left;
  width: 80%;
}
.nav__link_footer-menu-link {
  margin-right: 1.2em;
  color: #ddd;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}
.nav__link_footer-menu-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .nav_footer-menu {
    float: none;
    width: auto;
    text-align: center;
  }
}
.nav__link_herbal {
  color: #76BD1D;
}
.socials {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.socials__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  position: relative;
}
.socials__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -215px;
  z-index: 90;
  border-radius: 60px 60px 0 0;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(transparent 50%, #FFF 50%);
  background-image: linear-gradient(transparent 50%, #FFF 50%);
}
.socials__popup_close {
  position: absolute;
  top: -20px;
  right: -20px;
  height: 40px;
  width: 40px;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
}
.socials__popup_close::after {
  background-image: url('/static/img/Close_cross.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -7px 0 0 -7px;
  overflow: hidden;
}
.socials__popup_close:hover::after {
  background-position: 0 100%;
}
.socials__popup_active {
  display: block;
}
@media all and (max-width: 479px) {
  .socials__popup {
    max-width: 300px;
    max-height: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }
}
.socials__link {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.socials__link:hover {
  opacity: .9;
}
.socials__link_instagram {
  background-image: url('/static/blocks/socials/instagram_bw.png');
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/instagram.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/instagram.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/instagram.svg');
  background-color: #FFF;
  background-size: 100% 100%;
}
.socials__link_snapchat {
  background-image: url('/static/blocks/socials/snapchat.png');
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/snapchat.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/snapchat.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/snapchat.svg');
  background-color: #fffc00;
  background-size: 100% 100%;
}
.socials__link_facebook {
  background-image: url(/static/blocks/socials/facebook.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
}
.socials__link_twitter {
  background-image: url(/static/blocks/socials/twitter.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
}
.socials__link_rss {
  background-image: url(/static/blocks/socials/rss.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
}
.socials__link_youtube {
  background-image: url(/static/blocks/socials/youtube.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
}
.socials__link_dailymotion {
  background-image: url(/static/blocks/socials/dailymotion.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
}
.socials_sidebar {
  display: table;
  width: 100%;
  padding-top: 6px;
}
.socials_sidebar .socials__item {
  display: table-cell;
}
.socials_sidebar .socials__item:last-child .socials__link {
  border-right: none;
}
.socials_sidebar .socials__link {
  width: auto;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-right: 1px solid white;
  background-size: 30px 30px;
}
.socials_sidebar .socials__link_facebook {
  background-image: url(/static/blocks/socials/facebook-30.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
  background-color: #315c9a;
}
.socials_sidebar .socials__link_twitter {
  background-image: url(/static/blocks/socials/twitter-30.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
  background-color: #46ade9;
}
.socials_sidebar .socials__link_rss {
  background-image: url(/static/blocks/socials/rss-30.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
  background-color: #ff6b00;
}
.socials_sidebar .socials__link_youtube {
  background-image: url(/static/blocks/socials/youtube-30.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
  background-color: #d63b1f;
}
.socials_sidebar .socials__link_dailymotion {
  background-image: url(/static/blocks/socials/dailymotion-30.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
  background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
  background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
  background-color: #0064DC;
}
@media screen and (max-width: 768px) {
  .socials_footer .socials__link,
  .socials_sidebar .socials__link {
    height: 40px;
    margin-left: 1px;
    margin-right: 1px;
    text-indent: -1000px;
  }
  .socials_footer {
    width: 100%;
  }
  .socials_footer .socials__item {
    margin-left: 0;
    width: 14.28571429%;
  }
  .socials_footer .socials__item:last-child .socials__link {
    border-right: none;
  }
  .socials_footer .socials__link {
    width: auto;
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }
  .socials_footer .socials__link_facebook {
    background-image: url(/static/blocks/socials/facebook-30.png);
    background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
    background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
    background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/facebook.svg');
    background-color: #315c9a;
  }
  .socials_footer .socials__link_twitter {
    background-image: url(/static/blocks/socials/twitter-30.png);
    background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
    background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
    background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/twitter.svg');
    background-color: #46ade9;
  }
  .socials_footer .socials__link_rss {
    background-image: url(/static/blocks/socials/rss-30.png);
    background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
    background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
    background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/rss.svg');
    background-color: #ff6b00;
  }
  .socials_footer .socials__link_youtube {
    background-image: url(/static/blocks/socials/youtube-30.png);
    background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
    background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
    background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/youtube.svg');
    background-color: #d63b1f;
  }
  .socials_footer .socials__link_dailymotion {
    background-image: url(/static/blocks/socials/dailymotion-30.png);
    background-image: -webkit-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
    background-image: -o-linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
    background-image: linear-gradient(transparent, transparent), url('/static/blocks/socials/svg/dailymotion.svg');
    background-color: #0064DC;
  }
}
@media screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .socials_footer .socials__link_facebook {
    background-image: url(/static/blocks/socials/facebook-30x2.png);
  }
  .socials_footer .socials__link_twitter {
    background-image: url(/static/blocks/socials/twitter-30x2.png);
  }
  .socials_footer .socials__link_google {
    background-image: url(/static/blocks/socials/google-30x2.png);
  }
  .socials_footer .socials__link_rss {
    background-image: url(/static/blocks/socials/rss-30x2.png);
  }
  .socials_footer .socials__link_youtube {
    background-image: url(/static/blocks/socials/youtube-30x2.png);
  }
  .socials_footer .socials__link_dailymotion {
    background-image: url(/static/blocks/socials/dailymotion-30x2.png);
  }
  .socials_footer .socials__link_coub {
    background-image: url(/static/blocks/socials/coub-30x2.png);
  }
}
.aux-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375em;
  font-family: 'Arial', sans-serif;
  word-spacing: 0.8em;
}
.aux-nav__item {
  display: inline;
}
.aux-nav__link {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  text-decoration: none;
  word-spacing: normal;
  white-space: nowrap;
}
.aux-nav__link:hover {
  color: #da0606;
}
.aux-nav__link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.aux-nav__link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .aux-nav {
    text-align: center;
  }
  .aux-nav__item {
    display: block;
    padding: 0.91666667em 0 0.83333333em;
  }
}
.logo {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.logo__image {
  text-indent: -9999px;
  display: inline-block;
  background-image: url(/static/blocks/logo/logo_next.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5em;
  height: 5em;
  vertical-align: top;
}
.logo__text {
  text-indent: -9999px;
}
.logo_head .logo__text {
  background-image: url(/static/blocks/logo/logo-text_next.png);
  background-repeat: no-repeat;
  background-position: 1.7em 1.7em;
  background-size: auto 1.8em;
  display: inline-block;
  height: 5em;
  width: 25em;
}
.logo_copyright .logo__image,
.logo_float .logo__image {
  width: 2.5em;
  height: 2.5em;
}
.logo_float {
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  top: -100%;
  left: 0;
}
.logo_size_small {
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}
.header__nav_float_js .logo_float {
  top: 0;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
@media all and (max-width: 1023px) {
  .logo_float {
    top: 0;
    position: relative;
    width: 100%;
  }
  .logo_float .logo__text {
    display: inline-block;
    width: 14em;
    height: 40px;
    background-image: url(/static/blocks/logo/logo-text_next.png);
    background-repeat: no-repeat;
    background-size: 190px auto;
    background-position: 0.6em 12px;
    -webkit-transition: background-position 0.3s linear;
    transition: background-position 0.3s linear;
  }
  .header__nav_float_js .logo_float .logo__text {
    background-position: 0.6em 40px;
    -webkit-transition: background-position 0.3s linear;
    transition: background-position 0.3s linear;
  }
}
@media all and (max-width: 600px) {
  .logo_float .logo__text {
    display: none;
  }
}
.copyright__logo {
  height: 2.5em;
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
}
.copyright__text {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Arial', sans-serif;
  font-size: 0.75em;
  color: #777777;
  padding: 0 0.25em;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
  .copyright__text {
    display: block;
    max-width: none;
    padding: 1em 0 0;
  }
}
.live {
  font-family: 'Arial';
  color: #fff;
  background-color: #A90404;
  font-size: 0.9375em;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 0.93333333em;
  padding-top: 0.46666667em;
  padding-bottom: 0.53333333em;
  border-radius: 2px;
  letter-spacing: 0.08em;
  transition: background-color 0.5s;
}
.live:hover {
  background-color: #D80000;
}
@media screen and (max-width: 480px) {
  .live {
    border-radius: 0px;
    display: block;
    padding: 0 1.73333333em;
    line-height: 3.33333333em;
    text-align: center;
  }
}
.search {
  margin: 0;
  padding: 0;
  padding-right: 32px;
  padding-left: 10px;
  border: 0px solid #000;
  position: relative;
}
.search__input {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right: 32px;
  margin-right: -32px;
  padding-left: 10px;
  margin-left: -10px;
  border: 1px solid #000;
  height: 28px;
  border: none;
}
.search__submit {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 3px;
  right: 6px;
  width: 20px;
  height: 21px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  background-image: url(/static/blocks/search/button.gif);
}
.heading {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: #0059B2;
  font-weight: bold;
}
.heading__link {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  text-decoration: none;
  color: #0059B2;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
}
.heading__link:hover {
  color: #da0606;
}
.heading__link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.heading__link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.heading__link:hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #d80000;
}
.heading_margin_bottom {
  margin-bottom: 1em;
}
.extension-browser {
  font-size: 1em;
  min-height: 56px;
  width: 100%;
  background-color: #0059B2;
  position: relative;
  margin: 0;
  padding: 0;
}
.control-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.extension-browser__button {
  background-image: url('/static/blocks/extension-browser/icon-button_install_extension.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 155px;
  height: 30px;
  float: right;
  margin-top: 12px;
  padding: 0;
  margin-right: 30px;
  overflow: hidden;
  text-decoration: none;
}
.extension-browser_close-button {
  background-image: url('/static/blocks/extension-browser/icon_close_chrome_extension.png');
  position: absolute;
  right: 16px;
  top: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -1000px;
  text-decoration: none;
}
.extension-browser_close-button {
  background-position: 0 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.extension-browser_message {
  color: #fff;
  font-size: .9em;
  min-height: 38px;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  padding-left: 48px;
  line-height: 1.2em;
  margin-right: 190px;
  position: relative;
}
.extension-browser_message:after {
  background-image: url('/static/blocks/extension-browser/icon_browse.png');
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 38px;
  position: absolute;
  left: 2px;
  top: 8px;
  float: none;
  margin-right: 0;
  cursor: default;
  content: '';
}
.extension-browser__chrome .extension-browser_message:after {
  background-position: 0 -97px;
}
.extension-browser__firefox .extension-browser_message:after {
  background-position: 0 0;
}
.extension-browser__opera .extension-browser_message:after {
  background-position: 0 -50px;
}
@media all and (max-width: 1023px) {
  .offers {
    position: fixed;
    top: -120%;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .offers_mobile_js {
    top: 0;
  }
}
.app-offer {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1em;
  position: relative;
  background: #FFF;
  height: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.app-offer::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .app-offer {
    min-width: 296px;
    padding: 0 12px;
  }
}
.app-offer__text {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.app-offer__name {
  color: #6dc331;
}
.app-offer__logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  line-height: 1;
  height: 55px;
}
.app-offer__logo_google-play {
  width: 175px;
  background-image: url('/static/blocks/page-applications/google-play.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.app-offer__logo_app-store {
  width: 164px;
  background-image: url('/static/blocks/page-applications/apps-store.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.app-offer__close_js {
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -10px;
}
.app-offer__close_js::before,
.app-offer__close_js::after {
  position: absolute;
  content: '';
  background: #333;
}
.app-offer__close_js:hover::before,
.app-offer__close_js:hover::after {
  background: #000;
}
.app-offer__close_js::before {
  width: 1px;
  height: 100%;
  left: 10px;
  top: 0;
}
.app-offer__close_js::after {
  height: 1px;
  width: 100%;
  top: 10px;
  left: 0;
}
@media all and (max-width: 684px) {
  .app-offer__name {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .app-offer {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .app-offer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .app-offer__text {
    width: 45%;
    font-size: 0.9em;
  }
  .app-offer__logo {
    width: 35%;
  }
}
@media all and (max-width: 400px) {
  .app-offer__text {
    font-size: 0.8em;
  }
}
.blog-autor__info {
  float: left;
  min-height: 60px;
  padding-left: 70px;
  padding-right: 2em;
  margin: 1em 0;
  position: relative;
}
.blog-autor__image {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-autor__name {
  display: block;
  font-size: 1.3em;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.blog-autor__name-prefix {
  color: #999;
}
.blog-autor__blog-link {
  display: block;
  padding-top: 0.35em;
  text-decoration: none;
  font-size: 0.95em;
  color: #0059b2;
}
.blog-autor__description {
  position: relative;
  overflow: hidden;
  font-size: 0.95em;
  padding: 0.5em 0.9375em 0.5em 2em;
  border-left: 1px solid #ddd;
  color: #999;
}
.blog-autor__description p {
  margin: 0 0 1em;
}
.blog-autor__more {
  display: none;
  position: absolute;
  height: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 30%, rgba(255, 255, 255, 0.81) 48%, #ffffff 62%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 30%, rgba(255, 255, 255, 0.81) 48%, #ffffff 62%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 30%, rgba(255, 255, 255, 0.81) 48%, #ffffff 62%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.blog-autor__more::after {
  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  background-image: url('/static/img/arrows-up-down.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.blog-autor__more__more_close::after {
  background-position: 0 100%;
}
@media screen and (max-width: 980px) {
  .blog-autor__info {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .blog-autor {
    margin-top: 0;
  }
  .blog-autor__info {
    padding-right: 0.5em;
  }
  .blog-autor__more {
    display: block;
  }
  .blog-autor__more_close::after {
    bottom: auto;
    top: 5px;
    background-position: 0 100%;
  }
  .blog-autor__description {
    padding-bottom: 2em;
    max-height: 2.4em;
  }
  .blog-autor__description_max-height_none {
    max-height: none;
  }
}
.article__read-more {
  font-size: 0.58823529em;
}
.read-more {
  float: left;
  clear: both;
  position: relative;
  width: 40%;
  margin: 1em 1em 1em 0;
  padding: 0.6em 0.7em 0.4em 0.7em;
  background: #FFF;
  border: 1px solid #ccc;
}
.read-more__title {
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0.3em;
  color: #000;
}
.read-more__link {
  display: block;
  text-decoration: none !important;
  outline: none;
  border: none !important;
  font-size: 1.6em;
  line-height: 1.4em;
}
.read-more__cover {
  display: block;
  width: 100%;
}
.read-more:hover .read-more__cover {
  background-color: #FFF;
  opacity: 0.9;
}
.read-more__footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #0059b2;
}
.read-more__footer:hover {
  border-bottom: 1px solid rgba(216, 0, 0, 0.6);
  color: #d80000;
}
@media screen and (max-width: 768px) {
  .read-more {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    max-width: 500px;
  }
}
.category-heading {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 1.875em;
  padding: 0.5em 0 0;
  color: #000;
}
.category-heading__opinions-link {
  display: inline-block;
  color: #0059b2;
  font-size: 0.95em;
  text-decoration: none;
  border-top: 1px solid #ddd;
  padding-top: 0.35em;
  margin-top: 0.7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
}
.category-heading__opinions-link:hover {
  border-bottom-color: rgba(216, 0, 0, 0.6);
  color: #d80000;
}
.category-heading_padding_none {
  padding: 0;
}
.category-heading__text {
  display: block;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .category-heading {
    font-size: 1.5625em;
    padding-bottom: 0.76em;
  }
  .category-heading__text {
    padding: 0 11px;
  }
}
.trend-heading {
  margin: 0;
  padding: 0;
  background-image: url(/static/blocks/category-heading/default.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 4.375em;
  padding-top: 1.34285714em;
  padding-bottom: 1.42857143em;
  position: relative;
  -webkit-box-shadow: inset 0 -1000px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1000px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1000px 0px rgba(0, 0, 0, 0.1);
}
.trend-heading__text {
  text-align: center;
  display: block;
  color: white;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .trend-heading {
    font-size: 2.1875em;
    padding-top: 2.05714286em;
    padding-bottom: 2.34285714em;
  }
}
@media screen and (max-width: 480px) {
  .trend-heading {
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.4em;
    padding-bottom: 1.55em;
  }
}
.article-header {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 20.1875em;
  margin-bottom: -0.25em;
}
.article-header__category {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
}
.article-header__category-link {
  color: #fff;
  text-decoration: none;
}
.article-header__heading {
  margin: 0;
  padding: 0;
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 0.1em;
  margin-left: 0.08em;
}
.article-header__date {
  margin: 0;
  padding: 0;
  margin-top: -0.125em;
}
.article-header__content {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
}
.article-header__content::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .article-header__content {
    min-width: 296px;
    padding: 0 12px;
  }
}
.article-header__copyright {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 1.1875em;
}
.article-header__copyright-holder {
  display: inline-block;
  vertical-align: bottom;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  padding-top: 0.16666667em;
  padding-bottom: 0.41666667em;
  padding-left: 0.66666667em;
  padding-right: 0.75em;
}
@media screen and (max-width: 980px) {
  .article-header__heading {
    font-size: 2.8125em;
    margin-top: 0.13333333em;
  }
  .article-header__date {
    margin: 0;
    padding: 0;
    margin-top: 0.5625em;
  }
}
@media screen and (max-width: 768px) {
  .article-header {
    padding-top: 19.5625em;
  }
  .article-header__heading {
    font-size: 2.5em;
    margin-top: 0.175em;
    margin-left: 0;
  }
  .article-header__date {
    margin: 0;
    padding: 0;
    margin-top: 0.3125em;
  }
  .article-header__copyright {
    margin-top: -0.25em;
  }
}
@media screen and (max-width: 480px) {
  .article-header {
    padding-top: 7.8125em;
  }
  .article-header__category {
    font-size: 1.125em;
  }
  .article-header__heading {
    font-size: 1.5625em;
    margin-top: 0em;
  }
  .article-header__date {
    margin: 0;
    padding: 0;
    margin-top: 0.3125em;
  }
  .article-header__copyright {
    margin: 0.75em -0.75em 0;
    text-align: left;
  }
  .article-header__copyright-holder {
    display: block;
    padding-left: 0.875em;
    padding-right: 0.875em;
    background-color: #333;
  }
}
.hotnews {
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
  padding-top: 1.4375em;
}
.hotnews__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.3125em;
}
.hotnews__item {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 0.5625em;
  padding-bottom: 0.625em;
  padding-left: 0.0625em;
  padding-right: 0.0625em;
}
.hotnews__item:last-child {
  border-bottom: none;
}
.hotnews__link {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  text-decoration: none;
  font-size: 0.9375em;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.5s;
}
.hotnews__link:hover {
  color: #da0606;
}
.hotnews__link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.hotnews__link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.hotnews__time {
  color: #999999;
  font-weight: bold;
  margin-right: 0.1875em;
  transition: color 0.5s;
}
.hotnews__item:first-child .hotnews__time {
  color: #D80000;
}
.hotnews__item:nth-child(2) .hotnews__time {
  color: #FF3F00;
}
.hotnews__item:nth-child(3) .hotnews__time {
  color: #FF7F00;
}
.hotnews__link:hover {
  border-color: rgba(216, 0, 0, 0.6);
}
.hotnews__link:hover .hotnews__time {
  color: #D80000;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .hotnews__item {
    padding-top: 0.3625em;
    padding-bottom: 0.5em;
    line-height: 1.3em;
  }
  .hotnews__link {
    font-size: 0.8125em;
  }
}
@media screen and (max-width: 768px) {
  .hotnews {
    padding-top: 0.875em;
  }
}
.featured {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.featured__media {
  min-height: 3em;
}
.featured__title-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.featured__title {
  margin: 0;
  padding: 0;
  color: inherit;
}
.featured__link {
  display: block;
  color: #fff;
  font-size: 1.875em;
  padding-bottom: 0.96666667em;
  padding-left: 1em;
  padding-right: 0.43333333em;
  padding-top: 2.76666667em;
  outline: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, #000000), color-stop(98%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  text-decoration: none;
}
.featured:hover .featured__title {
  color: #e5e5e5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}
@media screen and (max-width: 768px) {
  .featured__link {
    font-size: 1.625em;
    padding-left: 1.07692308em;
  }
  .featured_main .featured__link {
    padding-left: 22px;
  }
}
@media screen and (max-width: 480px) {
  .featured__link {
    font-size: 1.1875em;
    padding: 0.47368421em 0.63157895em;
  }
  .featured:hover .featured__title {
    color: #d80000;
    border-bottom: 1px solid rgba(216, 0, 0, 0.6);
  }
  .featured_main .featured__title-block {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .featured_main .featured__link {
    font-size: 1.1875em;
    padding: 0.26315789em 0 1em;
    background: none;
    filter: none;
    color: #000;
  }
}
@media screen and (max-width: 320px) {
  .featured__title-block {
    position: static;
    margin-top: 0.3125em;
    margin-bottom: 0.3125em;
  }
  .featured__link {
    font-size: 1.125em;
    padding: 0;
    color: #000;
    background: none;
    filter: none;
  }
}
.actual-tags {
  padding: 1.1875em 0 0.75em;
}
.actual-tags__heading,
.actual-tags__list,
.actual-tags__item {
  display: inline;
  font-size: 0.9375em;
  margin: 0;
  padding: 0;
}
.actual-tags__heading {
  font-weight: normal;
  margin-right: 0.26666667em;
  color: #999999;
}
.actual-tags__heading:after {
  content: ':';
}
.actual-tags__list {
  word-spacing: 0.6em;
}
.actual-tags__item:before {
  content: '•';
  color: #AAAAAA;
}
.actual-tags__item:first-child:before {
  display: none;
}
.actual-tags__link {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  text-decoration: none;
  color: #014B9F;
  word-spacing: normal;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
}
.actual-tags__link:hover {
  color: #da0606;
}
.actual-tags__link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.actual-tags__link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.actual-tags__link:hover {
  border-color: rgba(216, 0, 0, 0.6);
}
@media screen and (max-width: 480px) {
  .actual-tags {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    white-space: nowrap;
    padding: 1em 0.875em 1.0625em;
  }
}
.breaking {
  margin: 0;
  padding: 0;
  background-color: #F50000;
  margin: 0 0 4px;
}
.breaking__link {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  color: white;
  font-family: 'Segoe UI', 'Gill Sans Light', Helvetica;
  text-align: center;
  font-size: 1.21875em;
  padding: 1.16666667em 1em 1.38888889em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .breaking__link {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .breaking__link {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 320px) {
  .breaking__link {
    font-size: 0.8125em;
  }
}
.media {
  clear: both;
}
a:hover .media {
  background-color: #fff;
  color: #000;
  opacity: 0.9;
}
a:hover .media__hover_not {
  background-color: transparent;
  color: inherit;
  opacity: 1;
}
.media__item {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 0px;
}
.media__item_preview {
  width: 100%;
}
.media__image {
  text-align: center;
  position: relative;
}
.media__image_type_video:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 28px;
  height: 28px;
  background-image: url(/static/blocks/media/play.svg);
}
.media__copyright {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 9px;
}
.media__youtube {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}
.media__youtube-frame {
  position: absolute;
  width: 100%;
  height: 100%;
}
.media__title {
  font-size: 13px;
  line-height: 1.6em;
  color: #888888;
  padding-top: 5px;
}
.media__disclaimer {
  color: #999;
  font-style: italic;
}
@media screen and (max-width: 980px) {
  .media_type_video:before {
    width: 41px;
    height: 41px;
    margin-top: -20px;
    margin-left: -21px;
  }
  .media_type_video:after {
    border-width: 11px 0 11px 19px;
    margin-top: -11px;
    margin-left: -7px;
  }
}
.card {
  display: block;
}
.card:hover .card__title {
  color: #da0606;
}
.card:after {
  content: '';
  display: block;
  clear: both;
}
.card_dark {
  color: #fff;
}
.card__media {
  margin-bottom: 0.3125em;
}
.card__media_side {
  float: left;
  width: 15.3125em;
  margin-bottom: 0px;
}
.card__media_small {
  width: 8.3125em;
}
.card__description_dark {
  background-color: #a0a0a0;
  padding: 0.75em 1.0625em;
  margin-top: -0.3125em;
}
.card__description_with-side-media {
  margin-left: 16.5625em;
  position: relative;
  top: -0.3125em;
  margin-bottom: -0.6875em;
}
.card__description_with-small-media {
  margin-left: 9.5em;
  top: -0.375em;
  margin-bottom: -0.8125em;
}
.card__category {
  margin: 0;
  padding: 0;
  font-size: 0.8125em;
}
.card__title {
  margin: 0;
  padding: 0;
  font-size: 1.1875em;
  line-height: 1.3em;
  margin-bottom: 0;
}
.card__title_blog {
  margin-bottom: -12px;
}
.card__title_font-weight_normal {
  font-weight: normal;
}
.card__title_font-weight_bold {
  font-weight: bold;
}
.card__summary {
  margin: 0;
  padding: 0;
  font-size: 0.9125em;
  margin-top: 0.30769231em;
  line-height: 1.3;
  color: #000;
}
.card__date {
  margin: 0;
  padding: 0;
  margin-top: -0.25em;
}
.card__date_margin_top {
  margin-top: 0.5em;
}
.card__date_margin_null {
  margin: 0;
}
.card__date_dark {
  margin-top: 0;
}
.card__date_dark .date {
  color: #fff;
}
.card__blog-info {
  color: #777;
  font-size: 0.75em;
  border-top: 1px solid #0059b2;
  background: #eee;
  padding: 0.3em 0.5em;
  margin-left: 0.5em;
}
.card__blog-link {
  color: #0059b2;
  text-decoration: none;
}
.card__full-text {
  line-height: 1.5em;
  font-size: 0.9125em;
}
.card__autor-blog-link {
  font-size: 0.9em;
  color: #0059b2;
  text-decoration: none;
  border-top: 1px solid #ddd;
  padding-top: 0.2em;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .card__media_side {
    width: 12.5em;
  }
  .card__description_with-side-media {
    margin-left: 13.5em;
    top: -0.25em;
  }
  .card__title {
    font-size: 1.0625em;
  }
  .card__summary {
    margin-top: 0.30769231em;
  }
  .card__date {
    margin-top: -0.375em;
  }
  .card__date_margin_top {
    margin-top: 0.5em;
  }
  .card__date_margin_null {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .card__media_side {
    width: 14.1875em;
  }
  .card__description_with-side-media {
    margin-left: 15.4375em;
  }
  .card__title {
    font-size: 1.0625em;
  }
}
@media screen and (max-width: 640px) {
  .card__media_side {
    width: 11.25em;
  }
  .card__description_with-side-media {
    margin-left: 12.1875em;
  }
  .card__summary {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .card__media_side {
    width: 8.875em;
  }
  .card__description_with-side-media {
    margin-left: 9.8125em;
  }
}
.card__media_small {
  width: 8.3125em;
}
.card__description_with-small-media {
  margin-left: 9.5em;
  top: -0.375em;
  margin-bottom: -0.8125em;
}
@media screen and (max-width: 1100px) and (min-width: 981px) {
  .card__media_small {
    width: 6.8125em;
  }
  .card__description_with-small-media {
    margin-left: 8em;
  }
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .card__media_small {
    display: none;
  }
  .card__description_with-small-media {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .card__media_side {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .card__title {
    font-size: 1.0625em;
  }
  .card__summary {
    margin-top: 0.46153846em;
  }
  .card__date {
    margin-top: -0.25em;
  }
  .card__date_margin_top {
    margin-top: 0.5em;
  }
  .card__description_with-side-media {
    margin-left: 0;
    top: 0;
  }
  .card__media_small {
    display: none;
  }
}
.card__title_size_large {
  font-size: 1.4375em;
  margin-bottom: 0;
}
.card__title_size_small {
  font-size: 0.9375em;
  line-height: 1.4em;
  margin-bottom: 0.13333333em;
}
@media screen and (max-width: 320px) {
  .card__media_in-featured {
    display: none;
  }
}
.card__underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
  color: inherit;
  text-decoration: none;
}
.card__underline:hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #D80000;
}
@media screen and (max-width: 640px) and (min-width: 581px) {
  .card__media_small {
    width: 6.3125em;
  }
  .card__description_with-small-media {
    margin-left: 7.5em;
  }
  .card__title_size_small {
    font-size: 0.875em;
  }
}
.voting {
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
  background-color: #eee;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 1em;
}
.voting__question {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.voting__answers {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.625em 0 1em;
}
.voting__label {
  font-size: 0.8125em;
  line-height: 1.5em;
  display: block;
  padding-top: 0.38461538em;
  padding-bottom: 0.38461538em;
  transition: color 0.5s;
}
.voting__label:hover {
  color: #D80000;
}
.voting__label:after {
  content: '';
  display: block;
  clear: both;
}
.voting__input {
  float: left;
}
.voting__label-text {
  display: block;
  margin-left: 1.53846154em;
  position: relative;
  top: -0.23076923em;
}
.voting__submit {
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #134785;
  font-size: 1.125em;
  padding: 0.33333333em 0 0.55555556em;
  letter-spacing: 0.0625em;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: background-color 0.5s;
}
.voting__submit:hover {
  background-color: #1E70D5;
}
.voting__submit[disabled] {
  background-color: transparent;
  color: #ccc;
}
.voting__result-text {
  margin: 1em 0;
  text-align: center;
  font-size: 0.75em;
}
.voting__results-link {
  color: #0059B2;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.voting__results-link:hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #D80000;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .voting {
    padding: 0.6em 1em 0.8em;
  }
  .voting__label {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .voting__submit {
    width: 70%;
  }
}
.header {
}
.header__nav,
.header__section {
  background-color: #000;
}
.header__section_border-bottom {
  border-bottom: 1px solid #fff;
}
.header__section_border-bottom_gray {
  border-bottom-color: #666;
}
.header__section_gray {
  background-color: #ECECEC;
}
.header__live-btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-size: 1em;
}
.header__live-btn_mobile {
  display: none;
  vertical-align: middle;
  margin-left: 2em;
  font-size: 0.95em;
}
.header__float-block {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  width: 0;
  height: 0;
}
.header__nav {
  border-bottom: 1px solid #666;
}
.header__search-icon,
.header__menu-icon {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  width: 40px;
  background-image: url("/static/blocks/search/search-icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}
.header__search-icon {
  background-position: 7px -127px;
}
.header__search-icon_close_js {
  background-position: -52px -42px;
}
.header__menu-icon {
  background-position: -50px -74px;
}
.header__menu-icon_close_js {
  background-position: -52px -42px;
}
.header__search {
  position: absolute;
  top: -55px;
  right: 20px;
  text-align: right;
}
.header__search-input {
  min-width: 11.75em;
}
.header__content {
  position: relative;
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__content::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .header__content {
    min-width: 296px;
    padding: 0 12px;
  }
}
.header__langs {
  width: 50%;
  line-height: 24px;
}
.header__langs {
  display: inline-block;
  margin-bottom: 0.0625em;
  vertical-align: middle;
  padding: 0.125em 0;
}
.header__applications {
  font-size: 12px;
  line-height: 28px;
  float: right;
  margin-right: 10px;
}
.header__social {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  padding-bottom: 0.0625em;
}
.header__logo {
  display: inline-block;
  vertical-align: middle;
}
.header__logo {
  height: 5em;
  width: 30em;
}
.header__nav_float_js {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header__nav_float_js .header__float-block {
  height: 2.5em;
  width: 190px;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.header__nav_float_js .header__search-icon {
  display: block;
}
.header__nav_float_js .header__menu-link {
  line-height: 2.5em;
}
.header__nav_float_js .header__search {
  right: 60px;
}
@media all and (max-width: 1050px) {
  .header {
  }
  .header__search-icon {
    right: 60px;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
  }
  .header__nav_float_js .header__menu {
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    top: 41px;
    width: 100%;
    z-index: 100;
    display: none;
  }
  .header__nav_float_js .header__menu_show_js {
    display: block;
  }
  .header__nav_float_js .header__search {
    right: 102px;
  }
  .header__nav_float_js .header__menu-link {
    line-height: 1.61em;
  }
  .header__nav_float_js .header__menu-icon {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .header {
    padding-top: 40px;
  }
  .header__section_gray,
  .header__section_middle,
  .header__date {
    display: none;
  }
  .header__live-btn_mobile {
    display: inline-block;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header__nav_top-interval_js {
    top: 65px;
  }
  .header__float-block {
    height: 2.5em;
    width: 270px;
  }
  .header__search-icon,
  .header__menu-icon {
    display: block;
  }
  .header .header__search {
    right: 102px;
  }
  .header__menu {
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    top: 41px;
    width: 100%;
    z-index: 100;
    display: none;
  }
  .header__menu_show_js {
    display: block;
  }
  .header_top-interval_js {
    padding-top: 105px;
  }
  .header_top-interval_js .header__menu {
    top: 105px;
  }
  .header__menu-link {
    line-height: 1.61em;
  }
}
@media all and (min-width: 769px) {
  .header__nav_float_js .header__search {
    text-align: left;
    top: 6px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .header__nav_float_js .header__search_show_js {
    width: 14.375em;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .header__nav_float_js .header__date {
    display: none;
  }
  .header__nav_float_js .header__search-form {
    padding: 0 10px 0 32px;
  }
  .header__nav_float_js .header__search-input {
    margin: 0 -10px 0 -32px;
    padding: 0 10px 0 32px;
    position: relative;
    z-index: 10;
  }
  .header__nav_float_js .header__search-button {
    background: url("/static/blocks/search/search-icons.png") no-repeat scroll -58px -135px;
    right: auto;
    left: 6px;
    z-index: 11;
  }
}
@media all and (max-width: 600px) {
  .header__float-block {
    width: 2.5em;
  }
}
@media all and (max-width: 1023px) and (min-width: 685px) {
  .header__search {
    text-align: left;
    top: 6px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .header__search_show_js {
    width: 14.375em;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
  .header__date {
    display: none;
  }
  .header__search-form {
    padding: 0 10px 0 32px;
  }
  .header__search-input {
    margin: 0 -10px 0 -32px;
    padding: 0 10px 0 32px;
    position: relative;
    z-index: 10;
  }
  .header__search-button {
    background: url("/static/blocks/search/search-icons.png") no-repeat scroll -58px -135px;
    right: auto;
    left: 6px;
    z-index: 11;
  }
}
@media all and (max-width: 684px) {
  .header__nav_float_js .header__search,
  .header__search {
    right: 0;
    left: 0;
    top: 41px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #333;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header__nav_float_js .header__search_show_js,
  .header__search_show_js {
    display: block;
  }
}
@media all and (max-width: 479px) {
  .header__menu-icon {
    right: 10px;
  }
  .header__search-icon {
    right: 50px;
  }
  .header__nav_float_js .header__search,
  .header__search {
    padding: 10px;
  }
}
@media (max-width: 450px) {
  .header__float-block {
    width: 2.5em;
    overflow: hidden;
  }
  .header__nav_float_js .header__float-block {
    width: 2.5em;
  }
  .header__live-btn_mobile {
    margin-left: 1em;
  }
}
.footer {
  background-color: #000;
  padding-bottom: 2em;
}
.footer__control-width {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__control-width::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .footer__control-width {
    min-width: 296px;
    padding: 0 12px;
  }
}
.footer__top {
  padding: 1em 0;
  border-bottom: 1px solid #333;
}
.footer__top:after {
  content: '';
  display: block;
  clear: both;
}
.footer__langs {
  float: right;
  width: 33%;
  font-weight: bold;
  text-align: right;
}
.footer__social {
  width: 20%;
  float: right;
  text-align: right;
}
.footer__content {
  padding-top: 1.4em;
  padding-bottom: 1.5em;
}
.footer__navs {
  padding: 0 3em 0 0;
  font-size: 0.75em;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-link {
  text-decoration: none;
  color: #ddd;
  font-weight: bold;
}
.footer__nav-link:hover {
  color: #ddd;
  text-decoration: underline;
}
.footer__nav-item {
  margin: 0 0 0.8em 0;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .footer__langs,
  .footer__social {
    width: auto;
    float: none;
    text-align: center;
    padding-bottom: 1em;
  }
  .footer__social {
    padding-top: 1em;
  }
  .footer__top {
    border-bottom: 0;
  }
  .footer__navs {
    display: block;
    width: auto;
    padding: 0 0 2em;
    text-align: center;
  }
}
.news-block {
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
}
.news-block_main_border {
  border-top: none;
}
.news-block_enquetes {
  background: #000;
  border: 1px solid #d0d0d0;
  padding: 0.9375em 0.625em 0.1875em;
}
.news-block_enquetes .heading {
  color: #fff;
}
.news-block_enquetes .card__title {
  color: #fff;
  font-size: 17px;
}
.news-block_enquetes .card__media {
  margin-bottom: 0.625em;
}
.news-block_enquetes .news-block__card {
  padding: 0.75em 0;
}
.news-block__cards {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-block__card {
  padding-top: 1.1875em;
  padding-bottom: 1.1875em;
}
.news-block__rows {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1em;
  margin: 0 -0.9375em;
}
.news-block__rows-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.news-block__rows-content {
  padding: 0 0.9375em 1.5625em;
}
.news-block__card_no-top-border {
  border-top: none;
}
.news-block__card:first-child {
  border: none;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .news-block__card {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 768px) and (min-width: 580px) {
  .news-block__card {
    text-align: left;
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    border-top: none;
  }
  .news-block__card:nth-child(odd) {
    padding-right: 1%;
  }
  .news-block__cards:after {
    content: '';
    clear: both;
  }
  .news-block_main_page .news-block__cards {
    padding-left: 0;
    text-align: left;
  }
  .news-block_main_page .news-block__card {
    width: auto;
    display: block;
    vertical-align: top;
  }
  .news-block_main_page .news-block__card:first-child {
    float: none;
    position: static;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-block__rows {
    margin: 0 -0.625em;
  }
  .news-block__rows-content {
    padding: 0 0.625em 1.5625em;
  }
}
.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1.125em;
}
.card-list__item {
  padding-bottom: 1.875em;
}
@media screen and (max-width: 980px) {
  .card-list {
    padding-top: 1.5625em;
  }
}
@media screen and (max-width: 320px) {
  .card-list {
    padding-top: 0.625em;
  }
}
.card-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -1.0625em;
}
.card-rows__item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.card-rows__content {
  padding: 0 1.0625em 2.05882353em;
}
.card-rows__item_number_1 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .card-rows {
    margin: 0 -0.6875em;
  }
  .card-rows__content {
    padding: 0 0.6875em 1.82352941em;
  }
  .card-rows__item {
    width: 50%;
  }
  .card-rows__item_number_1 {
    width: 100%;
    float: none;
    padding-bottom: 0.5625em;
  }
}
@media screen and (max-width: 480px) {
  .card-rows {
    margin: 0 -0.375em;
  }
  .card-rows__content {
    padding: 0 0.375em 1.94117647em;
  }
  .card-rows__item_number_1 {
    padding-bottom: 0.5625em;
  }
}
@media screen and (max-width: 320px) {
  .card-rows {
    margin: 0 -0.375em;
  }
  .card-rows__item {
    width: 100%;
  }
  .card-rows__content {
    padding: 0 0.375em 1.82352941em;
  }
  .card-rows__item_number_1 {
    padding-bottom: 0.25em;
  }
}
.featured-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-list__item {
  margin-bottom: 2em;
}
html,
body {
  height: 100%;
}
.layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.layout__content {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 0.75em;
  overflow: hidden;
}
.layout__content::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .layout__content {
    min-width: 296px;
    padding: 0 12px;
  }
}
.layout__tags {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 0.75em;
}
.layout__tags::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .layout__tags {
    min-width: 296px;
    padding: 0 12px;
  }
}
.layout__wrapper,
.layout__footer {
  display: table-row;
}
.layout__wrapper {
  height: auto;
}
.layout__footer {
  height: 1px;
}
@media screen and (max-width: 480px) {
  .layout__grid {
    margin-top: 0.6875em;
  }
}
.layout__with-gallery {
  background-color: #000;
}
.layout__with-gallery .layout__header,
.layout__with-gallery .layout__breaking,
.layout__with-gallery .layout__content,
.layout__with-gallery .layout__footer,
.layout__with-gallery .layout__tags {
  display: none;
}
.columns {
  margin: 0 -0.9375em;
}
.columns_top-padding {
  padding-top: 0.75em;
}
.columns__column {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.columns__content_marginbottom_min {
  padding-bottom: 1em!important;
}
.columns__column_type_main {
  width: 66%;
}
.columns__column_type_main-news {
  width: 66%;
}
.columns__column_type_half {
  width: 49.5%;
}
.columns__content {
  padding: 0 0.9375em 2.6875em;
}
.columns__content_padding_hide {
  margin: 0 -0.46875em -2.6875em -0.46875em;
}
.columns__content::after {
  content: '';
  display: table;
  height: 0;
  clear: both;
}
.columns__content_top-padding {
  padding-top: 0.9375em;
}
.columns__content_padding_bottom {
  padding-bottom: 1.3125em;
}
@media screen and (max-width: 768px) {
  .columns__content_main-page .twitter-timeline {
    display: none !important;
  }
}
.columns__main-page-tweak {
  padding-top: 0.9375em;
}
@media screen and (max-width: 980px) {
  .columns__main-page-tweak {
    border-top: 1px solid #0059B2;
    padding-top: 0.875em;
    padding-top: 0.3125em;
  }
}
@media screen and (max-width: 768px) {
  .columns {
    margin: 0;
  }
  .columns__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5em;
  }
  .columns__content_padding_hide {
    margin: 0;
  }
  .columns__column {
    width: 100%;
  }
  .columns__main-page-tweak {
    border-top: 1px solid #0059B2;
    padding-top: 0.875em;
    padding-top: 0em;
  }
  .columns__column_type_main-news {
    margin: 0 -0.625em;
    width: auto;
    display: block;
  }
}
.columns__content_no-bottom-padding {
  padding-bottom: 0;
}
.columns_applications {
  margin-top: 3px;
}
.columns__column_applications-right {
  float: right;
  width: 39%;
  margin-top: 20px;
}
@media screen and (max-width: 927px) {
  .columns__column_applications-right {
    width: 100%;
    float: none;
  }
}
.columns__column_applications-right img {
  max-width: 100%;
  width: 100%;
}
.columns__column_applications-left {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .columns__column_applications-left {
    width: 59%;
  }
}
@media screen and (max-width: 927px) {
  .columns__column_applications-left {
    width: 100%;
  }
}
.columns_type_applications {
  overflow: hidden;
}
.columns__column_applications-left .article__heading_static {
  margin-bottom: 26px;
}
.text {
  font-size: 1.0625em;
  line-height: 1.55555556em;
  font-family: 'Segoe UI', 'Gill Sans Light', Helvetica;
}
.text__summary {
  font-weight: bold;
}
.text blockquote {
  font-family: Georgia, serif;
  font-size: 1.47058824em;
  color: #131313;
  line-height: 1.48em;
  text-align: center;
  margin: 1em 1.6em;
}
.text blockquote:before {
  content: "«";
}
.text blockquote:after {
  content: "»";
}
.text blockquote * {
  margin: 0;
  padding: 0;
  display: inline;
}
.text a {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #0059b2;
  text-decoration: none;
}
.text a:hover {
  color: #da0606;
}
.text a_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.text a_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.text a:hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #D80000;
  border-bottom: 1px solid rgba(216, 0, 0, 0.6);
  color: #d80000;
}
.text:after {
  content: '';
  display: block;
  clear: both;
}
.text aside {
  border-top: 1px solid #888888;
  color: #888;
  font-size: 0.72222222em;
  line-height: 1.61538462em;
  padding-top: 0.84615385em;
  padding-bottom: 7.69230769em;
  margin: 0.69230769em 3.38461538em 1em 0;
  width: 15.61538462em;
  float: left;
  clear: left;
}
.text aside:before {
  content: 'Info';
  font-size: 1.15384615em;
  margin-bottom: -0.33333333em;
  font-weight: bold;
  display: block;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  clear: both;
  line-height: 1em;
}
.text h2 {
  font-size: 1.27777778em;
  margin-left: -0.13043478em;
  margin-bottom: -0.22222222em;
}
.text ol,
.text ul {
  overflow: hidden;
}
.text__opinions-note {
  color: #999;
  font-style: italic;
}
.text__hidden-text_js {
  display: none;
}
.text__show-text {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.text__show-text-link_js {
  cursor: pointer;
  text-decoration: none !important;
  color: #0059b2;
  border-bottom: 1px dashed #0059b2  !important;
}
.text__show-text-link_js:hover {
  color: #D80000;
  border-bottom: 1px dashed #D80000 !important;
}
@media all and (max-width: 980px) {
  .text {
    font-size: 1em;
  }
  .text blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 980px) {
  .text blockquote {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media all and (max-width: 480px) {
  .text {
    font-size: 0.9375em;
  }
  .text blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.17647059em;
  }
  .text aside {
    float: none;
    clear: none;
    max-width: none;
    margin: 1em 0;
    width: auto;
    padding-bottom: 1em;
  }
}
.main {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}
.main__item {
  position: absolute;
  width: 34%;
  height: 50%;
  right: 0;
  box-sizing: border-box;
  overflow: hidden;
  outline: 1px solid white;
}
.main__item:first-child {
  position: static;
  width: 66%;
  float: left;
}
.main__item:last-child {
  bottom: 0;
}
.main__underline {
  font-family: 'Helvetica', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
  color: inherit;
  text-decoration: none;
}
.main__link {
  text-decoration: none;
  display: block;
}
.main__link_column .media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.main__link_column .media__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main__link:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.9;
}
.main__link:hover .main__underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  color: #e5e5e5;
}
.main__text {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12% 7% 1.3125em;
  font-size: 1.14em;
  font-weight: normal;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, #000000), color-stop(98%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.main__blogs {
  margin-top: 1em;
}
@media screen and (max-width: 980px) {
  .main__text {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .main__item {
    position: relative;
    display: inline-block;
    width: 50%;
    height: auto;
    vertical-align: top;
    box-sizing: border-box;
  }
  .main__item:first-child {
    float: none;
    width: 100%;
  }
  .main__text {
    padding: 12% 22px 1.3125em;
    font-size: 1.15em;
  }
}
@media screen and (max-width: 620px) {
  .main__text {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 480px) {
  .main {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
  .main__link {
    margin: 0 0.625em;
  }
  .main__item {
    width: 50%;
  }
  .main__text {
    position: static;
    padding: 0.35714286em 0 1.35em;
    font-size: .95em;
    background: none;
    filter: none;
    color: #000;
  }
  .main__link:hover .main__underline {
    border-color: rgba(216, 0, 0, 0.6);
    color: #d80000;
  }
}
@media screen and (max-width: 320px) {
  .main__item {
    width: 100%;
  }
  .main__text {
    font-size: .9375em;
  }
}
.article__category {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
}
.article__heading {
  margin: 0;
  padding: 0;
  font-size: 1.875em;
  font-weight: normal;
  margin-top: 0.16666667em;
}
.article__heading_static {
  font-size: 2.0625em;
  font-weight: bold;
  margin-top: 0.42424242em;
}
.article__date {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: -0.25em;
  margin-bottom: 1.0625em;
}
.article__source {
  display: inline-block;
  margin-top: -0.33333333em;
  margin-bottom: 1.41666667em;
  color: #999;
  font-size: 0.75em;
  font-family: "Arial", sans-serif;
}
.article__cover {
  margin-top: 1.0625em;
  margin-bottom: 0.5em;
}
.article__text {
  padding-top: 0.875em;
  padding-bottom: 1.75em;
}
.article__text_static {
  padding-top: 0.6875em;
}
.article__related,
.article__taboola {
  margin-top: 3.5em;
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
}
.article__related-list {
  list-style: none;
  padding: 0;
  margin: 1em -0.9375em 1em;
}
.article__related-item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.article__related-content {
  padding: 0 0.9375em;
}
.article__comments {
  margin-top: 3.5em;
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
}
.article__tags {
  margin-bottom: 4.0625em;
}
.article__tags-heading {
  font-size: 1em;
}
.article__tags-heading:after {
  content: ':';
}
.article__tags-heading,
.article__tags-list,
.article__tag {
  margin: 0;
  padding: 0;
  display: inline;
}
.article__tag-link {
  color: #000;
  transition: color 0.25s;
  color: inherit;
  text-decoration: none;
  color: #014B9F;
}
.article__tag-link:hover {
  color: #da0606;
}
.article__tag-link_hover_white {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.article__tag-link_hover_white:hover {
  transition: color 0.25s;
  transition: border-color 0.25s;
  border-bottom: 1px solid #fff;
}
.article__tag-link:after {
  content: ',';
}
.article__tag:last-child .article__tag-link:after {
  content: '';
}
.article__socials-header {
  font-size: 13pt;
  line-height: 24 pt;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
}
.article__blog-autor {
  width: 66%;
}
.article__w2w {
  text-align: right;
  margin-bottom: 0.5em;
}
.article__w2w-link {
  display: inline-block;
  color: #0059b2;
  font-size: 0.95em;
  text-decoration: none;
  border-top: 1px solid #ddd;
  padding-top: 0.35em;
  margin-top: 0.7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
}
@media screen and (max-width: 980px) {
  .article__related-list {
    margin: 1em -0.6875em 1em;
  }
  .article__related-content {
    padding: 0 0.6875em;
  }
}
@media screen and (max-width: 768px) {
  .article__heading {
    font-size: 1.25em;
  }
  .article__category {
    font-size: 1.125em;
  }
  .article__related-list {
    margin: 1em -0.75em 1em;
  }
  .article__related-content {
    padding: 0 0.75em;
  }
  .article__blog-autor {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .article__related {
    display: none;
  }
}
.article__mobile-links {
  margin: 6px 0 0;
  padding: 0;
}
@media screen and (max-width: 927px) {
  .article__mobile-links {
    margin: 0 0 17px;
  }
}
.trend__text {
  margin-top: 3.15em;
  padding: 0 0.815em;
  padding-top: 0.4375em;
  padding-bottom: 1.75em;
  background-color: #eee;
  border-top: 1px solid #A9A9A9;
}
.trend__socials {
  margin-top: -0.125em;
}
@media screen and (max-width: 768px) {
  .trend__socials {
    position: static;
    margin-top: 0.1875em;
  }
}
@media screen and (max-width: 480px) {
  .trend__socials {
    margin-top: 0.0625em;
  }
}
@media screen and (max-width: 320px) {
  .trend__socials {
    margin-top: -0.125em;
  }
}
.gallery {
  background-color: #000;
  color: #fff;
}
.gallery__header {
  padding-top: 1.5em;
  padding-bottom: 1.3125em;
  border-bottom: 1px solid #222222;
}
.gallery__content {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.gallery__content::after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 480px) {
  .gallery__content {
    min-width: 296px;
    padding: 0 12px;
  }
}
.gallery__type {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: #888;
}
.gallery__heading {
  margin: 0;
  padding: 0;
  font-size: 1.875em;
  font-weight: normal;
  margin-top: 0.2em;
}
.gallery__date {
  margin: 0;
  padding: 0;
  margin-top: -0.25em;
}
.gallery__view {
  border-bottom: 1px solid #222222;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 2.3125em;
}
.gallery__big-next,
.gallery__big-prev,
.gallery__next,
.gallery__prev {
  display: block;
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery__big-next,
.gallery__big-prev {
  width: 22px;
  height: 34px;
}
.gallery__big-next {
  background-image: url(/static/blocks/gallery/right.svg);
}
.gallery__big-prev {
  background-image: url(/static/blocks/gallery/left.svg);
}
.gallery__big-next_disabled {
  background-image: url(/static/blocks/gallery/right-big-inactive.gif);
}
.gallery__big-prev_disabled {
  background-image: url(/static/blocks/gallery/left-big-inactive.gif);
}
.gallery__next,
.gallery__prev {
  width: 11px;
  height: 17px;
  margin-top: -12px;
  display: none;
}
.gallery__next {
  background-image: url(/static/blocks/gallery/right-small.gif);
}
.gallery__prev {
  background-image: url(/static/blocks/gallery/left-small.gif);
}
.gallery__big-next,
.gallery__next {
  right: 42px;
}
.gallery__big-prev,
.gallery__prev {
  left: 42px;
}
.gallery__big-image {
  max-width: 100%;
  height: auto;
}
.gallery__copyright {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  margin-top: -0.25em;
}
.gallery__description {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  margin-top: 0.21428571em;
}
.gallery__close-fullscreen {
  position: absolute;
  right: 0;
  top: -50px;
  width: 35px;
  height: 35px;
  background-image: url(/static/blocks/gallery/close.png);
  border: none;
  background-color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  display: none;
}
.gallery__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.gallery__list:hover {
  opacity: 1;
}
.gallery__item {
  display: inline-block;
}
.gallery__link {
  margin: 0 5px;
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
}
.gallery__link_active {
  width: 78px;
  height: 78px;
  border: 1px solid #777;
}
.gallery__image {
  height: 80px;
  width: auto;
}
.gallery__link_active .gallery__image {
  margin: -1px;
}
.gallery__items {
  padding-top: 0.875em;
  padding-bottom: 0.6875em;
}
.gallery__fullscreen .gallery__header {
  display: none;
}
.gallery__fullscreen .gallery__content {
  max-width: none;
}
.gallery__fullscreen .gallery__view {
  border-bottom: none;
}
.gallery__fullscreen .gallery__items {
  display: none;
}
.gallery__fullscreen .gallery__close-fullscreen {
  display: block;
}
.gallery__fullscreen .gallery__view {
  padding-top: 4em;
  padding-right: 0.75em;
  padding-left: 0.75em;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .gallery__view {
    padding-top: 0;
  }
  .gallery__content_view {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery__copyright,
  .gallery__description {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .gallery__big-next,
  .gallery__big-prev {
    position: static;
    width: 50%;
    display: inline-block;
    height: 4.875em;
  }
  .gallery__big-next {
    border-right: 1px solid #222;
    margin-right: -1px;
  }
  .gallery__fullscreen .gallery__big-next,
  .gallery__fullscreen .gallery__big-prev {
    width: 74px;
    height: 78px;
    border: none;
    float: left;
  }
  .gallery__fullscreen .gallery__view {
    padding-top: 4px;
  }
  .gallery__fullscreen .gallery__close-fullscreen {
    top: 18px;
    right: 11px;
  }
}
@media screen and (max-width: 480px) {
  .gallery__header {
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
  .gallery__type {
    font-size: 1em;
  }
  .gallery__heading {
    font-size: 1.375em;
    margin-top: -0.04545455em;
  }
  .gallery__date {
    margin-top: -0.125em;
  }
  .gallery__view {
    padding-top: 0.4375em;
    padding-bottom: 1.4375em;
  }
  .gallery__description {
    font-size: 0.8125em;
    margin-top: 0.07692308em;
  }
  .gallery__items {
    display: none;
  }
  .gallery__big-next,
  .gallery__big-prev {
    height: 2.875em;
  }
}
@media screen and (max-width: 320px) {
  .gallery__view {
    padding-top: 0;
  }
  .gallery__content_view {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery__description {
    font-size: 0.8125em;
    margin-top: 0.69230769em;
    line-height: 1.2em;
  }
}
.videos-page {
  padding-bottom: 1.875em;
}
.videos-page__content {
  margin-top: 1.6875em;
}
@media screen and (max-width: 768px) {
  .videos-page {
    padding-top: 0.125em;
  }
  .videos-page__content {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .videos-page {
    padding-top: 0;
  }
  .videos-page__content {
    margin-top: 0.5em;
  }
}
.media-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -0.875em;
}
.media-rows__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
}
.media-rows__item_margin-null {
  margin-bottom: 0;
}
.media-rows__item_3 {
  width: 33.3%;
}
.media-rows__item_4 {
  width: 25%;
}
.media-rows__content {
  padding: 0 0.875em;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .media-rows {
    margin: 0 -0.625em;
  }
  .media-rows__content {
    padding: 0 0.625em;
  }
}
@media screen and (max-width: 768px) {
  .media-rows {
    margin: 0 -0.75em;
  }
  .media-rows__content {
    padding: 0 0.75em;
  }
  .media-rows__item_4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .media-rows__item {
    width: 100%;
    margin-bottom: 1.75em;
  }
}
.media-page {
  padding-top: 0.8125em;
}
.media-page__heading {
  margin: 0;
  padding: 0;
  font-size: 2.0625em;
  margin-bottom: 0.72727273em;
}
.media-page__featured {
  margin-bottom: 1.75em;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .media-page__featured {
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  .media-page {
    padding-top: 0;
  }
  .media-page__heading {
    font-size: 1.875em;
    margin-bottom: 0.5em;
  }
  .media-page__featured {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .media-page__heading {
    font-size: 1.4375em;
    margin-top: -0.08695652em;
    margin-bottom: 0.47826087em;
  }
  .media-page__featured {
    margin-bottom: 0.875em;
  }
}
.poll-page {
  padding-top: 0.9375em;
}
.poll-page__heading {
  margin: 0;
  padding: 0;
  font-size: 2.0625em;
  font-weight: bold;
}
.poll-page__question {
  margin: 0;
  padding: 0;
  font-size: 1.875em;
  font-weight: normal;
  margin-top: 0.6em;
  line-height: 1.4em;
}
.poll-page__answers {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 3.1875em;
  padding-bottom: 1.375em;
}
.poll-page__item {
  margin-bottom: 1.125em;
}
.poll-page__answer {
  font-size: 1.125em;
  width: 75%;
  padding-right: 5%;
  display: block;
}
.poll-page__result {
  float: right;
  font-size: 1.125em;
  width: 27%;
  padding-left: 3%;
  text-align: right;
}
.poll-page__result-bar {
  clear: both;
  background-color: #eee;
  width: 100%;
  height: 3px;
  margin-top: 3px;
}
.poll-page__result-fill {
  width: 50%;
  height: 100%;
  background-color: #63BD2B;
}
.poll-page__help {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  color: #666;
  margin-top: 0.58333333em;
}
.poll-page__social {
  margin-top: 4.625em;
}
.poll-page__comments {
  border-top: 1px solid #0059B2;
  padding-top: 0.875em;
  margin-top: 3.0625em;
}
.search-page__heading {
  font-size: 2.0625em;
}
.search-page__form {
  padding-bottom: 1.375em;
}
.search-page__input {
  width: 98%;
  padding: 0.6em 1%;
  font-size: 0.9375em;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 0.8125em;
}
.search-page__date {
  padding: 0.45em 5% 0.45em 1%;
  width: 6em;
  font-size: 0.9375em;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 0.8125em;
  background-image: url(/static/blocks/search-page/calendar.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  margin-right: 6px;
}
.search-page__type {
  padding: 0.4em 0.7%;
  font-size: 0.9375em;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  vertical-align: top;
  margin-right: 0.46666667em;
}
.search-page__submit {
  background-color: #134785;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/static/blocks/search-page/submit.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 0.375em 2.75em 0.5625em 2.9375em;
  vertical-align: top;
  transition: background-color 0.5s;
}
.search-page__submit:hover {
  background-color: #1E70D5;
}
.search-page__total {
  margin: 0;
  padding: 0;
  font-size: 0.6875em;
  font-family: 'Arial';
  color: #777777;
}
.search-page__search-sections {
  margin-bottom: 1em;
}
.search-page__mobile-filter {
  display: none;
}
@media screen and (min-width: 480px) {
  .search-sections {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 0.625em;
    border-bottom: 1px solid #ccc;
  }
  .search-sections__item {
    display: inline-block;
  }
  .search-sections__link {
    display: block;
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
    padding: 0.33333333em 0.66666667em;
    margin-bottom: -1px;
  }
  .search-sections__link_active {
    color: #0159b2;
    border-bottom: 1px solid #0159b2;
  }
}
@media screen and (max-width: 479px) {
  .search-page__mobile-filter {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  .search-page__filter-link {
    cursor: pointer;
    border-bottom: 1px dashed #000;
  }
  .search-sections {
    display: none;
  }
  .search-sections.search-sections_active_js {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    padding: 20% 0 0;
    margin: 0;
    background: #000000;
    z-index: 999;
  }
  .search-sections__item {
    display: block;
  }
  .search-sections__link {
    display: block;
    color: #FFF;
    text-decoration: none;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 1em 2em;
    margin-bottom: -1px;
    background-color: #333;
  }
}
.error-pages {
  text-align: center;
  font-size: 1.15em;
}
.error-pages_heading {
  color: #D81212;
  font-size: 2.61em;
  margin-bottom: 0;
}
.error-pages__text {
  text-align: left;
  margin-top: 3.4em;
}
.error-pages__list {
  padding: 0 24px;
  margin: 0;
}
.error-pages__list-item {
  list-style: disc;
  line-height: 157%;
  font-size: 0.78em;
}
.center-not-width {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #FBE8E8;
  min-height: 339px;
  margin-bottom: 1.875em;
}
.center-not-width__wrapper {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
.center-not-width__item {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
.mobile-links {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 927px) {
  .mobile-links {
    display: block;
    text-align: center;
  }
}
.mobile-links__item {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  height: 50px;
}
@media screen and (max-width: 570px) {
  .mobile-links__item {
    display: block;
    text-align: center;
    margin: 6px 0 0;
  }
}
.mobile-links__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 570px) {
  .mobile-links__item:first-child {
    margin: 0;
  }
}
.mobile-links__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.mobile-links__image {
  display: block;
  height: 50px;
  padding: 0;
  margin: 0;
}
.wrapping_gallery-main .section {
  border-top: none;
}
.wrapping_gallery-main .card {
  position: relative;
}
.wrapping_gallery-main .card__description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-bottom: 1.6em;
  padding-left: 1.6em;
  padding-right: 1em;
  padding-top: 2.76666667em;
  margin-bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, #000000), color-stop(98%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 70%, #000000 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.wrapping_gallery-main .card__description .date {
  color: inherit;
  color: #777;
}
.wrapping_gallery-main .card__underline:hover {
  border-color: transparent;
  color: inherit;
}
.wrapping_gallery-main .card:hover .card__underline {
  color: #e5e5e5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}
.wrapping_poll-main .voting {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.wrapping_poll-main .voting__body {
  margin-top: 1em;
  padding-top: 0.875em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 2em;
  background-color: #eee;
}
@media screen and (max-width: 480px) {
  .wrapping_gallery-main .card__media {
    margin-bottom: .5em;
  }
  .wrapping_gallery-main .card__description {
    position: static;
    padding: 0;
    color: #000;
    background: transparent;
    filter: none;
  }
  .wrapping_gallery-main .card__description .date {
    color: inherit;
  }
  .wrapping_gallery-main .card:hover .card__underline {
    border-color: rgba(216, 0, 0, 0.6);
    color: #D80000;
  }
}
.actualtrends {
  width: 100%;
  margin-top: -1px;
  padding-top: 1px;
  background-color: #e7e7e7;
}
.actualtrends__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.actualtrends__list {
  list-style: none;
  padding: .5em 0;
}
.actualtrends__item {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  padding-right: 1.125em;
}
.actualtrends__link {
  word-spacing: normal;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  font-family: 'Segoe UI', 'Gill Sans Light', Helvetica;
  font-size: 0.9375em;
  transition: color 0.5s;
}
.actualtrends__link:hover {
  color: #e5e5e5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}
@media screen and (max-width: 480px) {
  .actualtrends {
    display: none;
  }
}
.main-news {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.main-news__content {
  padding: 0 0.9375em 2.6875em;
}
.main-news__news-block {
  padding-top: .875em;
}
.main-news__card {
  padding-top: 8px;
  padding-bottom: 8px;
}
.main-news__title {
  font-size: 0.9375em;
  line-height: 1.4em;
  margin-bottom: 0.13333333em;
}
.main-news__title_first {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) and (min-width: 580px) {
  .main-news__card {
    display: block;
    width: auto;
  }
  .main-news__card_first {
    border-bottom: 1px solid #ddd !important;
  }
}
@media screen and (max-width: 768px) {
  .main-news__content {
    padding-right: 0.625em;
    padding-left: 0.625em;
  }
}
@media screen and (max-width: 320px) {
  .main-news {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .main-news__title,
  .main-news__title_first {
    font-size: 0.875em;
  }
}
.main-documentaries {
  background: #000;
}
.main-documentaries a {
  text-decoration: none;
}
.main-documentaries a:hover .media {
  background-color: transparent;
}
.main-documentaries a:hover .main-documentaries__text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  color: #e5e5e5;
}
.main-documentaries__content {
  padding: 0 .5% 1em 2%;
}
.main-documentaries__heading {
  color: #fff;
  font-size: 1.25em;
  padding: .8em 0 .9em;
}
.main-documentaries__heading * {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.main-documentaries__list {
  padding: 0;
  margin: 0;
}
.main-documentaries__media {
  margin-bottom: 0.3125em;
}
.main-documentaries__item {
  display: inline-block;
  list-style: none;
  width: 23.5%;
  vertical-align: top;
  padding-top: 0;
  padding-right: 1.5%;
  padding-bottom: 1em;
  padding-left: 0;
}
.main-documentaries__item .media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.main-documentaries__item .media__image {
  position: absolute;
  top: 0;
  left: 0;
}
.main-documentaries__text {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: 0.9375em;
}
@media screen and (max-width: 768px) {
  .main-documentaries__content {
    padding: 0 1% 1em 3%;
  }
  .main-documentaries__item {
    width: 23%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 680px) {
  .main-documentaries__content {
    padding: 0 0 1em 5%;
  }
  .main-documentaries__item {
    width: 45%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .main-documentaries__text {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 320px) {
  .main-documentaries__content {
    padding: 0 0.9375em 1em;
  }
  .main-documentaries__item {
    width: 100%;
    padding-right: 0;
  }
}
.live-updates__autoupdate-switcher {
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
  display: none;
}
.live-updates__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.live-updates__post {
  padding-top: 0.58823529em;
}
.live-updates__load-more {
  cursor: pointer;
}
.live-updates .loading {
  margin: 2em auto 4em;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  border: .2em solid #e2e2e2;
  border-top-color: #636363;
  animation: spin 1s infinite linear;
  display: none;
}
.live-updates [data-click] {
  cursor: pointer;
}
.liveupdate__date {
  display: block;
  font-size: 1.2em;
  margin: 1.5em 0 1em 0;
  color: red;
}
.liveupdate__date:first-letter {
  text-transform: uppercase;
}
.liveupdate__text {
  padding-top: 0.58823529em;
}
.liveupdate__time {
  display: block;
  font-size: 1.1em;
  margin-bottom: -1em;
  color: #000;
  font-weight: bold;
}
.ui-checkbox {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.ui-checkbox__title {
  display: inline-block;
  padding-right: 5px;
  color: #969696;
  font-size: 0.9em;
}
.ui-checkbox__input {
  border-radius: 1em;
  border: 1px solid #969696;
  width: 30px;
  height: 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: sub;
  transition: all 0.2s ease;
}
.ui-checkbox__input:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 15px;
  background: #969696;
  box-sizing: border-box;
  transition: all 0.2s ease;
  top: 0;
  bottom: 0;
  margin: auto 2px;
}
.ui-checkbox__input_on {
  border-color: #3b99fc;
}
.ui-checkbox__input_on:after {
  background: #3b99fc;
  margin-left: 16px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.app-mobile .liveupdate__time {
  margin-bottom: 0;
}
.autors-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.autors-list__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .autors-list {
    padding-left: 30px;
  }
  .autors-list__item {
    width: 25%;
  }
  .autors-list__item:nth-child(4n+1) {
    margin-left: -30px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .autors-list {
    padding-left: 10px;
  }
  .autors-list__item {
    width: 50%;
  }
  .autors-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .autors-list__item:nth-child(2n+1) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 320px) {
  .autors-list {
    padding-left: 0;
  }
  .autors-list__item {
    margin-left: 0;
    width: 100%;
  }
  .autors-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .autors-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.autors-blog {
  display: block;
  position: relative;
  font-size: 0.875em;
  line-height: 1.35714286;
  padding-top: 50px;
  text-decoration: none;
  color: #000;
}
.autors-blog::after {
  content: '';
  position: absolute;
  top: 41px;
  left: 90px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  display: block;
  height: 0;
  width: 0;
  z-index: 11;
}
.autors-blog::before {
  content: '';
  position: absolute;
  top: 39px;
  left: 90px;
  border-bottom: 6px solid #ddd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  display: block;
  height: 0;
  width: 0;
  z-index: 10;
}
.autors-blog__image {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
}
.autors-blog__name {
  position: absolute;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  left: 80px;
  top: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.autors-blog__name-helper {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.autors-blog__text {
  position: relative;
  padding: 15px 10px 12px;
  border: 1px solid #ddd;
  background: #FFF;
  z-index: 9;
}
.autors-blog__text p {
  margin: 0;
  padding: 0;
}
.programm-preview {
  font-size: 0.9125em;
  padding: 1.36986301em;
  background: #EEE;
  border: 1px solid #CACACA;
}
.programm-preview__text {
  line-height: 1.4;
}
.programm-preview p:last-child {
  margin-bottom: 0;
}
.telecast-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -1em;
}
.telecast-list__first-item,
.telecast-list__item {
  margin-bottom: 1em;
}
.telecast-list__first-item-media,
.telecast-list__first-item-desc {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.telecast-list__first-item-media {
  padding-right: 0.5em;
}
.telecast-list__first-item-desc {
  padding-left: 0.5em;
}
.telecast-list__item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.telecast-list__content {
  margin-right: 1em;
}
@media screen and (max-width: 684px) {
  .telecast-list__first-item-summary {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .telecast-list__first-item-media,
  .telecast-list__first-item-desc {
    width: 100%;
    display: block;
    box-sizing: content-box;
    padding: 0;
  }
  .telecast-list__item {
    width: 100%;
  }
  .telecast-list__item-media {
    float: left;
    max-width: 150px;
  }
  .telecast-list__item-desc {
    margin-left: 160px;
  }
}
.quiz {
  line-height: 1.625;
  font-size: 0.625em;
  clear: both;
}
.quiz__item {
  position: relative;
  border-top: 1px solid #005EB3;
  padding-left: 7em;
  margin-bottom: 3em;
}
.quiz__item:last-child {
  border-top: 0;
}
.quiz__item_button-wrapper {
  padding-left: 7em;
  padding-right: 7em;
}
.quiz__number {
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75em;
  text-align: center;
  margin: 0.425em 0 0 0;
  color: #005EB3;
}
.quiz__question {
  font-size: 1.7em;
  font-weight: bold;
  margin: 1em 0;
}
.quiz__answers {
  clear: both;
  padding-left: 2.5em;
}
.quiz__answer {
  font-size: 1.7em;
  margin-bottom: 0.5em;
  position: relative;
}
.quiz__answer-comment {
  font-size: 0.88235294em;
  border-left: 2px solid #45B201;
  margin-left: 1.82352941em;
  margin-top: 0.58823529em;
  margin-bottom: 1.17647059em;
  padding-left: 1.11764706em;
  display: none;
}
.quiz_js_show-result .quiz__answer-comment {
  display: block;
}
.quiz__radio {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -1.47058824em;
  margin: 0;
}
.quiz_js_show-result .quiz__radio {
  display: none;
}
.quiz__label {
  position: relative;
  display: inline-block;
  left: -1.47058824em;
  padding-left: 1.47058824em;
}
.quiz__button {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 3em;
  padding: 0;
  display: block;
  border: 0;
  color: #FFF;
  background-color: #005EB3;
  width: 100%;
  border-radius: 0;
}
.quiz__button:not([disabled="disabled"]) {
  cursor: pointer;
}
.quiz__button:not([disabled="disabled"]):hover {
  outline-color: #005EB3;
  outline-style: solid;
  outline-width: 2px;
}
.quiz__button:disabled {
  opacity: 0.5;
}
.quiz_js_false + .quiz__label {
  background: url('/static/img/Red_cross.svg') no-repeat 0 5px;
}
.quiz_js_true + .quiz__label {
  background: url('/static/img/Green_check.svg') no-repeat 0 7px;
}
.quiz .media {
  float: left;
  width: 35%;
  margin-right: 1.17647059em;
  margin-bottom: 0.29411765em;
  margin-top: 0.29411765px;
  font-weight: normal;
}
@media screen and (max-width: 479px) {
  .quiz__item {
    padding-left: 4.7em;
  }
  .quiz__number {
    font-size: 3em;
    width: 1.56666667em;
  }
  .quiz__question {
    font-size: 1.5em;
  }
  .quiz__answer {
    font-size: 1.5em;
  }
  .quiz .media {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.main-opinion {
  border: 1px solid #5CB327;
  font-size: 0.625em;
  margin-bottom: 2em;
}
.main-opinion__link {
  display: block;
  text-decoration: none;
}
.main-opinion__wiget-title {
  display: block;
  margin: 0;
  padding: 0.47619048em 0 0.47619048em 0.66666667em;
  font-size: 2.1em;
  font-weight: bold;
  background: #5CB327;
  color: #FFF;
}
.main-opinion__title {
  display: block;
  font-size: 1.7em;
  color: #000;
  line-height: 1.17647059;
  padding: 0.70588235em 0.82352941em;
}
.enquetes-speciales {
  margin-bottom: 1em;
}
.js-listing.js-listing_loading::after {
  content: 'Chargement...';
  display: block;
  text-align: center;
}
.liveevent {
  display: block;
  text-decoration: none;
  font-size: 0.625em;
  margin-bottom: 23px;
  background-image: -webkit-gradient(-175deg, color-stop(0, #1073E5), color-stop(1, #00A1EB));
  background-image: -o-linear-gradient(-175deg, #1073E5 0%, #00A1EB 100%);
  background-image: -moz-linear-gradient(-175deg, #1073E5 0%, #00A1EB 100%);
  background-image: -webkit-linear-gradient(-175deg, #1073E5 0%, #00A1EB 100%);
  background-image: -ms-linear-gradient(-175deg, #1073E5 0%, #00A1EB 100%);
  background-image: linear-gradient(-175deg, #1073E5 0%, #00A1EB 100%);
  width: 100%;
}
.liveevent__wrap {
  display: table;
  padding: 0;
  margin: 0;
}
.liveevent__header,
.liveevent__title {
  font-size: 2em;
  line-height: 1.3em;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 15px;
  list-style: none;
}
.liveevent__header {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 2.05em;
}
.liveevent__header:after {
  font-family: 'iconfonts';
  content: 'P';
  position: absolute;
  right: 0;
  font-weight: normal;
  font-size: 1.5em;
}
.liveevent__title {
  text-decoration: none;
}
.liveevent:hover .liveevent__title {
  text-decoration: underline;
}
@media all and (max-width: 980px) {
  .liveevent__header,
  .liveevent__title {
    font-size: 1.5em;
    line-height: 1.6em;
  }
}
@media all and (max-width: 684px) {
  .liveevent__wrap {
    display: inline-block;
  }
  .liveevent__header,
  .liveevent__title {
    font-size: 2em;
    line-height: 1.3em;
    display: inline-block;
    padding: 10px;
  }
  .liveevent__title {
    font-size: 1.4em;
    line-height: 1.42857143em;
    padding-top: 0;
  }
  .liveevent__header {
    padding-right: 35px;
    width: auto;
  }
}
@font-face {
  font-family: 'iconfonts';
  src: url('/static/fonts/icon/iconfonts.eot?62459291');
  src: url('/static/fonts/icon/iconfonts.eot?62459291#iefix') format('embedded-opentype'), url('/static/fonts/icon/iconfonts.woff?62459291') format('woff'), url('/static/fonts/icon/iconfonts.ttf?62459291') format('truetype'), url('/static/fonts/icon/iconfonts.svg?62459291#iconfonts') format('svg');
  font-weight: normal;
  font-style: normal;
}
.twentytwenty img {
  width: 100%;
}
.twentytwenty img + img {
  display: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #75bd21;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  width: 100%;
  position: absolute;
  top: 0;
  display: block !important;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: " ";
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: " ";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #75bd21;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #75bd21, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid #75bd21;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #75bd21;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid #75bd21;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid #75bd21;
  bottom: 50%;
  margin-bottom: -17px;
}
.video-iframe {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}
.video-iframe > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.quotation {
  box-shadow: inset 0px 2px #ffffff, inset 0px 3px #555555, inset 0px -2px #ffffff, inset 0px -3px #555555;
  border-top: 2px solid #b9b9b8;
  border-bottom: 2px solid #b9b9b8;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: right;
  font-style: italic;
}
.quotation img,
.quotation__img {
  float: left;
  padding-right: 20px;
  width: auto;
}
.quotation cite,
.quotation__source {
  color: #888888;
  display: block;
  text-align: right;
  padding-top: 10px;
  font-style: normal;
}
.lead-tizers__list {
  margin: -30px 0 0 -30px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.lead-tizers__item {
  border: 1px solid #E5E5E5;
  display: inline-block;
  width: calc(33.3333% - 30px);
  margin: 30px 0 0 30px;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lead-tizers__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 684px) {
  .lead-tizers__item {
    display: block;
    width: auto;
  }
  .lead-tizers__item:after {
    content: '';
    display: table;
    clear: both;
  }
}
.lead-tizers__media {
  float: left;
  width: 175px;
  height: 175px;
  position: relative;
}
@media (max-width: 379px) {
  .lead-tizers__media {
    float: none;
    width: auto;
    height: 0;
    padding-bottom: 100%;
  }
  .lead-tizers__media .media__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .lead-tizers__media .media__item {
    width: 100%;
  }
}
.lead-tizers__media .media {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lead-tizers__detail {
  overflow: hidden;
  padding: 15px 20px 15px 10px;
}
.lead-tizers__name {
  margin-bottom: 6px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}
.lead-tizers__summary {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}
.lead-tizers__link {
  color: inherit;
  text-decoration: none;
}
.w2w {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #444;
}
.w2w > div {
  margin-bottom: 30px;
}
.w2w > div:last-child {
  margin-bottom: 0;
}
.w2w__name {
  margin-top: 25px;
  font-weight: bold;
}
.w2w__text {
  font-size: 0.9em;
}
.w2w__description {
  float: left;
  width: 250px;
  margin-right: 40px;
}
.w2w__map {
  float: left;
  max-width: 100%;
}
.w2w__map img {
  margin: auto;
  width: 415px;
  max-width: 100%;
}
#widget_election_ru2018 {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
#widget_election_ru2018 * {
  box-sizing: border-box;
}
#widget_election_ru2018 .election-ru-2018-wrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  padding: 20px 32px;
  margin-bottom: 20px;
}
#widget_election_ru2018 .election-ru-2018-wrapper .election--item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
#widget_election_ru2018 .election-ru-2018-wrapper .election--item:last-child {
  margin-bottom: 0;
}
#widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2px;
}
#widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent .percent {
  font-family: 'Din Pro Bold', Arial;
  font-size: 27px;
  color: #000000;
}
#widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent .election--title {
  font-family: 'Din Pro Bold', Arial;
  font-size: 27px;
  color: #000000;
  padding-left: 20px;
}
#widget_election_ru2018 .election-ru-2018-wrapper .election--item .progress {
  display: flex;
  flex-direction: column;
  min-height: 14px;
  min-width: 1px;
}
@media (max-width: 560px) {
  .widget_election_ru2018 .election-ru-2018-wrapper {
    padding: 10px 12px;
  }
  .widget_election_ru2018 .election-ru-2018-wrapper .election--item {
    margin-bottom: 10px;
  }
  .widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent .percent,
  .widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent .election--title {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent .percent,
  .widget_election_ru2018 .election-ru-2018-wrapper .election--item .election--percent .election--title {
    font-size: 18px;
  }
}
.hide {
  display: none;
}
.comments__rules {
  font-size: 13pt;
  line-height: 24pt;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444444;
}
.autors-heading {
  color: #0059b2;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.66666667em;
}
.autors-heading_hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s;
}
.autors-heading_hover:hover {
  border-color: rgba(216, 0, 0, 0.6);
  color: #d80000;
}
.autors-heading__list-title {
  padding-top: 0.875em;
  margin-top: 1em;
  font-size: 1.25em;
  border-top: 1px solid #0059b2;
}
