@charset "UTF-8";
/*
*  Префиксы:
*  .o- - объекты - глобальные стили встречабщиеся в нескольких местах.
*  .с- - компоненты уникальные объекты.
*  .u- - классы-утилиты (когда очень нужно переписать только одно определенное свойство) и хаки. Лучше как можно меньше использовать
*  Напр.: 
*  .u-left {
*     float: left!importnat;
*  }
*  .js- - указывает что элемент меняется скриптами
*  .block - блок. Например форма поиска. .o-search 
*  __element - элемент входящий в блок. Например кнопка формы поиска .o-search__btn 
*  --modificator - модификатор блока или элемента. Напр красная форма поиска .o-search--red  
*  
*/
 
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

body > img {
  right: 10px!important;
}

/*===============Брендирование===============*/
.o-pagebranding {
   background-position: center top!important;
}
.o-pagebranding .o-banner--top {
  display: none!important;
}
.o-pagebranding .page-wrapper {
  background: transparent!important;
}

.o-pagebranding .c-header {
  margin-bottom: 187px;
  position: absolute;
  top: 0;
  z-index: 2000;
}

.o-page-branding .o-container--content {
  padding-top: 11px;
}
 
.l-content {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}

.o-page {
  float: left;
  width: auto;
}


.h1, .h2, .h4, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.h1 {
  font-size: 30px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 26px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 22px;
}

.h6 {
  font-size: 20px;
}

a {
  color: #0068b4;
  text-decoration: none;
}


.o-list {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.o-list li {
  margin-left: 0;
}

.o-list__link {
  display: inline-block;
  color: #373737;
  line-height: 1.2;
}

.o-list__link:hover {
  color: #0068b4;
}

.o-list__link--bold {
  font-weight: bold;
}

.o-list__link--small {
  font-size: 13px;
}

.o-list__link--medium {
  font-size: 14px;
}

.o-list__link--large {
  font-size: 16px;
}

.o-list__item--brd  {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 9px;
  padding-bottom: 10px;
}

.o-list__item--brd .o-title,
.o-list__item--brd .o-list__img {
  margin-bottom: 0;
}

.o-list__item--brd:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0 none;
}

.o-list__item--brdnarrow {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 9px;
}

.o-list--brdtop {
  border-top: 1px solid  #d9d9d9;
  padding-top: 10px;
}

.o-list__item--brdnarrow:nth-last-child(1) {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
}

.o-list__item--undeline {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 22px;
  position: relative;
}

.o-list__item--half {
  width: 139px;
  float: left;
  margin-right: 22px;
}

.o-list__item--half .o-list__img {
    margin-bottom: 9px;
}

.o-list__item--half:nth-child(even) {
  margin-right: 0;
}

.o-list__item--undeline:nth-last-child(1) {
  margin-bottom: 0;
  border: 0 none;
}

.o-list__blockright {
  padding-left: 14px;
  display: block;
  float: left;
  width: 200px;
}

.o-list__img--left {
  display: block;
  float: left;
  margin: 0;
}

.o-list__img {
  margin-bottom: 14px; 
  float: left;
  max-width: 100%;
}

.o-list__img--marged {
  margin-bottom: 24px; 
}

.o-list__item--numbers {
  padding-left: 37px;
  position: relative;
}

.o-list__item--numbers .o-list__link {
  font-size: 15px;
}

.o-list .grey-itm {
  padding: 10px 10px 5px 10px;
  margin-bottom: 10px;
  background: #f4f4f4;
  line-height: 1.2em;
}

.o-list .grey-itm a {
  color: #373737;
}
.o-list .grey-itm a:hover,
.o-list .grey-itm a:active {
  color: #0068b4;
}
.o-list .grey-itm .grey-itm__lnk {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.o-list .grey-itm .grey-itm__bot {
  font-style: italic;
  text-align: right;
}

.o-list .grey-itm .grey-itm__bot a {
  display: block;
}

/*Заголовки*/
.o-title {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  color: #373737;
  line-height: 1.2;
}
.o-list__link .o-title:active,
.o-list__link .o-title:hover {
  color: #0068b4
}

.o-title__lnk--black {
  color: #373737;
}

/*Ссылка в названии страницы*/
.c-lnk--right {
   position: absolute;
   right: 0;
   top: 15px;
} 

.o-title--page {
  font-size: 30px;
  color: #373737;
  font-weight: 500;
  margin-bottom: 20px;
}

#news_list .o-title {
  margin: 0 0 17px 43px;
}

a.o-title:hover {
  color: #0068b4;
}

.o-title--medium {
  font-size: 14px;
}

.o-title--large {
  font-size: 16px;
}

.o-title--news {
  color: #373737;
}

.o-title--right {
  float: left;
  width: auto;
  clear: none;
  display: inline-block;
  width: 146px;
  padding-left: 14px;
  word-wrap: break-word;
}

.o-title--righta {
  width: 141px;
  padding-left: 10px;
}

.o-title--indented {
  margin-left: 43px;
  clear: none;
  width: auto;
  display: block;
  float: none;
}

.o-title--inline {
  display: inline-block;
  clear: none;
}

.o-title--blue {
  background: #016cb7 none repeat scroll 0 0;
  color: #fff;
}
.o-title--blue a {
    color: #fff;
    text-decoration: none;
}
.o-title--red {
  background: #fe6e74 none repeat scroll 0 0;
  color: #fff;
}
.o-title--red a {
    color: #fff;
    text-decoration: none;
}


.o-title--blue .o-showall {
     color: #fff;
}

.o-title--yellow {
  background: #FFD505 none repeat scroll 0 0;
  color: #373737;
}

.o-title--yellow .o-showall {
    color: #373737;
}
.o-title--grey {
  background: #363636 none repeat scroll 0 0;
  color: #fff;
}

.o-title--grey > h1 {
  color: #fff;
}

.o-title--grey .o-showall {
     color: #fff;
}

.o-title--grey a {
  color: #fff;
}

.o-title--block {
  font-size: 19px;
  padding: 4px 10px;
  height: 30px;
  font-weight: 500;
}

.o-title--block > h1 {
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
}

/*DEL*/
.o-title--block a {
  font-size: 19px;
}

.o-title--transaprent {
  background: transparent;
  color: #0068b4;
  padding-left: 0;
}

.o-title--transaprentgrey {
   background: transparent;
  color: #373737;
  padding-left: 0; 
}



a.o-title__link {
  float: right;
  font-size: 12px;
  color: #fff;
  margin: 5px 0;
  line-height: 1;
}

a.o-title__link:hover {
  color: #fff;
}


/*
 * Страница 
 */
html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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


.o-container {
  width: 1192px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px ;
  padding-right: 11px ;
}

.o-container--content {
  background: #fff;
}

.o-container--content:before,
.o-container--content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.o-container--content:after {
  clear: both;
}

.o-row {
  float: left;
  width: 100%;
}

