@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);

/* Eric Meyer's CSS Reset */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* covid */
.covid {
    
}
.covid ul {
    margin: 5px;
    background-color: green;
    padding: 3px;
    height: 30px; 
}
.covid li {
    display: inline;
    float: left;
    padding: 0 10px;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
  
  /*background-color: #000000;
  background-image: url("../images/holodomor3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;*/
    
   /* filter: gray;
filter: gray; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);*/

  background-color: #dedede;
  background-image: url("../images/new-bg.png");
  background-repeat: repeat;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
a {
  /*transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; */
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: #ffffff;
}
.head {
  width: 960px;
  text-align: center;
  background: #ffffff;
}
.logo {
  float: left;
  text-align: center;
  margin: 25px 0 0 0;
  width: 360px;
}
.date {
  float: left;
  width: 300px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  margin: 35px 0 0 0;
}
.countdown {
  float: left;
  text-align: center;
  width: 331px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #cc0000;
  margin: 15px 0 0 0;
}
.countdownoff {
  float: left;
  text-align: center;
  width: 331px;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  color: #cc0000;
  margin: 30px 0 0 0;
}
.social {
  float: right;
  width: 250px;
}
.addthis_inline_follow_toolbox {
  text-align: right;  
}

#menu {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #666666;
}
#menu li {
  float: left;
}
#menu li a {
  display: block;
  padding: 6px 15px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #f5f5f5;
  text-decoration: none;
}
#menu li a:hover {
  color: #ffffff;
  background-color: #333333;
  text-decoration: none;
}
#menu li.act a {
  color: #ffffff;
  background-color: #CC0000;
  text-decoration: none;
}

#submenu {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ededed;
}
#submenu li {
  float: left;
}
#submenu li a {
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}
#submenu li a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #dedede;
}
#submenu li.act a {
  color: #333333;
  text-decoration: none;
  background-color: #dedede;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 150px;
	background: #ffffff;
	min-height: 500px;
}
.mainscr {

}
.top-news {
  float: left;
  width: 450px;
  margin: 15px;
}
.topnews {

}
.topnews {
  display: inline-block;
  position: relative; 
}
.topnews a {
  color: #ffffff;
  text-decoration: none;
}
.topnews a:hover {
  color: #ffcc00;
  text-decoration: none;
}
.topnews span.topcat {
    display: inline-block;
    position: absolute;
    top: 10px;   
    left: 10px;
    color:#FFF;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 11px; 
    font-weight: 700;
    text-transform: uppercase;
    background-color: #cc0000;
    padding: 1px 4px;
}
.topnews span.view {
  padding: 0 3px 0 10px;
  background-image: url("../images/ic-view.png");
  background-position: left;
  background-repeat: no-repeat;
  font-size: 10px;
  color: #cccccc;
}
.topnews span.comm {
  padding: 0 0 0 10px;
  background-image: url("../images/ic-com.png");
  background-position: left;
  background-repeat: no-repeat;
  font-size: 10px;
}
.topnews-info {
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  color:#fff;
  padding: 10px;
  background-image: url("../images/top-bg.png");
  background-position: top;
  background-repeat: repeat-x;
  text-shadow: 1px 1px 2px black;
  font-size: 11px;
  color: #dedede;
}
.nums {
  float: right;
  font-size: 11px;
  color: #999999;
}
.topnews-info h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 5px 0;
}
.post .quote {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  line-height: 25px;
	font-weight: 700;
	font-style: normal;
	color: #666666;
	background-color: #f9f9f9;
	padding: 15px;
	margin: 0 10px 0 20px;
	border-left: 5px #cc0000 solid;
	border-top: 1px #dedede solid;
	border-right: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}
.title_quote {
  font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 20px;
}
.quote {
  font-size: 12px;
	color: #666666;
	font-style: italic;
	background-color: #f9f9f9;
	padding: 7px;
	margin: 0 10px 0 20px;
	border-left: 5px #666666 solid;
	border-top: 1px #dedede solid;
	border-right: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}
