
@font-face {
    font-family: 'Roboto Flex';
    src: url('/static/site/fonts/Roboto_Flex/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
    font-weight: 100 1000; /* Диапазон веса */
    font-stretch: 25% 151%; /* Диапазон ширины */
    font-style: oblique -10deg 0deg; /* Диапазон наклона */
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Flex';
    src: url('/static/site/fonts/Roboto_Flex/RobotoFlex-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Раньше был в отдельном файле fonts.css */
@font-face {
  font-family: "SeroPro";
  font-style: normal;
  font-weight: bold;
  src: url("/static/site/fonts/SeroPro/subset-SeroPro-Bold.eot?#iefix") format("embedded-opentype"), url("/static/site/fonts/SeroPro/subset-SeroPro-Bold.woff") format("woff"), url("/static/site/fonts/SeroPro/subset-SeroPro-Bold.ttf") format("truetype");
  font-display: fallback;
}

@font-face {
  font-family: "SeroPro";
  font-style: italic;
  font-weight: bold;
  src: url("/static/site/fonts/SeroPro/subset-SeroPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/static/site/fonts/SeroPro/subset-SeroPro-BoldItalic.woff") format("woff"), url("/static/site/fonts/SeroPro/subset-SeroPro-BoldItalic.ttf") format("truetype");
  font-display: fallback;
}

@font-face {
  font-family: "SeroPro";
  font-style: normal;
  font-weight: 300;
  src: url("/static/site/fonts/SeroPro/subset-SeroPro-Light.eot?#iefix") format("embedded-opentype"), url("/static/site/fonts/SeroPro/subset-SeroPro-Light.woff") format("woff"), url("/static/site/fonts/SeroPro/subset-SeroPro-Light.ttf") format("truetype");
  font-display: fallback;
}

@font-face {
  font-family: "SeroPro";
  font-style: italic;
  font-weight: 300;
  src: url("/static/site/fonts/SeroPro/subset-SeroPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/static/site/fonts/SeroPro/subset-SeroPro-LightItalic.woff") format("woff"), url("/static/site/fonts/SeroPro/subset-SeroPro-LightItalic.ttf") format("truetype");
  font-display: fallback;
}

@font-face {
  font-family: "SeroPro";
  font-style: normal;
  font-weight: normal;
  src: url("/static/site/fonts/SeroPro/subset-SeroPro.eot?#iefix") format("embedded-opentype"), url("/static/site/fonts/SeroPro/subset-SeroPro.woff") format("woff"), url("/static/site/fonts/SeroPro/subset-SeroPro.ttf") format("truetype");
  font-display: fallback;
}

@font-face {
  font-family: "SeroPro";
  font-style: italic;
  font-weight: normal;
  src: url("/static/site/fonts/SeroPro/subset-SeroPro-Italic.eot?#iefix") format("embedded-opentype"), url("/static/site/fonts/SeroPro/subset-SeroPro-Italic.woff") format("woff"), url("/static/site/fonts/SeroPro/subset-SeroPro-Italic.ttf") format("truetype");
  font-display: fallback;
}
/*# sourceMappingURL=fonts.css.map */

/* Раньше был отдельный файл main.css*/
html {
  font-size: 100.01%;
  background: #ffffff;
}

body {
    font-family: 'Roboto Flex';
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    min-width: 320px;
    position: relative;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #ffffff;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Flex';
  font-weight: bold;
  color: #000000;
}

a {
  color: #3DB6F5;
}

a:hover, a:focus {
  color: #0da4f3;
  text-decoration: none;
}
.uk-label {
	background-color: #3DB6F5;
	font-size: 12px;
}

.uk-text-bold {
	font-weight: bold!important;
}

img {
  max-width: 100%;
}

b, strong {
	font-weight: bold!important;
}

.clr {
  overflow: auto;
}

.clr::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
  display: none;
}

.header {
  z-index: 1054;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #0f5399;
}

.uk-navbar-left {
  min-width: 286px;
}

.uk-navbar-right {
  margin-left: 10px;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: 40px;
  font-family: 'Roboto Flex', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
}

.uk-navbar-nav > li > a {
  color: #ffffff;
}

.news-text .content__table-block {
    overflow-x: auto;
}
.news-text .table {
    float: none !important;
}
.news-text table {
    width: 100% !important;
}
.news-text .table td {
    width: auto !important;
    padding: 10px;
}
.news-text .uptolike-buttons {
    margin-top: 15px;
}
.news-text iframe {
    max-width: 100%;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-toggle:hover {
  color: #e6e6e6;
}

.uk-search-navbar .uk-search-input {
  height: 30px;
  padding: 5px;
  font-size: 14px;
  color: #000000;
}

.uk-navbar-toggle.uk-open {
  color: #3DB6F5;
  background: rgba(255, 255, 255, 0.8);
  min-height: 30px;
  height: 30px;
  margin: 5px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.uk-drop {
  width: 150px;
  min-height: 30px;
  height: 30px;
  margin: 5px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.uk-drop.uk-open {
  background: rgba(255, 255, 255, 0.8);
  min-height: 30px;
  height: 30px;
  margin: 5px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.search-top {
  display: block;
  max-width: 300px;
}

.search-top__input_overlay,
.search-top__toggle {
  display: inline-block;
}

.search-top__input_overlay {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}

.search-top__toggle {
  max-height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.search-top__toggle svg {
  margin-top: -2px;
}

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.7);
}

.uk-offcanvas-flip .uk-offcanvas {
  z-index: 1054;
}

.uk-offcanvas-bar {
  background: #0f5399;
}

.uk-offcanvas-bar ul {
  margin: 70px 30px;
  padding: 0;
  list-style: none;
}

.uk-offcanvas-bar ul li {
  display: block;
}

.uk-offcanvas-bar ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

.uk-offcanvas-bar ul li a:hover {
  color: #e6e6e6;
}

.uk-offcanvas-close {
  top: 10px;
  right: 10px;
}

.cap-ticker {
  display: block;
  position: relative;
}

.cap-ticker::after {
  content: "";
  clear: both;
  display: table;
}

.cap-row {
  max-width: 240px;
}

.cap-inner {
  display: block;
  height: 80px;
  background: #eeeeee;
}

.ticker-one {
    display: block;
    height: 37px;
    background-color: #f7f7f7;
    width: 100%;
    overflow: hidden;
}

.ticker-one ul,
.ticker-one .ul{
  display: block;
  width: 2000px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f7f7f7;
  overflow-x: hidden;
}

.ticker-one ul li,
.ticker-one .ul .li {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #e7e7e7;
    padding: 0 30px;
    margin-top: -1px;
}

.ticker-one ul li a,
.ticker-one .ul .li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #000000;
}

.ticker-one ul li a span,
.ticker-one .ul .li a span {
  color: #3DB6F5;
  text-transform: uppercase;
  margin-right: 5px;
}

.ticker-one ul li.i_important,
.ticker-one .ul .li.i_important {
  background: #e40000;
}

.ticker-one ul li.i_important a,
.ticker-one .ul .li.i_important a {
  color: #ffffff;
}

.ticker-one ul li.i_important a span,
.ticker-one .ul .li.i_important a span {
  color: #ffffff;
}

.i_important {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    height: 37px;
    line-height: 35px;
    background: #e40000;
    color: #ffffff;
    padding: 0 26px;
    z-index: 2;
    border-radius: 0 0 6px 6px;
}


.ticker-two {
  display: block;
  height: 45px;
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
  background: #ffffff;
}

.ticker-two ul {
  display: block;
  width: 2000px;
  max-width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  margin-right: 0;
}

.ticker-two ul li {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  border-left: 1px solid #e7e7e7;
  padding: 0 40px;
}

.ticker-two ul li a {
  display: block;
  text-decoration: none;
  fonr-size: 18px;
  font-weight: normal;
  line-height: 45px;
  color: #000000;
}

.search_mobile {
  margin-top: 20px;
}

.search_mobile input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  outline: none;
}

.search_mobile a {
  background: #3DB6F5;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}

.search_mobile a:hover {
  color: #e6e6e6;
}

.search_mobile button {
  background: #3DB6F5;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}

.search_mobile button:hover {
  color: #e6e6e6;
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.sidebar-left {
  top:103px!important;
  position: fixed;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 0;
  width: 370px !important;
  overflow: hidden;
}

.sidebar-left .scroll-pane .jspDrag {
  top: 28px;
}

.scroll-pane {
    background:#e5f0ee;
    box-sizing:border-box;
    overflow-y:scroll;
    scrollbar-color:#37abe5;
    scrollbar-width:thin;
    width:100%;
    height:100%;
    overflow:auto;
    padding:20px 18px;
}

.main {
  padding-top: 20px;
  padding-left: 370px;
    /* Иначе в правом блоке не будет работать position: sticky */
  /*overflow-x: hidden;*/
}

.l-col-title {
  color:#37abe5;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.l-col-title::before {
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background-color:#cbdcd9;
    bottom:0;
}

.r-col-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  /*height: 32px;*/
  height: 2px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.r-col-title::before {
  display:none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  bottom: 0;
}

.c-col-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  height: 34px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

.c-col-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e5f0ee;
  bottom: 0;
}

.c-col-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-col-title ul li {
  display: inline-block;
  position: relative;
}

.c-col-title ul li a {
  color: #000000;
  text-decoration: none;
}

.c-col-title ul li a:hover {
  color: #3DB6F5;
}

.c-col-title ul li + li {
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
}

.c-col-title ul li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  background-image: url("/static/site/images/title_dot.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.l-col {
  display: block;
  position: relative;
}

.l-col__item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

a.l-col__item {
  display: block;
  color: #000000;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
}

a.l-col__item:hover, a.l-col__item:focus {
  color: #3DB6F5;
  text-decoration: none;
}

.l-col__item_title {
  display: block;
  position: relative;
}

.l-col__item_date {
  display: block;
  position: relative;
  font-size: 12px;
  color: #929292;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.c-item__wrp {
  margin-bottom: 20px;
}

.c-item {
  position: relative;
}

.item__link {
  display: block;
  text-decoration: none;
}

a.item__link {
  display: block;
  text-decoration: none;
  color: #000000;
}

a.item__link:hover .item__title {
  color: #3DB6F5;
}

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

.item__cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
 /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
  /* IE6-9 */
  z-index: 1;
}

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

.item__cover_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  min-height: 12px;
  margin: 15px;
  z-index: 2;
}

.item__cover_bottom_date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
}

.item__cover_bottom_views {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #ffffff;
  padding-left: 28px;
  font-size: 12px;
  line-height: 13px;
}

.item__cover_bottom_views::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23FFFFFF'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
}

.item__title {
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}

.item__desc {
  display: block;
  position: relative;
  font-weight: 300;
}

.r-item .item__title,
.l-item .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 0;
}

.all-news {
  position: relative;
  text-align: center;
}

.all-news__btn {
  position: relative;
  display: inline-block;
  padding: 5px 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d7d7d7;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.all-news__btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #bebebe;
}

.r-col {
  display: block;
  position: relative;
}

.r_col_wdt {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.r_col_wdt_authors {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.r_col_wdt_authors .r_col_wdt__item_cover:after {
  content: none;
}

.r_col_wdt__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding-right: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  height: 28px;
}

.r_col_wdt__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%233DB6F5'%3e%3ccircle cx='11.5' cy='11.5' r='11.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 8px;
}

.r_col_wdt__item_link {
  display: block;
  text-decoration: none;
}

a.r_col_wdt__item_link {
  display: block;
  text-decoration: none;
  color: #000000;
}

a.r_col_wdt__item_link:hover .r_col_wdt__item_title {
  color: #3DB6F5;
}

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

.r_col_wdt__item_cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}

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

.r_col_wdt__item_cover_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  margin: 15px;
  z-index: 2;
  min-height: 12px;
}

.r_col_wdt__item_cover_bottom_date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
}

.r_col_wdt__item_cover_bottom_views {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #ffffff;
  padding-left: 28px;
  font-size: 12px;
  line-height: 13px;
}

.r_col_wdt__item_cover_bottom_views::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23FFFFFF'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
}

.r_col_wdt__item_title {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}

.r_col_wdt__item_title_blog_authors {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.r_col_wdt__item_desc {
  display: block;
  position: relative;
  font-weight: 300;
}

.r_col_wdt__item_desc_question {
  font-weight: bold;
  color: #3DB6F5;
}

.r_col_wdt__item_author {
  display: block;
  text-transform: uppercase;
  color: #929292;
  margin-bottom: 5px;
}

.wa_wdt {
  display: block;
  margin-bottom: 20px;
}

.wa_wdt a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 10px;
}