.o-row--brd {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.o-row--brd:nth-last-child(1) {
  margin-bottom: 25px;
  border-bottom: 0 none;
}

.o-content {
  float: left;
}

.o-content p {
  margin-bottom: 1em;
  font-family: 'Roboto', sans-serif;
}

.o-main--height {
 width: 1170px;
  min-height: 100%;
}

.o-content--left {
  width: 848px;
  margin-right: 20px;
  position: relative;
}

.o-content--right {
  width: 848px;
  margin-left: 22px;
}

.o-aside {
  float: left;
  width: 300px;
}
.o-aside--right {
  float: none;
  display: table-cell;
  height: 100%;
}
.o-aside__block {
  margin-bottom: 22px;
}

.o-aside__block--adv {
  background: #f4f4f4;
  position: relative;
  clear: both;
}

.o-aside__block-press {
	margin-bottom: 0;
	background: #f9f9f9;
}

.c-banner--fixed {
   -webkit-transition: margin .2s;
   -moz-transition: margin .2s;
   -o-transition: margin .2s;
   transition: margin .2s;
   width: 300px;
   height: 600px;
}
.c-banner--fixed.is_stuck {
  margin-top: 50px;
 -webkit-transition: margin .2s;
 -moz-transition: margin .2s;
 -o-transition: margin .2s;
 transition: margin .2s;
}
.c-banner--wrap {
  margin-bottom: 20px;
}
.o-aside__block--adv .o-title--block {
  padding: 10px;
  height: auto;
  margin:0;
}

/*Блоки*/
.o-block {
  width: 100%;
  clear: both;
}

.o-block--grey {
  background: #f4f4f4;
}

.o-block--greytop {
  margin: 12px 22px 0 22px;
}

/*Колонки*/
.o-col {
  float: left;
  width: 850px;
}

.o-col--widtha {
  width: 280px;
}

.o-col--widthb {
  width: 545px;
}

.o-col--widthc {
  width: 546px;
}

.o-col--widthd {
  width: 262px;
}

.o-col--widthe {
  width: 474px;
}

.o-col--widthf {
  width: 243px;
}

.o-col--widthg {
  width: 165px;
}

.o-col--widthh {
  width: 352px;
}

.o-col--widthi {
  width: 165px;
}

.o-col--widthj {
  width: 680px;
}

.o-col--widthk {
  width: 146px;
}

.o-col--widthl {
  width: 413px
}

.o-col--widthm {
  width: 626px;
}

.o-col--widthn {
  width: 978px;
}

.o-col--widtho {
  width: 656px;
}

.o-col--margin-r {
  margin-right: 22px;
}

.o-col--margin-l {
  margin-left: 22px;
}


.o-date {
  color: #7f7f7f;
  display: block;
  margin-bottom: 10px;
}

.o-datetime {
  display: inline-block;
  color: #7f7f7f;
  float: left;
}

.o-datetime--singlepage {
  display: block;
  padding: 14px 0;
  width: 100%;
}

.o-datetime--bold {
  color: #373737;
  font-weight: bold;
}

.o-datetime--out {
  display: block;
}


/* сетка */
.o-grid {
  float: left;
}

.o-grid:first-child {
  margin-left: 0;
}

.o-grid--six {
  width: 48%;
}

.o-grid--four {
  width: 32%;
}

.o-grid--eight {
  width: 64%;
}

.o-grid--third {
  width: 33.3%;
}

.o-grid--two {
  margin: 0;
  width: 50%;
}

/**
 * Шапка
 */

/* Баннер 990 x 120 */
.o-banner--top {
  float: left; 
  min-width: 100%;
  max-height: 112px;
  text-align: center;
}
.o-banner--topcontent {
  float: left; 
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
}
/*Для яндекса*/
#yandex_ad_bot .yap-reset, 
#yandex_ad_top .yap-reset {
  margin: 0 auto!important;
}
.o-banner--topcontent  #yandex_ad > *,
.o-banner--top #yandex_ad > * {
  margin: 0 auto!important;
}

.o-banner--bottom {
  clear: both;
  min-width: 100%;
  text-align: center;
}
.o-banner--topcontent  iframe,
.o-banner--bottom iframe,
.o-banner--top iframe {
  display: block;
  margin: 0 auto;
}

.o-banner--bottom > div {
  text-align: center!important;
  margin: 10px auto!important;
}

.o-banner--middle > div {
  text-align: center!important;
  margin: 10px auto 10px auto!important;
}
.o-banner--topcontent > ins,
.o-banner--topcontent > div,
.o-banner--top > div {
   display: block;
   margin: 10px auto 10px auto!important;
   text-align: center!important;
}
.o-banner--topcontent > div:empty,
.o-banner--top > div:empty {
    margin: 0 auto!important;
}

.o-search {
  float: right;
  margin: 0;
  position: relative;
  width: 55px;
  height: 65px;
}

.o-search__form {
  display: block;
  width: 55px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
 -webkit-transition: all .25s;
 -moz-transition: all .25s;
 -o-transition: all .25s;
 transition: all .25s;
}

.o-search__form--is-opened {
   width: 300px;
   background: #363736;
      /* Переход */
   -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
}

 

.o-search__form--is-opened .o-search__input { 
    background: #363736;
    padding-right: 70px;
    opacity: 1;
    z-index: 2;
}

.o-search__submit {
   width: 55px;
   height: 65px; 
   background: transparent;
   border: 0 none;
   z-index: 50;
   right: 0;
}

.o-search__icon {
   width: 55px;
   height: 65px;
   position: absolute;
   z-index: 100;
   right: 0;
   top: 0;
   display: block;
   background: transparent url(../img/sprite.svg) -128px -80px no-repeat;
   cursor: pointer;
}

.o-search__icon:hover {
  cursor: pointer;
}

.o-search__submit {
  right: 0;
  top: 0;
  z-index: 50;
}

.o-search__input {
  outline: 0;
  outline: none;
  box-sizing: border-box;
  height: 64px;
  padding: 0 0 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 15px;
  border: 0 none;
  opacity: 0;
  background: transparent;
}

.o-search__input::-webkit-input-placeholder {color:#a7a9ac;}
.o-search__input::-moz-placeholder          {color:#a7a9ac;}/* Firefox 19+ */
.o-search__input:-moz-placeholder           {color:#a7a9ac;}/* Firefox 18- */
.o-search__input:-ms-input-placeholder      {color:#a7a9ac;}

 
.c-header {
  width: 100%;
  margin-bottom: 22px;
  background: #fff;
  float: left;
}

.c-header.is_stuck {
  z-index: 9999;
}

.c-header__top__right {
  float: right;
}

.c-header__bot {
  height: 65px;
  background: #494949;
  float: left;
  min-width: 100%;
  z-index: 10100;
}

.c-header__bot.is_stuck {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.32);
  height: 45px;
}

.c-header__bot.is_stuck .c-navtop__lnk {
  height: 45px;
  padding: 14px;
}

.c-header__bot.is_stuck .c-navtop__lnk--new .o-texticon {
  top: 14px;
}

.c-header__bot.is_stuck .c-logo--new {
  margin: 10px 14px 0 0;
  max-width: 97px;
}
.c-header__bot.is_stuck .c-logo--new img {
   max-width: 97px;
   max-height: 25px;
  -webkit-transition: max-width .4s; 
  -moz-transition: max-width .4s; 
  -ms-transition: max-width .4s; 
  -o-transition: max-width .4s; 
  transition: max-width .4s;  
}

.c-header__bot.is_stuck .o-search__icon {
  height: 45px;
  background-position: -128px -91px;
}

.c-header__bot.is_stuck .c-navtop__logo {
  margin: 2px 15px 0 0;
}

.c-navtop__title {
  font-family: "Roboto", sans-serif;
}

.c-header__bot.is_stuck .c-navtop__logo img {
    display: inline-block;
    float: left;
    margin: 2px 15px 0 0;
    height: 36px;
    width: 36px;
   -webkit-transition: all .6s ease-out 0.5s;
   -moz-transition: all .6s ease-out 0.5s;
   -o-transition: all .6s ease-out 0.5s;
   transition: all .6s ease-out 0.5s;
}

.c-header__bot.is_stuck .o-search {
  height: 45px;
}

.c-header__bot.is_stuck .o-search__input {
  height: 45px;
}

.c-header__bot.is_stuck .o-search__form {
  height: 45px;
}
.c-header__bot.is_stuck  .c-navtop__lnk--new  {
  padding-right: 55px;
}

.c-navtop__icon {
  float: right;
  margin: -1px 0 0 5px;
}

.c-header--is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.c-header__block {
  display: inline-block;
  line-height: 100%;
  float: left;
  height: 40px;
  position: relative;
}

.c-header__block--logo {
  width: 100px;
  padding: 7px 0 0 0;
  margin: 0 7px 0 0;
}

.c-navtop__logo img {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}

.c-navtop__logo span {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  float: left;
}

.c-navtop__logo {
  float: left;
  margin: 13px 15px 13px 0;
}

.c-header__block--logo img {
  max-width: 100%;
}



.c-header__block__content {
  display: inline-block;
  height: 40px;
}

.c-dropdwn {
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.1);
 
  position: absolute;
  list-style: none;
  display: none;
  z-index: 200;
}

.c-dropdwn--is-active {
  display: block;
    -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
}

.c-dropdwn--header {
  -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
  background: #f5f5f5 none repeat scroll 0 0;
  left: -20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  width: 230px;
  z-index: 1001;
}

.c-dropdwn--header .c-dropdwn__item {
  margin-left: 5px;
}

.c-dropdwn--header:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #f5f5f5 transparent;
  top: -4px;
  left: 139px;
}

.c-dropdwn__item:nth-child(1) {
  margin-top: 20px;
}

.c-dropdwn__item {
  height: 23px;
  margin-bottom: 15px;
  background: url(../img/sprite.svg) 10px -498px no-repeat;
}

.c-dropdwn__item:hover {
  background-position: 10px -537px;
}

.c-dropdwn__item--video {
  background-position: 10px -419px;
}

.c-dropdwn__item--video:hover {
  background-position: 10px -459px;
}

.c-dropdwn__item--createpost {
  background-position: 5px -1156px;
}

.c-dropdwn__item--createpost:hover {
  background-position: 5px -1117px;
}

.c-dropdwn__item--drafts {
  background-position: 5px -1075px;
}

.c-dropdwn__item--drafts:hover {
  background-position: 5px -1031px;
}

.c-dropdwn__item--posts {
  background-position: 5px -986px;
}

.c-dropdwn__item--posts:hover {
  background-position: 5px -944px;
}

.c-dropdwn__item--pub {
  background-position: 10px -574px;
}

.c-dropdwn__item--pub:hover {
  background-position: 10px -615px;
}

.c-dropdwn__item--com {
  background-position: 10px -329px;
}

.c-dropdwn__item--com:hover {
  background-position: 10px -373px;
}

.c-dropdwn__item--msg {
  background-position: 10px -246px;
}

.c-dropdwn__item--msg:hover {
  background-position: 10px -288px;
}

.c-dropdwn__item--pref {
  background-position: 10px -157px;
}

.c-dropdwn__item--pref:hover {
  background-position: 10px -199px;
}

.c-dropdwn__item--noicon {
  background: 0 none;
}

.c-dropdwn__lnk {
  padding: 3px 5px 3px 57px;
  height: 22px;
  width: 100%;
  display: block;
  color: #373737;
}

.c-dropdwn__lnk:hover {
  color: #0068b4;
}

.c-dropdwn__trigger {
  display: inline-block;
  color: #373737;
}

.c-dropdwn__trigger:hover, .c-dropdwn__trigger:active {
  color: #0068b4;
}

.c-dropdwn__trigger:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #363636 transparent transparent transparent;
}

