/* roboto-condensed-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto-condensed-v16-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
  url('../font/roboto-condensed-v16-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/roboto-condensed-v16-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../font/roboto-condensed-v16-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../font/roboto-condensed-v16-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../font/roboto-condensed-v16-cyrillic_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - cyrillic_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../font/roboto-condensed-v16-cyrillic_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
  url('../font/roboto-condensed-v16-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/roboto-condensed-v16-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../font/roboto-condensed-v16-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
  url('../font/roboto-condensed-v16-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../font/roboto-condensed-v16-cyrillic_latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto-v18-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../font/roboto-v18-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/roboto-v18-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../font/roboto-v18-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../font/roboto-v18-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../font/roboto-v18-cyrillic_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../font/roboto-v18-cyrillic_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('../font/roboto-v18-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/roboto-v18-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../font/roboto-v18-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
  url('../font/roboto-v18-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../font/roboto-v18-cyrillic_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, Georgia, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-weight: 400;*/
  color: #000;
  margin: 0;
  font-size: 15px;
}

input {
  font-family: 'Roboto', Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0px;
}

body a {
  color: inherit;
  text-decoration: none;
}

.element.news a:visited, .visited {
  color: #727272;
}

body a:hover, .element.news a:hover, #css-menu ul a:hover, a.view-all {
  color: #D92926;
  transition: 0.15s;
}

form {
  padding: 0;
  margin: 0
}

input {
  outline: none
}

.hidden {
  display: none !important;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none
}

.relative {
  position: relative;
}

.page-header h1 {
  font-size: 32px;
  margin-top: 12px;
  font-weight: bold;
}

.page-header h2 {
  font-size: 22px;
  margin: 12px 0px;
}

p {
  margin: 10px 0px;
}

#jqgrid {
  margin: 15px 0px;
}

a, img, input, select, textarea {
  outline: none
}

img {
  border-width: 0;
}

a:focus {
  outline: none
}

.content {
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sign-in-text {
  padding-right: 2em;
}

/* clever-search */

.clever-search {
  position: relative;
  *z-index: 1;
  width: 500px;
  margin: 50px auto 0 auto;
  padding: 15px;
  text-align: left;
  background-repeat: repeat-x;
  border: 1px solid #024e6a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px #111;
  -moz-box-shadow: 0 0 2px #111;
  box-shadow: 0 0 2px #111;
}

.tt-menu h4 {
  font-size: 15px;
  width: 200px;
  display: inline-block;
}

.suggestion-time {
  font-size: 10px;
  width: 60px;
  vertical-align: top;
  clear: both;
}

span.twitter-clever-search {
  width: 100%;
}

.input-group span.twitter-clever-search {
  display: block !important;
}

.input-group span.twitter-clever-search .tt-dropdown-menu {
  top: 32px !important;
}

.input-group.input-group-lg span.twitter-clever-search .tt-dropdown-menu {
  top: 44px !important;
}

.input-group.input-group-sm span.twitter-clever-search .tt-dropdown-menu {
  top: 28px !important;
}

.clever-search-spinner {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  width: 28px;
  height: 28px;
}

.clever-search-hint,
.clever-search-input {
  width: 100%;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid #024e6a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.clever-search-hint {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccd6dd;
  opacity: 1;
}

.clever-search-input {
  position: relative;
  background-color: transparent;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  outline: none;
}

.clever-search-menu {
  position: absolute;
  top: 95%;
  left: 2.5%;
  z-index: 100;
  display: none;
  width: 95%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px green;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.clever-search-menu.is-open {
  display: block;
}

.clever-search-selectable {
  cursor: pointer;
}

.clever-search-selectable + .clever-search-selectable {
  border-top: 1px solid #ccd6dd;
}

.container .social-button-row {
  text-align: right;
}

#horizontal-timeline {
  border: 1px rgba(153, 0, 0, 0.15) solid;
}

/*
.content img {
    max-width: 100%;
    height: auto;
}
*/

#document-title {
  display: none;
}

.smprev * {
  transition: 0.7s;
}

.element {
  box-sizing: border-box;
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 7px 0px;
  cursor: pointer;
}

#dropzone {
  background: #ccccc;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}

#dropzone.in {
  width: 600px;
  height: 200px;
  line-height: 200px;
  font-size: larger;
}

#dropzone.hover {
  background: lawngreen;
}

#dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

div#progressbar {
  position: absolute;
  box-sizing: border-box;
  z-index: 9999;
  height: 8px;
  margin-top: -10px;
  display: none;
  border: none;
  padding: 0px;
  width: 100%;
  background: #f2f2f2;
}

div#progressbar div {
  display: block !important;
}

div#progressbar div {
  color: #2d2c25;
}

/********  Navigation ******/

.container > * {
  text-align: left;
}

.container {
  text-align: center;
  margin: 0 auto;
  max-width: 1215px;
  clear: both;
}

#header {
  z-index: 2;
  width: 100%;
}

#header-table > div {
  display: inline-block;
}

.element a {
  text-decoration: none;
}

.notPublished {
  opacity: 0.5;
}

.publish {
  cursor: pointer;
}

#header h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.is-sticky .tl-timenav .tl-timenav-slider {
  background: #000;
}

/*header .twitter-clever-search * {
    color: #333;
}*/

.tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 280px;
  margin-top: 2px;
  padding: 5px;
  z-index: 101;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

}

.tt-menu a {
  text-decoration: none;
  color: #333;
}

.tt-menu .clear {
  height: 1px;
  width: 30px;
  margin: 5px auto;
}

.clever-search-suggestion {
  padding: 5px;
}

span.suggestion {
  font-size: 12px;
  line-height: 15px;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 15px;
  line-height: 15px;
}

.tt-suggestion.tt-is-under-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;

}

.tt-suggestion p {
  margin: 0;
}