.wa_wdt a .wa_wdt__icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.wa_wdt a .wa_wdt__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-396.000000, -133.000000)' fill-rule='nonzero'%3e%3cg transform='translate(396.000000, 133.000000)'%3e%3cpath d='M14.9277108,26.4965863 C12.4728916,26.4965863 10.1819277,25.7566265 8.26807229,24.4973896 L3.61465863,25.9841365 L5.12309237,21.4875502 C3.67168675,19.4951807 2.81807229,17.0405622 2.81807229,14.3937751 C2.81807229,7.71987952 8.24678715,2.29116466 14.9206827,2.29116466 C21.5945783,2.29116466 27.0232932,7.71987952 27.0232932,14.3937751 C27.0232932,21.0674699 21.5945783,26.4963855 14.9206827,26.4963855 L14.9277108,26.4963855 L14.9277108,26.4965863 Z M14.9277108,0 C6.97991968,0 0.533935743,6.44658635 0.533935743,14.3939759 C0.533935743,17.1118474 1.28815261,19.6590361 2.59718876,21.8291165 L0.000200803213,29.548996 L7.96927711,26.9947791 C10.0992876,28.1725767 12.4937534,28.7895561 14.9277108,28.787751 C22.8753012,28.787751 29.3214859,22.3415663 29.3214859,14.3939759 C29.3212851,6.44658635 22.8753012,0 14.9277108,0 Z' fill='%235BD067'%3e%3c/path%3e%3cpath d='M14.9277108,2.29116466 C8.25381526,2.29116466 2.8251004,7.71987952 2.8251004,14.3937751 C2.8251004,17.0405622 3.67891566,19.4951807 5.13032129,21.4875502 L3.62188755,25.9841365 L8.2751004,24.4973896 C10.1889558,25.7638554 12.4728916,26.4965863 14.934739,26.4965863 C21.6086345,26.4965863 27.0373494,21.0676707 27.0373494,14.3939759 C27.0373494,7.72008032 21.6086345,2.29136546 14.934739,2.29136546 L14.9277108,2.29136546 L14.9277108,2.29116466 Z'%3e%3c/path%3e%3cpath d='M11.547992,8.43875502 C11.313253,7.87670683 11.1353414,7.85542169 10.7797189,7.84096386 C10.6446803,7.83226527 10.5094132,7.8275778 10.3740964,7.82690763 C9.91144578,7.82690763 9.42771084,7.96204819 9.13594378,8.26084337 C8.78032129,8.62369478 7.89799197,9.47028112 7.89799197,11.2064257 C7.89799197,12.9425703 9.16445783,14.6216867 9.33514056,14.8566265 C9.51305221,15.0911647 11.8042169,18.7056225 15.3616466,20.1787149 C18.1435743,21.3313253 18.9690763,21.224498 19.6022088,21.0893574 C20.5271084,20.8901606 21.6869478,20.2068273 21.9787149,19.3817269 C22.2704819,18.5562249 22.2704819,17.8518072 22.1849398,17.7024096 C22.0995984,17.553012 21.8646586,17.4678715 21.5090361,17.289759 C21.1534137,17.1118474 19.4242972,16.2580321 19.096988,16.1441767 C18.7767068,16.0232932 18.4708835,16.0660643 18.2291165,16.4076305 C17.8875502,16.8843373 17.5532129,17.3682731 17.2827309,17.6598394 C17.0692771,17.8875502 16.7204819,17.9160643 16.4289157,17.7949799 C16.0375502,17.6315261 14.9419679,17.246988 13.5899598,16.0445783 C12.5439759,15.1126506 11.8325301,13.953012 11.6263052,13.6044177 C11.4198795,13.2487952 11.6050201,13.0421687 11.7684739,12.8502008 C11.9463855,12.6295181 12.1170683,12.4730924 12.2949799,12.2666667 C12.4728916,12.0604418 12.57249,11.9536145 12.6863454,11.7116466 C12.8074297,11.4769076 12.7218876,11.2349398 12.6365462,11.0570281 C12.5512048,10.8791165 11.839759,9.14297189 11.547992,8.43875502 L11.547992,8.43875502 Z' fill='%236EBF63'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30px;
}

.wa_wdt a .wa_wdt__phone {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}

.wa_wdt a:hover, .wa_wdt a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #5bd067;
}

.wa_wdt a:hover .wa_wdt__icon:before, .wa_wdt a:focus .wa_wdt__icon:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-396.000000, -263.000000)' fill-rule='nonzero'%3e%3cg transform='translate(396.000000, 263.000000)'%3e%3cpath d='M14.9277108,26.4965863 C12.4728916,26.4965863 10.1819277,25.7566265 8.26807229,24.4973896 L3.61465863,25.9841365 L5.12309237,21.4875502 C3.67168675,19.4951807 2.81807229,17.0405622 2.81807229,14.3937751 C2.81807229,7.71987952 8.24678715,2.29116466 14.9206827,2.29116466 C21.5945783,2.29116466 27.0232932,7.71987952 27.0232932,14.3937751 C27.0232932,21.0674699 21.5945783,26.4963855 14.9206827,26.4963855 L14.9277108,26.4963855 L14.9277108,26.4965863 Z M14.9277108,0 C6.97991968,0 0.533935743,6.44658635 0.533935743,14.3939759 C0.533935743,17.1118474 1.28815261,19.6590361 2.59718876,21.8291165 L0.000200803213,29.548996 L7.96927711,26.9947791 C10.0992876,28.1725767 12.4937534,28.7895561 14.9277108,28.787751 C22.8753012,28.787751 29.3214859,22.3415663 29.3214859,14.3939759 C29.3212851,6.44658635 22.8753012,0 14.9277108,0 Z' fill='%23FFFFFF'%3e%3c/path%3e%3cpath d='M14.9277108,2.29116466 C8.25381526,2.29116466 2.8251004,7.71987952 2.8251004,14.3937751 C2.8251004,17.0405622 3.67891566,19.4951807 5.13032129,21.4875502 L3.62188755,25.9841365 L8.2751004,24.4973896 C10.1889558,25.7638554 12.4728916,26.4965863 14.934739,26.4965863 C21.6086345,26.4965863 27.0373494,21.0676707 27.0373494,14.3939759 C27.0373494,7.72008032 21.6086345,2.29136546 14.934739,2.29136546 L14.9277108,2.29136546 L14.9277108,2.29116466 Z'%3e%3c/path%3e%3cpath d='M11.547992,8.43875502 C11.313253,7.87670683 11.1353414,7.85542169 10.7797189,7.84096386 C10.6446803,7.83226527 10.5094132,7.8275778 10.3740964,7.82690763 C9.91144578,7.82690763 9.42771084,7.96204819 9.13594378,8.26084337 C8.78032129,8.62369478 7.89799197,9.47028112 7.89799197,11.2064257 C7.89799197,12.9425703 9.16445783,14.6216867 9.33514056,14.8566265 C9.51305221,15.0911647 11.8042169,18.7056225 15.3616466,20.1787149 C18.1435743,21.3313253 18.9690763,21.224498 19.6022088,21.0893574 C20.5271084,20.8901606 21.6869478,20.2068273 21.9787149,19.3817269 C22.2704819,18.5562249 22.2704819,17.8518072 22.1849398,17.7024096 C22.0995984,17.553012 21.8646586,17.4678715 21.5090361,17.289759 C21.1534137,17.1118474 19.4242972,16.2580321 19.096988,16.1441767 C18.7767068,16.0232932 18.4708835,16.0660643 18.2291165,16.4076305 C17.8875502,16.8843373 17.5532129,17.3682731 17.2827309,17.6598394 C17.0692771,17.8875502 16.7204819,17.9160643 16.4289157,17.7949799 C16.0375502,17.6315261 14.9419679,17.246988 13.5899598,16.0445783 C12.5439759,15.1126506 11.8325301,13.953012 11.6263052,13.6044177 C11.4198795,13.2487952 11.6050201,13.0421687 11.7684739,12.8502008 C11.9463855,12.6295181 12.1170683,12.4730924 12.2949799,12.2666667 C12.4728916,12.0604418 12.57249,11.9536145 12.6863454,11.7116466 C12.8074297,11.4769076 12.7218876,11.2349398 12.6365462,11.0570281 C12.5512048,10.8791165 11.839759,9.14297189 11.547992,8.43875502 L11.547992,8.43875502 Z' fill='%23FFFFFF'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.wa_wdt a:hover .wa_wdt__phone, .wa_wdt a:focus .wa_wdt__phone {
  color: #ffffff;
}

.subscribe_wdt {
  display: block;
  position: relative;
  margin-bottom: 6%;
  background: #e1e1e1;
  padding: 18px 31px;
}

.subscribe_wdt #success_sub span {
  display: block;
  margin-bottom: 10px;
}

.subscribe_wdt__title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 10px;
}

.subscribe_wdt__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 98.7 98.7' enable-background='new 0 0 98.7 98.7' xml:space='preserve'%3e%3cg%3e%3cpath fill='%23929292' d='M51.1,55.6l-3.5,0c-0.6,0-1.1-0.2-1.5-0.6L25.4,37.6v27.6c0,0.4,0.5,0.8,1.1,0.8h45.7 c0.6,0,1.1-0.4,1.1-0.8V37.6L52.6,55.1C52.2,55.4,51.6,55.6,51.1,55.6z'/%3e%3cpath fill='%23929292' d='M49.3,0C22.1,0,0,22.1,0,49.3c0,27.2,22.1,49.3,49.3,49.3s49.3-22.1,49.3-49.3C98.7,22.1,76.6,0,49.3,0z M79.3,65.3c0,3.8-3.2,6.8-7.1,6.8H26.5c-3.9,0-7.1-3.1-7.1-6.8V33.4c0-3.8,3.2-6.8,7.1-6.8h45.7c3.9,0,7.1,3.1,7.1,6.8V65.3z'/%3e%3cpolygon fill='%23929292' points='69.4,32.6 29.2,32.6 49.3,49.6 '/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 40px;
}

.subscribe_wdt__form {
  position: relative;
  display: block;
  margin-left: -1%;
}

.subscribe_wdt__form::after {
  content: "";
  clear: both;
  display: table;
}

.subscribe_wdt__form_row_input {
  width: 100%;
  margin-bottom: 10px;
}

.subscribe_wdt__form_input {
  width: calc(100% - 20px);
  border-width: 0;
  line-height: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 5px 10px;
}

.subscribe_wdt__form_row_btn {
  width: 100%;
}

.subscribe_wdt__form_btn {
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  border-width: 0;
  border-radius: 50px;
  text-transform: uppercase;
}

.send_news_wdt {
  display: block;
  position: relative;
  margin-bottom: 6%;
  background: #e1e1e1;
  padding: 18px 31px;
  text-decoration: none;
}

a.send_news_wdt {
  display: block;
  position: relative;
  margin-bottom: 6%;
  background: #e1e1e1;
  padding: 18px 31px;
  text-decoration: none;
  color: #000000;
}

.send_news_wdt__title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 50px;
}

.send_news_wdt__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 98.7 98.7' enable-background='new 0 0 98.7 98.7' xml:space='preserve'%3e%3cpath fill='%23929292' d='M49.3,0C22.1,0,0,22.1,0,49.3c0,27.2,22.1,49.3,49.3,49.3s49.3-22.1,49.3-49.3C98.7,22.1,76.6,0,49.3,0z M76.2,50.6c0,1.1-0.9,2.1-2.1,2.1H54.7c-1.1,0-2.1,0.9-2.1,2.1v19.4c0,1.1-0.9,2.1-2.1,2.1H48c-1.1,0-2.1-0.9-2.1-2.1V54.7 c0-1.1-0.9-2.1-2.1-2.1H24.5c-1.1,0-2.1-0.9-2.1-2.1V48c0-1.1,0.9-2.1,2.1-2.1h19.4c1.1,0,2.1-0.9,2.1-2.1V24.5 c0-1.1,0.9-2.1,2.1-2.1h2.6c1.1,0,2.1,0.9,2.1,2.1v19.4c0,1.1,0.9,2.1,2.1,2.1h19.4c1.1,0,2.1,0.9,2.1,2.1V50.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 40px;
}

.banner {
  text-align: center;
  margin-bottom: 6%;
}

footer {
  display: block;
  margin-top: 6%;
  padding-left: 310px;
}
footer.articles-view {
  padding-left: 0;
  position: relative;
}

.footer-inner {
  padding: 20px;
  background-color: #333333;
}

.menu_bottom {
  display: block;
  margin: 0;
  padding: 0;
}

.menu_bottom > li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 5px;
}

.menu_bottom > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}

.footer-line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin: 20px 0;
}

.footer_bottom__left_info {
  color: #ffffff;
  float: left;
}

.footer_bottom__left_info > a {
  color: #ffffff;
  text-decoration: none;
}

.footer_bottom__right_info {
  color: #ffffff;
  float: right;
  text-align: right;
}

.footer_bottom__right_info > span {
  color: #ffffff;
}

.bottom_soc_nav__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.bottom_soc_nav__box {
  position: relative;
  display: block;
}