.c-dropdwn__trigger--profile:after {
  margin-top: -2px;
}

.c-dropdwn__trigger--is-active .c-dropdwn__trigger:after {
/*
.c-dropdwn__trigger--is-active:after {*/
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #363636;
}

.js-dropdwn__trigger {
   cursor: pointer;
}

.c-msg {
  float: left;
  display: inline-block;
  width: 26px;
  height: 23px;
  margin: 8px 11px 0 25px;
  background: url(../img/sprite.svg) 0 0 no-repeat;
}

.c-email_iframe {
  vertical-align: bottom; 
  border: 0 none; 
  margin-top: 1px; 
  margin-right: 10px;
}

.c-email {
  float: left;
  background: url(../img/sprite.svg) -26px 0 no-repeat;
  display: inline-block;
  height: 20px;
  margin: 8px 0 0;
  width: 25px;
  position: relative;
}

.c-email__cnt {
  top: -5px;
  right: -5px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 100%;
  text-align: center;
  background: #FFD505;
  position: absolute;
  color: #373737;
  font-size: 10px;
}

.c-date {
  color: #7f7f7f;
  min-width: 200px;
  padding: 13px 27px 0 0;
}

.c-currency {
  padding: 13px 27px 0 0;
}

.c-currency__sign {
  color: #0068b4;
  margin-right: 3px;
}

.c-currency__lnk {
  display: inline-block;
  color: #0068b4;
  margin-right: 10px;
}

.c-profile {
  position: relative;
  padding-top: 13px;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.c-profile--loggedoff {
    padding: 13px 15px 0 0;
    color: #d9d9d9;
}
.c-profile--loggedoff a {
  padding: 0 5px;
}

.c-profile__ava {
  width: 28px;
  height: 28px;
  margin: -7px 7px 0 0;
  float: left;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}

.user-profile__avatar__img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    float: left;
}

.c-profile__uname {
  float: left;
  display: inline-block;
}

.c-translate {
  
}

.o-arrow {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.o-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 0;
  
}

.o-arrow--up:after {
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent #1aaa50 transparent;
}

.o-arrow--down:after {
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fc5772 transparent transparent transparent;
}

.c-weather {
  padding: 13px 27px 0 0;
}

.c-weather__city {
  float: left;
  display: inline-block;
  color: #0068b4;
  text-decoration: npone;
}

.c-weather__temp {
  float: left;
  display: inline-block;
}

.c-weather__img {
  margin-top: -50%;
  float: left;
  display: inline-block;
  margin: -6px 7px 0 7px;
}

.c-langs {
  padding: 13px 0 0 0;
}

.c-lang {
  display: inline-block;
  margin-right: 10px;
}

.c-lang.is-active {
  color: #373737;
}

.c-logo {
  width: 172px;
  height: 44px;
  margin: 10px 20px 0 0;
}

.c-logo-online img {

}

.c-adminlnk {
  padding: 12px 0px; display: inline-block; outline: medium none;
}

/*.c-logo--top {
  background: url(../img/sprite.svg) 0 -25px no-repeat;
  background-size: 172px auto;
}*/




.c-logo--top.c-logo--march {
  position: relative;
}

.c-logo--top.c-logo--march:before {
  background: rgba(0, 0, 0, 0) url("//i.online.ua/img/8march/8march.png") repeat scroll 0 0;
  bottom: -11px;
  content: "";
  display: block;
  height: 54px;
  left: 159px;
  position: absolute;
  top: auto;
  width: 50px;
}

/*.c-logo--top.c-logo--march::before {
  background: rgba(0, 0, 0, 0) url("//i.online.ua/img/8march/8march_2.png") no-repeat scroll 0 0;
  bottom: -20px;
  content: "";
  display: block;
  height: 62px;
  left: 152px;
  position: absolute;
  top: auto;
  width: 46px;
}
*/

.c-navtop {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-navtop--march {
  margin-left: 19px;
}

.c-navtop__wrap {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
}

.c-navtop__item {
  display: inline-block;
  list-style: none;
  margin: 0;
  float: left;
}
.c-navtop__item:hover > .c-navtop--full,
.c-navtop__item:hover > .c-navtop--cols {
  transition-delay: .25s; 
  display: block;
}
.c-navtop--full .c-navtop--sub {
  display: block;
  float: none;
  position: relative;
  margin: 0 auto;
}
.c-navtop--cols .c-navtop--sub {
  display: block;
  float: left;
  position: relative;
}

.views {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
}

.c-navtop--cols {
    display: none;
    left: auto;
    position: absolute;
    right: 0;
    width: 565px;
    background: #363736;
    z-index: 1000;
}

.c-navtop--full {
  background: #f4f4f4 none repeat scroll 0 0;
  display: none;
  left: 0;
  position: absolute;
  right: auto;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.32);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.32);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.32);
  transition: all 0s ease; 
}
.c-navtop--full .c-navtop.c-navtop--sub {
   background: #f4f4f4 none repeat scroll 0 0; 
   float: none!important;
}

.c-navtop__item:after {
  display: none;
  border-bottom: 1px solid #494949;
  content: "";
  left: 50%;
  margin-left: -35%;
  position: absolute;
  bottom: 0;
  width: 70%;
  z-index: 1;
}

.c-navtop__item--parent:hover:after {
  display: block;
}

.c-navtop__item:hover > .c-navtop--sub {
  display: block;
}

.c-navtop__item:hover > .c-navtop__lnk {
  background: #363736;
}