.berrors {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  line-height: 25px;
	font-weight: 700;
	color: #666666;
	background-color: #f9f9f9;
	padding: 15px;
	margin: 0 10px 0 20px;
	border-left: 5px #cc0000 solid;
	border-top: 1px #cc0000 solid;
	border-right: 1px #cc0000 solid;
	border-bottom: 1px #cc0000 solid;
	margin: 15px 0;
}
.othertn {
  
}

.otn {
  margin: 15px 0 0 0;
  height: 90px;
  color: #999999;
  font-size: 11px;
  
}
.otncat {
  margin: 15px 0 0 0;
  height: 150px;
  color: #999999;
  font-size: 11px;
}
.otn-img {
  display: inline-block;
  position: relative; 
  float: left;
  margin: 0 15px 0 0;
  
}
.otn-img img {
  
}
/*.otn-images {
  display: inline-block;
  position: relative; 
  float: left;
  margin: 0 15px 0 0;
}*/
.otn-info {
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  color:#fff;
  padding: 2px 5px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  text-shadow: 1px 1px 2px black;
}
.otn-info span.view {
  padding: 0 3px 0 10px;
  background-image: url("../images/ic-view.png");
  background-position: left;
  background-repeat: no-repeat;
  font-size: 10px;
  color: #cccccc;
}
.otn-info span.comm {
  padding: 0 0 0 10px;
  background-image: url("../images/ic-com.png");
  background-position: left;
  background-repeat: no-repeat;
  font-size: 10px;
  color: #cccccc;
}
.otnsh {
  font-size: 13px;
  color: #333333;
  margin: 5px 0 0 0;
}
.otn h2, .otncat h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 5px 0;
}
.otn a, .otncat a {
  text-decoration: none;
  color: #666666;
}
.otn a:hover, .otncat a:hover {
  text-decoration: none;
  color: #cc0000;
}
.alltn {
  margin: 15px 0 0 0;
}
.alltn a {
  display: block;
  background-color: #ededed;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #999999;
	text-decoration: none;
	padding: 5px;
}
.alltn a:hover {
  display: block;
  background-color: #cc0000;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
.newsline {
  float: left;
  width: 230px;
  margin: 15px 0;
}

/*.newslist div {
  margin: 0 0 12px 0;
  line-height: 14px;
  color: #999999;
}*/
.newslist {
  max-height: 1180px;
  overflow: hidden;
}
.nl-line {
  clear:both;
  width: 230px;
}
.nl-date {
  width: 30px;
  float: left;
  color: #cc0000;
  font-size: 9px;
  margin: 0 0 10px 0;
  padding: 0 1px;
}
.nl-title {
  margin: 0 0 10px 33px;
  line-height: 14px;
  color: #999999;
}
.nl-title span {
  font-size: 10px;
}
.nl-title span.view {
  padding: 0 3px 0 10px;
  background-image: url("../images/ic-view.png");
  background-position: left;
  background-repeat: no-repeat;
}
.nl-title span.comm {
  padding: 0 0 0 10px;
  background-image: url("../images/ic-com.png");
  background-position: left;
  background-repeat: no-repeat;
}
.nl-title a {
  text-decoration: none;
  color: #333333;
}
.nl-title a:hover {
  text-decoration: none;
  color: #cc0000;
}
.bold {
  font-weight: bold;
}
.allnews {
  margin: 5px 0 0 0;
}
.allnews a {
  color: #cc0000;
  text-decoration: none;
}
.allnews a:hover {
  text-decoration: none;
}
.secondscr {
  min-height: 1300px;
}
.related {
  width: 640px;
  margin: 15px 0;
}
.related  h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
	font-weight: 700;
	border-bottom: 2px solid #dedede;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #cc0000;
}
.relatedblock {
  width: 200px;
  height: 240px;
  float: left;
  margin: 0 13px 0 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}