p.startDate {
  background-color: #f4f3f3;
  color: #808080;
  font-size: 0.8em;
  font-weight: bold;
  padding: 8px 7px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

input {
  outline: none;
}

input.searchimp {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input.search-submit {
  background: transparent url(../images/search.png);
  height: 25px;
  width: 25px;
  top: 3px;
  border: none;
  position: absolute;
  right: 0px;
  display: inline-block;
  cursor: pointer;
}

input.search-submit:hover {
  opacity: 0.7;
}

input.searchimp {
  background: none;
  border: solid 1px #2f2f2f;
  box-sizing: border-box;
  color: #FFF;
  padding: 0px 32px 0px 10px;
  width: 109px;
  margin-top: 2px;
  height: 27px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 0px 12px 12px 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

 input.searchimp:focus {
  width: 150px;
  background: #FFF;
  color: #000;
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

#searchbox {
  display: inline-block;
  margin-top: 9px;
  position: relative;
}

.tl-timenav .tl-attribution, .tl-timegroup-message {
  display: none;
}

.justified-gallery {
  margin: 20px 0px;
}

.justified-gallery > a, .justified-gallery > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 1px;
  max-width: 180px;
}

.justified-gallery > a.active {
  max-width: 100%;
  display: block;
}

.justified-gallery > * > img {
  -webkit-transition: -webkit-transform .15s ease 0s;
  -moz-transition: -moz-transform .15s ease 0s;
  -o-transition: -o-transform .15s ease 0s;
  transition: transform .15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.justified-gallery > * .gallery-overlay, .admin-buttons {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 0;
  -webkit-transition: background-color .15s ease 0s;
  -o-transition: background-color .15s ease 0s;
  transition: background-color .15s ease 0s;
}

.justified-gallery > *:hover .gallery-overlay,
.justified-gallery > *:hover .gallery-overlay > *,
.admin-buttons:hover, .admin-buttons:hover * {
  opacity: 1;
}

.justified-gallery > * .gallery-overlay > *, .admin-buttons > * {
  left: 50%;
  vertical-align: middle;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

/* Basic Grey */
.basic-grey {
  margin: auto;
  max-width: 100%;
  display: inline-block;
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 25px;
  color: #888;
  text-shadow: 1px 1px 1px #FFF;
  border: 1px solid #E4E4E4;
}

.spacer {
  width: 100%;
  display: block;
  height: 20px;
}

.basic-grey h1 {
  font-size: 25px;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom: 1px solid #E4E4E4;
  margin: -10px -15px 30px -10px;;
  color: #888;
}

.basic-grey h1 > span {
  display: block;
  font-size: 11px;
}

.basic-grey label {
  display: block;
  margin: 0px;
}

.basic-grey label > span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #888;
}

.basic-grey input[type="password"], .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
  border: 1px solid #DADADA;
  color: #888;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  width: 70%;
  font-size: 12px;
  line-height: 15px;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.basic-grey textarea {
  height: 800px;
  padding: 5px 3px 3px 5px;
}

.basic-grey select {
  background: #FFF url('../images/down-arrow.png') no-repeat right;
  background: #FFF url('../images/down-arrow.png') no-repeat right);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 70%;
  height: 35px;
  line-height: 25px;
}

.basic-grey textarea {
  height: 100px;
}

.basic-grey .button {
  background: #E27575;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
  cursor: pointer;
}

.basic-grey .button:hover {
  background: #CF7A7A
}

.basic-grey select.small, .basic-grey .date-input {
  max-width: 210px;
}

.no-text {
  font-size: 1px;
}

.panel {
  margin: 20px;
}

.slogin-buttons span {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/socialbookmarks.png) 0 0 no-repeat;
}

.slogin-buttons a, .slogin-buttons a:hover {
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.slogin-buttons a {
  display: inline-block !important;
  padding: 1px;
  width: 24px;
  height: 24px;
  margin: 0px;
}

.slogin-buttons a:hover {
  background: #f4f3f2;
}

.slogin-buttons .odnoklassnikislogin {
  background-position: 0 -361px !important;
}

.slogin-buttons .vkontakteslogin {
  background-position: 0px -313px !important;
}

.slogin-buttons .facebookslogin {
  background-position: 0px 0px !important;
}

.slogin-buttons .mailslogin {
  background-position: 0px -433px !important;
}

.slogin-buttons .twitterslogin {
  background-position: -51px -577px;
}

.slogin-buttons .yandexslogin {
  background-position: 0px -629px;
}

.slogin-buttons .linkedinslogin {
  background-position: -51px -629px;
}

.slogin-buttons .liveslogin {
  background-position: -0px -681px;
}

.slogin-buttons .uloginslogin {
  background-position: -51px -681px;
}

#form-group-password {
  width: 70%;
  margin: auto;
  display: table;
}

#form-group-password * {
  display: table-cell;
}

.submit-div {
  margin: 30px auto;
  text-align: center;
}

.content .introImage {
  margin: 0 0px 7px 0px;
  display: inline-block;
  width: 100%;
}

.rama {
  display: inline-block;
  margin: 1em;
  box-sizing: border-box;
  border: 65px solid transparent;
  border-image-source: url(../images/rama.jpg);
  border-image-slice: 40;
  border-image-repeat: round;
}

.flex {
  display: block;
  padding-top: 20%;
}

.formRow {
  display: block;
}

.formRow .field {
  display: inline-block;
  min-width: 200px;
}

.text {
  display: inline-block;
  width: 100%;
}

.text p {
  text-align: left;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;*/
}

.counter {
  background-image: url(../images/eye.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.upvote:hover {
  background-color: rgba(47, 19, 51, 0.20);
}

.upvote {
  cursor: pointer;
  background-image: url(../images/like_white.png);
  margin-left: 10px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: -2px;
}

.media {
  position: relative;
}

.media .info {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.2);
  padding: 5px;
  width: 100px;
  display: none;
  right: 0px;
  border-radius: 3px;
}

.media .info * {
  color: #FFF;
}

.element:hover .media .info {
  display: inline-block;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#content .tags *, .tag::before, .tag::after, .tag:hover::after {
  transition: all 0.3s ease;
}

.tags li {
  float: left;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #f5f5f5;
  background: rgba(251, 251, 251, 0.9);
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #D92926;
  color: white;
}

.tag:hover::after {
  border-left-color: #D92926;
}

textarea.text {
  width: 100%;
  max-width: 500px;
  min-width: 420px;
}

.leaveComment {
  margin: 20px 0px;
  min-width: 560px;
}

.comments .avatar-image-container {
  background: #E9E9E9;
  padding: 5px;
}

.comments .avatar-image-container, .comments .avatar-image-container img {
  width: 58px;
  max-width: 58px;
  height: 58px;
  max-height: 58px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comments .avatar-image-container {
  float: left;
  max-height: 36px;
  overflow: hidden;
  width: 36px;
}

.comments .comment-block {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #e8e8e8 #e8e8e8 #e8e8e8 #dadada;
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  background: #F2F2F2;
  padding: 10px;
}

.comments .comment-block, .comments .comments-content .comment-replies, .comments .comment-replybox-single {
  margin-left: 90px;
}

.comments .comment-block {
  margin-left: 48px;
  position: relative;
}

.like-pic a {
  background: url("../images/like.png") no-repeat;
  width: 20px;
  display: inline-block;
  height: 20px;
  margin-bottom: -3px;
}

.comment .rate {
  background-image: url("../images/likeBorder.png");
  background-repeat: no-repeat;
  background-size: 28px 24px;
  margin-right: 12px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 3px;
}

.userName.typed {
  background-color: #dd530b;
}

.userName.typed.available {
  background-color: #00dd1c;
}

.comment {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0px;
  /* color: #888; */
  text-shadow: 1px 1px 1px #FFF;
  border: 1px solid #E4E4E4;
}

.comment p {
  /*word-break: break-all;*/
  overflow: hidden;
}

.basic-grey input[type="text"], .basic-grey select {
  max-width: 350px;
}

/*        new    */
#header-table > #logo {
  margin: 42px 67px 0px 0px;
  padding-bottom: 10px;
  display: inline-block;
}

#logo * {
  display: inline-block;
}

.column {
  width: 250px;
}

#content-wrapper, .column {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

#content-wrapper {
  width: 864px;
  margin-top: 30px;
  display: inline-block;
}