.bottom_soc_nav__vk {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom_soc_nav__fb {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.bottom_soc_nav__tw {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.bottom_soc_nav__insta {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.bottom_soc_nav__youtube {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.bottom_soc_nav__tiktok {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.bottom_soc_nav__telegram {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.i_photo {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 9px;
}

.i_photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='23px' height='19px' viewBox='0 0 23 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%233DB6F5'%3e%3cpath d='M20.6876344,3.4469086 L17.9301075,3.4469086 C17.5498656,3.4469086 17.1418011,3.15322581 17.024328,2.79153226 L16.3102151,0.652284946 C16.1896505,0.293682796 15.781586,0 15.4013441,0 L7.58629032,0 C7.20604839,0 6.79798387,0.293682796 6.68051075,0.655376344 L5.96639785,2.79462366 C5.84583333,3.1563172 5.43776882,3.45 5.06061828,3.45 L2.3,3.45 C1.03561828,3.4469086 0,4.48252688 0,5.7469086 L0,16.0907258 C0,17.3551075 1.03561828,18.3907258 2.3,18.3907258 L20.6876344,18.3907258 C21.9520161,18.3907258 22.9876344,17.3551075 22.9876344,16.0907258 L22.9876344,5.7469086 C22.9876344,4.48252688 21.9520161,3.4469086 20.6876344,3.4469086 Z M11.4938172,16.0907258 C8.31895161,16.0907258 5.7469086,13.5186828 5.7469086,10.3438172 C5.7469086,7.17204301 8.31895161,4.5969086 11.4938172,4.5969086 C14.6655914,4.5969086 17.2407258,7.17204301 17.2407258,10.3438172 C17.2407258,13.5186828 14.6655914,16.0907258 11.4938172,16.0907258 Z'%3e%3c/path%3e%3cpath d='M11.4938172,6.59086022 C9.42258065,6.59086022 7.74086022,8.27258065 7.74086022,10.3438172 C7.74086022,12.4150538 9.41948925,14.0967742 11.4938172,14.0967742 C13.5650538,14.0967742 15.2467742,12.4181452 15.2467742,10.3438172 C15.2436828,8.27258065 13.5650538,6.59086022 11.4938172,6.59086022 L11.4938172,6.59086022 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 12px 9px;
}

.i_video {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 9px;
}

.i_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='23px' height='19px' viewBox='0 0 23 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%233DB6F5'%3e%3cpath d='M22.4349577,0.531077997 C22.3083635,0.484763055 22.1910324,0.460061753 22.0737012,0.460061753 C21.8143375,0.460061753 21.5982011,0.552691636 21.425292,0.73486374 L15.6235736,6.52423144 L15.6235736,4.1467311 C15.6235736,3.00429588 15.2190898,2.02859444 14.4070345,1.21653913 C13.5949792,0.404483823 12.6192778,0 11.4768425,0 L4.1467311,0 C3.00429588,0 2.02859444,0.404483823 1.21653913,1.21653913 C0.404483823,2.02859444 0,3.00429588 0,4.1467311 L0,14.2866157 C0,15.4290509 0.404483823,16.40784 1.21653913,17.2168076 C2.02859444,18.0288629 3.00429588,18.4333468 4.1467311,18.4333468 L11.4768425,18.4333468 C12.6192778,18.4333468 13.5949792,18.0288629 14.4070345,17.2168076 C15.2190898,16.4047523 15.6235736,15.4290509 15.6235736,14.2866157 L15.6235736,11.8967647 L21.4283796,17.7015707 C21.6012888,17.8837428 21.8174252,17.9763727 22.0767888,17.9763727 C22.1910324,17.9763727 22.3114512,17.9516714 22.4380454,17.9053564 C22.8116526,17.7417103 23,17.4576453 23,17.0562492 L23,1.38327292 C22.9969123,0.978789099 22.8116526,0.694724124 22.4349577,0.531077997 L22.4349577,0.531077997 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 12px 9px;
}

.custom_wdt {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.custom_wdt__exchange_item {
  display: block;
  position: relative;
}

.custom_wdt__exchange_item > span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  clear: both;
}

.custom_wdt__state {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #929292;
  margin-bottom: 10px;
}

.custom_wdt__time {
  display: block;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.custom_wdt__date {
  display: block;
  font-size: 12px;
}

.custom_wdt__weather {
  margin-top: 0;
}

.custom_wdt__weather span {
  display: block;
  margin-left: 5px;
}

.custom_wdt__weather_menu {
  margin-top: 0;
}

.custom_wdt__weather_menu div {
  display: inline;
  line-height: 40px;
}

.custom_wdt__weather_menu img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.custom_wdt__weather_menu span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-left: 5px;
}

.custom_wdt__weather_menu span + span {
  padding-left: 10px;
  margin: 0 20px 0 0;
}

.custom_wdt__weather_menu span + span::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}

.custom_wdt__exchange_item_top {
  position: relative;
  padding-right: 15px;
}

.custom_wdt__exchange_item_top::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #3dd800 transparent;
}

.custom_wdt__exchange_item_down {
  position: relative;
  padding-right: 15px;
}

.custom_wdt__exchange_item_down::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #e40000 transparent transparent transparent;
}

.poll_wdt {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.poll_wdt__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding-right: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  height: 28px;
}

.poll_wdt__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%233DB6F5'%3e%3ccircle cx='11.5' cy='11.5' r='11.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 8px;
}

.poll_wdt_question {
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Customize the label (the container) */
.poll_wdt__form_radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.poll_wdt__form_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border: 2px solid #929292;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.poll_wdt__form_radio:hover input ~ .checkmark {
  background-color: #3DB6F5;
  border: 2px solid #3DB6F5;
}

/* When the radio button is checked, add a blue background */
.poll_wdt__form_radio input:checked ~ .checkmark {
  background-color: #3DB6F5;
  border: 2px solid #3DB6F5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.poll_wdt__form_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.poll_wdt__form_radio .checkmark:after {
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DB6F5;
}

.poll_wdt__form_btn {
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  border-width: 0;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

input.poll_wdt__form_btn {
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  border-width: 0;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hit_wdt {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.hit_wdt__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hit_wdt__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  background-image: url("/static/site/images/title_dot.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hit_wdt__nav {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #929292;
}

.hit_wdt__nav::after {
  content: "";
  display: table;
  clear: both;
}

.hit_wdt__nav > li {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: -1px;
}

.hit_wdt__nav > li.uk-active {
  border-bottom: 1px solid #3DB6F5;
}

.hit_wdt__nav > li.uk-active > a {
  color: #000000;
}

.hit_wdt__nav > li > a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  color: #929292;
}

.hit_wdt_blogs {
  border-bottom: 0;
}

.hit_wdt_blogs .hit_wdt__nav {
  margin-bottom: 10px;
}

.hit_wdt_blogs .hit_wdt__nav > li > a {
  padding: 0 !important;
  line-height: 30px;
  height: 30px;
}

.hit_wdt__body_item {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.hit_wdt__body_item::after {
  content: "";
  display: table;
  clear: both;
}

a.hit_wdt__body_item {
  color: #000000;
}

a.hit_wdt__body_item:hover .hit_wdt__body_item_title {
  color: #3DB6F5;
}

.hit_wdt__body_item_blog .hit_wdt__body_item_author,
.hit_wdt__body_item_blog .hit_wdt__body_item_title {
  margin-left: 0;
  margin-bottom: 5px;
}

.hit_wdt__body_item_blog .hit_wdt__body_item_title {
  font-weight: bold;
}

.hit_wdt__body_item_blog .hit_wdt__body_item_preview_text {
  display: block;
  font-size: 12px;
}

.hit_wdt__body_item_blog .hit_wdt__body_item_bottom {
  margin-left: 0;
  margin-bottom: 0;
}

.hit_wdt__body_item_blog .hit_wdt__body_item_bottom_views {
  margin-left: 0;
}

.hit_wdt__body_item_image {
  display: block;
  width: 30%;
  float: left;
}

.hit_wdt__body_item_num {
  display: block;
  width: 10%;
  font-size: 24px;
  font-weight: bold;
  color: #929292;
  line-height: 28px;
  float: left;
}

.hit_wdt__body_item_text {
  display: block;
  width: 90%;
  float: left;
}

.hit_wdt__body_item_title {
  display: block;
  margin-left: 7px;
}

.hit_wdt__body_item_author {
  display: block;
  margin-left: 7px;
  font-size: 11px;
  color: #929292;
}

.hit_wdt__body_item_bottom {
  display: block;
  margin-bottom: 10px;
}

.hit_wdt__body_item_bottom::after {
  content: "";
  display: table;
  clear: both;
}

.hit_wdt__body_item_bottom_date {
  display: inline;
  font-size: 10px;
  color: #919191;
  margin-left: 7px;
}

.hit_wdt__body_item_bottom_views {
  position: relative;
  display: inline;
  font-size: 10px;
  color: #919191;
  padding-left: 20px;
  margin-left: 7px;
}

.hit_wdt__body_item_bottom_views::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23979797'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  margin-top: -4px;
}

.c-item-list__wrp {
  position: relative;
  display: block;
}

.c-item-list__wrp::after {
  content: "";
  clear: both;
  display: table;
}

.c-item-list {
  position: relative;
}

.c-item-list__date {
  position: relative;
  display: block;
  color: #929292;
  text-transform: uppercase;
  margin: 30px 0 10px;
}

.c-item-list__filter {
  margin: 20px 0;
}

.c-item-list__filter .c-item-list__date {
  line-height: 29px;
}

.c-item-list__filter .c-item-list__date {
  margin: 0;
}

.c-item-list__filter_date {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  padding: 5px 10px;
  outline: none;
}

.item-list__link {
  text-decoration: none;
}

a.item-list__link {
  text-decoration: none;
  color: #000000;
  margin-bottom: 20px;
}

a.item-list__link::after {
  content: "";
  clear: both;
  display: table;
}

a.item-list__link:hover .item-list__title {
  color: #3DB6F5;
}

.item-list__cover {
  position: relative;
}

.item-list__cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}

.item-list__cover img {
  width: 100%;
  max-width: 100%;
}

.item-list__cover_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 25px;
  line-height: 15px;
  z-index: 2;
}

.item-list__cover_bottom_date {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
}

.item-list__cover_bottom_views {
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 0;
  color: #ffffff;
  padding-left: 28px;
  font-size: 12px;
  line-height: 13px;
}

.item-list__cover_bottom_views::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("/static/site/images/views.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-item-list__text {
  position: relative;
  display: block;
  width: 65%;
  float: left;
}

.item-list__title {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}

.item-list__desc {
  display: block;
  position: relative;
  font-weight: 300;
  margin-bottom: 10px;
  overflow-x: hidden;
}

.item-list__date {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #929292;
  margin-right: 10px;
}

.item-list__views {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #929292;
  padding-left: 20px;
}

.item-list__views::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23979797'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  margin-top: -4px;
}

.uk-pagination .uk-active {
  color: #3DB6F5;
}

.uk-pagination .uk-active span {
  color: #3DB6F5;
}

.c-item-detail__wrp {
  position: relative;
  display: block;
}

.c-item-detail__wrp::after {
  content: "";
  clear: both;
  display: table;
}

.c-item-detail {
  position: relative;
}
.article-detail h1 {
  max-width: 1000px;
}

.c-item-detail .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .3);
}

.item-detail__anons {
  margin-top: 20px;
}

.item-detail__cover {
  position: relative;
  margin-bottom: 25px;
}

/* Используется для определение у блока пропорциональный размер ширины и высоты (попытка исправить показатель CLS) */
.item-detail__cover::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
.item-detail__cover img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* END Используется для определение у блока пропорциональный размер ширины и высоты (попытка исправить показатель CLS) */

.item-detail__cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}

.ya-share2-picture {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
}

.ya-share2-picture .ya-share2__title {
  display: none;
}

.item-detail__cover:hover .ya-share2-picture {
  display: block;
}

.item-detail__cover_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 40px;
  margin: 15px;
  z-index: 2;
}

.item-detail__cover_bottom_meta {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.item-detail__cover_bottom_date {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
}

.item-detail__cover_bottom_views {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding-left: 28px;
  font-size: 12px;
  line-height: 13px;
}

.item-detail__cover_bottom_views::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23FFFFFF'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
}

.c-item-detail__text {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e8eb;
  padding-bottom: 15px;
}

.c-item-detail__text img {
  position: relative;
}

.c-item-detail__text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.item-detail__title {
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}

.item-detail__date {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #929292;
}

.likes {
    margin-top: -14px;
}
.likes a{
    position: relative;
    margin:0 12px
}
.likes a b {
    position: absolute;
    left: -2px;
    top: -8px;
    background: #e5eff6;
    color: #a5b0b3;
    padding: 3px 8px;
    border-radius: 25px;
    font-size: 10px;
    line-height: 18px;
}
.likes a.likes__select b,
.likes a:hover b {
    color: #000;
}
.likes a.load b:after {
    background: url("../images/wait.gif") center center no-repeat #e5eff6;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    border-radius: 25px;
}
.likes img {
    margin-top: 23px;
}

.item-detail__excerption {
  display: block;
  position: relative;
  margin: 20px 0;
}

.item-detail__excerption::before {
  content: "";
  display: table-cell;
}

.item-detail__excerption::after {
  content: "";
  display: table;
  clear: both;
}

.item-detail__excerption .photo {
  width: 15%;
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 500px;
}

.item-detail__excerption .photo img {
  margin: 0;
}

.item-detail__excerption .text {
  width: 85%;
  display: block;
  float: left;
}

.item-detail__excerption .text > .title {
  display: block;
  position: relative;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 10px;
}

.item-detail__excerption .text > .name {
  display: block;
  position: relative;
  margin-left: 10px;
}

.item-detail__reload_live {
  position: relative;
  display: block;
  margin: 30px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
}

.item-detail__reload_live.uk-sticky-fixed {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.item-detail__reload_live label {
  position: relative;
  padding-left: 25px;
  line-height: 25px;
  height: 25px;
}

.item-detail__reload_live label span {
  color: #929292;
}

.item-detail__reload_live .relaod_live_btn {
  padding: 5px 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #3DB6F5;
  border-radius: 50px;
  border: 1px solid #3DB6F5;
}

/* Hide the browser's default radio button */
.item-detail__reload_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border: 2px solid #929292;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.item-detail__reload_checkbox:hover input ~ .checkmark {
  background-color: #3DB6F5;
  border: 2px solid #3DB6F5;
}

/* When the radio button is checked, add a blue background */
.item-detail__reload_checkbox input:checked ~ .checkmark {
  background-color: #3DB6F5;
  border: 2px solid #3DB6F5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.item-detail__reload_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.item-detail__reload_checkbox .checkmark:after {
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DB6F5;
}

.item-detail__item_live {
  position: relative;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.item-detail__item_live + .item-detail__item_live {
  padding: 30px 0;
}

.item-detail__item_live__time {
  font-weight: bold;
  color: #3DB6F5;
}

.item-detail__item_live__share {
  position: relative;
  display: block;
  width: 23px;
  height: 18px;
  cursor: pointer;
}

.item-detail__item_live__share::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 17.68px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='18px' viewBox='0 0 23 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23D7D7D7'%3e%3cpath d='M21.2022989,10.7597701 L21.2022989,14.9632184 C21.2022989,15.2804598 20.937931,15.5448276 20.6206897,15.5448276 L2.16781609,15.5448276 C1.85057471,15.5448276 1.5862069,15.2804598 1.5862069,14.9632184 L1.5862069,8.30114943 C1.5862069,7.98390805 1.85057471,7.71954023 2.16781609,7.71954023 L7.03218391,7.71954023 C7.32298851,7.16436782 7.69310345,6.6091954 8.08965517,6.13333333 L2.16781609,6.13333333 C0.97816092,6.13333333 0,7.11149425 0,8.30114943 L0,14.9632184 C0,16.1528736 0.97816092,17.1310345 2.16781609,17.1310345 L20.6206897,17.1310345 C21.8103448,17.1310345 22.7885057,16.1528736 22.7885057,14.9632184 L22.7885057,9.01494253 L21.2022989,10.7597701 Z'%3e%3c/path%3e%3cpath d='M22.7885057,7.05862069 L16.3643678,0 L16.3643678,4.20344828 L14.9896552,4.20344828 C10.7597701,4.20344828 7.32298851,7.64022989 7.32298851,11.8701149 L7.32298851,14.0908046 L7.93103448,13.4298851 C9.99310345,11.1563218 12.9011494,9.88735632 15.9678161,9.88735632 L16.3643678,9.88735632 L16.3643678,14.0908046 L22.7885057,7.05862069 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 23px 17.68px;
}

.item-detail__item_live__share_elem {
  position: absolute;
  top: 30px;
  right: -40px;
  width: 30px;
}

.item-detail__item_live__share_elem .ya-share2__title {
  display: none;
}

.item-detail__item_live_text {
  margin-top: 20px;
}

.item-detail__item_live_text img {
  margin: 10px 0;
}

.item-detail__item_live_text iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.item-detail__quote {
  display: block;
  padding: 20px;
  background-color: #d7d7d7;
}

.item-detail__quote h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.item-detail__quote p {
  margin-bottom: 10px;
}

span.alt_img {
  display: block;
  position: relative;
  font-size: 12px;
  color: #929292;
  margin: 5px 0 10px 0;
}

.news-text, .news-text>p, .news-text>i, .news-text>strong {
  font-size: 17px;
  line-height: 25px;
}