.c-navtop__lnk {
  display: inline-block;
  height: 65px;
  padding: 24px 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.c-navtop__lnk--rio {
  background: url("../img/rio/rio_bg.png") repeat;
  padding: 24px 20px!important;
}
.c-navtop__item:hover > .c-navtop__lnk.c-navtop__lnk--rio:hover,
.c-navtop__item:hover > .c-navtop__lnk.c-navtop__lnk--rio:active {
  background: url("../img/rio/rio_bg.png") repeat;
}
 
.c-navtop--new .c-navtop__lnk {
   padding: 24px 9px;
}

.c-navtop__lnk--new .o-texticon {
  color: #373737;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 15px;
  font-weight: bold !important;
  line-height: 17px;
  padding: 1px 3px;
  position: absolute;
  right: 17px;
  top: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
  .c-navtop__lnk--new .o-texticon {
    line-height: 16px;
    padding-bottom: 0;
  }
}

.c-navtop__lnk.c-navtop__lnk--new {
  padding-right: 55px;
}

.c-logo--new {
  height: 44px;
  margin: 10px 14px 0 0;
  max-width: 170px;
  -webkit-transition: max-width .4s; 
  -moz-transition: max-width .4s; 
  -ms-transition: max-width .4s; 
  -o-transition: max-width .4s; 
  transition: max-width .4s;  
}

.c-logo--new img {
  max-width: 170px;
  max-height: 45px;
}

/*====================================*/
 

.c-navtop__lnk--bggrey {
   background: #363736;
}
.c-navtop--sub__item__lnk .c-navtop__lnk--yellow,
.c-navtop__lnk--yellow {
   color: #ffd505;
}

.c-navtop--sub {
  display: none;
  float: none;
  padding: 10px 0;
  position: relative;
  z-index: 1000;
  width: 1090px;
  background: #363736;
}
.c-navtop--full .c-navtop--sub__item {
  display: block;
  float: left;
  margin: 0 0 4px;
  width: 218px;
}

.c-navtop--full .c-navtop--sub__item  .c-navtop--sub__item__lnk {
  color: #373737;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 22px;
  padding: 4px 18px;
}
.c-navtop--full  .c-navtop--sub__item  .c-navtop--sub__item__lnk:hover, .c-navtop--full  .c-navtop--sub__item  .c-navtop--sub__item__lnk:active {
  color: #016cb7;
}

.c-navtop--full .c-navtop--sub__item .c-navtop__icon {
  float: left;
  margin-right: 10px;
}

.c-navtop--sub__item {
  display: block;
  min-width: 160px;
}

.c-navtop--sub__item__lnk {
  height: 30px;
  display: block;
  padding: 4px 18px 4px 18px;
  font-size: 13px;
  color: #fff;
}

.c-navtop--sub__item__lnk:hover, .c-navtop--sub__item__lnk:active {
  color: #FFD505;
}

/*Референдум*/

.c-refer--aside {
  border: 1px solid #d9d9d9;
  padding: 21px;
}

.c-refer__question {
  font-size: 16px;
  margin-bottom: 14px;
}

.c-refer__btns {
  width: 155px;
  float: left;
}

.c-refer__btn {
  float: left;
  margin-right: 15px;
  font-size: 18px;
}

.c-refer__btn:nth-child(even) {
  margin-right: 0;
}

.c-refer__cnt {
  width: 100px;
  float: left;
  text-align: center;
  color: #8d8d8d;
}

.c-refer__cnt span {
  color: #373737;
}

.c-refer__bottom {
  margin-top: 19px;
}

.o-btn.c-refer__add {
  width: 155px;
  min-height: 30px;
  float: left;
  padding: 7px 10px;
}

.c-refer__all {
  display: block;
  width: 155px;
  min-height: 30px;
  float: right;
  padding: 7px 10px;
  width: 100px;
}

/**
 * Футер
 */
.c-footer {
  background: #363736;
  color: #7f7f7f;
  padding: 57px 0 40px;
  float: left;
  min-width: 100%;
 
  margin-top: 80px;
}

.c-footer__bottom,
.c-footer__left__text {
   color: #7f7f7f; 
   font-size: 12px;
}

.c-footer__left {
  float: left;
  padding: 0 50px 36px 0;
  width: 50%;
}

.c-footer__right {
  float: left;
  padding-bottom: 36px;
  width: 50%;
}

.c-footer__link {
  color: #acacac;
  font-size: 12px;
}

.c-footer__left__text {
  width: 100%;
  clear: both;
  float: left;
  padding-top: 25px;
}

.c-footer__bottom {
  border-top: 1px solid #474747;
  float: left;
  padding-top: 28px;
  width: 100%;
  clear: both;
  font-size: 12px;
}

.c-navfooter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-navfooter__item {
  color: #acacac;
  clear: both;
  float: left !important;
  margin: 0 0 10px !important;
  width: 100%;
  padding-right: 10px;
}

.c-navfooter__link {
  color: #acacac;
}

.c-navfooter__link:active,
.c-navfooter__link:hover {
  color: #ffd505
}

.social__link {
  clear: both;
  display: block;
  color: #acacac;
  margin-bottom: 10px;
  margin-right: 13px;
  text-decoration: none;
  position: relative;
  padding-left: 31px;
}
 
.o-btn {
  border: 0 none;
  clear: both;
  display: block;
  float: left;
  min-height: 30px;
  padding: 6px 20px;
  text-align: center;
  width: 100%;
}

.o-btn--md {
  font-size: 16px;
}

.o-btn--all {
  height: 26px;
  padding: 4px 20px;
}

.o-btn--lgrey {
  color: #373737;
  background: #f4f4f4;
   -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
}

.o-btn--lgrey:hover, .o-btn--lgrey:active {
  background: #0068b4;
  color: #fff;
   -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
}

.o-btn--yellow {
  color: #373737;
  background: #ffd506;
   -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
}

.o-btn--yellow:hover, .o-btn--yellow:active {
  background: #373737;
  color: #ffd506;
   -webkit-transition: all .25s;
   -moz-transition: all .25s;
   -o-transition: all .25s;
   transition: all .25s;
}

.o-btn--small {
  clear: none;
  height: 36px;
  padding: 6px 0;
  width: 70px;
}

.o-btn--green {
   background: #59ba82;
   color: #fff;
}

.o-btn--red {
   background: #fe6e74;
   color: #fff;
}

.o-btn--inline {
  display: inline-block;
  width: auto;
  float: none;
}

/**
 * Утилиты
 */
.u-yellow {
  color: #FFD505;
}

.u-grafit {
  color: #494949;
}

.u-grafit_dark {
  color: #363736;
}

.u-grey {
  color: #9f9f9f;
}

.u-grey_light {
  color: #f4f4f4;
}

.u-blue {
  color: #0068b4;
}

.u-red {
  color: #fc5772;
}

.u-green {
  color: #1aaa50;
}

.u-green {
  color: #1aaa50;
}

.u-text-color {
  color: #373737;
}

.u-text_light-color {
  color: #7f7f7f;
}

.u-clear {
  width: 100%;
  float: left;
  display: block;
  clear: both;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}
.u-uppercase {
  text-transform: uppercase;
}

.form-input {
  border: 1px solid #d9d9d9;
  padding: 4px;
  -webkit-transition: border-color .15s;
  -moz-transition: border-color .15s;
  -o-transition: border-color .15s;
  transition: border-color .15s;
}

.form-input:focus {
  border: 1px solid #000;
  -webkit-transition: border-color .15s;
  -moz-transition: border-color .15s;
  -o-transition: border-color .15s;
  transition: border-color .15s;
}

.form-lbl {
  margin-bottom: 5px;
  display: block;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.u-clearfix:after {
  clear: both;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: center;
}

.u-text-right {
  text-align: center;
}

.u-marginb {
  margin-bottom: 17px;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.u-nomargin--bot {
  margin-bottom: 0!important;
}
.u-nomargin--top {
  margin-top: 0!important;
}
.u-nomargin--left {
  margin-left: 0!important;
}
.u-nomargin--right {
  margin-right: 0!important;
}

/*===============Всплывающее окно вход===============*/

#provider {
    top: 0 !important;
}

#provider {
    background: rgba(0, 0, 0, 0) url("/provider.png") repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 2003 !important;
}
.provider-inner {
    background: #f4f4f4 none repeat scroll 0 0;
    box-sizing: border-box !important;
    height: 375px !important;
    left: 50%;
    margin-left: -240px;
    padding: 22px 60px 50px;
    position: relative;
    top: 20% !important;
    width: 480px !important;
}
.provider-inner .title {
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}
#provider_iframe3 {
    bottom: 20px;
    left: 60px;
    position: absolute;
}