#content {
  float: left;
  width: 100%;
}

.list-wrapper {
  overflow: hidden;
}

.column .column-header,
#content-wrapper .column-header {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}

#previous-articles, h3.more-items,
.column .column-header,
#content-wrapper .column-header {
  padding: 3px 15px;
}

#content-wrapper .column-header {
  display: none;
}

.column .column-header, #content-wrapper .column-header,
.redline, .rubricator-theme li a.active, .rubricator-theme li a:hover {
  background-color: #D92926;
  color: #FFF;
}

#content > .redline {
  padding: 4px 12px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}

header .container {
  text-align: left;
}

header .container * {
  text-align: left;
}

#right-column {
  float: right;
  position: relative;
}

.imageHolder {
  position: relative;
  width: 100%; /* for IE 6 */

}

.imageHolder h4 {
  position: absolute;
  overflow: hidden;
  left: 0px;
  margin: 0px;
  font-size: 15px;
}

.smprev .imageHolder {
  height: 240px;
}

.smprev .imageHolder a {
  display: block;
}

.smprev .imageHolder h4 {
  top: 0px;
  margin-left: -223px;
  width: 250px;
}

.smprev:hover .imageHolder h4 {
  margin-left: 0px;
  width: 100%;
}

.element.blog:hover img {
  filter: none; /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
}

.element.blog img {
  -ms-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: url('/static/images/filters.svg#grayscale'); /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: gray; /* IE6-9 */
  transition: 0.7s;
}

.rubricator #content .element h2 {
  font-size: 16px;
}

.rubricator #content .articleBottom h1 {
  font-size: 23px;
}

.rubricator #content .element.smprev img {
  width: 100%;
  height: auto;
}

.rubricator #content .smprev .imageHolder {
  height: 270px;
}

.rubricator #content .smprev:hover .articleBottom {
  height: 246px;
}

.smprev .arrow {
  background: url("../images/arrow.png") no-repeat center;
  width: 27px;
  height: 24px;
  float: right;
  display: block;
}

div.smprev .imageHolder:hover h4 {
  right: 0px;
  width: 100%;
}

.imageHolder {
  overflow: hidden;
  box-sizing: border-box;
}

.imageHolder .redline {
  padding: 4px 12px;
  display: block;
}

.first2 .imageHolder .redline {
  display: inline-block;
  width: 100%;
}

.first2 .imageHolder h4 {
  bottom: 99px;
}

.first2 .imageHolder .redline {
  width: 160px;
}

.first2 .arrow {
  display: none;
}

.redline .date {
  float: right;
}

footer {
  clear: both;
  background: #292929;
  padding: 0px 0px 25px 0px;
  text-align: center;
}

.content {
  box-sizing: border-box;
  padding-bottom: 2px;
}