.item-detail__item_live:hover .item-detail__item_live__share::before, .item-detail__item_live:focus .item-detail__item_live__share::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='18px' viewBox='0 0 23 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%233DB6F5'%3e%3cpath d='M21.2022989,10.7597701 L21.2022989,14.9632184 C21.2022989,15.2804598 20.937931,15.5448276 20.6206897,15.5448276 L2.16781609,15.5448276 C1.85057471,15.5448276 1.5862069,15.2804598 1.5862069,14.9632184 L1.5862069,8.30114943 C1.5862069,7.98390805 1.85057471,7.71954023 2.16781609,7.71954023 L7.03218391,7.71954023 C7.32298851,7.16436782 7.69310345,6.6091954 8.08965517,6.13333333 L2.16781609,6.13333333 C0.97816092,6.13333333 0,7.11149425 0,8.30114943 L0,14.9632184 C0,16.1528736 0.97816092,17.1310345 2.16781609,17.1310345 L20.6206897,17.1310345 C21.8103448,17.1310345 22.7885057,16.1528736 22.7885057,14.9632184 L22.7885057,9.01494253 L21.2022989,10.7597701 Z'%3e%3c/path%3e%3cpath d='M22.7885057,7.05862069 L16.3643678,0 L16.3643678,4.20344828 L14.9896552,4.20344828 C10.7597701,4.20344828 7.32298851,7.64022989 7.32298851,11.8701149 L7.32298851,14.0908046 L7.93103448,13.4298851 C9.99310345,11.1563218 12.9011494,9.88735632 15.9678161,9.88735632 L16.3643678,9.88735632 L16.3643678,14.0908046 L22.7885057,7.05862069 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__item_service_moimir .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__badge,
.ya-share2__item_service_linkedin .ya-share2__badge,
.ya-share2__item_service_lj .ya-share2__badge,
.ya-share2__item_service_viber .ya-share2__badge,
.ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__badge {
  border-radius: 50px;
}

.ya-share2__container_size_m .ya-share2__icon {
  height: 28px !important;
  width: 28px !important;
}

.ya-share-custom {
  display: inline-block;
  vertical-align: middle;
}

.ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__icon {
  width: 90px !important;
  height: 28px !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='100px' height='30px' viewBox='0 0 100 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero'%3e%3cpath d='M97.796988,17.6453815 C97.7401606,17.9301205 97.6405622,18.1720884 97.5052209,18.3855422 C97.3702811,18.5987952 97.1921687,18.7698795 96.9648594,18.9048193 C96.7439759,19.0331325 96.4668675,19.1040161 96.1393574,19.1040161 C95.8192771,19.1040161 95.5415663,19.0401606 95.3212851,18.9048193 C95.1012031,18.7760589 94.9137014,18.5983823 94.7732932,18.3855422 C94.6379518,18.1722892 94.5383534,17.9301205 94.474498,17.6453815 C94.41179,17.3627583 94.380742,17.0740321 94.3819277,16.7845382 C94.3819277,16.485743 94.4106426,16.186747 94.4674699,15.9096386 C94.5242972,15.6248996 94.6238956,15.3759036 94.7592369,15.1624498 C94.8941767,14.9415663 95.0722892,14.7710843 95.2995984,14.6289157 C95.5204819,14.4935743 95.7977912,14.42249 96.1251004,14.42249 C96.4451807,14.42249 96.7156627,14.4935743 96.9361446,14.6289157 C97.15713,14.7656073 97.3444412,14.9503789 97.4841365,15.1694779 C97.626506,15.3899598 97.7261044,15.6459839 97.7899598,15.9236948 C97.8538153,16.2082329 97.8825301,16.4927711 97.8825301,16.7845382 C97.8825301,17.0763052 97.8538153,17.3608434 97.796988,17.6453815 L97.796988,17.6453815 Z M99.689759,15.3473896 C99.5544177,14.8706827 99.3554217,14.4580321 99.0849398,14.0951807 C98.8072289,13.7395582 98.4658635,13.4475904 98.0532129,13.2343373 C97.6403614,13.0208835 97.1425703,12.9070281 96.5662651,12.9070281 C96.1108434,12.9070281 95.697992,12.9995984 95.3210843,13.17751 C94.9437751,13.3554217 94.6307229,13.646988 94.388755,14.0383534 L94.3604418,14.0383534 L94.3604418,13.1062249 L92.4536145,13.1062249 L92.4536145,22.9746988 L94.4600402,22.9746988 L94.4600402,19.5094378 L94.4883534,19.5094378 C94.7248733,19.8575854 95.0488389,20.1373675 95.4277108,20.3206827 C95.8120482,20.5056225 96.2246988,20.5981928 96.6799197,20.5981928 C97.2136546,20.5981928 97.6831325,20.4915663 98.088755,20.2851406 C98.4802149,20.0846326 98.8227269,19.8003942 99.0919679,19.4526104 C99.3624498,19.1040161 99.5614458,18.7054217 99.689759,18.2502008 C99.8251004,17.7947791 99.8889558,17.325502 99.8889558,16.8343373 C99.8889558,16.3150602 99.8251004,15.8170683 99.689759,15.3401606 L99.689759,15.3473896 L99.689759,15.3473896 Z M89.7927711,17.6453815 C89.7359438,17.9301205 89.6363454,18.1720884 89.501004,18.3855422 C89.3656627,18.598996 89.1879518,18.7698795 88.960241,18.9048193 C88.739759,19.0331325 88.462249,19.1040161 88.1351406,19.1040161 C87.8146586,19.1040161 87.5445783,19.0401606 87.3166667,18.9048193 C87.0966669,18.7759492 86.9091879,18.5982942 86.7686747,18.3855422 C86.6337349,18.1722892 86.5341365,17.9301205 86.4702811,17.6453815 C86.4073762,17.3627907 86.3763258,17.0740424 86.3777108,16.7845382 C86.3777108,16.485743 86.4060241,16.186747 86.4628514,15.9096386 C86.5200803,15.6248996 86.6192771,15.3759036 86.7546185,15.1624498 C86.8899598,14.9415663 87.0676707,14.7710843 87.2953815,14.6289157 C87.5158635,14.4935743 87.7933735,14.42249 88.1204819,14.42249 C88.4409639,14.42249 88.7110442,14.4935743 88.9319277,14.6289157 C89.1528361,14.7655675 89.3400242,14.9503531 89.4795181,15.1694779 C89.6218876,15.3899598 89.7214859,15.6459839 89.785743,15.9236948 C89.8495984,16.2082329 89.8779116,16.4927711 89.8779116,16.7845382 C89.8779116,17.0763052 89.8495984,17.3608434 89.7927711,17.6453815 L89.7927711,17.6453815 Z M91.0803213,14.0951807 C90.8100402,13.7395582 90.4614458,13.4475904 90.0487952,13.2343373 C89.6361446,13.0208835 89.1381526,12.9070281 88.5616466,12.9070281 C88.1062249,12.9070281 87.6937751,12.9995984 87.3164659,13.17751 C86.9395582,13.3554217 86.626506,13.646988 86.3845382,14.0383534 L86.3558233,14.0383534 L86.3558233,13.1062249 L84.448996,13.1062249 L84.448996,22.9746988 L86.4554217,22.9746988 L86.4554217,19.5094378 L86.4841365,19.5094378 C86.7206564,19.8575854 87.044622,20.1373675 87.423494,20.3206827 C87.8074297,20.5056225 88.2200803,20.5981928 88.6753012,20.5981928 C89.2160643,20.5981928 89.6785141,20.4915663 90.0845382,20.2851406 C90.4758056,20.084512 90.8181622,19.8002889 91.0873494,19.4526104 C91.3580321,19.1040161 91.5572289,18.7054217 91.6925703,18.2502008 C91.8238369,17.7896678 91.8908692,17.3132118 91.8917671,16.8343373 C91.8917671,16.3150602 91.82751,15.8170683 91.6925703,15.3401606 C91.5572289,14.8636546 91.3580321,14.4508032 91.0803213,14.0881526 L91.0803213,14.0951807 L91.0803213,14.0951807 Z M77.8746988,16.514257 L79.1909639,12.8072289 L79.2194779,12.8072289 L80.4931727,16.514257 L77.8746988,16.514257 Z M78.0881526,10.3170683 L74.2674699,20.4130522 L76.5016064,20.4130522 L77.2915663,18.1648594 L81.0694779,18.1648594 L81.8307229,20.4130522 L84.1359438,20.4130522 L80.3580321,10.3170683 L78.0811245,10.3170683 L78.0881526,10.3170683 L78.0881526,10.3170683 Z M74.1038153,17.2114458 C73.9684739,16.9837349 73.7977912,16.7845382 73.5773092,16.6281124 C73.3638554,16.4716867 73.1146586,16.3504016 72.8371486,16.251004 C72.5560116,16.158635 72.2711613,16.0779766 71.9833333,16.0092369 C71.6987952,15.9449799 71.4212851,15.8809237 71.1508032,15.8240964 C70.8803213,15.7672691 70.6313253,15.703012 70.4251004,15.6319277 C70.2118474,15.5608434 70.0409639,15.4684739 69.9128514,15.3544177 C69.77751,15.2405622 69.7136546,15.0983936 69.7136546,14.9134538 C69.7136546,14.7640562 69.7491968,14.6429719 69.8273092,14.5504016 C69.9056225,14.4580321 69.9981928,14.3939759 70.1048193,14.3441767 C70.2116466,14.2943775 70.3325301,14.2658635 70.4678715,14.2518072 C70.5907043,14.2382094 70.7141692,14.2311045 70.837751,14.2305221 C71.1935743,14.2305221 71.5066265,14.3016064 71.7700803,14.436747 C72.0333333,14.5718876 72.1827309,14.8351406 72.2040161,15.2192771 L74.1108434,15.2192771 C74.0751004,14.7638554 73.9544177,14.3939759 73.762249,14.0949799 C73.5700803,13.7959839 73.3283133,13.5614458 73.0365462,13.3835341 C72.7447791,13.2056225 72.4104418,13.0777108 72.0403614,12.9993976 C71.6704819,12.9210843 71.2861446,12.8855422 70.887751,12.8855422 C70.4895582,12.8855422 70.1052209,12.9212851 69.7281124,12.9921687 C69.351004,13.063253 69.0096386,13.1843373 68.7108434,13.362249 C68.4050201,13.5401606 68.1628514,13.7751004 67.9851406,14.0736948 C67.8,14.37249 67.7076305,14.7640562 67.7076305,15.2333333 C67.7076305,15.5536145 67.7714859,15.8238956 67.9068273,16.0443775 C68.0349398,16.265261 68.2126506,16.45 68.4261044,16.5993976 C68.6467871,16.7417671 68.888755,16.8628514 69.1662651,16.9552209 C69.4437751,17.0475904 69.7283133,17.1261044 70.0200803,17.1899598 C70.738755,17.3393574 71.2937751,17.488755 71.6991968,17.6381526 C72.0975904,17.7875502 72.296988,18.015261 72.296988,18.3140562 C72.296988,18.4919679 72.2542169,18.6413655 72.1688755,18.762249 C72.0853278,18.8803832 71.9757468,18.9777351 71.8485944,19.0467871 C71.7204819,19.1178715 71.5781124,19.1678715 71.4216867,19.2032129 C71.2746443,19.2366561 71.1242912,19.253362 70.973494,19.253012 C70.7742972,19.253012 70.5821285,19.2319277 70.4042169,19.1819277 C70.2192771,19.1321285 70.0556225,19.0606426 69.9134538,18.961245 C69.7710843,18.8616466 69.6572289,18.7335341 69.5648594,18.5771084 C69.4722892,18.4206827 69.4295181,18.2355422 69.4295181,18.0220884 L67.5226908,18.0220884 C67.5439759,18.5128514 67.651004,18.9184739 67.8572289,19.2457831 C68.0564257,19.5732932 68.3196787,19.8293173 68.6327309,20.0285141 C68.9457831,20.2277108 69.3086345,20.3698795 69.714257,20.4552209 C70.1198795,20.5407631 70.5323293,20.5835341 70.9592369,20.5835341 C71.3720884,20.5835341 71.7845382,20.5407631 72.1831325,20.462249 C72.5815261,20.3841365 72.9373494,20.2417671 73.2504016,20.0425703 C73.5634538,19.8433735 73.8124498,19.5801205 74.0046185,19.2598394 C74.1965863,18.9327309 74.2961847,18.5343373 74.2961847,18.0504016 C74.2961847,17.7090361 74.2323293,17.424498 74.096988,17.1965863 L74.1038153,17.2114458 L74.1038153,17.2114458 Z M65.8004016,10.9148594 L63.7939759,10.9148594 L63.7939759,13.1062249 L62.5771084,13.1062249 L62.5771084,14.4508032 L63.7939759,14.4508032 L63.7939759,18.7626506 C63.7939759,19.1327309 63.8578313,19.424498 63.9789157,19.652008 C64.1,19.8799197 64.2706827,20.0504016 64.4841365,20.1787149 C64.6975904,20.2995984 64.939759,20.3849398 65.2170683,20.4277108 C65.5091513,20.4711763 65.8040997,20.4925221 66.0993976,20.4915663 C66.2985944,20.4915663 66.4977912,20.4845382 66.711245,20.47751 C66.8996615,20.4711304 67.0874352,20.452078 67.2732932,20.4204819 L67.2732932,18.862249 C67.1750613,18.8844067 67.0752091,18.8986425 66.9746988,18.9048193 C66.865792,18.9133315 66.7566241,18.9180867 66.6473896,18.9190763 C66.3058233,18.9190763 66.0851406,18.862249 65.9714859,18.7481928 C65.8576305,18.6345382 65.8006024,18.4066265 65.8006024,18.07249 L65.8006024,14.4508032 L67.2732932,14.4508032 L67.2732932,13.1062249 L65.8006024,13.1062249 L65.8006024,10.9148594 L65.8004016,10.9148594 Z M60.0441767,17.5885542 C60.0441767,17.7022088 60.0301205,17.8518072 60.0086345,18.0439759 C59.9846755,18.2405199 59.9191687,18.429716 59.8164659,18.598996 C59.7098394,18.7841365 59.5532129,18.9405622 59.3327309,19.0759036 C59.1194779,19.2108434 58.8062249,19.2751004 58.4150602,19.2751004 C58.2584337,19.2751004 58.1018072,19.2606426 57.9453815,19.2323293 C57.7959839,19.2036145 57.6608434,19.1538153 57.546988,19.0829317 C57.4331325,19.0116466 57.3477912,18.9192771 57.276506,18.7911647 C57.2126506,18.6702811 57.1769076,18.5208835 57.1769076,18.335743 C57.1769076,18.1435743 57.2126506,17.9941767 57.276506,17.8662651 C57.3405622,17.7449799 57.4329317,17.6453815 57.5399598,17.560241 C57.6465863,17.4819277 57.7746988,17.4180723 57.9240964,17.3682731 C58.073494,17.3184739 58.2158635,17.2827309 58.3722892,17.2542169 C58.5329302,17.22658 58.6942234,17.2028781 58.8560241,17.1831325 C59.0196787,17.1618474 59.1692771,17.1403614 59.3186747,17.1120482 C59.4680723,17.0837349 59.6032129,17.047992 59.7313253,17.0054217 C59.8594378,16.9628514 59.9660643,16.9058233 60.0516064,16.82751 L60.0516064,17.5746988 L60.0441767,17.5885542 L60.0441767,17.5885542 Z M62.0506024,18.7909639 L62.0506024,14.9843373 C62.0506024,14.5433735 61.951004,14.1875502 61.752008,13.9172691 C61.5528112,13.6467871 61.2963855,13.4405622 60.9905622,13.2911647 C60.67751,13.1417671 60.3359438,13.0421687 59.9588353,12.9853414 C59.5886692,12.9347454 59.2155726,12.9085844 58.8419679,12.9070281 C58.4361446,12.9070281 58.0307229,12.9497992 57.6323293,13.0281124 C57.2341365,13.1064257 56.8710843,13.2413655 56.5508032,13.4337349 C56.2355279,13.6213216 55.9657947,13.8765153 55.7610442,14.1809237 C55.5548193,14.4939759 55.4337349,14.8851406 55.4054217,15.3548193 L57.4118474,15.3548193 C57.4473896,14.9566265 57.5825301,14.6791165 57.8100402,14.5082329 C58.0379518,14.3373494 58.3437751,14.2522088 58.7423695,14.2522088 C58.9202811,14.2522088 59.0907631,14.2662651 59.2475904,14.287751 C59.393331,14.3069072 59.5336935,14.355334 59.660241,14.4301205 C59.7813253,14.5012048 59.8736948,14.6008032 59.9449799,14.7289157 C60.0160643,14.8570281 60.0516064,15.02751 60.0516064,15.2481928 C60.0586345,15.4544177 60.0018072,15.611245 59.8664659,15.7248996 C59.7313253,15.8315261 59.5534137,15.9170683 59.3259036,15.9738956 C59.0983936,16.0307229 58.8421687,16.073494 58.5504016,16.102008 C58.2586345,16.1305221 57.9598394,16.1660643 57.6610442,16.2158635 C57.362249,16.2656627 57.063253,16.3295181 56.7644578,16.4078313 C56.4656627,16.4861446 56.2022088,16.6070281 55.974498,16.7708835 C55.739759,16.9343373 55.5548193,17.1477912 55.4054217,17.4110442 C55.2560241,17.6815261 55.184739,18.0230924 55.184739,18.435743 C55.184739,18.8128514 55.2485944,19.1401606 55.3769076,19.4104418 C55.4970112,19.6739498 55.6773616,19.9055439 55.9034137,20.0865462 C56.1383719,20.2692527 56.4065965,20.4045585 56.6931727,20.4849398 C56.9919679,20.5702811 57.3192771,20.6128514 57.6678715,20.6128514 C58.1232932,20.6128514 58.5644578,20.548996 58.9983936,20.4136546 C59.4276016,20.2826398 59.8167517,20.0453094 60.1297189,19.7236948 C60.136747,19.8445783 60.1582329,19.965261 60.1795181,20.0865462 C60.2008032,20.2002008 60.2363454,20.3212851 60.2720884,20.4351406 L62.3070281,20.4351406 C62.2144578,20.285743 62.1433735,20.0578313 62.1078313,19.7590361 C62.0701675,19.4450429 62.0511248,19.1290953 62.0508032,18.8128514 L62.0508032,18.7909639 L62.0506024,18.7909639 Z M53.7831325,13.7393574 C53.5839357,13.4833333 53.3134538,13.2769076 52.9720884,13.1345382 C52.6305221,12.9851406 52.1895582,12.9138554 51.6485944,12.9138554 C51.2714859,12.9138554 50.8873494,13.0134538 50.4889558,13.2056225 C50.0905622,13.3977912 49.7702811,13.7108434 49.514257,14.1305221 L49.4714859,14.1305221 L49.4714859,10.3240964 L47.4650602,10.3240964 L47.4650602,20.4202811 L49.4714859,20.4202811 L49.4714859,16.5853414 C49.4714859,15.8381526 49.5925703,15.3046185 49.8415663,14.9773092 C50.0835341,14.65 50.4819277,14.4935743 51.0297189,14.4935743 C51.5064257,14.4935743 51.847992,14.6429719 52.0329317,14.9415663 C52.2180723,15.2403614 52.3176707,15.688755 52.3176707,16.2933735 L52.3176707,20.4202811 L54.3240964,20.4202811 L54.3240964,15.9236948 C54.3240964,15.4682731 54.2813253,15.0558233 54.203012,14.685743 C54.1246988,14.3156627 53.9823293,13.9955823 53.7831325,13.7393574 Z M43.174498,17.2827309 L43.1459839,17.2827309 L41.4242972,10.3242972 L39.3465863,10.3242972 L37.5961847,17.1973896 L37.5676707,17.1973896 L35.9666667,10.3242972 L33.746988,10.3242972 L36.4220884,20.4204819 L38.6704819,20.4204819 L40.3495984,13.5471888 L40.3781124,13.5471888 L42.085743,20.4204819 L44.2913655,20.4204819 L45.5008032,15.9379518 L47.0092369,10.3242972 L44.8319277,10.3242972 L43.174498,17.2827309 L43.174498,17.2827309 Z' fill='%23FFFFFF'%3e%3c/path%3e%3cpath d='M14.9277108,26.4965863 C12.4728916,26.4965863 10.1819277,25.7566265 8.26807229,24.4973896 L3.61465863,25.9841365 L5.12309237,21.4875502 C3.67168675,19.4951807 2.81807229,17.0405622 2.81807229,14.3937751 C2.81807229,7.71987952 8.24678715,2.29116466 14.9206827,2.29116466 C21.5945783,2.29116466 27.0232932,7.71987952 27.0232932,14.3937751 C27.0232932,21.0674699 21.5945783,26.4963855 14.9206827,26.4963855 L14.9277108,26.4963855 L14.9277108,26.4965863 Z M14.9277108,0 C6.97991968,0 0.533935743,6.44658635 0.533935743,14.3939759 C0.533935743,17.1118474 1.28815261,19.6590361 2.59718876,21.8291165 L0.000200803213,29.548996 L7.96927711,26.9947791 C10.0992876,28.1725767 12.4937534,28.7895561 14.9277108,28.787751 C22.8753012,28.787751 29.3214859,22.3415663 29.3214859,14.3939759 C29.3212851,6.44658635 22.8753012,0 14.9277108,0 Z' fill='%23FEFEFE'%3e%3c/path%3e%3cpath d='M14.9277108,2.29116466 C8.25381526,2.29116466 2.8251004,7.71987952 2.8251004,14.3937751 C2.8251004,17.0405622 3.67891566,19.4951807 5.13032129,21.4875502 L3.62188755,25.9841365 L8.2751004,24.4973896 C10.1889558,25.7638554 12.4728916,26.4965863 14.934739,26.4965863 C21.6086345,26.4965863 27.0373494,21.0676707 27.0373494,14.3939759 C27.0373494,7.72008032 21.6086345,2.29136546 14.934739,2.29136546 L14.9277108,2.29136546 L14.9277108,2.29116466 Z'%3e%3c/path%3e%3cpath d='M11.547992,8.43875502 C11.313253,7.87670683 11.1353414,7.85542169 10.7797189,7.84096386 C10.6446803,7.83226527 10.5094132,7.8275778 10.3740964,7.82690763 C9.91144578,7.82690763 9.42771084,7.96204819 9.13594378,8.26084337 C8.78032129,8.62369478 7.89799197,9.47028112 7.89799197,11.2064257 C7.89799197,12.9425703 9.16445783,14.6216867 9.33514056,14.8566265 C9.51305221,15.0911647 11.8042169,18.7056225 15.3616466,20.1787149 C18.1435743,21.3313253 18.9690763,21.224498 19.6022088,21.0893574 C20.5271084,20.8901606 21.6869478,20.2068273 21.9787149,19.3817269 C22.2704819,18.5562249 22.2704819,17.8518072 22.1849398,17.7024096 C22.0995984,17.553012 21.8646586,17.4678715 21.5090361,17.289759 C21.1534137,17.1118474 19.4242972,16.2580321 19.096988,16.1441767 C18.7767068,16.0232932 18.4708835,16.0660643 18.2291165,16.4076305 C17.8875502,16.8843373 17.5532129,17.3682731 17.2827309,17.6598394 C17.0692771,17.8875502 16.7204819,17.9160643 16.4289157,17.7949799 C16.0375502,17.6315261 14.9419679,17.246988 13.5899598,16.0445783 C12.5439759,15.1126506 11.8325301,13.953012 11.6263052,13.6044177 C11.4198795,13.2487952 11.6050201,13.0421687 11.7684739,12.8502008 C11.9463855,12.6295181 12.1170683,12.4730924 12.2949799,12.2666667 C12.4728916,12.0604418 12.57249,11.9536145 12.6863454,11.7116466 C12.8074297,11.4769076 12.7218876,11.2349398 12.6365462,11.0570281 C12.5512048,10.8791165 11.839759,9.14297189 11.547992,8.43875502 L11.547992,8.43875502 Z' fill='%23FEFEFE'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center !important;
  background-size: 70px !important;
}