.relatedblock img {
  margin: 0 0 5px 0;
}
.relatedblock a {
  color: #666666;
  text-decoration: none;
}
.relatedblock a:hover {
  color: #cc0000;
  text-decoration: none;
}
.catano {
  width: 695px;
  float: left;
  margin: 15px 0 0 15px;
}
.catano h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
	font-weight: 700;
	border-bottom: 2px solid #dedede;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #cc0000;
}
.catano h1 a {
	color: #cc0000;
	text-decoration: none;
}
.catblock {
  width: 210px;
  height: 200px;
  float: left;
  margin: 0 21px 0 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}
.afishablock {
  width: 210px;
  height: 360px;
  float: left;
  margin: 0 21px 0 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}
.catblock img, .afishablock img {
  margin: 0 0 5px 0;
}
.catblock a, .afishablock a {
  color: #666666;
  text-decoration: none;
}
.catblock a:hover, .afishablock a:hover {
  color: #cc0000;
  text-decoration: none;
}
.rightclmn {
  width: 220px;
  margin: 15px 15px 0 0;
  float: right;
  text-align: left;
}

.show-news {
  float: left;
  width: 640px;
  margin: 20px 20px 15px 40px;
}
.show-news h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  line-height: 28px;
	font-weight: 700;
}
.post, .satic {
  margin: 0 0 20px 0;
}
.post-cat {
  margin: 0 0 10px 0;
}
.post-cat a {
  color:#FFF;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 11px; 
  font-weight: 700;
  text-transform: uppercase;
  background-color: #999999;
  padding: 1px 5px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-shadow: 1px 1px 2px #333333;
}
.post-cat a:hover {
  background-color: #666666;
  text-shadow: 1px 1px 2px #000000;
}
.post-title {}
.post-title h1, .statis-title h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 34px;
  line-height: 38px;
	font-weight: 700;
}
.static-title {
  margin: 0 0 15px 0;
}
.post-title h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  line-height: 28px;
	font-weight: 700;
}
.post-title h2 a {
  color: #cc0000;
}
.post-title h2 a:hover {
  text-decoration: none;
}
.post-meta {
  padding: 5px 0 5px 0;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #dedede;
  height: 20px;
}
.post-info {
  color: #999999;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 11px;
  width: 400px;
  float: left;
}
.post-info span {
  padding: 0 10px 0 0;
}
.post-info a {
  color: #999999;
  text-decoration: none;
}
.post-info-more {
  margin: 15px 0 10px 0;
}
.post-info-more a {
  color: #666;
  text-decoration: none;
}
.post-rate {
  float: right;
  text-align: right;
  width: 240px;
  color: #999999;
  font-size: 11px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.pim-autor {
  font-weight: bold;
  font-size: 14px;
}

.post-short {
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.shadow img {
  background: url(../images/img-shadow.png) no-repeat bottom center;
	padding-bottom: 30px;
} 
.post-full img {
  padding: 0 0 10px 0;
}
.post-full table {
  border: 1px solid #33333;
}
.post-full td {
  border: 1px solid #666666;
  font-size: 11px;
}
.post-short a, .post-full a {
  color:#cc0000;
  text-decoration: underline;
}
.post-short a:hover, .post-full a:hover {
  text-decoration: none;
}
.post-short- {
  display: inline-block;
  position: relative; 
  margin: 0 0 10px 0;
  max-width: 640px;
  float: left;
}
.post-short-info {
    
    left:0;
    bottom:0;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    color:#fff;
    padding: 30px 15px 10px 15px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 2px black;
    font-size: 11px;
    color: #999999;
}
.post-full, .static-text {
  font-size: 14px;
}
.post-full ul {
  margin: 5px 10px 5px 20px;
  list-style: square;
}
.post-full ol {
  margin: 5px 10px 5px 20px;
  list-style: decimal;
}
.post-full ul li, .post-full ol li {
  padding: 0 0 8px 0;
}
.post-tags {
  font-size: 11px;
  font-style: italic;
  color: #999999; 
}
.post-tags a {
  color: #999999; 
  text-decoration: none;
}
.post-tags a:hover {
  color: #666666;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 960px;
	margin: -161px auto 0;
	height: 250px;
	background: #666666;
	z-index: 6;
	position: relative;
	border-top: 2px solid #cc0000;
	
}
.footer-content {
  padding: 10px 15px;
}
.footlinks {
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 2px #000000;
  background-color: #333333;
  padding: 10px 15px 15px 15px;
}
.footlinks a {
  color: #ffffff;
  text-decoration: none;
}
.footlinks a:hover {
  color: #ffcc00;
  text-decoration: none;
}
.footlinks li {
  display: inline;
  padding: 0 15px 0 0;
}
.footer-copyright {
  margin: 10px 0 0 ;
}
.footer-copyright a {
  color: #dedede;
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #f9f9f9;
  text-decoration: none;
}
.footer-copyright p {
  color: #dedede;
  margin: 2px 0 5px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-shadow: 1px 1px 2px #333333;
}
.counters {
  width: 330px;
  float: right;
  text-align: right;
  margin: 10px 10px 0 0;
}
.count-small {
  float: right;
  margin: 0 0 0 20px;
}
.count {
  width: 88px;
  height: 31px;
  margin: 0 0 5px 0;
}
.coun-big {
  float: right;
}

/* Banners
-----------------------------------------------------------------------------*/

.bz-top {
  text-align: center;
  margin: 20px 0;
  width: 960px;
  height: 90px;
}
.bz1 {
  width: 728px;
  height: 90px;
  float: left;
  margin: 0 12px 0 0;
}
.bz5 {
  width: 220px;
  height: 90px;
  float: right;
}
.bz2 {
  width: 220px;
  float: right;
  margin: 15px;
}
.ggl {
  margin: 0 0 15px 0;
  text-align: center;
}
.white {
  margin: 0 0 15px 0;
}
.boxtitle {
  font-weight: bold;
}
.txtad {
  font-size: 11px;
  line-height: 13px;
}
.txttitle {
  margin: 5px 0 0 0;
}
.txttitle a {
  color: #cc0000;
  text-decoration: none;
}
.txtbody {
  color: #666666; 
}
.bz3 {
  text-align: center;
}
.bz3 images {
  width: 930px;
  height: 200px;
}
.bz4 {

}
.728x90 {
  width: 960px;
  height: 110px;
  background-color: #f5f5f5;
  
}
.b7 {
  text-align: center;
  padding: 67px 10px 10px 10px;
  background-color: #f5f5f5;
}



/* ==========================================================================
   Навигация blockpro */
/* ========================================================================== */

  .bp-pager {
    margin: 20px 0 0 0;
  }
  .bp-pager:before,
  .bp-pager:after {
    content: " ";
    display: table;
  }
  .bp-pager:after {
    clear: both;
  }
  .bp-pager [data-page-num],
  .bp-pager .current {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #999999;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 15px 8px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 5px 8px 3px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 7px;
  }
  .bp-pager [data-page-num]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .bp-pager [data-page-num]:hover,
  .bp-pager [data-page-num]:focus {
    color: #ffffff;
    background: #666666;
    text-decoration: none;
  }
  .bp-pager [data-page-num]:active {
    outline: 0;
  }

  .bp-pager .current {
    cursor: default;
    background: #c70000;
    -webkit-box-shadow: 0 2px 0 #940000;
    -moz-box-shadow: 0 2px 0 #940000;
    box-shadow: 0 2px 0 #940000;
  }
  /**
  * .base-loader - класс, добавляемый к блоку при аякс-загрузке
  */
  .base-loader {
    position: relative;
  }
  .base-loader:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9) url(../blockpro/base-loader.gif) 50% 50% no-repeat;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  /**
   * [data-favorite-id] - селектор favorites
   */

  [data-favorite-id] {
    cursor: pointer;
  }




/*---Комментарии---*/
.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
    background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment {
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #999999;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 0.9em;
    color: #999999;
    width: 100%;
    font-style: italic;
}

.bcomment .dtop .rcol ul {
    margin-top: 12px;
    padding-top: 4px;
    height: 36px;
    float: left;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    border-left: 1px solid #dedede;

}
.cmsep a {
  
} 

.reply a, .reply a b {
    height: 28px;
    background: #dedede;
}

.reply a {
    float: right;
    margin-top: 21px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

div.cominfo {
    position: relative;
    color: #666;
    font-size: 11px;
}

div.cominfo .thide {
    
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
}

.comedit ul li a {
    color: #9dc4e6;
}

.selectmass input {
    vertical-align: middle;
}

.signature {
    color: #93918d;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
}



/*---ratebox---*/
.ratebox {
    float: left;
    width: 115px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
    background: #f1f5f7 url("../images/ratebox.png");
}

.ratebox .rate {
    text-align: left;
    width: 85px;
    height: 17px;
    margin: 0 auto;
    overflow: hidden;
}
.ratebox2 {
	float: left;
	margin: 0 15px 0 0;
}

.ratebox3 {
  margin: 10px 0 10px 0;
  padding: 7px 0 0 0;
  border-top: 1px solid #dedede;
}
.rateq {
  font-style: italic;
  font-weight: bold;
  color: #666666;
  padding: 0 10px 0 0;
}
.ratebox ul, .ratebox ul li {
	float: left;
}

.ratebox2 ul, .ratebox2 ul li {
	float: left;
}

.ratebox3 ul, .ratebox3 ul li {
	float: left;
}

.storenumber, .basenavi, .maincont, .fullstory, .basecont {
    margin-bottom: 15px;
    text-align: justify;
}

.maincont images {
    padding: 5px;
    border: none;
}

.mlink {
    font-size: 0.9em;
    overflow: hidden;
    background: #f0f5f8 url("../images/mlink.png") repeat-x;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #cbdfe8;
    border-width: 1px 0;
}

.argcat {
    padding-left: 10px;
    background: url("../images/argcat.png") no-repeat 0 58%;
    color: #6c838e;
    margin-top: 12px;
}

.mlarrow {
    float: right;
    width: 50px;
    height: 40px;
    background: url("../images/mlinkarrow.png") no-repeat;
}

.tlink {
  font-size: 11px;
  color: #666666;
  line-height: 13px;
}
.tlink table {
  margin: 0 0 10px 0;
}
.tlink a {
  color: #333333;
  text-decoration: none;
}
.tlink a:hover {
  color: #cc0000;
}

.soc {
  text-align: center;
  margin: 7px 50px 0 0;
}
.soc img {
  margin: 0 3px;
}
a.facebook, a.google, a.vkontakte, a.twitter, a.odnoklassniki, a.blogger, a.youtube, a.rss, a.insta {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin: 0 3px;
}
a.facebook {
  background-image: url("../images/facebook.png");
}
a.facebook:hover {
  background-image: url("../images/facebook-on.png");
}
a.google {
  background-image: url("../images/google.png");
}
a.google:hover {
  background-image: url("../images/google-on.png");
}
a.vkontakte {
  background-image: url("../images/vkontakte.png");
}
a.vkontakte:hover {
  background-image: url("../images/vkontakte-on.png");
}
a.twitter {
  background-image: url("../images/twitter.png");
}
a.twitter:hover {
  background-image: url("../images/twitter-on.png");
}
a.odnoklassniki {
  background-image: url("../images/odnoklassniki.png");
}
a.odnoklassniki:hover {
  background-image: url("../images/odnoklassniki-on.png");
}
a.blogger {
  background-image: url("../images/blogger.png");
}
a.blogger:hover {
  background-image: url("../images/blogger-on.png");
}
a.youtube {
  background-image: url("../images/youtube.png");
}
a.youtube:hover {
  background-image: url("../images/youtube-on.png");
}
a.rss {
  background-image: url("../images/rss.png");
}
a.rss:hover {
  background-image: url("../images/rss-on.png");
}
a.insta {
  background-image: url("../images/insta.png");
}
a.insta:hover {
  background-image: url("../images/insta-on.png");
}

.mobile {
  float: right;
  margin: 5px 20px 0 0;
}
a.mob {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
}
.mobile a {
  background-image: url("../images/mobile.png");
}
.mobile a:hover {
  background-image: url("../images/mobile-on.png");
}

/*---login---*/
.userlog {
  float: right;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #f5f5f5;
  margin: 7px 15px 0 0;
}
.userlog a {
  color: #cccccc;
  text-decoration: none;
}
.userlog a:hover {
  color: #f5f5f5;
  text-decoration: none;
}
.userlog a.enter {
  color: #f5f5f5;
  text-decoration: none;
  padding: 1px 5px;
  margin: 0 4px 0 0;
  background-color: #cc0000;
}
.userlog a.enter:hover {
  color: #ffffff;
  background-color: #cc0000;
}
.userlog a.entered {
  color: #f5f5f5;
  text-decoration: none;
  padding: 1px 5px;
  margin: 0 4px 0 0;
  background-color: #cc0000;
}
.userlog a.entered:hover {
  color: #cc0000;
  background-color: #ffffff;
}
.userlog img {
  float: left;
  width: 17px;
  height: 17px;
}
.loginbox {
  display: inline;
}

.loginbox ul.loginbox {
    float: right;
    height: 27px;
}

ul.loginbox {
    line-height: 27px;
}

ul.loginbox li {
    margin: 0 0 0 0;
}

.loginbtn a {
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    width: 66px;
    padding-bottom: 17px;
    background: url("../images/loginbtn.png") no-repeat 50% 0;
}

.loginbtn a b {
    text-align: center;
    display: block;
    cursor: pointer;
    height: 26px;
    background-color: #db143d;
}

.loginbtn a:hover {
    background-position: 50% 100%;
}

.loginbtn a:hover b {
    background-color: #f1345d;
}

.logform li.lfield {
    margin-bottom: 10px;
}

.logform li.lbtn {
    text-align: center;
}

.logform li.lfield input {
    width: 265px;
}

.logform li.lfchek input {
    width: 13px;
    border: none;
    background: none;
}

.logform li.lfchek label {
    display: inline;
    margin-bottom: 0.2em;
}

ul.loginbox li {
    float: left;
}
ul.loginbox li a {
    color: #fff;
}
.userinfobox {
  
}
.userinfoava {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 10px 0 0;
}
.userinfoava img {
  border: 0;
  width: 100px;
  height: 100px;
}
.userinfolinks {

}
.userinfolinks a {
  color: #666666;
  text-decoration: none;
}
.userinfolinks a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.complain {
  text-align: right;
  font-size: 13px;
  border-top: 1px solid #ededed;
  margin: 15px 0;
  padding: 10px 0;
  font-family: 'PT Sans Narrow', sans-serif;
}
.complain a {
  color: #999;
  margin: 0 0 0 10px;
}
.complain a:hover {
  color: #666;
  text-decoration: none;
}

.scrollTop {
  background: url(../images/arrow-up.png) 0 0 no-repeat;  
  display: block;
  width: 33px;
  height: 89px;  
  position: fixed;
  bottom: 130px;
  left: 87%;  
  z-index: 5;
 }  
.scrollTop:hover {
  background-position: 0 -89px;
}


/* BLOGS */
.blogs-main {
  width: 930px;
  height: 160px;
  padding: 10px 0 0 0;
  margin: 15px;
  clear: both;
}
.blogs-head {
  text-align: center;
}
.blogs-main h1 {
  font-family: 'Georgia', sans-serif;
  font-size: 20px;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 10px 0;
}
.blogs-main h1 a {
  color: #333333;
  text-decoration: none;
}
.blogs-main ul {
  
}
.blogs-main li {
  display: block;
  float: left;
  width: 300px;
  height: 100px;
  margin: 0 10px 0 0;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blogs-main li:hover {
  opacity: 1.0;
}
.blogs-main li img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 10px 0 0;
  float: left;
}
.blog-author {
  font-family: 'Georgia', sans-serif;
  color: #cc0000;
  font-style: italic;
  font-size: 11px;
}
.blog-author a {
  color: #cc0000;
  text-decoration: none;
}
.blog-title {
  font-family: 'Georgia', sans-serif;
  margin: 2px 0;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
}
.blog-title a {
  color: #333333;
  text-decoration: none;
}
.blog-title a:hover {
  color: #000000;
  text-decoration: underline;
}
.blog-info {
  font-size: 11px;
  color: #999999;
}
.regblog {
  text-align: center;
  margin: 15px 0 0 0;
}
.regblog a {
  font-family: 'Georgia', sans-serif;
  font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.regblog a:hover {
  color: #666666;
}
.blog-authinfo {
  margin: 0 0 15px 0;
  height: 100px;
}
.blogs-photo {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 10px 0 0;
}
.blogs-photo img {
  border-radius: 50px;
}



/* tabs new */
.tabslist > div, .tabslist > input {display: none;}

.tabslist label {
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  line-height: 15px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  padding: 1px 4px;
}
.tabslist input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #cc0000;
  text-shadow: 1px 1px 2px #990000;
}

.tabslist > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.tabslist > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.tabslist > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
  margin: 10px 0 0 0;
  display: block;
}

.stickyoff {

}
.stickyon {
  z-index: 9999;
  position: fixed;
  left: 995;
  top: 0;
  bottom: 1000px;
  width: 220px;
}

#gotop {
  position: fixed;
  z-index: 1000;
  margin-left: 995px; /*позиция блока с кнопкой*/
}
#gotop a {
  display: block;
  width: 41px;
  height: 40px;
  background: url(../images/arrow-up.png) no-repeat center center;
}