.smprev .articleBottom {
  height: 76px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.smprev .articleBottom h2 {
  margin-top: 100%;
  height: 0px;
}

.smprev:hover .articleBottom h1 {
  margin-top: 60px;
}

.smprev:hover .articleBottom h2 {
  margin-top: 10px;
  height: auto;
}

.first2 .articleBottom {
  height: 100px;
  margin-top: -4px;
}

.smprev .articleBottom {
  position: absolute;
}

.smprev .articleBottom h1 {
  font-size: 21px;
}

.smprev:hover .articleBottom {
  height: 216px;
  background: rgba(0, 0, 0, 0.2);
}

.smprev:hover .articleBottom h1,
.smprev:hover .articleBottom h2 {
  max-height: 4em;
  -webkit-line-clamp: 4;
}

.last3 img {
  display: none;
}

.last3 h4, .last3 .articleBottom {
  margin-bottom: 8px;
}

.last3 .imageHolder, .last3 h4, .last3 .redline, .last3 .articleBottom {
  position: static;
  width: 100%;
  box-sizing: border-box;
  background: none;
  color: #000;
  font-size: 16px;
  padding: 0px;
}

.last3 .imageHolder h4 .date {
  float: left;
}

.last3 .imageHolder .itemType {
  float: right;
}

.last3 .articleBottom {
  background: none;
  color: #000;

}

.articleBottom {
  background: #000;
  background: rgba(0, 0, 0, 1);
  color: #FFF;
  padding: 5px 15px;
  box-sizing: border-box;
}

.articleBottom h1 {
  font-size: 22px;
  max-height: 3em;
  -webkit-line-clamp: 3;
}

.articleBottom h2 {
  max-height: 3em;
  -webkit-line-clamp: 3;
}

.first2 .articleBottom h2 {
  max-height: 4em;
  -webkit-line-clamp: 4;
}

.articleBottom h1, .articleBottom h2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.articleBottom h1, .page-header h1, .page-header h2,
#more-items-container h1,
#content h3.backquote,
.padding-60 {
  font-family: "Roboto Condensed";
}

.articleBottom h1, .articleBottom h2 {
  margin: 0;
  line-height: 100%;
}

.articleBottom h2 {
  margin-top: 8px;
}

.element h2 {
  font-size: 15px;
}

.element.news a {
  display: block;
}

.articleBottom h2 p {
  margin: 0px;
}

.container .left {
  float: left;
}

.top.container {
  margin-bottom: 15px;
}

.container .right {
  float: right;
  text-align: right;
}

#disclaimer {
  display: inline-block;
  width: 396px;
  text-align: left;
}

#disclaimer, footer .right {
  margin-top: 30px;
  vertical-align: top;
}

footer .container{
  max-width: 1161px;
}

footer, footer a, #bottomMenu a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}

footer div {
  vertical-align: top;
}

#bottomMenu {
  margin-top: 30px;
  display: inline-block;
  width: 198px;
}

#social-bottom {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 30px;
}

#img_18_plus_top {
  display: none;
}

.image-wrapper {
  width: 630px;
  margin: auto;
}

#bottomMenu2 {
  margin-top: 20px;
}

#izdanie {
  margin-bottom: 8px;
}

#izdanie a {
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-decoration: underline;
}

#bottomMenu li {
  margin-bottom: 10px;
}

footer .left {
  width: 324px;
}

footer .container {
  display: inline-block;
  text-align: left;
  position: relative;
}

.container.center {
  text-align: center;
}

footer nav {
  display: inline-block;
  margin-bottom: 15px;
}

footer ul > li a.last {
  border-right: none;
}

footer nav li {
  float: left;
}

footer nav li a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 19px;
  border-right: #FFF 1px solid;
}

#news-list, #articles-list {
  font-size: 15px;
}

#content > .redline, .column-header {
  margin-bottom: 17px;
}

#news-list h3 {
  text-transform: none;
  font-weight: normal;
  margin: 2px 0px;
}

#news-list h3 .date {
  display: block;
}

/*.element.first2, .element.last3
{
    width: 100%;
}*/
.element.smprev {
  /*width: 49%;*/
  padding: 0px;
  margin: 0px 5px 10px 0px;
  width: 250px;
  box-sizing: content-box;
}

.smprev .imageHolder a:hover, .first2 .imageHolder a:hover {
  color: inherit;
}

.element.first2 img {
  width: 100%;
  height: 320px;
}

.element.smprev img {
  /*width: 100%;*/
  height: 240px;
  width: 250px;
}

#previous-articles, h3.more-items {
  display: inline-block;
  background: #a9acb1;
  font-size: 15px;
  width: 100%;
  color: #FFF;
  margin: 10px 0px 15px 0px;
  box-sizing: border-box;
}

h3.more-items {
  font-size: 15px;
  margin-bottom: 17px;
}

.more-items h2 {
  margin-top: 5px;
  font-size: inherit;
}

.more-items li {
  margin-bottom: 12px;
}

#previous-articles .ending {
  display: inline-block;
  background: #9b9a9b;
  /*width: 80px;
  height: 28px;*/
}

/***** Dialogs *****/
.dialogBottom {

}

.dialogBottom h1, .dialogBottom h2 {
  margin: 10px 0px;
}

.dialogBottom h1 {
  font-size: 19px;
  font-family: "Roboto Condensed";
}

/******* Blog *********/
.blogRight {
  margin-left: 23px;
  display: inline-block;
  width: 140px;
}

.blogRight h2 {
  font-size: 15px;
  margin-top: 5px;
}

.blogRight h1 {
  font-size: 15px;
  margin-top: 7px;
}

.rubricator #content .blogRight {
  float: none;
  margin: 0px;
  width: 90%;
}

#blog-list img {
  width: 82px;
  height: 82px;
  border-radius: 41px;
}

.rubricator #content .blogRight h2 {
  font-size: 16px;
}

.rubricator #content .blogRight h1 {
  font-size: 19px;
  font-family: "Roboto Condensed";
}

#blog-list .element, #dialog-list .element {
  margin: 0px;
}

.overlayed {
  position: relative;
}

.buttons button span.ui-button-text,
.buttons button span {
  margin: auto;
  width: 24px;
  height: 24px;
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  /*padding-left:20px;*/
}

.buttons button {
  width: 30px;
  height: 30px;
  padding: 0px;
}