.ya-share-custom .ya-share2__item_service_facebook .ya-share2__icon {
  width: 90px !important;
  height: 28px !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='101px' height='22px' viewBox='0 0 101 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='facebook-1' transform='translate(-28.000000, -28.000000)' fill-rule='nonzero' fill='%23FFFFFF'%3e%3cg id='Group' transform='translate(28.000000, 28.000000)'%3e%3cpath d='M54.1591908,10.7930702 C53.3032186,10.7930702 52.6861894,11.0737561 52.0605237,11.3597199 L52.0605237,17.8303702 C52.6598001,17.887467 53.0033405,17.887467 53.5719094,17.887467 C55.6264345,17.887467 55.90808,16.9465694 55.90808,15.6328633 L55.90808,12.5424393 C55.90808,11.5722735 55.5861309,10.7930702 54.1591908,10.7930702 L54.1591908,10.7930702 Z M40.514496,10.4399337 C39.0889953,10.4399337 38.7636875,11.2224957 38.7636875,12.1917018 L38.7636875,12.7362805 L42.2633852,12.7362805 L42.2633852,12.1917018 C42.2633852,11.2224957 41.9380774,10.4399337 40.514496,10.4399337 Z M14.0820381,17.1749566 C14.0820381,17.941685 14.4438111,18.3399232 15.2422066,18.3399232 C16.0986586,18.3399232 16.6058125,18.0606766 17.2309984,17.7737532 L17.2309984,16.238857 L15.3583194,16.238857 C14.4716398,16.238857 14.0820381,16.40391 14.0820381,17.1749566 Z M67.4320367,10.7930702 C66.004137,10.7930702 65.509458,11.5722735 65.509458,12.5424393 L65.509458,16.0829204 C65.509458,17.0554852 66.004137,17.8370875 67.4320367,17.8370875 C68.8560979,17.8370875 69.3546153,17.0554852 69.3546153,16.0829204 L69.3546153,12.5424393 C69.3541355,11.5722735 68.8556181,10.7930702 67.4320367,10.7930702 L67.4320367,10.7930702 Z M7.08456189,21.1448632 L2.88722769,21.1448632 L2.88722769,10.985472 L0.79,10.985472 L0.79,7.48481467 L2.88770749,7.48481467 L2.88770749,5.38230913 C2.88770749,2.52602992 4.07138644,0.828 7.43577916,0.828 L10.2368808,0.828 L10.2368808,4.32961694 L8.48607232,4.32961694 C7.17620465,4.32961694 7.08983975,4.81901805 7.08983975,5.73208698 L7.08456189,7.48433487 L10.256073,7.48433487 L9.88518372,10.9849922 L7.08456189,10.9849922 L7.08456189,21.1448632 L7.08456189,21.1448632 Z M21.4292922,21.1712525 L17.9310339,21.1712525 L17.7798953,20.2864921 C16.1826244,21.1712525 14.7571238,21.3147142 13.8167059,21.3147142 C11.2511886,21.3147142 9.88566352,19.6008507 9.88566352,17.230614 C9.88566352,14.4343104 11.479096,13.436316 14.3296175,13.436316 L17.2309984,13.436316 L17.2309984,12.8317617 C17.2309984,11.4043418 17.0673849,10.985472 14.872277,10.985472 L11.2833355,10.985472 L11.634073,7.48481467 L15.5569587,7.48481467 C20.3732414,7.48481467 21.4292922,9.00627635 21.4292922,12.8600702 L21.4292922,21.1712525 L21.4292922,21.1712525 Z M33.3250977,11.2421677 C31.1482224,10.8688794 30.5230365,10.7868327 29.4756222,10.7868327 C27.5943067,10.7868327 27.0257378,11.2018641 27.0257378,12.7996147 L27.0257378,15.8219065 C27.0257378,17.4196572 27.5943067,17.8366077 29.4756222,17.8366077 C30.5230365,17.8366077 31.1482224,17.7531216 33.3250977,17.3783939 L33.3250977,20.7931662 C31.4183526,21.2206724 30.1761375,21.3329468 29.1263241,21.3329468 C24.6199955,21.3329468 22.8288834,18.9631899 22.8288834,15.5397811 L22.8288834,13.0874977 C22.8288834,9.66121018 24.6199955,7.28713501 29.1263241,7.28713501 C30.1761375,7.28713501 31.4183526,7.39988918 33.3250977,7.82931467 L33.3250977,11.2421677 L33.3250977,11.2421677 Z M46.4602396,15.5397811 L38.7632077,15.5397811 L38.7632077,15.8219065 C38.7632077,17.4196572 39.3322564,17.8366077 41.2130921,17.8366077 C42.9039249,17.8366077 43.9359855,17.7531216 46.1090223,17.3783939 L46.1090223,20.7931662 C44.0132341,21.2206724 42.9211979,21.3329468 40.8652334,21.3329468 C36.358425,21.3329468 34.5663533,18.9631899 34.5663533,15.5397811 L34.5663533,12.7358007 C34.5663533,9.74037801 35.895893,7.28713501 40.5140162,7.28713501 C45.1321394,7.28713501 46.4602396,9.71206951 46.4602396,12.7358007 L46.4602396,15.5397811 L46.4602396,15.5397811 Z M60.1044546,15.6045548 C60.1044546,18.9132901 59.1587589,21.3267093 53.4298871,21.3267093 C51.360968,21.3267093 50.1475411,21.1448632 47.8641491,20.793646 L47.8641491,1.87973258 L52.0600439,1.17969707 L52.0600439,7.79572832 C52.9668753,7.4589052 54.1404784,7.28761481 55.2085243,7.28761481 C59.4048989,7.28761481 60.1039748,9.16893025 60.1039748,12.1921816 L60.1039748,15.6045548 L60.1044546,15.6045548 Z M73.5548284,15.6765256 C73.5548284,18.5308855 72.3764273,21.2993604 67.445951,21.2993604 C62.5130757,21.2993604 61.3126036,18.5308855 61.3126036,15.6765256 L61.3126036,12.9205256 C61.3126036,10.0647262 62.5130757,7.2957715 67.445951,7.2957715 C72.3764273,7.2957715 73.5548284,10.0647262 73.5548284,12.9205256 L73.5548284,15.6765256 Z M86.9960858,15.6765256 C86.9960858,18.5308855 85.8162453,21.2993604 80.8867287,21.2993604 C75.9538534,21.2993604 74.7533813,18.5308855 74.7533813,15.6765256 L74.7533813,12.9205256 C74.7533813,10.0647262 75.9538534,7.2957715 80.8867287,7.2957715 C85.8162453,7.2957715 86.9960858,10.0647262 86.9960858,12.9205256 L86.9960858,15.6765256 Z M100.79,21.1448632 L96.2419283,21.1448632 L92.3953316,14.7236328 L92.3953316,21.1448632 L88.1979974,21.1448632 L88.1979974,1.87925277 L92.3953316,1.17921727 L92.3953316,13.5816969 L96.2419283,7.48481467 L100.79,7.48481467 L96.5907466,14.1382707 L100.79,21.1448632 L100.79,21.1448632 Z M80.8723345,10.7930702 C79.4468339,10.7930702 78.9521549,11.5722735 78.9521549,12.5424393 L78.9521549,16.0829204 C78.9521549,17.0554852 79.4468339,17.8370875 80.8723345,17.8370875 C82.295916,17.8370875 82.7997113,17.0554852 82.7997113,16.0829204 L82.7997113,12.5424393 C82.7997113,11.5722735 82.295916,10.7930702 80.8723345,10.7930702 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center !important;
  background-size: 70px !important;
}