.o-icon {
  display: inline-block;
}

.o-icon--video.o-icon--center {
  width: 35px;
  height: 35px;
  padding: 10px 14px;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -17px;
}

.o-icon--rss {
  width: 12px;
  height: 11px;
  margin-bottom: -1px;
  margin-right: 7px;
  background: url(../img/sprite.svg) -14px -853px no-repeat;
}

.o-icon--frss {
  position: absolute;
  background: rgba(0, 0, 0, 0) url(../img/sprite.svg) no-repeat scroll -13px -737px;
  height: 15px;
  width: 15px;
  left: 5px;
}

.o-icon.o-icon--yb {
  background: rgba(0, 0, 0, 0) url("../img/sprite.svg") no-repeat scroll -43px -771px;
  height: 15px;
  left: 3px;
  position: absolute;
  width: 20px;
}

.o-icon.o-icon--tw {
  background: rgba(0, 0, 0, 0) url(../img/sprite.svg) no-repeat scroll -10px -771px;
  left: 0;
  position: absolute;
  height: 15px;
  width: 18px;
}

.o-icon.o-icon--tw {
  background: rgba(0, 0, 0, 0) url("../img/sprite.svg") no-repeat scroll -13px -770px;
  height: 15px;
  left: 5px;
  position: absolute;
  width: 18px;
}

.o-icon.o-icon--vk {
    background: rgba(0, 0, 0, 0) url("../img/sprite.svg") no-repeat scroll -7px -831px;
    height: 14px;
    left: -3px;
    position: absolute;
    width: 25px;
    top: 2px;
}

.o-icon--fb {
    background: rgba(0, 0, 0, 0) url("../img/sprite.svg") no-repeat scroll -15px -798px;
    height: 19px;
    left: 8px;
    position: absolute;
    width: 9px;
}

.o-texticon {
  border: 0 none;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-family: Arial;
  font-size: 8px;
  font-weight: normal !important;
  height: auto;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

.o-texticon--right {
  position: absolute;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.o-texticon--online {
  background: #ffd506 none repeat scroll 0 0;
  color: #000;
  line-height: 9.6px;
  position: relative;
}

.o-texticon--rekl {
  background: #494949 none repeat scroll 0 0;
  color: #fff;
}

.o-media__title--medium .o-texticon--live,
.o-media__title--large .o-texticon--live {
  top: 5px;
}

.o-texticon--live {
  background: #f63f46 none repeat scroll 0 0;
  color: #fff;
  float: left;
  margin-right: 4px;
  padding-left: 11px;
  position: relative;
}

.o-texticon--live:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 5px;
  left: 3px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 5px;
}

.o-mediacontent {
  position: relative;
}

.o-icon--photo {
  position: absolute;
  bottom: 19px;
  right: 10px;
  background: #000 none repeat scroll 0 0;
  display: block;
  height: 28px;
  padding: 7px;
  width: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
     -webkit-transition: background .25s;
   -moz-transition: background .25s;
   -o-transition: background .25s;
   transition: background .25s;
}

.o-icon--video {
  position: absolute;
  bottom: 19px;
  right: 10px;
  background: #000 none repeat scroll 0 0;
  display: block;
  height: 28px;
  padding: 6px 11px;
  width: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
     -webkit-transition: background .25s;
   -moz-transition: background .25s;
   -o-transition: background .25s;
   transition: background .25s;
}
.c-header__mid__item .o-icon--video {
  bottom: 10px;  
}

.o-icon--videosmall .video_fill {
  fill: #bfbfbf;
}
.c-header__mid__item .o-icon--video .video_fill,
.o-mediacontent .o-icon--photo .photo_fill,
.o-mediacontent .o-icon--video .video_fill {
   fill: #ffd00b;
    -webkit-transition: fill .25s;
   -moz-transition: fill .25s;
   -o-transition: fill .25s;
   transition: fill .25s;
}

.o-mediacontent:hover  .o-icon--photo {
    background: #ffd00b;
    -webkit-transition: background .25s;
   -moz-transition: background .25s;
   -o-transition: background .25s;
   transition: background .25s;
}
.c-header__mid__item:hover .o-icon--video,
.o-mediacontent:hover  .o-icon--video {
   background: #ffd00b;
   -webkit-transition: background .25s;
   -moz-transition: background .25s;
   -o-transition: background .25s;
   transition: background .25s;
}
.c-header__mid__item:hover .o-icon--video .video_fill,
.o-mediacontent:hover .o-icon--photo .photo_fill,
.o-mediacontent:hover .o-icon--video .video_fill {
   fill: #494949;
   -webkit-transition: fill .25s;
   -moz-transition: fill .25s;
   -o-transition: fill .25s;
   transition: fill .25s;
}


/*==============Замена старых стилей ==================*/

/*=========Листинги=========*/
.list--md_link--grey, .list--md__description {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

.list__item--sm__right {
  padding: 0 0 0 135px;
}

/* Новость карточка */
.o-card {
  display: block;
  width: 152px;
  float: left;
  margin: 0 0 17px 22px;
  position: relative;
}
.o-card--mbothalf {
  margin: 0 0 8px 22px;
}
.o-showall {
  display: inline-block;
  float: right;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 3px 0;
}
.o-card--mr {
  display: block;
  width: 152px;
  float: left;
  margin: 0 22px 14px 0;
}

.o-card--mrl {
  margin: 0 0 17px 22px;
}

.o-card--nomr {
   display: block;
   width: 152px;
   float: left;
   margin: 0 0 0 0; 
}

.o-card a {
  display: block;
  float: left;
  clear: both;
}

.o-card__title {
  color: #373737;
  width: 100%;
  display: block;
  line-height: 1.2;
}

.o-card__title--mr {
  clear: both;
  display: block;
  float: left;
  margin-top: 12px;
  width: 100%;
}

.o-card__title:hover {
  color: #0068b4;
}

.o-card__title--medium {
  font-size: 14px;
}

.o-card__title--large {
  font-size: 16px;
}

.o-card--full {
  width: 100%;
  margin: 0;
}

.o-card--full img {
  max-width: 100%;
}

.o-card--pad {
  width: 209px;
  padding: 22px;
  margin: 0;
}

.o-card--pad img {
  max-width: 100%;
}

.o-card--lgrey {
  background: #efefef;
}

/*Страница статьи*/

/* Админбар */
.c-adminbar {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 5px;
  margin-top: 10px;
}

.c-adminbar a {
  color: #373737;
}

/* Голосовалка */

.c-voting__wrap {
  text-align: center;
  margin-bottom: 14px;
}

.c-voting {
  display: inline-block;
}

.c-margin {
  margin-bottom: 22px;
}

#singlenews:focus {
  outline: 0 none;
}

.c-article__text img {
    max-width: 848px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

.c-article__text figure {
  margin: 0;
}

.c-article__text a > *,
.c-article__text a {
    color: #016cb7!important;
}

.c-article__text a.o-media > *,
.c-article__text a.o-media > .o-media__title {
    color: #fff!important;
}

.c-article__text .cat-last li a {
  color: #373737 !important;
  display: block;
  font-size: 15px;
}
.c-article__text .cat-last li a:hover, .c-article__text .cat-last li a:active {
   color: #016cb7!important;
   text-decoration: none!important;;
}

.c-article__text .o-media__title--large {
  font-size: 21px!important;
  font-weight: 500!important;
}

.c-article__text a:hover, 
.c-article__text a:hover {
    color: #016cb7;
    text-decoration: underline;
}

.c-article__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #373737;
  line-height: 1.245em;
}

.c-article__text *,
.c-article__text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;  
  line-height: 1.35em;
  color: #000;
}

.c-article__text p {
  margin: 0 0 14px 0;
  line-height: 1.4em;
}

.c-article__topimg__wrap {
  float: right;
  padding: 0 0 10px 20px;
  position: relative;
  width: 50%;
}