.admin-buttons .buttons {
  margin-left: -60px;
}

.module-controls .admin-buttons .buttons {
  margin-left: -115px;
}

.func-default span {
}

.buttons .delete span, .func-delete span {
  background-image: url('../images/admin/delete.png');
}

.buttons .publish span, .showInGallery .func-showInGallery span {
  background-image: url('../images/admin/unpublish.png');
}

.default-image .buttons .func-showInGallery {
  display: none;
}

.buttons .edit span, .func-edit span {
  background-image: url('../images/admin/edit.png');
}

.buttons .send-notifications span {
  background-image: url('../images/admin/sendNotifications.png');
}
.buttons .grayed span {
    filter: grayscale(100%);
}


.buttons .publish-module span {
  background-image: url('../images/admin/publish-module.png');
}

.notPublished .buttons .publish span, .func-showInGallery span {
  background-image: url('../images/admin/publish.png');
}

.admin-buttons {
  cursor: pointer;
}

.scrollerButtons {
  float: right;
  clear: both;
  margin: 5px 0px 15px 0px;
}

.scrollerButtons div, .fulltext div.up {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.scrollerButtons div.up:hover, .fulltext div.up:hover {
  background-image: url('../images/up_red.png');
}

.scrollerButtons div.down:hover {
  background-image: url('../images/down_red.png');
}

.scrollerButtons div.down {
  background-image: url('../images/down_grey.png');
}

.scrollerButtons div.up, .fulltext div.up {
  background-image: url('../images/up_grey.png');
}

.fulltext {
  display: none;
}

.opened .fulltext {
  display: block;
}

.clear {
  clear: both;
}

.padding-20 {
  padding: 20px;
}

.buttons.favoriteButton {
  position: absolute;
  top: 5px;
  left: 5px;
}

a.view-all {
  font-size: 16px;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
}

a.view-all:hover {
  text-decoration: underline;
}

.fullpage .column {
  display: none;
}

.fullpage #content-wrapper {
  width: 100%;
  float: none;
}

.rubricator-types {
  background: #a9acb1;
  width: 100%;
  display: table;

}

.rubricator-types li, .rubricator-theme li {
  text-align: center;
  color: #FFF;
  border-right: 1px #FFF solid;
}

.rubricator-theme {
  margin: 7px auto auto auto;
  display: table;
}

.rubricator-theme li {
  display: table-cell;
  text-align: center;
}

.rubricator-theme a {
  display: inline-block;
  padding: 5px 12px;
}

.rubricator-types li {
  display: table-cell;
  padding: 5px 0px;
  width: 25%;
}

.rubricator-types a.active {
  color: #000;
}

.rubricator-top {
  width: 100%;
  text-align: center;
  background: #c8cbce;
}

li.menu-item-last {
  border: none;
}

.news.high * {
  font-weight: bold;
}

.news.medium * {
  color: #F00000;
  font-weight: bold;
}

.element.blog .imageHolder img {
  overflow: hidden;
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 46px;
}

.container .age-restriction {
  display: block;
  float: none;
  text-align: right;
  margin-top: 5px;
}

.rubricator .element h1, .rubricator .element h2, .rubricator .element .itemType {
  text-align: left;
}

#left-column .element.smprev {
  width: 250px;
}

.rubricator #content .element {
  box-sizing: border-box;
  padding: 20px 10px 30px 10px;
  margin: 0px;
  vertical-align: top;
}

.rubricator #content .element.blog,
.rubricator #content .element.blog h1,
.rubricator #content .element.blog h2,
.rubricator #content .element.blog .itemType {
  text-align: center;
}

.rubricator #content .element.news {
  width: 100%;
}

ul.rubrica.news {
  margin-top: 20px;
  moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

ul.rubrica img {
  max-width: 100%;
}

ul.rubrica {
  width: 100%;
}

#content .lSSlideWrapper * {
  cursor: pointer;
}

div.main-image {
  display: inline-block;
  font-size: 15px;
  width: 630px;
}

.main-image span, .relevant-items *, .storyImageDiv .author, .author-video {
  color: #6b6f70;
}

/*
.main-image .title {
    padding-top: 30px;
}
*/

.page-wrapper .text {
  padding-bottom: 10px;
}

.main-image .title,
.main-image .author,
.photostory .title,
.photostory .author,
span.photo-title,
span.photo-author {
  display: block;
  width: 530px;
  margin: auto;
  color: #6b6f70;
  max-width: 100%;
}

span.photo-author {
  margin-bottom: 20px;
}

.main-image .author.blog {
  font-size: 19px;
  max-width: 300px;
  margin: 155px 0px 0px 10px;
}

.main-image .author {
  padding-top: 10px;
  padding-bottom: 30px;
}

.more-items .line {
  position: static;
  width: 100%;
  box-sizing: border-box;
  background: none;
  color: #000;
  display: block;
  padding: 0px;
}

.rubricator #content .element.news {
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  width: 100%;
}

#news-list .element.news {
  margin: 30px 0px 10px 0px;
  width: 100%;
  font-size: 15px;
}

#dialog-list .element.dialog .imageHolder,
#blog-list .element.blog .imageHolder {
  margin-bottom: 15px;
}

.text h3.lead {
  font-size: 16px;
  font-weight: bold;
}

.text h4.author {
  font-weight: bold;
  margin-top: 1em;
}

.text h4.author.dialog {
  font-size: 15px;
}

img.introImage.blog {
  width: 190px;
  height: 190px;
  border-radius: 95px;
}

.page-wrapper img.introImage.blog {
  width: 270px;
  height: 270px;
  border-radius: 135px;
}

.first-page-rubrica .element.blog .article-title h1,
.first-page-rubrica .element.blog .article-title h2 {
  font-size: 20px;
  font-family: "Roboto Condensed";
}

.element .cont > a {
  display: block;
}

