html {
  box-sizing: border-box; }

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

.photo-album-in-list {
  margin: 1rem 0; }
  .photo-album-in-list img {
    float: left;
    margin-right: 1rem; }
  .photo-album-in-list span {
    float: left;
    line-height: 90px; }

body {
  background-color: #f4f4f4;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

form {
  margin: 0; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

img {
  border: 0; }

li {
  margin: 1rem 0; }

h1 {
  color: #256a32;
  font-weight: bold;
  line-height: 1.2; }

a {
  color: #000; }

a:hover {
  color: #8e8e8e;
  text-decoration: none; }

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

.header {
  background-color: #426e4f;
  background-image: url("/pix/u_bg2.png");
  background-repeat: repeat no-repeat; }
  .header img {
    max-width: 100%;
    width: 378px; }
  .header a {
    text-decoration: none; }

.header-ad-wrapper {
  display: inline-block; }

@media (max-width: 767px) {
  .header-ad-wrapper {
    display: none; } }
.header-menu {
  border: thin solid lightgray;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%; }
  .header-menu li {
    border-bottom: thin dotted gray;
    display: none;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: #e5e5e5;
    /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
    /* IE6-9 */
    background-repeat: repeat-x;
    /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5; }
    .header-menu li a {
      display: block;
      padding: 1rem; }

@media (min-width: 768px) {
  .header-menu li {
    display: table-cell;
    border-right: thin dotted gray;
    width: 1%; }
    .header-menu li.active {
      background: #dbdbdb; } }
.content-wrapper {
  max-width: 1650px;
  background-color: #ffffff;
  border: thin solid #cfcfcf;
  border-radius: 15px;
  padding: 2rem; }

.footer-inner {
  max-width: 1650px;
  padding-bottom: 1rem;
  padding-top: 1rem; }

@media (min-width: 1710px) {
  .content-wrapper {
    margin: 2rem auto; }

  .footer-inner {
    margin: 0 auto; } }
@media (max-width: 1709px) {
  .content-wrapper {
    margin: 2rem; }

  .footer-inner {
    margin: 0 2rem; } }
@media (min-width: 768px) {
  .header {
    padding-left: 1rem; } }
@media (min-width: 1280px) {
  .header {
    padding-left: 3rem; } }
.content-inner-wrapper {
  background-color: #f4f4f4;
  border: thin solid #cfcfcf;
  border-radius: 15px;
  margin: 1rem 0;
  padding: 1rem; }

.footer {
  background: url("/pix/d_bg.gif");
  background-color: #3a6c4d;
  background-repeat: repeat no-repeat;
  color: white; }

.footer-logo-col {
  float: left;
  width: 200px; }

.footer-menu-col {
  float: left;
  width: calc(100% - 500px); }

.counters {
  float: left;
  text-align: right;
  width: 300px; }

@media (max-width: 1024px) {
  .footer-logo-col,
  .footer-menu-col,
  .counters {
    text-align: left;
    width: 100%; } }
a.footer-link {
  color: white;
  font-size: 1rem;
  white-space: nowrap; }

.footer .copyright {
  font-size: 0.9rem;
  line-height: 1;
  margin: 1rem 0; }

.column-header {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: thin solid lightgray;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem 1rem; }

.in-list-title {
  font-size: 1.2rem;
  line-height: 1.3; }

.darkcyan .column-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5799a2+0,5799a2+3,5b9ea6+6,6fbac1+9,76c2c8+11,76c2c8+37,73bfc4+46,69b2b9+54,65abb3+57,5799a2+63,5799a2+99 */
  background: #5799a2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5799a2 0%, #5799a2 3%, #5b9ea6 6%, #6fbac1 9%, #76c2c8 11%, #76c2c8 37%, #73bfc4 46%, #69b2b9 54%, #65abb3 57%, #5799a2 63%, #5799a2 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5799a2 0%, #5799a2 3%, #5b9ea6 6%, #6fbac1 9%, #76c2c8 11%, #76c2c8 37%, #73bfc4 46%, #69b2b9 54%, #65abb3 57%, #5799a2 63%, #5799a2 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5799a2 0%, #5799a2 3%, #5b9ea6 6%, #6fbac1 9%, #76c2c8 11%, #76c2c8 37%, #73bfc4 46%, #69b2b9 54%, #65abb3 57%, #5799a2 63%, #5799a2 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5799a2', endColorstr='#5799a2',GradientType=0 );
  /* IE6-9 */ }

.darkcyan .in-list-title {
  color: darkcyan; }

.darkcyan .in-list-item:nth-child(odd) {
  background-color: #eef5f6; }

.darkolivegreen .column-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76883d+0,76883d+3,788c40+6,8ca14a+9,91a64d+11,91a64d+57,8ca14a+60,788c40+63,76883d+66,76883d+99 */
  background: #76883d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76883d 0%, #76883d 3%, #788c40 6%, #8ca14a 9%, #91a64d 11%, #91a64d 57%, #8ca14a 60%, #788c40 63%, #76883d 66%, #76883d 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76883d 0%, #76883d 3%, #788c40 6%, #8ca14a 9%, #91a64d 11%, #91a64d 57%, #8ca14a 60%, #788c40 63%, #76883d 66%, #76883d 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76883d 0%, #76883d 3%, #788c40 6%, #8ca14a 9%, #91a64d 11%, #91a64d 57%, #8ca14a 60%, #788c40 63%, #76883d 66%, #76883d 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76883d', endColorstr='#76883d',GradientType=0 );
  /* IE6-9 */ }

.darkolivegreen .in-list-title {
  color: darkolivegreen; }

.darkolivegreen .in-list-item:nth-child(odd) {
  background-color: #f4f7ed; }

.whitegloss .column-header {
  color: black;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.whitegloss .in-list-item {
  border-left: 0.5rem solid orange; }

.columns {
  box-sizing: inherit;
  margin-right: -1rem;
  margin-left: -1rem; }

.column {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }

.column-onethird {
  width: 100%; }

.column-twothird {
  width: 100%; }

@media (min-width: 1024px) {
  .column-onethird {
    width: 33.333%; }

  .column-twothird {
    width: 66.666%; } }
.in-list-item {
  border: thin solid lightgray;
  border-radius: 5px;
  margin: 1rem 0;
  padding: 1rem; }

.time-container {
  background-image: url("/pix/ico_time.gif");
  background-position: left;
  background-repeat: no-repeat; }

.article .time-container {
  margin: 1rem 0; }

.time {
  font-size: .9rem;
  float: left;
  margin-left: 25px; }

.time span {
  color: #8e8e8e; }

a.in-list-anons {
  text-align: justify;
  text-decoration: none; }

.in-list-anons img {
  float: left;
  margin-right: .5rem; }

.in-list-item a {
  display: block;
  margin: 0.5rem 0; }

@media (max-width: 639px) {
  .static-fragment {
    max-width: 600px;
    overflow: hidden; } }
.error {
  color: red;
  line-height: 2em;
  border: 1px solid red;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px; }

.article {
  text-align: justify;
  width: 100%; }

.article > p > img {
  max-width: 100%; }

.inserted-image {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-width: 100%; }
  .inserted-image img {
    margin-right: 1rem;
  max-width: 100%;}
  .inserted-image div {
    color: #ccc;
    font-size: small;
    font-style: italic; }

@media (max-width: 1500px) {
  .inserted-image {
    float: none; }

  .inserted-image {
    margin-bottom: 0;
    margin-right: 0; }

  .inserted-image img {
    float: none;
    margin-right: 0;
    max-width: 100%; } }
@media (min-width: 1280px) {
  .article .float-ad {
    float: left;
    margin-bottom: 1rem;
    margin-right: 1rem; } }
.author-under-article {
  font-weight: bold; }

@media (max-width: 767px) {
  .in-text-ad {
    display: none; } }
@media (min-width: 768px) {
  .mobile-in-text-ad {
    display: none; } }
#vk_comments {
  margin: 2rem 0; }

.pagination {
  margin: 1rem auto; }
  .pagination a {
    display: inline-block;
    padding: .5rem 1rem; }

.page-selected {
  background-color: #3a6c4d;
  color: #fff;
  padding: .5rem 1rem; }

/*# sourceMappingURL=electorat.css.map */