.fombg {
  padding: 30px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
}
.mailuserror {
  padding: 10px 30px;
  background-color: #cc0000;
  border: 1px solid #990000;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
}
.mailusok {
  padding: 10px 30px;
  background-color: #00cc00;
  border: 1px solid #009900;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
}
.agree {
  padding: 0 0 10px 0;
  font-style: italic;
  color: #666666;
}
#mailus  {
  margin: 10px 0;
}
.mailtd1 {
  font-weight: bold;
}
.mailtd1 span, .mailspan span {
  color: #cc0000;
  font-size: 16px;
  padding: 0 3px;
}
.mailtd2 {
  padding: 3px 0 15px 0;
}
.mailtd2 input {
  padding: 5px 8px;
  font-size: 16px;
  font-style: italic;
  border: 1px solid #999999;
  border-radius:37px;
  color:#666666;
}
.mailusbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	height:37px;
	line-height:37px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 2px 0px #86ae47;
}
.mailusbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.mailusbutton:active {
	position:relative;
	top:1px;
}
.mailspan {
  font-style: italic;
  padding: 10px 0 0 0;
}

.pollanswer {
  padding: 0 0 10px 0;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(153, 153, 153, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #999999;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.inwidget {
  margin: 15px 0 0 0;
}

.commrul {
  background: #ff3019;
  background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
  background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
  background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
  background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
  background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  color: #ffffff;
  padding: 15px;
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.commrul a {
  color: #ffffff;
  text-decoration: none;
}


.boardlatest {
  margin: 30px 0 10px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #cccccc;
}
.boardlatest li {
  font-size: 12px;
  color: #333333;
  margin: 10px 0 10px 0;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  line-height: 14px;
}
.boardlatest p {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  text-align: center;
}
.boardlatest li a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.boardlatest li img {
  margin: 0 0 10px 0;
}
.boardlatest span {
  color: #cc0000;
  padding: 4px 0 0 0;
}

.fixed_link--telegram-group{
    display: block;
    background-image: url(../images/icon-telegram.png);
    position: fixed;
    background-size: cover;
    top: 15px;
    right: 40px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 10001;
    -webkit-animation: shake 6s infinite alternate;
    animation: shake 6s infinite alternate;
}
@-webkit-keyframes shake {
    5%, 45% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
    }
    10%, 40% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    15%, 25%, 35% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    20%, 30% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0);
    }
}
@keyframes shake {
    5%, 45% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
    }
    10%, 40% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    15%, 25%, 35% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    20%, 30% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0);
    }
}