.text h4.author.blog {
  margin-top: 150px;
}

#blog-list .blogLeft {
  float: left;
  display: inline-block;
}

.rubrica .blogLeft {
  display: block;
}

.redline a:hover {
  color: inherit;
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}

.element.last3 {
  padding: 0px;
  margin: 0px;
}

.element.last3 .last3 .imageHolder {
  padding: 0px 0px 7px 0px;
  margin: 0px;
}

.list-wrapper .element li {
  opacity: 0;
}

.list-wrapper .element li.active {
  opacity: 1;
}

.item-list {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

#first-article-list .smprev.even {
  float: left;
}

#first-article-list .smprev.odd {
  float: right;
  margin: 0px 0px 10px 0px;
}

.element a {
  display: inline-block;
}

.lg-sub-html span {
  display: block;
}

.column .scrollable {
  margin-bottom: 15px;
}

#menu {
  width: auto;
  margin-right: 30px;
  z-index: 5;
  display: inline-block;
  float: none;
  line-height: 1;
  font-size: 18px;
  /*font-variant: small-caps;*/
}

#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu > ul > li {
  float: left;
}

#menu > ul > li a {
  padding: 0px 8px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#menu > ul > li a.last {
  border-right: none;
}

.video-js {
  margin: 20px 0px;
}

#menu > ul > li:hover > a,
#menu > ul > li.active > a {
  color: #D92926;
}

#whether .gsInformer .gsLinks {
  display: none;
}

#whether .gsInformer {
  height: 62px;
}

footer .right, footer .left {
  text-align: left;
}

.storyImageDiv, .author-video {
  text-align: right;
  width: 100%;
  font-size: 15px;
  display: block;
}

.storyImageDiv {
  display: inline-block;
  margin: 0px;
  text-align: left;
}

.storyImageDiv .description {
  margin-top: 10px;
}

#search-list .imageHolder h4 {
  position: static;
  margin-top: 15px;
}

#search-list .element {
  width: 100%;
}

#search-list a {
  display: block;
  margin: 10px auto;
}

#search-list h2.intro {
  padding: 5px 0px;
}

#search-list .redline {
  background: #a9acb1;
}

.gallery img {
  max-width: 100%;
  height: auto;
}

#content .text a {
  text-decoration: underline;
}

#content .text a.galleryImg {
  text-decoration: none;
}

#clock {
  display: inline-block;
  height: 18px;
  float: right;
}

/* new version*/
#top-line {
  background: #000;
  color: #FFF;
  /*    display: inline-block;*/
  clear: both;
  width: 100%;
}

#top-line div.container {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  overflow: hidden;
}

.right-side {
  float: right;
  overflow: hidden;
  width: 243px;
  background: #E8E8E8;
}

#top-line #news-title,
#right-red-background {
  background: #F00000;
  margin-right: 0px;
}

#top-line div.container > div {
  display: inline-block;
  height: 30px;
  margin-right: 15px;
  float: right;
}

#whether-and-social {
  color: #787878;
  font-size: 15px;
}

#whether-and-social div {
  text-align: right;
  height: 28px;
  padding-top: 20px;
  padding-bottom: 27px;
}

#logo-and-menu {
  display: inline-block;
  margin: 0px;
  width: 100%;
}

.sides-margin {
  padding: 0px 27px;
}

#whether #whether-inner {
  padding-top: 0px;
}

.search-form {
  display: inline-block;
  position: relative;
}

#top-right {
  float: right;
  width: 765px;
}

#top-line #logo-slogan {
  float: left;
}

#day-and-time {
  box-sizing: border-box;
  width: 297px;
}

#day-and-time span {
  box-sizing: border-box;
  display: inline-block;
}

#logo-slogan, #logo {
  padding-left: 67px;
}

/* Modules */
.one-in-line-module a {
  position: relative;
  min-height: 282px;
  width: 100%;
}

.one-in-line-module {
  width: 100%;
}

.one-in-line-module img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.one-in-line-module .article-title {
  float: right;
  width: 75%;
  margin-right: 27px;
  max-width: 375px;
}

.one-in-line-module.photo-full-width {
  margin-top: 27px;
}

.article-title h1,
.article-title h2 {
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
}

.article-title h1 {
  font-weight: bold;
  font-size: 32px;
}

.article-title h2 {
  font-weight: normal;
  font-size: 22px;
}

.article-title .eventDate, .eventDate.in-page {
  color: #F00000;
}

.two-in-line-module {
  width: 392px;
}

.two-in-line-module.no-separator {
  margin-right: 72px;
}

.one-in-line-module.image-in-right img {
  left: initial;
  right: 0px;
}

.one-in-line-module.image-in-right .article-title {
  float: left;
}

.module-separator {
  display: block;
  height: 1px;
  clear: both;
  width: 100%;
  border-bottom: 1px #C0C0C0 solid;
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.module-separator.the-last-one {
  display: none;
}

.module-separator.no-separator {
  width: 70px;
  clear: none;
  margin: 0px;
  border: none;
  display: inline-block;
  padding: 0px;
}

#favorite-container {
  background: #505050;
}

#partners-container {
  background: #2e2e2e;
}

#favorite-container .lenta-name,
#partners-container .lenta-name {
  color: #FFF;
}

.lenta-name {
  font-size: 30px;
  font-weight: normal;
  font-family: "Roboto Condensed";
  background: transparent url(../images/accent60.png) no-repeat;
  padding-left: 60px;
  text-transform: uppercase;
  padding-top: 30px;
}

.margin-left-and-right {
  margin-right: 27px;
  margin-left: 27px;
}

#favorite-container li {
  width: 270px;
  display: inline-block;
  margin-right: 17px;
  background: #FFF;
}

#favorite-container li .cont {
  background: #FFF;
}

#favorite-container .article-title h1,
.first-page-rubrica .article-title h1 {
  font-size: 22px;
}