.share-buttons_print {
  position: relative;
  display: inline-block;
  border-radius: 25px;
  background-color: #5bd067;
  width: 28px;
  height: 28px;
  cursor: pointer;
  vertical-align: middle;
}

.share-buttons_print:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 17px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='19px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23FFFFFF'%3e%3cpath d='M17.6973246,6.47230016 L15.8201631,6.47230016 L15.8201631,0.567243067 C15.8201631,0.258988581 15.5702773,0.00907014682 15.2619902,0.00907014682 L4.70538336,0.00907014682 C4.39709625,0.00907014682 4.14721044,0.258988581 4.14721044,0.567243067 L4.14721044,6.47230016 L2.27011419,6.47230016 C1.01833605,6.47230016 0,7.49063622 0,8.74241436 L0,14.7442088 C0,15.9958891 1.01833605,17.0142251 2.27011419,17.0142251 L4.03954323,17.0142251 L4.03954323,18.4213703 C4.03954323,18.7296248 4.28942904,18.9795432 4.59771615,18.9795432 L15.3697553,18.9795432 C15.6780424,18.9795432 15.9279282,18.7296248 15.9279282,18.4213703 L15.9279282,17.0141925 L17.6973573,17.0141925 C18.9491028,17.0141925 19.9674715,15.9958564 19.9674715,14.7441762 L19.9674715,8.74241436 C19.9673736,7.49063622 18.9490375,6.47230016 17.6973246,6.47230016 Z M18.8510277,14.7442414 C18.8510277,15.3803589 18.3334747,15.8979119 17.6972594,15.8979119 L15.9278303,15.8979119 L15.9278303,11.3499184 C15.9278303,11.0416313 15.6779445,10.7917455 15.3696574,10.7917455 L4.59768352,10.7917455 C4.28939641,10.7917455 4.0395106,11.0416313 4.0395106,11.3499184 L4.0395106,15.8978793 L2.27011419,15.8978793 C1.63389886,15.8978467 1.11634584,15.3803263 1.11634584,14.7442088 L1.11634584,10.2290375 L18.8510604,10.2290375 L18.8510604,14.7442414 L18.8510277,14.7442414 Z M5.26355628,1.12541599 L14.7038499,1.12541599 L14.7038499,6.47230016 L5.26355628,6.47230016 L5.26355628,1.12541599 Z M1.11634584,8.74241436 C1.11634584,8.10623165 1.63389886,7.588646 2.27011419,7.588646 L17.6973246,7.588646 C18.33354,7.588646 18.851093,8.10619902 18.851093,8.74241436 L18.851093,9.11272431 L1.11634584,9.11272431 L1.11634584,8.74241436 Z M14.8115498,17.8631974 L5.15585644,17.8631974 L5.15585644,11.9080587 L14.8115498,11.9080587 L14.8115498,17.8631974 Z'%3e%3c/path%3e%3cpath d='M17.4725285,7.7924633 C17.3255465,7.7924633 17.1818271,7.85200653 17.0776183,7.95618271 C16.9738989,8.05990212 16.9143556,8.20362153 16.9143556,8.35060359 C16.9143556,8.49758564 16.9738989,8.64130506 17.0776183,8.74551387 C17.1817945,8.84923328 17.3255465,8.90877651 17.4725285,8.90877651 C17.6190538,8.90877651 17.76323,8.84923328 17.8669494,8.74551387 C17.9711256,8.64133768 18.0306688,8.49758564 18.0306688,8.35060359 C18.0306688,8.20362153 17.9711909,8.05990212 17.8669494,7.95618271 C17.76323,7.85200653 17.6190865,7.7924633 17.4725285,7.7924633 Z'%3e%3c/path%3e%3cpath d='M6.60486134,14.2511909 L13.1406852,14.2511909 C13.4489396,14.2511909 13.6988581,14.0012724 13.6988581,13.6930179 C13.6988581,13.3847308 13.4489396,13.134845 13.1406852,13.134845 L6.60486134,13.134845 C6.29660685,13.134845 6.04668842,13.3847308 6.04668842,13.6930179 C6.04668842,14.0013051 6.29660685,14.2511909 6.60486134,14.2511909 Z'%3e%3c/path%3e%3cpath d='M6.60486134,16.6364437 L9.65807504,16.6364437 C9.96636215,16.6364437 10.216248,16.3865253 10.216248,16.0782708 C10.216248,15.7700163 9.96636215,15.5200979 9.65807504,15.5200979 L6.60486134,15.5200979 C6.29660685,15.5200979 6.04668842,15.7700163 6.04668842,16.0782708 C6.04668842,16.3865905 6.29660685,16.6364437 6.60486134,16.6364437 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 17px 16px;
}

.share-buttons_print:hover {
  background-color: #37c145;
  cursor: pointer;
}

.item-detail__tags {
  display: block;
  position: relative;
  margin: 8px 0;
  float: left;
}

.item-detail__tags a {
  display: inline;
  color: #0f5298;
    font-size: 14px;
    font-weight: 600;
}
.item-detail__tags__added-hash:before {
    display: inline;
    content: '#';
}

.item-detail__tags a + a {
  margin-left: 13px;
}

.item-detail__tags a:hover {
  color: #3DB6F5;
  text-decoration: none;
}

.related-news {
  margin-top: 100px;
}

.related_news_wdt__item_link {
  display: block;
  text-decoration: none;
}

a.related_news_wdt__item_link {
  display: block;
  text-decoration: none;
  color: #000000;
}

a.related_news_wdt__item_link:hover .related_news_wdt__item_title {
  color: #3DB6F5;
}

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

.related_news_wdt__item_cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}

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

.related_news_wdt__item_cover_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px 0;
  width: 100%;
  z-index: 2;
}

.related_news_wdt__item_cover_bottom_date {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
  margin-left: 15px;
}

.related_news_wdt__item_cover_bottom_views {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding-left: 28px;
  font-size: 12px;
  line-height: 13px;
  margin-right: 15px;
}

.related_news_wdt__item_cover_bottom_views::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23979797'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
}

.related_news_wdt__item_title {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}

.related_news_wdt__item_desc {
  display: block;
  position: relative;
  font-weight: 300;
}

.uk-modal {
  z-index: 1060;
}

.uk-modal-body {
  border-radius: 4px;
}

.uk-modal-close-default {
  top: 35px;
  right: 20px;
  color: #3DB6F5;
}

.uk-modal-close-default:hover, .uk-modal-close-default:focus {
  color: #0da4f3;
}

.send_news_form input {
  border-color: #d7d7d7;
  border-radius: 50px;
}

.send_news_form textarea {
  border-color: #d7d7d7;
  border-radius: 6px;
}

.send_news_form button {
  color: #ffffff;
  background: #3DB6F5;
  border-color: #3DB6F5;
  border-radius: 50px;
}

.send_news_form button:hover, .send_news_form button:focus {
  color: #ffffff;
  background: #0da4f3;
  border-color: #0da4f3;
}

blockquote {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.share-buttons {
  display: block;
  position: relative;
  margin: 20px 0;
}

.search-page .search-tags-cloud {
  margin-bottom: 10px;
}

.search-page .search-advanced {
  margin: 5px 0;
}

.search-page__form input.search-suggest {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  padding: 5px 15px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 20px;
  height: 20px;
  outline: none;
}

.search-page__form input.search-suggest.uk-input {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  padding: 5px 15px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 32px;
  height: 32px;
  outline: none;
}

.search-page__form input.search-button {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  line-height: 32px;
  height: 32px;
  text-decoration: none;
  border: 1px solid #3DB6F5;
  border-radius: 50px;
  text-transform: uppercase;
  outline: none;
}

.search-page__form input.search-button.search-button-margin {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  line-height: 32px;
  height: 32px;
  text-decoration: none;
  border: 1px solid #3DB6F5;
  border-radius: 50px;
  text-transform: uppercase;
  outline: none;
  margin-left: -20px;
}

.player {
    width: 300px;
    height: 170px;
}
.player iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

@media (max-width: 639px) {
	.player {
        width: 542px;
        height: 180px;
        max-width: 100%;
    }
    .player iframe {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
}

.notfound-page {
  display: inline-block;
  text-align: center;
  margin: 6% 0;
}

.notfound-page img {
  margin-bottom: 20px;
}

.notfound-page__title {
  display: block;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.notfound-page__subtitle {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.notfound-page__subtitle a {
  text-decoration: underline;
}

.notfound-page__search {
  margin-top: 30px;
}

.notfound-page__search input.search-suggest {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  padding: 5px 15px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 20px;
  height: 20px;
  width: 100%;
  outline: none;
}

.notfound-page__search input.search-button {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  line-height: 32px;
  height: 32px;
  text-decoration: none;
  border: 1px solid #3DB6F5;
  border-radius: 50px;
  text-transform: uppercase;
  outline: none;
}

div.vote-item-header {
  margin-bottom: 20px !important;
}

ol.vote-items-list li {
  padding: 0 !important;
  border-width: 0 !important;
}

.vote-answer-row td {
  padding-top: 0 !important;
  vertical-align: top;
  padding-bottom: 10px;
}

.vote-bar-table td {
  text-align: right;
}

#content_container_hor ol.vote-items-list, ol.vote-items-list li {
  font-size: 14px !important;
}

.sec-ad a {
  display: block;
}

.sec-ad a img {
  width: 100%;
}

.live-broadcast-text {
  background: #f7f7f7;
  padding: 30px;
}

.gz-accordion {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

.gz-accordion-content {
  position: relative;
  background: whitesmoke;
  padding: 15px;
  border-radius: 6px;
  margin: 30px 0;
}

.gz-accordion-content .uk-close-large {
  position: absolute;
  top: 20px;
  right: 20px;
}

.gz-card {
  background: #3DB6F5 !important;
}

.gz-card .uk-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gz-grid > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gz-grid > div > span {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
}

.person-filter {
  margin-bottom: 20px;
}

.person-filter-form-input {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  padding: 5px 10px;
  outline: none;
  height: 30px;
}

.person-filter-form-input:focus {
  background: #f1f1f1;
  border: 1px solid #d7d7d7;
  -webkit-transition-property: color,background-color,border;
  transition-property: color,background-color,border;
}

.toogle-box {
  background: #d7d7d7;
  border-radius: 10px;
}

.toogle-box .toogle-box-button {
  position: relative;
  display: block;
  color: #929292;
  cursor: pointer;
  padding: 0 40px 0 10px;
  line-height: 30px;
  height: 30px;
}

.toogle-box .toogle-box-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 14px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30px' height='17px' viewBox='0 0 30 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='down-chevron' fill-rule='nonzero' fill='%233CB6F5'%3e%3cpath d='M15.0275936,16.7443316 C14.5860963,16.7443316 14.1463636,16.5768449 13.8094652,16.2409091 L0.664973262,3.09641711 C-0.00786096257,2.42278075 -0.00786096257,1.33299465 0.664973262,0.661122995 C1.33780749,-0.012513369 2.42759358,-0.012513369 3.10026738,0.661122995 L15.0275936,12.5874866 L26.9549198,0.661122995 C27.627754,-0.012513369 28.7175401,-0.012513369 29.3902139,0.661122995 C30.0630481,1.33395722 30.0630481,2.42278075 29.3902139,3.09641711 L16.2449198,16.2409091 C15.908984,16.5768449 15.4682888,16.7443316 15.0275936,16.7443316 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: 14px 7px;
  margin-top: 11.5px;
}

.toogle-box .toogle-box-inner {
  padding: 10px;
  color: #929292;
}

.toogle-box .toogle-box-inner .toogle-box-inner-alphabet {
  max-width: 150px;
  margin-left: 0;
}

.toogle-box .toogle-box-inner .toogle-box-inner-alphabet span {
  padding-left: 0;
  width: 16.666666666666667%;
  font-size: 12px;
  text-align: center;
}

.toogle-box .toogle-box-inner .toogle-box-inner-alphabet span.uk-grid-margin {
  margin-top: 10px;
}

.toogle-box-alphabet {
  width: 150px;
}

.person-filter-form-button {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none;
  outline: none;
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  border-width: 0;
  border-radius: 50px;
  text-transform: uppercase;
}

.person-filter-form-button:hover, .person-filter-form-button:focus {
  cursor: pointer;
}

.c-item-list__person_letter {
  display: block;
  font-size: 56px;
  font-weight: 300;
  line-height: 60px;
  color: #3DB6F5;
}

.item-list__link_person {
  margin-bottom: 0 !important;
}

.item-list__title_person {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
}

.person-photo {
  width: 300px;
  margin-right: 10px;
  float: left;
}

.person-name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  line-height: 25px;
}
.person-detail .person-name {
  display: block;
  margin: 0 0 5px 0;
}

.person-views {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #919191;
  padding-left: 20px;
}
.person-detail .person-views {
  display: block;
  margin-bottom: 20px;
}

.person-views::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23px' height='11px' viewBox='0 0 23 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg fill-rule='nonzero' fill='%23979797'%3e%3cpath d='M22.2028409,4.67840909 C20.4778409,3.18863636 16.24375,1.77635684e-15 11.2778409,1.77635684e-15 C6.31193182,1.77635684e-15 2.07784091,3.18863636 0.352840909,4.67840909 C-0.117613636,5.07045455 -0.117613636,5.80227273 0.352840909,6.19431818 C2.07784091,7.68409091 6.31193182,10.8727273 11.2778409,10.8727273 C16.24375,10.8727273 20.4778409,7.68409091 22.2028409,6.19431818 C22.6732955,5.80227273 22.6732955,5.07045455 22.2028409,4.67840909 Z M11.2778409,9.30454545 C9.16079545,9.30454545 7.40965909,7.57954545 7.40965909,5.43636364 C7.40965909,3.31931818 9.13465909,1.56818182 11.2778409,1.56818182 C13.3948864,1.56818182 15.1460227,3.29318182 15.1460227,5.43636364 C15.1460227,7.57954545 13.4210227,9.30454545 11.2778409,9.30454545 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  margin-top: -4px;
}

.item-list__author_blog {
  display: block;
  color: #919191;
  margin-bottom: 5px;
}

.item-detail__cover_author {
  margin-bottom: 20px;
}

.item-detail__cover_author:after {
  content: none !important;
  background: none !important;
}

.item-detail__cover_right_author {
  position: absolute;
  width: 40%;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_col_wdt__item_blog_author_all {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #3DB6F5;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  border-width: 0;
  border-radius: 50px;
  text-transform: uppercase;
}

.r_col_wdt__item_blog_author_all:hover, .r_col_wdt__item_blog_author_all:focus {
  color: #ffffff;
  background: #0da4f3;
}

.item-detail__title-font-medium {
  margin: 20px 0;
}

.news-text-font-medium {
  font-size: 16px;
  line-height: 22px;
}

.mobile-navigation {
    display: none;
}

.grid-chart-labels {
  max-width: 150px;
}

.grid-chart-labels .grid-chart-label-smp {
  position: relative;
  display: block;
  padding-left: 15px;
  margin: 20px 0;
}

.grid-chart-labels .grid-chart-label-smp:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #e40000;
  border-radius: 50px;
}

.grid-chart-labels .grid-chart-label-strip {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
}

.grid-chart-labels .grid-chart-label-strip:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #3DB6F5;
  border-radius: 50px;
}