.c-article__topimg__wrap--full {
  display: block;
  float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.c-article__topimg__caption {
  float: left;
  width: 100%;
  clear: both;
  padding: 7px 0 0 0;
}

.c-article__topimg__wrap--full .c-article__topimg__caption {
  padding: 7px 0;
}

.c-article__topimg {
  max-width: 100%;
  width: 100%;

  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
}

.c-article__caption__text {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.c-article__caption__src {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.c-article__text blockquote {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  font-size: 16px!important;
  font-weight: bold;
  margin: 15px 24px;
  padding: 24px;
  position: relative;
}


.c-article__text blockquote:before {
  background: #fff url(../img/quote.svg) no-repeat scroll 0 0;
  color: #ffd506;
  content: " ";
  font-size: 53px;
  height: 15px;
  left: -2px;
  line-height: 1em;
  position: absolute;
  top: -9px;
  width: 35px;
}

.c-article__text blockquote p {
  margin: 0;
  font-weight: bold;
}
 

.c-article__text blockquote.twitter-tweet,
.c-article__text blockquote.instagram-media {
  font-weight: normal!important;
  border-bottom: 0 none!important; 
  border-top: 0 none!important; 
}
.c-article__text blockquote.twitter-tweet:before,
.c-article__text blockquote.instagram-media:before {
      background: transparent!important;
      content: ""!important;
      display: none!important;
}
.c-article__text blockquote.twitter-tweet:after,
.c-article__text blockquote.instagram-media:after {
      background: transparent!important;
      content: ""!important;
      display: none!important;
}

.c-article__title .o-texticon {
  font-size: 8px!important;
  line-height: 1.3em !important;
  top: -5px;
  font-family: Arial, sans-serif;
  position: relative;
}

.c-article__title .o-texticon.o-texticon--live {
  float: none;
}

.c-article h1, .c-article h1 > * {
  font-size: 25px!important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
}


.c-article h2, .c-article h2 > * {
  font-size: 28px!important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: .5em;
}

.c-article h3, .c-article h3 > * {
  font-size: 26px!important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: .5em;
}

.c-article h4, .c-article h4 > * {
  font-size: 24px!important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: .5em;
}

.c-article h5, .c-article h5 > * {
  font-size: 22px!important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: .5em;
}

.c-article h6, .c-article h6 > * {
  font-size: 20px!important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: .5em;
}

.c-article p.readmore {
   border-top: 1px solid #d9d9d9;
   border-bottom: 1px solid #d9d9d9;
   padding: 14px 0;
   margin: 14px 0;
   font-size: 16px!important;
}

.c-ar
margin-bottom: .5em;ticle__source a {
  color: #8d8d8d;
}

.c-article__source {
  color: #373737;
  display: inline-block;
  margin-right: 22px;
}
.article__bottom__row,
.article__bottom {
  padding: 0;
}

.c-article .bgbutton.gray, .c-article .bgbutton.orange {
    background: #ffd506 none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 31px;
    padding: 0 7px;
    min-width: 70px;
    text-decoration: none;
    color: #373737;
    padding: 0 20px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
}

.c-article .bgbutton.gray {
    background: #eee;
    cursor: default;
}

.c-article .bb span {
    display: inline-block;
    margin: 0 30px;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
}

.c-article .bb a {
  color: #373737!important;
}

.c-article__top {
  display: block;
  padding: 14px 0;
  width: 100%;
}

.c-article__toprow {
  display: block;
  padding: 14px 0;
  width: 100%;
}

.c-article__toprow__itm  {
  display: inline-block;
  padding: 4px 0;
}

.c-article .bb {
    width: 100%;
    margin: 16px 0 10px 0;
    text-align: center;
}

.c-article .text-block {
  background: #f4f4f4 none repeat scroll 0 0;
  float: right;
  padding: 15px;
  width: 300px;
}

.c-article .text-block__title {
  color: #373737;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

.c-article .text-block__read {
  display: block;
  padding-top: 6px;
  text-align: right;
  text-decoration: underline;
}

.c-tags {
  display: inline-block;
  padding: 0 0 10px 0;
}

.c-tags__tag {
  color: #9a9a9a;
}

.c-tags.tags--inline .c-tags__tag {
  color: #8d8d8d;
  display: inline;
  margin-right: 0;
  text-decoration: none;
}

.c-tags.tags--inline .c-tags__tag:hover {
  color: #016cb7;
}

.c-more-news {
  padding-bottom: 22px;
}


/* Новый шаринг */
.c-share--sticky {
  padding: 21px 0;
  margin-bottom: 20px;
  background: #fff;
  border-top: 1px solid #d9d9d9;
/*  border-bottom: 1px solid #d9d9d9;*/
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.c-sharefixedcontainer {
  position: relative;
}
.c-sharefixed {
  margin-top: 155px;
  width: 50px;
  position: absolute; 
  top:0;
}
@media all and (max-width: 1299px) {
  .c-sharefixed {
    display: none;
  }
}

.c-share--sticky.is_stuck {
  top: 104px !important;
    -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.c-share__title {
  color: #373737;
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

/*Кнопки поделится*/
.o-btn--share {
  background: transparent none repeat scroll 0 0;
  display: block;
  float: left;
  height: 26px;
  margin-bottom: 8px;
  padding: 0;
  width: 100px;
}
.o-btn--share.o-btn--nocounter {
  width: auto;
}
.o-btn--sharefixed {
  background: transparent none repeat scroll 0 0;
  display: block;
  float: left;
  height: auto;
  padding: 0;
  width: 50px;
    -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.o-btn--sharequote {
  width: auto;
} 

.o-btn--sharequote .text {
  border: 1px solid #bababa;
  color: #bababa;
  display: block;
  float: left;
  font-size: 11px;
  height: 26px;
  line-height: 1;
  padding: 7px 3px;
  text-align: center;
  transition: all 0.25s ease 0s;
}

.o-btn--sharefixed:hover {
  width: 60px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.o-btn--sharefixed__img {
  clear: both;
  display: block;
  height: 50px;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.25s ease 0s;
  width: 50px;
}

.o-btn--sharefixed .counter {
  clear: both;
  color: #fff;
  float: left;
  font-size: 13px;
  height: 20px;
  line-height: 1;
  padding: 3px;
  text-align: center;
  transition: all 0.25s ease 0s;
  width: 100%;
  display: none;
}

.is-active .counter {
    display: block!important;
}
.o-btn--sharequote:hover .o-btn--share__img,
.o-btn--share:hover .o-btn--share__img {
  margin-right: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.o-btn--sharequote:hover .text,
.o-btn--share:hover .counter {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.o-btn--sharefixed.s_facebook {
    background: #465798;
    border: 1px solid #465798;
    color: #fff;
}


.o-btn--sharefixed.s_facebook .counter {
    background: #465798;
    border: 1px solid #465798;
    color: #fff;
}

.o-btn--sharefixed.s_vk {
   background: #476b9b;
   border: 1px solid #476b9b;
   color: #fff;
}

.o-btn--sharefixed.s_telegram {
   background: #61A8DE;
   border: 1px solid #61A8DE;
   color: #fff;
}

.o-btn--sharefixed.s_viber {
   background: #7D3DAF;
   border: 1px solid #7D3DAF;
   color: #fff;
}

.o-btn--sharefixed.s_linkedin {
   background: #0084B1;
   border: 1px solid #0084B1;
   color: #fff;
}

.o-btn--sharefixed.s_plus {
   background: #d74636;
   border: 1px solid #d74636;
   color: #fff;
}

.o-btn--sharefixed.s_twitter {
   background: #54a7d5;
   border: 1px solid #54a7d5;
   color: #fff;
}

.o-btn--sharefixed.s_vk {
   background: #476b9b;
   border: 1px solid #476b9b;
   color: #fff;
}

.o-btn--sharehr {
  clear: none;
  display: inline-block;
  margin: 0 8px 0 0;
  width: auto;
}

.o-btn--nocounter {
  width: auto;
}
.o-btn--nocounter .o-btn--share__img {
  margin: 0;
}
.o-btn--sharehr:nth-last-child(1) {
  margin: 0;
}

.o-btn--sharehr.o-btn--share .counter {
  width: 40px;
}
.o-btn--sharequote.s_facebook:hover .text,
.o-btn--share.s_facebook:hover .counter {
    background: #465798;
    border: 1px solid #465798;
    color: #fff;
}
.o-btn--share.s_vk:hover .counter {
   background: #476b9b;
   border: 1px solid #476b9b;
   color: #fff;
}

.o-btn--share.s_plus:hover .counter {
   background: #d74636;
   border: 1px solid #d74636;
   color: #fff;
}

.o-btn--sharequote.s_twitter:hover .text,
.o-btn--share.s_twitter:hover .counter {
   background: #54a7d5;
   border: 1px solid #54a7d5;
   color: #fff;
}

.is-active .o-btn--share__img {
  margin-right: 8px;
}

.o-btn--share__img {
  display: block;
  float: left;
  margin-right: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.o-btn--share .counter {
  display: none;
  float: left;
  width: 65px;
  height: 26px;
  border: 1px solid #bababa;
  color: #bababa;
  font-size: 11px;
  padding: 6px 3px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

/*Хак для webkit*/
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  .o-btn--share .counter {
    padding: 7px 3px;
  } 
}

/*Кнопки справа от статьти*/
.c-tools__lnk {
  color: #373737;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 28px;
}



/*Блоки адсенс*/
.o-ads {
  width: 100%;
  clear: both;
  text-align: left;
}

.o-ads--newsleft {
  margin-top: 9px;
}

.o-banner--bottom > div,
.o-ads.o-ads--horizontal > div {
  margin: 10px auto;
  display: inline-block;
}



/*=========*/
.sublogo img,
.header_left .logo,
.online-logo {
  display: none!important;
}

/*=========Постраничная навигвация=========*/

.pagination {
  text-align: center;
  margin-bottom: 22px;
}

.pagination__item {
  text-align: center;
  color: #373737;
  background: #f4f4f4;
  display: inline-block;
  font-size: 16px;
  margin-right: 12px;
  min-width: 38px;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.pagination__item:hover, .pagination__item:active {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  background: #016cb7 none repeat scroll 0 0;
  color: #fff;
}

.pagination__item--selected {
  background: #ffd506 none repeat scroll 0 0;
  color: #373737;
  display: inline-block;
  font-size: 16px;
  margin-right: 12px;
  min-width: 38px;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

.pagination__item--disabled:active, .pagination__item--disabled:hover, .pagination__item--disabled {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #eee;
  display: none;
}

/*==========Forms=========*/

.o-form__input {
  border: 1px solid #d9d9d9;
  height: 26px;
  padding: 5px;
  width: 100%;
}

.o-form__input:focus {
  border: 1px solid #373737;
}

.o-form__col--half {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.o-form__col--quarter {
  float: left;
  width: 23%;
  margin-right: 4%;
}

.o-form__col--quarter:nth-last-child(1),
.o-form__col--half:nth-last-child(1) {
  margin-right: 0;
}

.o-form__col--centered:nth-last-child(1),
.o-form__col--centered {
  margin: 0 auto;
  float: none;
}

.o-form__row {
  margin-bottom: 14px;
}

.o-form__label {
  margin-bottom: 7px;
}
.o-form__labellight {
 color: #9f9f9f;
}
.o-form__subrow {
  margin-bottom: 10px;
}

.o-form__textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 60px;
  height: auto;
}

.o-form__input--inline {
    width: 160px;
    display: inline-block;
    margin-left: 4px;
}

#bures {
  float: right;
}

#bures.good {
  color: #74b884;
  padding: 4px 0;
}

#bures.bad {
  color: #f47a7f;
  padding: 4px 0;
}

.c-bloggers__toptitle {
  margin: 0;
}

.c-bloggers {
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  clear: both;
  float: left;
  padding: 16px;
  width: 100%;
}

.c-bloggers .o-list__item--undeline {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  position: relative;
}

.c-bloggers .o-list__item--undeline:nth-last-child(1) {
  margin-bottom: 0;
  border: 0 none;
}

.c-bloggers__img {
  display: block;
  position: relative;
  bottom: -1px;
  z-index: 98;
  width: 80px;
  height: 80px;
  background: #fff;
  margin-bottom: 0;
}

.c-bloggers__img img {
  margin-bottom: 0;
}


.c-bloggers__item {
  padding-bottom: 16px;
}

.c-bloggers__item:nth-last-child(1) {
  padding-bottom: 0;
}

.o-title--post {
    font-size: 19px;
    font-weight: 500;
}

.o-post{
  float: left;
  display: block;
  border: 1px solid #d9d9d9;
  padding: 22px;
  margin-bottom: 22px;
  width: 413px;
  margin-bottom: 22px;
}

.o-post__descr {
    color: #373737;
    margin-bottom: 20px;
}

.c-blogger__photo--left {
  position: absolute;
  top: 0;
  left: 0;
}
 
.c-blogger__lnk {
    min-height: 50px;
    position: relative;
    display: block;
    padding-left: 67px;
    text-decoration: none;
    color: #7f7f7f;
    font-size: 13px;
}

.c-bloggers__name {
  line-height: 14px;
  margin-bottom: 5px;
  padding-left: 16px;
}

.c-bloggers__title {
  color: #373737;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  padding-left: 16px;
}

.c-bloggers__txt {
  float: left;
  width: 174px;
}

.c-bloggers__bottom {
  background: #FFD505;
  color: #373737;
  padding: 22px 115px 22px 22px;
  font-size: 14px;
  position: relative;
  float: left;
}

.c-bloggers__bottom:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 202px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #fff transparent transparent transparent;
}

.c-bloggers__bottom:after {
  content: " ";
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 43px;
  height: 44px;
  display: block;
  background: url(../../img/sprite.svg) 0 -71px no-repeat;
}

.c-blogger__name {
    display: block;
    color: #0068b4;
    padding: 7px 0 4px 0;
}

.c-blogger--full__name {
    color: #373737;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.c-blogger__status {  
    display: block;
    color: #7f7f7f;
    font-size: 12px;
}

.c-blogger--full__status {
    color: #7f7f7f;
    font-size: 15px;
}

.c-blogger--full__hr {
      background: #d9d9d9 none repeat scroll 0 0;
      border: 0 none;
      color: #d9d9d9;
      height: 1px;
      margin: 0;
      margin-top: 14px;
}

.c-blogger--item {
  margin-bottom: 22px;
}

.stickem-container {
  position: relative;
}

.stickit {
    margin-left: 660px;
    position: fixed;
    top: 0;
}

.stickit-end {
    bottom: 40px;
    position: absolute;
    right: 0;
}

.c-marks {
/*    background-image: url(../img/votes/votes.jpg);
    background-repeat: none;*/
    width: 286px;
    height: 18px;
}

.c-marks__good,
.c-marks__bad {
  box-sizing: border-box;
  height: 18px;
  float: left;
  float: left;

}

.c-marks__good {
    background-color: #59ba82;
    border-left: 1px solid #fff;
}

.c-marks__bad {
    background-color: #fe6e74;
    border-right: 1px solid #fff;

}
.c-ok_img,
.c-bad_img  {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.c-ok_img:hover  
{
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-transform: rotate(-20deg);  /* Chrome, Opera 15+, Safari 3.1+  */
      -ms-transform: rotate(-20deg);  /* IE 9  */
          transform: rotate(-20deg);  /* Firefox 16+, IE 10+, Opera */
}

.c-bad_img:hover {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-transform: rotate(-20deg);  /* Chrome, Opera 15+, Safari 3.1+  */
      -ms-transform: rotate(-20deg);  /* IE 9  */
          transform: rotate(-20deg);  /* Firefox 16+, IE 10+, Opera */ 
}

.c-marks__bad.c-marks__nobrd,
.c-marks__good.c-marks__nobrd {
  border: 0 none;
} 

.c-bad_img,
.c-ok_img {
  padding-top: 2px;
}

.c-bad_num {
  color: #fe6e74;
  font-size: 14px;
}

.c-ok_num {
  color: #59ba82;
  font-size: 14px;
}

.c-ok_num, 
.c-bad_num {
  padding: 2px 8px;
}

.news-block-magick *,
.news-block-magick {
  -webkit-backface-visibility: hidden;
}


.breadcrumbs {
  clear: both;
  width: 100%;
}

.breadcrumbs span:nth-child(1),
.breadcrumbs a:nth-child(1) {
  padding-left: 0;
}

.breadcrumbs a {
  display: inline-block;
  padding: 4px 5px;
  text-decoration: underline;
}

.breadcrumbs span {
  display: inline-block;
  padding: 4px 5px;
}

/*Фиксит зеропиксель гугла*/
iframe[id^="oauth2relay"] {
  right: 0!important;
}

/**/
.banners--comments {
  padding: 10px; text-align: center;
}

.banner {
  display: inline-block; margin: 0 20px;
}

#_mwayss-377eefb0417f5d56e4ce0dc3cadedff1 {
  margin-bottom: 10px!important;
  clear: both;
}

#_mwayss-377eefb0417f5d56e4ce0dc3cadedff1 > div {
  margin: 0 auto;
}

/* Табы */
.js-tabs {
  margin-bottom: 10px;
  clear: both;
  float: left;
  width: 100%;
}

.js-tabs__link {
  /*line-height: 14px;*/  
  height: 22px;
  display: inline-block;
  padding: 3px 6px;
  color: #0068b4;
  font-weight: 700;
}

.js-tabs__link.is-active {
  background: #FFD505;
  color: #373737;
}

.stream-slider .slick-track,
.stream-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
}
.stream-slider .slick-track,
.stream-slider .slick-list {
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}
.stream-slider {   
   visibility:hidden;
   opacity:0;  
   transition: opacity 1s; }
.stream-slider.slick-initialized {visibility:visible; opacity:1;} 
.c-header__mid {
  background: #f4f4f4;
  padding: 10px 0;
  height: 115px;
  overflow: hidden;
}

.c-header__mid .o-container {
  position: relative;
  height: 95px;
}
.c-header__mid__item {
  padding: 0 5px 0 0;
}
.c-header__mid__title {
  margin-left: 180px;
  display: block;
  
}

.c-header__mid__title .text {
  display: block;
  width: 100%;
  color: #373737!important;
}

.c-header__mid__title .text a {
  color: #373737!important;
}

.c-header__mid__title .text {
  font-weight: bold;
  display: block;
}
.c-header__mid__title time {
  font-size: 12px;
  display: inline-block;
  color: #7f7f7f;
}
.c-header__mid__video {
  float: left;  
  height: 95px;
  width: 170px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.c-header__mid__video img,
.c-header__mid__video a {
  display: block;
}
.c-header__mid__video__img {
  height: 95px;
  width: 170px;
  background-size: #000;
} 
.o-datetime-wrap {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.o-texticon--livebig {
  background: #f63f46 none repeat scroll 0 0;
  color: #fff;
  float: left;
  margin-right: 4px;
  padding-left: 11px;
  position: relative;
  width: 50px;
  height: 20px;
  font-size: 11px;
  border-radius: 0;
  line-height: 17px;
  font-weight: 700 !important;
}
.o-texticon--ended {
  color: #717171;              
  float: left;
  position: relative;
  width: auto;
  height: 20px;
  font-size: 11px;
  border-radius: 0;
  line-height: 17px;
  padding: 1px 6px;
  border: 1px solid #bbbbbb;
  margin-right: 4px;
}
.o-texticon--livebig:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 6px;
  left: 7px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.stream-slider__arrow {
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 24px;
  height: 42px;
  line-height: 20px;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: background-color .3s;
    transition: background-color .3s;
     border: 0 none;
  outline: 0;
}
.stream-slider__arrow.slick-arrow.slick-disabled {
  opacity: .5;
  display: none!important;
}
.stream-slider__arrow--fake {
  display: none;
  opacity: .5;
}
.stream-slider__arrow.slick-arrow.slick-disabled + .stream-slider__arrow--fake {
  display: block;
}
.stream-slider__arrow--fake:active .stream-arrow-svg,
.stream-slider__arrow--fake:hover .stream-arrow-svg,
.stream-slider__arrow.slick-arrow.slick-disabled:hover .stream-arrow-svg,
.stream-slider__arrow.slick-arrow.slick-disabled:active .stream-arrow-svg {
  fill: #494949!important;
  cursor: default;
}
.stream-slider__arrow--fake:active,
.stream-slider__arrow--fake:hover,
.stream-slider__arrow.slick-arrow.slick-disabled:active,
.stream-slider__arrow.slick-arrow.slick-disabled:hover {
  background-color: #fff!important;
  cursor: default;
}
.stream-slider__arrow .stream-arrow-svg{
  fill:#494949;
  -webkit-transition: fill .3s;
    transition: fill .3s;
}
.stream-slider__arrow:active,
.stream-slider__arrow:hover {
  background-color: #494949;
  -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.stream-slider__arrow:active .stream-arrow-svg,
.stream-slider__arrow:hover .stream-arrow-svg{
  fill: #fff;
  -webkit-transition: fill .3s;
    transition: fill .3s;
}
.stream-slider__arrow--right {
  top: 0;
} 
.stream-slider__arrow--left {
  top: auto;
  bottom: 0;
} 
.stream-slider {
  width: 1150px;
  float: left;
}

.stream-sound {
  display: inline-block;
  margin-right: 4px;
}

.stream-sound__state {
  padding: 2px 0;
  display: none;
  cursor:pointer;
}

.stream-sound__state.stream-sound__state--active {
  display: inline-block;
}
.slick-slide:focus {
    outline: 0!important;
}


.region-sprite {
    background-image: url(../img/spr-regions.png);
    background-repeat: no-repeat;
    display: block;
}

.region-sprite-cherkassy {
    width: 24px;
    height: 24px;
    background-position: -10px -10px;
}

.region-sprite-chernihiv {
    width: 24px;
    height: 24px;
    background-position: -10px -54px;
}

.region-sprite-chernovtsy {
    width: 24px;
    height: 24px;
    background-position: -10px -98px;
}

.region-sprite-crimea {
    width: 24px;
    height: 24px;
    background-position: -10px -142px;
}

.region-sprite-dnipro {
    width: 24px;
    height: 24px;
    background-position: -10px -186px;
}

.region-sprite-donetsk {
    width: 24px;
    height: 24px;
    background-position: -10px -230px;
}

.region-sprite-herson {
    width: 24px;
    height: 24px;
    background-position: -10px -274px;
}

.region-sprite-ivano-frankivsk {
    width: 24px;
    height: 24px;
    background-position: -10px -318px;
}

.region-sprite-kharkov {
    width: 24px;
    height: 24px;
    background-position: -10px -362px;
}

.region-sprite-khmelnytskyi {
    width: 24px;
    height: 24px;
    background-position: -10px -406px;
}

.region-sprite-kiev {
    width: 24px;
    height: 24px;
    background-position: -10px -450px;
}

.region-sprite-kropyvnytskyi {
    width: 24px;
    height: 24px;
    background-position: -10px -494px;
}

.region-sprite-lugansk {
    width: 24px;
    height: 24px;
    background-position: -10px -538px;
}

.region-sprite-lutsk {
    width: 24px;
    height: 24px;
    background-position: -10px -582px;
}

.region-sprite-lviv {
    width: 24px;
    height: 24px;
    background-position: -10px -626px;
}

.region-sprite-mykolayiv {
    width: 24px;
    height: 24px;
    background-position: -10px -670px;
}

.region-sprite-odessa {
    width: 24px;
    height: 24px;
    background-position: -10px -714px;
}

.region-sprite-poltava {
    width: 24px;
    height: 24px;
    background-position: -10px -758px;
}

.region-sprite-rivne {
    width: 24px;
    height: 24px;
    background-position: -10px -802px;
}

.region-sprite-sumy {
    width: 24px;
    height: 24px;
    background-position: -10px -846px;
}

.region-sprite-ternopil {
    width: 24px;
    height: 24px;
    background-position: -10px -890px;
}

.region-sprite-transcarpathia {
    width: 24px;
    height: 24px;
    background-position: -10px -934px;
}

.region-sprite-vinnitsa {
    width: 24px;
    height: 24px;
    background-position: -10px -978px;
}

.region-sprite-volyn {
    width: 24px;
    height: 24px;
    background-position: -10px -1022px;
}

.region-sprite-zaporizhzhia {
    width: 24px;
    height: 24px;
    background-position: -10px -1066px;
}

.region-sprite-zhytomyr {
    width: 24px;
    height: 24px;
    background-position: -10px -1110px;
}