#favorite-container .article-title {
  padding: 30px 20px;
  display: inline-block;
}

#favorite-container .article-title h2,
.first-page-rubrica .article-title h2 {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: normal;
}

.first-page-rubrica {
  clear: both;
}

.first-page-rubrica ul {
  padding: 30px 0px;
}

.first-page-rubrica li {
  vertical-align: top;
  display: inline-block;
}

.first-page-bg-gradient {
  background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 60%);
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 60%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
  border-top: 1px #C0C0C0 solid;
}

.admin-buttons .buttons {
  text-align: center;
}

.admin-buttons .module-select-container {
  display: block;
  margin-bottom: 10px;
}

#favorite-container .image-container {
  display: inline-block;
  position: relative;
}

#favorite-container .item-type {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  height: 18px;
  color: #FFF;
  padding: 6px 9px;
  width: 100px;
  text-transform: capitalize;
  background: transparent url(../images/item_type_bg.png) no-repeat;
}

.page-wrapper {
  max-width: 530px;
  margin: auto;
}

.default-tag {
  float: right;
  border: 2px solid;
  padding: 4px 10px;
  max-width: 100px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.standard-margins {
  margin-top: 30px;
  margin-left: 27px;
}

.more-items h1, .more-items h2 {
  padding-bottom: 30px;
}

.more-items .float-left {
  float: left;
}

.more-items .float-right {
  float: right;
}

#blog-container {
  background: #FFF;
}

.element.blog img {
  width: 175px;
  height: 175px;
  border-radius: 85px;
}

.first-page-rubrica .article-title {
  display: block;
  padding: 30px 10px 0px 10px;
}

.first-page-rubrica .article-title.no-padding {
  padding: 0px;
}

#blog-container li {
  text-align: center;
}

.first-page-rubrica li {
  width: 24.7%;
}

#blog-container li {
  width: 33%;
}

.first-page-rubrica li .cont {
  width: 270px;
  margin: auto;
}

.always-visible.ps > .ps__scrollbar-x-rail,
.always-visible.ps > .ps__scrollbar-y-rail {
  left: 1px;
  width: 3px;
  right: auto;
}

.always-visible.ps > .ps__scrollbar-y-rail {
  width: 3px;
}

.always-visible.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .always-visible.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 3px;
}

.always-visible.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.always-visible.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #F00000;
}

.ul-visible.first-page-rubrica ul {
  display: block;
}

#top-line a,
#top-line a:hover {
  color: #FFF;
}

.module.article {
  vertical-align: top;
}

#top-line div.container > div#right-red-background {
  position: absolute;
  right: 0px;
  width: 0px;
  margin-right: 0px;
}

#blog-container .eventDate,
#blog-container .eventDate .date {
  display: none;
}

.image-container img {
  display: block;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
}

.page .lSSlideOuter .lSPager.lSpg > li:hover a,
.page .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #F00000;
}

.eventDate.in-page {
  margin-bottom: 40px;
  display: block;
}

.fader {
  height: 50px;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  z-index: 10;
}

.bottom-fader {
  bottom: 0px;
  height: 70px;
  background: -moz-linear-gradient(top, rgba(232, 232, 232, 0.3) 0%, rgba(232, 232, 232, 0.9) 50%, rgba(232, 232, 232, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.3) 0%, rgba(232, 232, 232, 0.9) 50%, rgba(232, 232, 232, 1) 100%);
  background: linear-gradient(to bottom, rgba(232, 232, 232, 0.3) 0%, rgba(232, 232, 232, 0.9) 50%, rgba(232, 232, 232, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e8e8e8', endColorstr='#e8e8e8', GradientType=0);
}

.top-fader {
  top: 0px;
  background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 50%, rgba(232, 232, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 50%, rgba(232, 232, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 50%, rgba(232, 232, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#00e8e8e8', GradientType=0);
  display: none;
}

#all-at-right {
  bottom: 20px;
  position: absolute;
  display: block;
  left: 27px;
  font-weight: bold;
  color: #F00000;
  z-index: 11;
}

#right-column .right-side {
  position: relative;
}

#footer-logo {
  display: inline-block;
  width: 324px;
}

#header-table {
  position: relative;
}

#grey-right {
  z-index: -1;
  width: 297px;
  background: #E8E8E8;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.articleLeft .article-title h1 {
  font-size: 20px;
}

.articleLeft .image-container {
  margin-bottom: 30px;
  display: inline-block;
}

.articleLeft .article-title h2 {
  font-size: 15px;
  /*margin-bottom: 0px;*/
}

#articles-list .module-separator {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#articles-list {
  margin-top: 30px;
}

#content > .lenta-name {
  margin-top: -30px;
  color: #F00000;
  margin-bottom: 30px;
}

.news-view .eventDate.in-page {
  margin-bottom: 30px;
}

.news-view .page-header h1, .news-view .page-header h2 {
  margin-bottom: 30px;
}

.small-inner-text {
  max-width: 530px;
  margin: auto;
}

#favorite-container ul {
  display: flex;
  flex-wrap: wrap;
}

.rubrica.news-view .date {
  color: #F00000;
}

#articles-container .first-page-rubrica ul {
  padding: 0px;
}

ul.rubrica li .cont {
  width: auto;
}

ul.rubrica li {
  display: inline-block;
  margin-bottom: 50px;
  background: #FFF;
}

ul#showcase {
  margin-bottom: 40px;
}

ul.more-items {
  -webkit-column-gap: 20px;
  column-gap: 20px;
  moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin-top: 30px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: block;
}

ul.more-items li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}

ul.more-items .eventDate.in-page {
  margin-bottom: 0px;
}

.width30 .grid-sizer,
.width30 li {
  width: 30%;
}

.width30 .gutter-sizer {
  width: 3%;
}

#admin-menu {
  float: right;
}