.grid-chart-labels .grid-chart-label-materials {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
}

.grid-chart-labels .grid-chart-label-materials:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0f5399;
  border-radius: 50px;
}

.discl-container{
	display: flex;
	justify-content: space-between;
}
.discl-container__links{
	display: block;
    font-family: 'Roboto Flex';
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
	color: #fff;

}
.discl-container__links:first-child{
	margin-bottom: 10px
}
.discl-container__links:hover{
	color:#3DB6F5;
}
.discl-container__title{
    font-family: 'Roboto Flex';
	font-size: 12px;
	color: #fff;
	opacity: 0.77;
}
.discl-container__caption{
    font-family: 'Roboto Flex';
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #fff;
	opacity: 0.62;
	margin-top: 0px;
    display: inline-block;
    width: 90%;
}
.discl-container__counter {
	margin-bottom: 0px;
    display: inline-block;
    width: 9%;
    text-align: right;
    margin-top: -30px;
}
@media(max-width: 640px){
	.discl-container {
		flex-wrap: wrap;
	}
	.discl-container__links {
		margin-bottom: 15px;
	}
}
/*# sourceMappingURL=main.css.map */


.blink {
  display: inline-block;
  padding: 5px 5px;
  background-color:red;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 5px;
  margin-right: 5px;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
  animation-duration: 1s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
  -webkit-animation-duration: 1s;
}

@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.uk-background-cover {
  background-position: 50% 20% !important;
}

.persons-directory-list {
  margin-bottom: 50px;
}
.persons-directory-list .item-list__title_person {
	padding: 15px 0 0 !important;
	border-bottom: 0px !important
}

#full_text {
    overflow-x: auto;
}
#full_text iframe {
    width: 100%!important;
    max-width:600px!important
}