#admin-menu li {
  float: left;
  margin-left: 10px;
}

#showcase .element {
  margin: 0px;
}

footer .container {
  width: 100%;
}

#news-title-in-320 {
  display: none;
  height: 30px;
  background: #F00000;
  color: #FFF;
  line-height: 30px;
  padding-left: 27px;
  vertical-align: middle;
}

#more-items-container .lenta-name {
  color: #F00000;
}

#more-items-container .more-items h1 {
  font-weight: bold;
  font-size: 22px;
}

#more-items-container .more-items h2 {
  font-size: 14px;
}

#content h3.backquote:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: -30px;
  margin-bottom: 40px;
  background: transparent url(../images/accent30.png);
  display: inline-block;
}

#content h3.backquote:before,
#content h3.backquote {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content h3.backquote {
  width: 700px;
  font-weight: bold;
  font-size: 25px;
  margin: 30px 0px 40px -50px;
}

.ya-share2 {
  margin-top: 20px;
}

.module-white h1,
.module-white h2 {
  color: #FFF;
}

.padding-bottom {
  padding-bottom: 5px;
}

.padding-60 {
  padding: 60px 0px;
  font-size: 22px;
}

.red, #searchByDate span.active {
  color: #F00000;
}

.partners-module {
  padding: 30px 0px;
}

.mghead {
  display: none;
}

#content {
  min-height: 600px;
}

.share-module {
  margin-top: 20px;
}

.notPublished .publish-module {
  display: none;
}

/*.rubrica .article-title h1,*/
.rubrica .article-title h2 {
  margin-bottom: 25px;
}

.banner-container img {
  max-width: 100%;
}

.module-separator.banner-container {
  padding: 0px;
}

.custom-right {
  padding-top: 20px;
}

.lg .lg-sub-html h4 {
  font-size: 16px;
}

.photostory .title,
.photostory .author {
  padding: 10px 0px 0px 0px;
}

.photostory {
  margin-bottom: 35px;
}

#whether-inner {
  line-height: 27px;
}

#whether-inner > * {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  line-height: 28px;
}

#whether-inner > span > * {
  vertical-align: middle;
}

#whether-inner img {
  margin-left: 4px;
}

#menu-and-time #menu ul li:first-child a {
  padding-left: 0px;
}

.text ul, .text li {
  list-style: initial;
}

.text ol li {
  list-style-type: decimal;
}

.text li {
  margin-left: 20px;
}

.white-line {
  height: 1px;
  background: #FFF;
}

.rubricator a:hover img,
.search-results a:hover img {
  opacity: 0.8;
}
.photo-full-width.one-in-line-module img {
  z-index: -1;
}
#search-in-mobile-menu input.searchimp {
  background: #FFF;
  width: 100%;
  color: #000;
}

#search-in-mobile-menu #searchform {
  width: 90%;
}
textarea.text {
  height: 400px;
}
.basic-grey textarea.bottom-text-input {
  height: 60px;
}
body .wcommunity_covered .wcommunity_wrap {
  border-radius: 0px;
}
.half-space {
  width: 50%;
  float: left;
}
.partners-module:after {
   content: "";
   display: table;
   clear: both;
 }
#searchByDate span {
  padding-right: 9px;
  cursor: pointer;
  display: inline-block;
}

#searchByDate > div {
  margin-bottom: 15px;
}

.searchByDateToggler {
  border: #F00000 1px solid;
  color: #F00000;
  padding: 4px 15px;
  margin-bottom: 55px;
  cursor: pointer;
  display: inline-block;
}
.yandex-adv-block {
    margin: 30px auto;
}
.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
#banner-module-2 {
  margin-bottom: 35px;
}

.centered-rubrica-stub-img {
  text-align: center;
}

.hidden-adv-block {
  display: none !important;
}
#menu > ul > li a.crypto-money {
  color: #F00000;
}
.add-me-pop-app {
  font-size: 12px;
  position: fixed;
  width: 344px;
  margin: 10px 8px 15px 8px;
}

.add-me-pop-app-wrapper {
  background-color: white;
  padding: 10px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all all 0.7s ease-out;
  -moz-transition: all all 0.7s ease-out;
  -o-transition: all all 0.7s ease-out;
  transition: all all 0.7s ease-out;
  -moz-transition: all 0.7s;
}

.android-popup {
  margin-top: 16px;
}

.safari-popup  {
  bottom: 5px;
}

.add-me-pop-app:after {
  right: 36px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 18px;
}

.add-me-pop-app:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 36px;
  height: 36px;
  right: 36px;
  z-index: -1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.add-me-pop-app.safari-popup:after {
  top: 100%;
  right: calc(50% - 18px)
}
.add-me-pop-app.android-popup:after {
  bottom: 100%;
  top: -34px;
  transform: rotate(180deg);
}
.add-me-pop-app.safari-popup:before {
  bottom: -11px;
  right: calc(50% - 18px);
}
.add-me-pop-app.android-popup:before {
  top: -8px;
}
.add-me-pop-app .close {
  background: none;
  border: none;
  outline: none;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  z-index: 10;
  top: 0;
}
.add-me-pop-app .close:hover {
  color: #000;
  opacity: .8;
}
.add-me-pop-app .logo {
  display: inline;
  width: 70px;
  height: 70px;
  border-radius: 5px 0 0 0;
  margin-right: 10px;
}
.add-me-pop-app .text-wrapper {
  display: inline-block;
  width: 65%;
}
.add-me-pop-app .icon {
  width: 20px;
}
.add-me-pop-app .text {
  margin-bottom: 5px;
}
.add-me-text-wrapper {
  display: flex;
}
.adv-header-block {
  height: 90px;
  margin: 5px 0;
}
.basic-grey label.checkbox-label {
  display: inline-block;
}
#top-line div.container > div#age-restriction {
  font-size: 27px;
}