.block-datetime {
  text-align: center;
}
.block-datetime__text {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.bugingi-soz-block {
  padding-bottom: 20px;
}
.bugingi-soz-block-mobile {
  padding-top: 30px;
}
/* Для отложенной загрузки картинок */
.c-item-list .item-list__cover {
  min-height: 100px;
}
@media only screen and (max-width: 992px) {
  .c-item-list .item-list__cover {
    min-height: 150px;
  }
}
/* End Для отложенной загрузки картинок */

.bvi-open {
  margin-left: 10px;
  }
  .bvi-open:before {
      content: "";
      background: url(/static/site/images/upload/glasses_optimized.png) no-repeat center;
      background-size: contain;
      width: 40px;
      height: 20px;
      display: inline-block;
      position: relative;
      top: 6px;
  }

/* Раньше был в отдельном файле media.css */
/*==========  Desktop First Method  ==========*/

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .navigation nav {
        display: none
    }
    .logo {
        margin-left: 20px
    }
    .menu-btn-offcanvas {
        display: block
    }
    .l-col-title {
        display: none
    }
    .l-col {
        display: none
    }
    .c-item-detail__text {
        word-wrap: break-word;
    }
    .block-share-and-likes .uk-flex {
        flex-direction: column;
    }
    .likes {
        flex-direction: row!important;
        margin-top: 10px!important;
        margin-left: -7px;
    }
    .likes a b {
        position: absolute;
        left: -4px;
        top: -11px;
        background: #e5eff6;
        color: #a5b0b3;
        padding: 0 9px;
        border-radius: 25px;
        font-size: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .navigation .left-col-logo {
        width: 100%;
        max-width: 100%
    }
    .navigation nav {
        display: none
    }
    .logo {
        margin-left: 0
    }
    .menu-btn-offcanvas {
        display: block;
        margin-top: 15px;
        margin-right: 0
    }
    .ticker-one .i_important{
        display: none
    }
    .ticker-two {
        display: none
    }
    .l-col-title {
        display: none
    }
    .l-col {
        display: none
    }
    main {
        padding: 0 20px
    }
    .main {
        padding-left: 0
    }
    .all-news {
        margin-bottom: 20px
    }
    footer {
        padding-left: 0;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
    body {
        font-size: 16px;
        line-height: 20px;
        overflow-x: hidden
    }
    .uk-header.uk-container {
        padding-left: 0;
        padding-right: 0
    }
    .uk-navbar-left {
        min-width: auto
    }
    .uk-footer.uk-container {
        padding-left: 0;
        padding-right: 0
    }
    .navigation .left-col-logo {
        max-width: 100%
    }
    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 50px;
        padding: 0 20px
    }
    .uk-navbar-right {
        margin-left: auto
    }
    .cabiner,
    .search {
        display: none
    }
    .main {
        overflow-x: visible
    }
    .item__cover_bottom {
        width: calc(100% - 20px);
        min-height: 12px;
        margin: 10px
    }
    .item__cover_bottom_date,
    .item__cover_bottom_views {
        font-size: 10px
    }
    .item__cover_bottom_views::before {
        top: 2px
    }
    .related_news_wdt__item_cover img {
        width: 100%;
    }
    .subscribe_wdt__title,
    .send_news_wdt__title {
        font-size: 16px
    }
    .item-detail__reload_live .uk-float-left,
    .item-detail__reload_live .uk-float-right {
        width: 100%;
        text-align: center
    }
    .item-detail__reload_live .relaod_live_btn {
        padding: 7px 25px;
        margin-top: 10px
    }
    .item-detail__item_live iframe {
        max-width: 100%!important;
    }
    .item-detail__item_live__share_elem {
        display: none
    }
    .share-buttons {
        display: block;
        margin-bottom: 0px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1054;
        background: #fff;
        width: 100%;
        text-align: center
    }
    .ya-share-custom,
    .ya-share-custom .ya-share2__container_size_m,
    .ya-share-custom .ya-share2__list,
    .ya-share-custom .ya-share2__link,
    .ya-share-custom .ya-share2__badge {
        width: 100%;
        height: 50px;
    }
    .ya-share-custom .ya-share2__container_size_m .ya-share2__item {
        width: 14.285714285714286%;
        margin: 0!important
    }
    .ya-share-custom .ya-share2__item_service_vkontakte .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_facebook .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_odnoklassniki .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_moimir .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_twitter .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_linkedin .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_lj .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_viber .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_telegram .ya-share2__badge {
        border-radius: 0px
    }
    .ya-share-custom .ya-share2__item_service_vkontakte .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_facebook .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_odnoklassniki .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_moimir .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_twitter .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_linkedin .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_lj .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_viber .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_telegram .ya-share2__icon {
        background-position: center
    }
    .ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__icon {
        width: 100%!important;
        height: 50px!important;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 0 1-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 0 1-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553 0 1.434.467 2.762 1.258 3.842l-.825 2.433 2.537-.806a6.6 6.6 0 0 0 3.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 0 1-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 0 1-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 0 0-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center!important;
        background-size: auto!important;
    }
    .ya-share-custom .ya-share2__item_service_facebook .ya-share2__icon {
        width: 100%!important;
        height: 50px!important;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center!important;
        background-size: auto!important;
    }
    .ya-share-custom .ya-share2__container_size_m .ya-share2__icon {
        height: 50px!important;
        width: 100%!important;
        background-repeat: no-repeat;
    }
    .share-buttons_print {
        display: none
    }
    .item-detail__cover_right_author .item-detail__title {
        font-size: 18px;
        line-height: 22px
    }
    .item-detail__cover_right_author p {
        font-size: 14px
    }
    .item-detail__item_live__share_elem {
        position: relative;
        top: 0;
        right: 0;
        width: 100px;
        height: 30px;
    }
    .item-detail__item_live__share_elem .ya-share2__item {
        display: inline-block;
        margin-right: 5px;
    }
    .c-item-detail .uk-background-cover {
        margin-left: -20px!important;
        margin-right: -20px!important
    }
    .c-item-detail .uk-background-cover .uk-width-1-2 {
        width: 80%
    }
    .c-item-detail .uk-column-1-2 {
        column-count: 1
    }
    .footer-inner {
        padding: 20px!important;
    }
    .footer_bottom__left_info {
        width: 100%;
        margin-bottom: 20px
    }
    .menu_bottom>li {
        display: block;
        margin-bottom: 20px;
    }
    .footer_bottom__right_info {
        width: 100%;
        text-align: left
    }
    .news-text-font-medium {
        font-size: 18px;
        line-height: 24px
    }

    .discl-container__links,
    .discl-container__caption,
    .discl-container__title {
        font-size: 16px;
        line-height: 20px;
    }
    .menu_bottom > li > a {
        font-size: 13px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 480px) {
    .block-prev-next {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    body {
        font-size: 16px;
        line-height: 20px;
        overflow-x: hidden
    }
    .uk-header.uk-container {
        padding-left: 0;
        padding-right: 0
    }
    .uk-navbar-left {
        min-width: auto
    }
    .uk-footer.uk-container {
        padding-left: 0;
        padding-right: 0
    }
    .navigation .left-col-logo {
        max-width: 100%
    }
    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 50px;
        padding: 0 20px
    }
    .uk-navbar-right {
        margin-left: auto
    }
    .cabiner,
    .search {
        display: none
    }
    .main {
        overflow-x: visible
    }
    .item__cover_bottom {
        width: calc(100% - 20px);
        min-height: 12px;
        margin: 10px
    }
    .item__cover_bottom_date,
    .item__cover_bottom_views {
        font-size: 10px
    }
    .item__cover_bottom_views::before {
        top: 2px
    }
    .related_news_wdt__item_cover img {
        width: 100%;
    }
    .subscribe_wdt__title,
    .send_news_wdt__title {
        font-size: 16px
    }
    .item-detail__reload_live .uk-float-left,
    .item-detail__reload_live .uk-float-right {
        width: 100%;
        text-align: center
    }
    .item-detail__reload_live .relaod_live_btn {
        padding: 7px 25px;
        margin-top: 10px
    }
    .item-detail__item_live iframe {
        max-width: 100%!important;
    }
    .item-detail__item_live__share_elem {
        display: none
    }
    .share-buttons {
        display: block;
        margin-bottom: 0px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1054;
        background: #fff;
        width: 100%;
        text-align: center
    }
    .ya-share-custom,
    .ya-share-custom .ya-share2__container_size_m,
    .ya-share-custom .ya-share2__list,
    .ya-share-custom .ya-share2__link,
    .ya-share-custom .ya-share2__badge {
        width: 100%;
        height: 50px;
    }
    .ya-share-custom .ya-share2__container_size_m .ya-share2__item {
        width: 14.285714285714286%;
        margin: 0!important
    }
    .ya-share-custom .ya-share2__item_service_vkontakte .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_facebook .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_odnoklassniki .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_moimir .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_twitter .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_linkedin .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_lj .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_viber .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__badge,
    .ya-share-custom .ya-share2__item_service_telegram .ya-share2__badge {
        border-radius: 0px
    }
    .ya-share-custom .ya-share2__item_service_vkontakte .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_facebook .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_odnoklassniki .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_moimir .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_twitter .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_linkedin .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_lj .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_viber .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__icon,
    .ya-share-custom .ya-share2__item_service_telegram .ya-share2__icon {
        background-position: center
    }
    .ya-share-custom .ya-share2__item_service_whatsapp .ya-share2__icon {
        width: 100%!important;
        height: 50px!important;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 0 1-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 0 1-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553 0 1.434.467 2.762 1.258 3.842l-.825 2.433 2.537-.806a6.6 6.6 0 0 0 3.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 0 1-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 0 1-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 0 0-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center!important;
        background-size: auto!important;
    }
    .ya-share-custom .ya-share2__item_service_facebook .ya-share2__icon {
        width: 100%!important;
        height: 50px!important;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center!important;
        background-size: auto!important;
    }
    .ya-share-custom .ya-share2__container_size_m .ya-share2__icon {
        height: 50px!important;
        width: 100%!important;
        background-repeat: no-repeat;
    }
    .share-buttons_print {
        display: none
    }
    .item-detail__cover_right_author .item-detail__title {
        font-size: 18px;
        line-height: 22px
    }
    .item-detail__cover_right_author p {
        font-size: 14px
    }
    .item-detail__item_live__share_elem {
        position: relative;
        top: 0;
        right: 0;
        width: 100px;
        height: 30px;
    }
    .item-detail__item_live__share_elem .ya-share2__item {
        display: inline-block;
        margin-right: 5px;
    }
    .c-item-detail .uk-background-cover {
        margin-left: -20px!important;
        margin-right: -20px!important
    }
    .c-item-detail .uk-background-cover .uk-width-1-2 {
        width: 80%
    }
    .c-item-detail .uk-column-1-2 {
        column-count: 1
    }
    .mobile-navigation {
        display: block;
        background-color: #0f5399;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5000;
    }

    .mobile-navigation__list {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        padding: 10px 5px;
        margin-bottom: 0;
    }

    .mobile-navigation__list__item__text {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 11px;
        text-align: center;
        line-height: 14px;
        color: #fff;
    }

    .mobile-navigation__list__item {
        margin-top: 0 !important;
    }

    .mobile-navigation__list__item__img.live {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-live.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .active .mobile-navigation__list__item__text {
        color: #fff;
    }

    .active .mobile-navigation__list__item__img.live {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-live-ac.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .mobile-navigation__list__item__img.news {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-news.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .active .mobile-navigation__list__item__img.news {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-news-ac.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .mobile-navigation__list__item__img.mak {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-maka.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .active .mobile-navigation__list__item__img.mak {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-mak-ac.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .mobile-navigation__list__item__img.info {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-anyk.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .active .mobile-navigation__list__item__img.info {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-anyk-ac.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .mobile-navigation__list__item__img.byrge {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-byrgee.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    .active .mobile-navigation__list__item__img.byrge {
        height: 30px;
        width: 50px;
        background: url("/static/site/images/m-byrge-ac.svg");
        background-size: 200%;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-position: -21px -10px;
    }

    #mobile-navigation-block {
        height: 60px;
    }
    .footer-inner {
        padding: 20px!important;
    }
    .footer_bottom__left_info {
        width: 100%;
        margin-bottom: 20px
    }
    .menu_bottom>li {
        display: block
    }
    .footer_bottom__right_info {
        width: 100%;
        text-align: left
    }
    .news-text-font-medium {
        font-size: 18px;
        line-height: 24px
    }
}
@media (min-width: 960px) {
    .uk-header.uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .uk-footer.uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .uk-navbar-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .navigation .left-col-logo,
    .cap-row,
    .sidebar-left {
        max-width: 370px;
    }
	.player {
		width: 100%;
		height: 160px;
	}
}

@media only screen and (min-width: 1920px) {
    body {
        font-size: 16px
    }
    .navigation nav ul li a {
        font-size: 14px
    }
    .c-col-title {
        font-size: 20px;
        line-height: 24px;
    }
    .l-col__item_date {
        font-size: 14px;
    }
    .item__title {
        font-size: 32px;
        line-height: 36px;
    }
    .uk-navbar-left {
        width: 398px!important;
        max-width: 398px!important;
    }
    .sidebar-left {
        width: 470px!important;
        max-width: 470px!important;
    }
    .main {
        padding-left: 470px;
    }
    .item-detail__title-font-medium {
        margin: 20px 0;
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
    }
    .news-text-font-medium {
        font-size: 18px;
        line-height: 24px;
    }
	.player {
		width: 100%;
		height: 210px;
	}
    blockquote {
        font-size: 18px;
        line-height: 24px
    }
    .hit_wdt__body_item_author {
        font-size: 14px;
    }
    .hit_wdt__body_item_blog .hit_wdt__body_item_preview_text {
        font-size: 14px;
    }
    footer {
        padding-left: 310px;
        margin-top: 6%;
        display: block;
    }
}

@media print {
    .uk-header {
        display: none
    }
    .cap-ticker {
        display: none
    }
    .sidebar-left {
        display: none
    }
    .main {
        padding-left: 0
    }
    .c-col-title {
        display: none
    }
    .sidebar-right {
        display: none
    }
    .share-buttons {
        display: none
    }
    .item-detail__reload_live {
        display: none;
    }
    .item-detail__tags {
        display: none;
    }
    .related-news {
        display: none;
    }
    footer {
        display: none;
        padding-left: 0
    }
}

/* Раньше был отдельный файл index-list.css */
span.t-col__item_date {
  display: block;
  position: relative;
  font-size: 12px;
  color: #929292;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.t-col__item_title{
padding-left:0;
}
.t-col__item_title::before{
display:none;
}

/* Раньше был отдельный файл style.css */
.root-item-selected{
  color:#fcff9d !important;
}

/* weather */
.custom_wdt__date {
  display: block;
  font-size: 12px;
}

.custom_wdt__weather {
  margin-top: 0;
}

.custom_wdt__weather span {
  display: block;
  margin-left: 5px;
}

.custom_wdt__temp {
  font-size: 32px;
  line-height: 36px;
}

.custom_wdt__feels_like {
  font-size: 14px;
}
.custom_wdt__weather .uk-first-column{
    position:relative;
    min-width: 50px;
}
.custom_wdt__weather .blur{
    background: #d9e6f6;
    border-radius: 50px;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin:0;
    padding:0;
}
.custom_wdt__weather img{position:relative; object-fit: cover;}
/* end weather */

/* weather mobile */
.custom_wdt__weather_menu {
  margin-top: 0;
}
.custom_wdt__weather_menu__image {
    min-width: 20px;
}

.custom_wdt__weather_menu div {
  display: inline;
  line-height: 40px;
}

.custom_wdt__weather_menu span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-left: 5px;
}

.custom_wdt__weather_menu span + span {
  padding-left: 10px;
  margin: 0 20px 0 0;
}

.custom_wdt__weather_menu span + span::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}
/* end weather mobile */

/* blockquote */
#full_text blockquote {
margin:0 0 20px 0;
color:#333;
position: relative;
font-size: 16px;
font-style: normal !important;
line-height: 22px;
font-weight: 300 !important;
background: #f5f5f5;
padding: 24px 35px;
}
#full_text *+blockquote{
margin-top:20px;
}
#full_text blockquote p:last-of-type{
margin-bottom:0;
}
#full_text blockquote::before {
position: absolute;
content: "";
left: 5px;
top: -12px;
background: url("/static/site/images/quote-left_optimized.png") no-repeat;
background-size: cover;
width: 40px;
height: 32px;
}
#full_text blockquote::after {
position: absolute;
content: "";
right: 5px;
bottom: -12px;
background: url("/static/site/images/quote-right_optimized.png") no-repeat;
background-size: cover;
width: 40px;
height: 32px;
}
/* end blockquote */

.alert-not-published {
color: rgb(170, 21, 21);
font-size: 20px;
font-weight: bold;
border: 3px solid rgb(170, 21, 21);
padding: 10px;
margin: 10px 0;
}

/* Раньше был отдельный файл list_news_top/style.css */
.t-col {
	display: block;
	margin-bottom: 30px;
}
.t-col__item {
	display: block;
	margin-bottom: 5px;
}
a.t-col__item {
	display: block;
	text-decoration: none;
	color: #000000;
	margin-bottom: 10px;
}
.t-col__item_title {
	display: block;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 15px;
}

.t-col__item_title::before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #3DB6F5;
	border-radius: 50px;
}

a.t-col__item + a.t-col__item .t-col__item_title {
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
}

a.t-col__item + a.t-col__item .t-col__item_title::before {
	top: 5px;
}

.block-prev-next {
  margin-top: 20px;
  margin-bottom: 0px;
}
.block-prev-next__view {
  padding-bottom: 20px;
  min-height: 90px;
}
.block-prev-next__view .r_col_wdt__title {
  font-size: 14px;
}
.block-prev-next__view .r_col_wdt__item_title {
  font-weight: normal;
}

.newsteleg {
  border-top: 1px solid #f0f1f2;
  border-bottom: 1px solid #f0f1f2;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  font-size: 16px;
  box-sizing: border-box;
  margin: 25px 0 30px;
}

.author-info-new .author-info-item img {
    border-radius: 93px;
    width: 120px;
    max-width: 120px;
    margin-left: 15px;
}

.author-info-new .detail__text__author {
    font-size: 18px;
    margin-top: 16px;
    color: #3db6f5;
    display: block;
}

.author-info-new .detail__text__author__rang {
    font-size: 16px;
    margin: 5px 0;
    color: #2f2f2f;
    display: block;
    opacity: 1;
}

.socseti_author {
    width: 300px;
    padding-left: 0;
    margin: 6px 0 0 0;
}
.socseti_author li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 11px;
}

.autor_info {
    text-align: right;
}

.topmainsoc a {
    width: 40px!important;
    height: 40px!important;
    margin: 0!important;
}

.topmainsoc .bottom_soc_nav__fb {
    background-image: url(/static/site/images/mainsoc/Facebook.svg)!important;
    margin-left: -10px!important;
}
.topmainsoc .bottom_soc_nav__telegram {
    background-image: url(/static/site/images/mainsoc/telegram1.svg)!important
}
.topmainsoc .bottom_soc_nav__tiktok {
    background-image: url(/static/site/images/mainsoc/tiktok.png)!important
}

.topmainsoc .bottom_soc_nav__youtube {
    background-image: url(/static/site/images/mainsoc/youtube.svg)!important;
    background-size: 65%;
    background-position: center 5px;
}

.topmainsoc .bottom_soc_nav__vk {
    background-image: url(/static/site/images/mainsoc/VK.svg)!important
}
.topmainsoc .bottom_soc_nav__tw {
    background-image: url(/static/site/images/mainsoc/Twitter.svg)!important
}

.header-fixed {
    position: fixed;
    top: 0;
}
.header-height {
    height: 80px;
    margin: 0;
}
.banner_mobile_devices {
    display: none;
}
.banner_top .block-banner-content,
.block-banner-content.type-1-pc,
.block-banner-content.type-1-mobile {
    margin-bottom: 20px;
}
@media (max-width: 850px) {
    .banner_pc_devices {
        display: none;
    }
    .banner_mobile_devices {
        display: block;
    }
    .header-height {
        height: 90px;
    }
}
/* Используется для определение у блока пропорциональный размер ширины и высоты (попытка исправить показатель CLS) */
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-width: 100%;
    }
    [style*="--aspect-ratio"] img {
        object-fit: cover;
    }
}

.l-col-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cbdcd9;
    bottom: 0;
}

.c-col-title::before {
    background-color: #e5f0ee;
}

.scroll-pane::-webkit-scrollbar  {
    width: 7px;
    background-color: #e5f0ee!important;
}

.scroll-pane::-webkit-scrollbar-thumb  {
    background-color: #cbdcd9!important;
    height: 15px
}

.scroll-pane::-webkit-scrollbar-track {
    background-color: #e5f0ee!important;
}

/* блок с youtube */
.delayed-loading-youtube {
    position: relative;
}
.delayed-loading-youtube__button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.delayed-loading-youtube__button::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    pointer-events: none;
    height: 60px;
    content: ' ';
    padding-bottom: 50px;
}
.delayed-loading-youtube__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.delayed-loading-youtube__button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    -o-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63;
}
.delayed-loading-youtube__title {
    position: absolute;
    left: 7px;
    top: 0;
    color: #fff;
    vertical-align: top;
    max-width: calc(100% - 30px);
    padding-top: 12px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.delayed-loading-youtube__title::before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 40px;
    content: ' ';
    margin-left: -2px;
}
.delayed-loading-youtube__profile {
    position: relative;
}
.delayed-loading-youtube__profile {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 5px -5px;
}
.delayed-loading-youtube__profile::before {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    -webkit-animation: ytp-title-beacon-pulse 2s 5;
    -o-animation: ytp-title-beacon-pulse 2s 5;
    animation: ytp-title-beacon-pulse 2s 5;
    content: ' ';
}
.delayed-loading-youtube__profile img {
    position: relative;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-background-origin: content-box;
    background-origin: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .1s cubic-bezier(0,0,.2,1);
    -o-transition: color .1s cubic-bezier(0,0,.2,1);
    transition: color .1s cubic-bezier(0,0,.2,1);
    outline: 0;
}
@-webkit-keyframes ytp-title-beacon-pulse {
    from {
        background: black;
        width: 40px;
        height: 40px;
        left: 0;
        top: 0
    }

    50% {
        background: transparent;
        width: 50px;
        height: 50px;
        left: -5px;
        top: -5px
    }
}

@-o-keyframes ytp-title-beacon-pulse {
    from {
        background: black;
        width: 40px;
        height: 40px;
        left: 0;
        top: 0
    }

    50% {
        background: transparent;
        width: 50px;
        height: 50px;
        left: -5px;
        top: -5px
    }
}

@keyframes ytp-title-beacon-pulse {
    from {
        background: black;
        width: 40px;
        height: 40px;
        left: 0;
        top: 0
    }

    50% {
        background: transparent;
        width: 50px;
        height: 50px;
        left: -5px;
        top: -5px
    }
}
/* End блок с youtube */
/* Мнения */
.mnenblock {
    border:0;
    margin:0
}
.mblocks div:last-child {
    border:0
}
.mnen_block a,.mnen_block div {
    color:#000;
    display: block;
    position: relative;
}
.mnen_block a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 33px;
    height: 30px;
    background: url("/static/site/images/kav26.png") no-repeat left top;
}
.mnen_block {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
}
.mblocks {
    border-top: 1px solid #3DB6F5;
}
.authors__image {
    border-radius: 93px;
    width: 76px;
    margin: 20px 0 10px 0;
}
.mnen_block span b {
    display: block;
    font-size: 18px;
    color:#000;
    margin-bottom: 5px;
}
.mnen_block span {
    display: inline-block;
    font-size: 13px;
    color: #b7b7b7;
    width: 64%;
    vertical-align: middle;
    font-weight: 300;
    padding:0 10px 0 15px;
    line-height: 16px;
}
/* Мнения */

