@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import "font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Noto+Serif:400,700&subset=cyrillic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #272e36;
  background-image: url("/assets/img/concrete_seamless.png");
  background-repeat: repeat;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body#tinymce {
  background-image: none;
  background: #FFFFFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #d71119;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #900b10;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

img.grayscale {
  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");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.1;
  color: #272e36;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #475563;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px;
}

small,
.small {
  font-size: 87%;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.25;
}

dt {
  margin: 0 0 20px;
}

dd {
  margin-left: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: inherit;
  border-left: 5px solid #516172;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #6e8398;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 466px;
  min-width: 320px;
}

@media screen and (min-width: 480px) {
  .wrapper {
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 970px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1300px;
  }
}
/* grid system */
.grid {
  margin-left: auto;
  margin-right: auto;
}

*[class*=col-] {
  display: block;
  padding: 10px;
  float: left;
}

/* phones */
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

@media (max-width: 480px) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .xs-hide {
    display: inline !important;
  }

  .sm-hide {
    display: none !important;
  }
}
/* tablets */
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .xs-hide {
    display: inline !important;
  }

  .sm-hide {
    display: inline !important;
  }

  .md-hide {
    display: none !important;
  }
}
/* desktops */
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .xs-hide {
    display: inline !important;
  }

  .sm-hide {
    display: inline !important;
  }

  .md-hide {
    display: inline !important;
  }

  .lg-hide {
    display: none !important;
  }
}
.col-sm-offset-11 {
  margin-left: 91.6666666667%;
}

.col-sm-offset-10 {
  margin-left: 83.3333333333%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-8 {
  margin-left: 66.6666666667%;
}

.col-sm-offset-7 {
  margin-left: 58.3333333333%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-5 {
  margin-left: 41.6666666667%;
}

.col-sm-offset-4 {
  margin-left: 33.3333333333%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-2 {
  margin-left: 16.6666666667%;
}

.col-sm-offset-1 {
  margin-left: 8.3333333333%;
}

@media (min-width: 768px) {
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
}
.clear {
  clear: both;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

form {
  display: block;
  clear: both;
  min-height: 1px;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  margin: 0;
  display: block;
  width: 100%;
  display: block;
  float: left;
  padding: 6px 12px;
  background-color: #FFFFFF;
  color: #353f4a;
  border: 1px solid #6e8398;
}

body#tinymce {
  min-height: 700px;
}

@media (max-width: 479px) {
  input[type=text],
input[type=password],
input[type=email],
textarea {
    margin: 0 0 1em;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #6e8398;
  outline: 0px none;
}

*::-webkit-input-placeholder {
  color: #6e8398;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #6e8398;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #6e8398;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #6e8398;
}

input[type=checkbox],
input[type=radio] {
  outline-offset: -2px;
  margin-right: 1em;
}

input[type=file], select {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  color: #353f4a;
  border: 1px solid #6e8398;
}

.checkbox {
  text-align: left;
  padding: 0;
}

label {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  label {
    text-align: right;
    margin: 0;
    padding: 7px 0;
  }
}
.form-inline > .form-group > select {
  margin: 5px;
  width: inherit;
}

.form-inline > .btn {
  margin: 5px;
  padding: 9px 12px;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 30px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -25px;
}

label.css-label {
  text-align: left;
  padding: 0;
  background-image: url(/assets/img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

table > thead > tr > th {
  vertical-align: bottom;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

table > tbody > tr:nth-child(even) > td,
table > tbody > tr:nth-child(even) > th {
  background-color: #EEEEFF;
}

table > tbody > tr:nth-child(even) > td.gsc-input,
table > tbody > tr:nth-child(even) > td.gsc-clear-button,
table > tbody > tr:nth-child(even) > td.gsc-search-button,
table > tbody > tr:nth-child(even) > td.gsib_a,
table > tbody > tr:nth-child(even) > td.gsib_b {
  background: none;
}

th {
  text-align: left;
}

td, th {
  padding: 0;
}

td > a {
  text-decoration: underline;
}

.btn {
  float: left;
  display: block;
  padding: 7px 12px;
  margin-bottom: 1em;
  margin-left: 1px;
  background-color: #516172;
  border: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #d71119;
  color: #FFFFFF;
  text-decoration: none;
}

.header {
  background: #FFFFFF;
  padding: 0 14px 4px;
}

.header-logo {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.header-logo > a {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.header-logo > a > img {
  display: inline-block;
  float: left;
  margin: 2px;
  padding: 0;
  border: none;
  height: 60px;
  width: auto;
}

@media (max-width: 768px) {
  .header-logo > a > img {
    height: 36px;
    margin: 2px 0;
  }
}
.header-category {
  display: inline-block;
  float: left;
  line-height: 64px;
  margin: 0 10px;
  padding: 0;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #6e8398;
  overflow: hidden;
}

@media (max-width: 768px) {
  .header-category {
    font-size: 14px;
    line-height: 36px;
    margin: 2px 10px;
  }
}
.header-social {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}

.header-social > ul {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-social > ul > li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 14px 7px;
}

@media (max-width: 768px) {
  .header-social > ul > li {
    margin: 1px 1px;
  }
}
.header-social > ul > li:first-child {
  margin-left: 0;
}

.header-social > ul > li:last-child {
  margin-right: 0;
}

.header-social > ul > li > a {
  display: inline-block;
  float: left;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #6e8398;
  background: #FFFFFF;
}

.header-social > ul > li > a:hover,
.header-social > ul > li > a:active,
.header-social > ul > li > a:focus {
  color: #FFFFFF;
  background: #6e8398;
}

nav {
  display: block;
  position: relative;
  width: 100%;
}

.nav {
  background: #FFFFFF;
  box-shadow: 0px 2px 17px 0px rgba(35, 31, 32, 0.15);
  position: relative;
  z-index: 1000;
}

.snav {
  background: #FFFFFF;
}

.menu-horizontal {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

.smenu-horizontal {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

.menu-horizontal > ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smenu-horizontal > ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-horizontal > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.smenu-horizontal > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.menu-horisontal-right {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0;
}

.menu-horizontal > ul > li > a {
  float: left;
  line-height: 36px;
  text-align: center;
  font-family: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  color: #272e36;
  padding: 0 8px;
  margin: 3px;
}

.smenu-horizontal > ul > li > a {
  float: left;
  line-height: 36px;
  text-align: center;
  font-family: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  color: #272e36;
  padding: 0 8px;
  margin: 3px;
}

.menu-horizontal > ul > li:first-child > a {
  padding: 0 12px;
}

.menu-horizontal > ul > li > a:hover,
.menu-horizontal > ul > li > a:active,
.menu-horizontal > ul > li > a:focus {
  color: #FFFFFF;
  background: #d71119;
}

.smenu-horizontal > ul > li:first-child > a {
  padding: 0 12px;
}

.smenu-horizontal > ul > li > a:hover,
.smenu-horizontal > ul > li > a:active,
.smenu-horizontal > ul > li > a:focus {
  color: #FFFFFF;
  background: #d71119;
}

.menu-horizontal > a,
.menu-horisontal-right > a {
  margin: 3px;
  float: left;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-family: inherit;
  font-size: 0.875em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #272e36;
}

.menu-horizontal > a:hover,
.menu-horisontal-right > a:hover,
.menu-horizontal > a:active,
.menu-horisontal-right > a:active,
.menu-horizontal > a:focus,
.menu-horisontal-right > a:focus {
  color: #FFFFFF;
  background: #d71119;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.menu-horisontal-logo {
  display: none;
  float: left;
}

.menu-horisontal-logo > a > img {
  display: block;
  height: 36px;
  width: auto;
  padding: 0;
  margin: 3px;
}

.nav_menu {
  display: none;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  color: #272e36;
  box-shadow: 0 0 10px 0 black;
  z-index: 1002;
  height: 100%;
  overflow: auto;
}

.nav_menu > ul {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav_menu > ul > li {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.nav_menu > ul > li > a {
  color: #272e36;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 8px 24px;
  width: 100%;
  display: inline-block;
}

.nav_menu > ul > li > a:hover,
.nav_menu > ul > li > a:active,
.nav_menu > ul > li > a:focus,
.nav_menu > ul > li > a.active {
  color: #FFFFFF;
  background: #d71119;
}

.nav_menu_logo {
  background: #FFFFFF;
}

.nav_menu_logo:hover,
.nav_menu_logo:focus,
.nav_menu_logo:active {
  background: #FFFFFF !important;
}

.nav_menu_social {
  display: inline-block !important;
  float: left !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 1em 0.5em !important;
  width: inherit !important;
}

.nav_menu_social > li {
  display: inline-block !important;
  float: left !important;
  padding: 0 !important;
  margin: 0 !important;
  width: inherit !important;
}

.nav_menu_social > li > a {
  display: inline-block !important;
  line-height: 36px !important;
  width: 36px !important;
  text-align: center !important;
  margin: 3px !important;
  color: #6e8398 !important;
  background: #FFFFFF !important;
  padding: 0 !important;
}

.nav_menu_social > li > a:hover,
.nav_menu_social > li > a:focus,
.nav_menu_social > li > a:active {
  color: #FFFFFF !important;
  background: #6e8398 !important;
}

.page_shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}

#menu-list {
  display: none;
}

#smenu-list {
  display: none;
}

.smenu-life {
  color: #00A907 !important;
}

.smenu-life:hover,
.smenu-life:focus,
.smenu-life:active {
  background: #00A907 !important;
  color: #FFFFFF !important;
}

.search {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 8px;
  float: left;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .search-form > input[type=text] {
    width: 100% !important;
    margin-bottom: 0.5em !important;
  }

  .search-form > .btn {
    float: right !important;
  }
}
.search-form > input[type=text] {
  display: inline-block;
  float: left;
  width: inherit;
  margin: 0;
}

.search-form > .btn {
  box-shadow: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: inherit;
  color: #FFFFFF;
  background: #516172;
}

.search-form > .btn:hover,
.search-form > .btn:focus,
.search-form > .btn:active {
  background: #d71119;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  width: 100%;
  font-family: inherit !important;
  font-size: 1em !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
  font-size: 1em !important;
}

.article-top-double {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
}

@media (max-width: 479px) {
  .article-top-double {
    height: 360px;
  }
}
.article-top-double > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%);
}

.article-top-double-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

.article-top-double-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.article-top-double-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-top-double-author-name:hover, .article-top-double-author-name:active, .article-top-double-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.article-top-double-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.article-top-double-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.article-top-double-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.article-top-double-type {
  background: #d71119 !important;
}
.article-top-double-type:hover, .article-top-double-type:focus, .article-top-double-type:active {
  background: #516172 !important;
}

.article-top-double-type-dark {
  background: #860b0f !important;
}
.article-top-double-type-dark:hover, .article-top-double-type-dark:focus, .article-top-double-type-dark:active {
  background: #516172 !important;
}

.article-top-double-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-top-double-scope > header > a:hover, .article-top-double-scope > header > a:focus, .article-top-double-scope > header > a:active {
  background: #d71119;
}
.article-top-double-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.article-top-double-scope > h1 {
  font-size: 36px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

@media (max-width: 991px) {
  .article-top-double-scope > h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-top-double-scope > h1 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .article-top-double-scope > h1 {
    font-size: 24px;
  }
}
.article-top-double-scope > h1 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.article-top-double-scope > h1 > a:focus, .article-top-double-scope > h1 > a:hover, .article-top-double-scope > h1 > a:active {
  text-decoration: underline;
}

.article-top-double-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.article-top {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
}

.article-top > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, black 100%);
}

.article-top-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

@media (max-width: 479px) {
  .article-top-author-photo {
    width: 36px;
    height: 36px;
  }
}
.article-top-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.article-top-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-top-author-name:hover, .article-top-author-name:active, .article-top-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

@media (max-width: 479px) {
  .article-top-author-name {
    left: 56px;
  }
}
.article-top-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.article-top-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 70px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 0 7px black;
  font-size: 0.625em;
}

.article-top-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 0 7px black;
  font-size: 0.625em;
}

.article-top-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.article-top-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.article-top-type {
  background: #d71119 !important;
}
.article-top-type:hover, .article-top-type:focus, .article-top-type:active {
  background: #516172 !important;
}

.article-top-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-top-scope > header > a:hover, .article-top-scope > header > a:focus, .article-top-scope > header > a:active {
  background: #d71119;
}
.article-top-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.article-top-scope > h1 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 6px black;
}

.article-top-scope > h1 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.article-top-scope > h1 > a:focus, .article-top-scope > h1 > a:hover, .article-top-scope > h1 > a:active {
  text-decoration: underline;
}

.article-top-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.article-top-double-type-life {
  background: #00A907 !important;
}

.article-long {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  background: #FFFFFF;
}

@media (max-width: 479px) {
  .article-long {
    height: 380px;
  }
}
.article-long > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

@media (max-width: 899px) {
  .article-long > figure {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .article-long > figure {
    width: 240px;
  }
}
@media (max-width: 479px) {
  .article-long > figure {
    width: 100%;
    height: 180px;
  }
}
.article-long-figure-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-long-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #FFFFFF;
}

.article-long-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.article-long-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 46px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-long-author-name:hover, .article-long-author-name:active, .article-long-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.article-long-author-name-nophoto {
  top: 0px !important;
  left: 0px !important;
}

.article-long-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 56px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 0 7px black;
  font-size: 0.625em;
}

.article-long-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 0 7px black;
  font-size: 0.625em;
}

.article-long-scope {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  padding-left: 250px;
  vertical-align: middle;
}

@media (max-width: 899px) {
  .article-long-scope {
    padding-left: 190px;
  }
}
@media (max-width: 767px) {
  .article-long-scope {
    padding-left: 250px;
  }
}
@media (max-width: 479px) {
  .article-long-scope {
    padding-left: 10px;
    padding-top: 190px;
  }
}
.article-long-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0 0 34px;
  overflow: hidden;
  text-align: left;
}

.article-long-scope > header > a {
  display: block;
  float: left;
  color: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-long-scope > header > a:hover, .article-long-scope > header > a:focus, .article-long-scope > header > a:active {
  color: #d71119;
}
.article-long-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.article-long-scope > header > .article-top-double-type {
  color: #d71119 !important;
  background: none !important;
}
.article-long-scope > header > .article-top-double-type:hover, .article-long-scope > header > .article-top-double-type:focus, .article-long-scope > header > .article-top-double-type:active {
  color: #516172 !important;
}

.article-long-scope > h1 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 0;
  height: 76px;
  overflow: hidden;
  vertical-align: middle;
}

.article-long-scope > h1 > a {
  color: #272e36;
  text-decoration: none;
}
.article-long-scope > h1 > a:focus, .article-long-scope > h1 > a:hover, .article-long-scope > h1 > a:active {
  text-decoration: underline;
}

.article-long-scope > h1 > a.article-long-scope-selected {
  color: #d71119;
}

.article-long-scope > footer {
  font-size: 0.675em;
  width: 100%;
  text-align: right;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  line-height: 10px;
}

.article-long-scope > header > .article-top-double-type-life {
  color: #007B07 !important;
}

.article-blog-long {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
}

.article-blog-long-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 100px !important;
  height: 100px !important;
  border: 2px solid #FFFFFF;
}

.article-blog-long-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.article-blog-long-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-blog-long-author-name:hover, .article-blog-long-author-name:active, .article-blog-long-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.article-blog-long-author-name-nophoto {
  top: 0px !important;
  left: 0px !important;
}

.article-blog-long-scope {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  padding-left: 120px;
  vertical-align: middle;
}

.article-blog-long-scope > h1 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 30px 0 0;
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
}

.article-blog-long-scope > h1 > a {
  color: #272e36;
  text-decoration: none;
}
.article-blog-long-scope > h1 > a:focus, .article-blog-long-scope > h1 > a:hover, .article-blog-long-scope > h1 > a:active {
  text-decoration: underline;
}

.article-blog-long-scope > footer {
  color: #6e8398;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  line-height: 10px;
}

.article-double {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
}

.article-double > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
}

.article-double-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

.article-double-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.article-double-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-double-author-name:hover, .article-double-author-name:active, .article-double-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.article-double-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.article-double-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 70px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 0 7px black;
  font-size: 0.625em;
}

.article-double-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 0 7px black;
  font-size: 0.625em;
}

.article-double-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.article-double-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.article-double-type {
  background: #d71119 !important;
}
.article-double-type:hover, .article-double-type:focus, .article-double-type:active {
  background: #516172 !important;
}

.article-double-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-double-scope > header > a:hover, .article-double-scope > header > a:focus, .article-double-scope > header > a:active {
  background: #d71119;
}
.article-double-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.article-double-scope > h1 {
  color: #d71119;
  font-size: 36px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

@media (max-width: 991px) {
  .article-double-scope > h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-double-scope > h1 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .article-double-scope > h1 {
    font-size: 24px;
  }
}
.article-double-scope > h1 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.article-double-scope > h1 > a:focus, .article-double-scope > h1 > a:hover, .article-double-scope > h1 > a:active {
  text-decoration: underline;
}

.article-double-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.article-double-poll {
  display: block;
  float: left;
  margin: 0;
  padding: 1em;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 380px;
  background: #000000;
  overflow: auto;
}

.article-double-poll > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.article-double-poll-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  color: #FFFFFF;
  text-shadow: 0 0 7px black;
}

.article-double-poll-scope > h1 {
  font-size: 28px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

@media (max-width: 991px) {
  .article-double-poll-scope > h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-double-poll-scope > h1 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .article-double-poll-scope > h1 {
    font-size: 20px;
  }
}
.article_double_poll_box {
  display: block;
  width: 100%;
  margin: 4px 0 1em;
  height: 6px;
  float: left;
}

.article_double_poll_line {
  display: none;
  height: 6px;
  float: left;
  box-shadow: 0 0 7px black;
  background: #d71119;
}

.article-show {
  display: block;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  background: #FFFFFF;
}

@media (max-width: 479px) {
  .article-show > header > h1 {
    font-size: 24px;
  }
}
.article-show-type {
  background: #d71119 !important;
}
.article-show-type:hover, .article-show-type:focus, .article-show-type:active {
  background: #516172 !important;
}

.article-show-tags {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.article-show-tags > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-show-tags > a:hover, .article-show-tags > a:focus, .article-show-tags > a:active {
  background: #d71119;
}
.article-show-tags > a:first-child {
  margin: 0 2px 0 0;
}

.article-show-author {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

.article-show-author-photo {
  display: block;
  float: left;
  padding: 0;
  margin: 10px;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #6e8398;
}

.article-show-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.article-show-author-name {
  display: block;
  float: left;
  color: #516172;
  text-decoration: none;
  margin: 10px;
  padding: 0;
  line-height: 36px;
  height: 36px;
  font-size: 12px;
}
.article-show-author-name:hover, .article-show-author-name:active, .article-show-author-name:focus {
  color: #d71119;
  text-decoration: underline;
}

.article-show-stat {
  display: inline-block;
  float: right;
  color: #516172;
  margin: 10px;
  padding: 0;
  line-height: 36px;
  height: 36px;
  font-size: 12px;
}

.article-show-image {
  display: block;
  float: left;
  width: 100%;
}

.article-show-image > img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

.article-show-share {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 10px 0;
}

.article-show-share > a {
  display: inline-block;
  float: left;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 2px;
}

.article-show-left-container {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.article-show-tags-vert {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 0 10px;
}

.article-show-tags-vert > a {
  display: inline-block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0.75em 0.25em;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.article-show-tags-vert > a:hover, .article-show-tags-vert > a:focus, .article-show-tags-vert > a:active {
  background: #d71119;
}
.article-show-share-vert {
  display: inline-block;
  float: left;
  width: 42px;
}

.article-show-share-vert > a {
  display: inline-block;
  float: left;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin: 2px;
}

.article_image_full {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  border: 0;
}

.article_image_half {
  display: inline-block;
  float: left;
  width: 50%;
  height: auto;
  padding: 0;
  margin: 1em 1em 1em 0;
  border: 0;
}

.article_image_half_nomargin {
  display: inline-block;
  float: left;
  width: 50%;
  height: auto;
  padding: 0 1em;
  margin: 1em 0;
  border: 0;
}

.article_image_half_center {
  float: none;
  display: block;
  width: 50%;
  height: auto;
  padding: 0 1em;
  margin: 1em 0;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  clear: both;
}

.article_image_quoter {
  display: inline-block;
  float: left;
  width: 25%;
  height: auto;
  padding: 0;
  margin: 1em 1em 1em 0;
  border: 0;
}

.article_image_quoter_nomargin {
  display: inline-block;
  float: left;
  width: 25%;
  height: auto;
  padding: 0 1em;
  margin: 1em 0;
  border: 0;
}

.article_image_quoter_center {
  float: none;
  display: block;
  width: 25%;
  height: auto;
  padding: 0 1em;
  margin: 1em 0;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  clear: both;
}

.annonse-line {
  background: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.annonse-row {
  display: block;
  float: left;
  padding: 10px;
  margin: 0;
}

.loader {
  display: none;
  text-align: center;
  padding: 0 0 40px;
}

.article-album {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
}

.article-album > h1 {
  display: block;
  float: left;
  width: 100%;
  font-size: 36px;
  color: #516172;
}

@media (max-width: 479px) {
  .article-album > h1 {
    font-size: 24px;
  }
}
.article-album > h1 > a {
  color: #353f4a;
  text-decoration: none;
}
.article-album > h1 > a:hover, .article-album > h1 > a:active, .article-album > h1 > a:focus {
  text-decoration: underline;
}

.article-album > p {
  display: block;
  float: left;
  width: 100%;
  margin: 0 10px 10px;
}

.article-album > div > a > img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
}

.album-img-show-stat {
  display: inline-block;
  float: right;
  color: #516172;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.abtn {
  float: left;
  display: block;
  padding: 4px 9px;
  margin-bottom: 1em;
  margin-top: 1px;
  margin-right: 1px;
  background-color: #516172;
  border: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.675em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.abtn:hover, .abtn:active, .abtn:focus {
  background-color: #d71119;
  color: #FFFFFF;
  text-decoration: none;
}

#ishow-sections {
  background: #FFFFFF;
}

.ishow-article {
  display: block;
  float: left;
  background: #FFFFFF;
}

.ifull2 {
  display: block;
  float: left;
  margin: 14px;
}

.ishow_btn2 {
  display: inline-block;
  float: left;
  font-size: 1em;
  color: rgba(239, 239, 239, 0.75);
  padding: 4px 0;
  width: 32px;
  text-align: center;
  margin: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(239, 239, 239, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.ishow_btn2:hover,
.ishow_btn2:active,
.ishow_btn2:focus {
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
}

.annonse-block {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #6e8398;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  height: 180px;
}

.annonse-block > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.annonse-block-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 36px;
  height: 36px;
  border: 2px solid #FFFFFF;
}

.annonse-block-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.annonse-block-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 56px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.annonse-block-author-name:hover, .annonse-block-author-name:active, .annonse-block-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.annonse-block-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.annonse-block-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 56px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.annonse-block-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.annonse-block-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.annonse-block-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.annonse-block-type {
  background: #d71119 !important;
}
.annonse-block-type:hover, .annonse-block-type:focus, .annonse-block-type:active {
  background: #516172 !important;
}

.annonse-block-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.annonse-block-scope > header > a:hover, .annonse-block-scope > header > a:focus, .annonse-block-scope > header > a:active {
  background: #d71119;
}
.annonse-block-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.annonse-block-scope > h1 {
  color: #d71119;
  font-size: 20px;
  display: block;
  width: 100%;
  margin: 5px 0;
  text-shadow: 0 0 7px black;
}

.annonse-block-scope > h1 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.annonse-block-scope > h1 > a:focus, .annonse-block-scope > h1 > a:hover, .annonse-block-scope > h1 > a:active {
  text-decoration: underline;
}

.annonse-block-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.vertical-item {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: #FFFFFF;
}

.vertical-item > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.vertical-item-figure-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-item-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #FFFFFF;
}

.vertical-item-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.vertical-item-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 46px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-item-author-name:hover, .vertical-item-author-name:active, .vertical-item-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.vertical-item-author-name-nophoto {
  top: 0px !important;
  left: 0px !important;
}

.vertical-item-scope {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-top: 180px;
  vertical-align: middle;
}

.vertical-item-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.vertical-item-scope > header > a {
  display: block;
  float: left;
  color: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-item-scope > header > a:hover, .vertical-item-scope > header > a:focus, .vertical-item-scope > header > a:active {
  color: #d71119;
}
.vertical-item-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.vertical-item-scope > header > .article-top-double-type {
  color: #d71119 !important;
  background: none !important;
}
.vertical-item-scope > header > .article-top-double-type:hover, .vertical-item-scope > header > .article-top-double-type:focus, .vertical-item-scope > header > .article-top-double-type:active {
  color: #516172 !important;
}

.vertical-item-scope > h2 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 0;
  height: 76px;
  overflow: hidden;
  vertical-align: middle;
}

.vertical-item-scope > h2 > a {
  color: #272e36;
  text-decoration: none;
}
.vertical-item-scope > h2 > a:focus, .vertical-item-scope > h2 > a:hover, .vertical-item-scope > h2 > a:active {
  text-decoration: underline;
}

.vertical-item-scope > h1 > a.vertical-item-scope-selected {
  color: #d71119;
}

.vertical-item-scope > footer {
  color: #6e8398;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  line-height: 10px;
}

.horisontal-item {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: #FFFFFF;
}

.horisontal-item > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.horisontal-item-figure-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.horisontal-item-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #FFFFFF;
}

.horisontal-item-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.horisontal-item-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 46px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.horisontal-item-author-name:hover, .horisontal-item-author-name:active, .horisontal-item-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.horisontal-item-author-name-nophoto {
  top: 0px !important;
  left: 0px !important;
}

.horisontal-item-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 56px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.horisontal-item-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.horisontal-item-scope {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-top: 180px;
  vertical-align: middle;
}

.horisontal-item-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.horisontal-item-scope > header > a {
  display: block;
  float: left;
  color: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.horisontal-item-scope > header > a:hover, .horisontal-item-scope > header > a:focus, .horisontal-item-scope > header > a:active {
  color: #d71119;
}
.horisontal-item-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.horisontal-item-scope > header > .article-top-double-type {
  color: #d71119 !important;
  background: none !important;
}
.horisontal-item-scope > header > .article-top-double-type:hover, .horisontal-item-scope > header > .article-top-double-type:focus, .horisontal-item-scope > header > .article-top-double-type:active {
  color: #516172 !important;
}

.horisontal-item-scope > h2 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 0;
  height: 76px;
  overflow: hidden;
  vertical-align: middle;
}

.horisontal-item-scope > h2 > a {
  color: #272e36;
  text-decoration: none;
}
.horisontal-item-scope > h2 > a:focus, .horisontal-item-scope > h2 > a:hover, .horisontal-item-scope > h2 > a:active {
  text-decoration: underline;
}

.horisontal-item-scope > h1 > a.horisontal-item-scope-selected {
  color: #d71119;
}

.horisontal-item-scope > footer {
  color: #6e8398;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  line-height: 10px;
}

.horisontal-item-scope > header > .article-top-double-type-life {
  color: #007B07 !important;
}

.vertical-blog {
  display: block;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #6e8398;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  height: 180px;
}

.vertical-blog-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 36px;
  height: 36px;
  border: 2px solid #FFFFFF;
}

.vertical-blog-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.vertical-blog-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 56px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-blog-author-name:hover, .vertical-blog-author-name:active, .vertical-blog-author-name:focus {
  background: #d71119;
  text-decoration: underline;
}

.vertical-blog-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.vertical-blog-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.vertical-blog-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.vertical-blog-type {
  background: #d71119 !important;
}
.vertical-blog-type:hover, .vertical-blog-type:focus, .vertical-blog-type:active {
  background: #516172 !important;
}

.vertical-blog-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-blog-scope > header > a:hover, .vertical-blog-scope > header > a:focus, .vertical-blog-scope > header > a:active {
  background: #d71119;
}
.vertical-blog-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.vertical-blog-scope > h2 {
  font-size: 20px;
  display: block;
  width: 100%;
  margin: 5px 0;
  text-shadow: 0 0 7px black;
}

.vertical-blog-scope > h2 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.vertical-blog-scope > h2 > a:focus, .vertical-blog-scope > h2 > a:hover, .vertical-blog-scope > h2 > a:active {
  text-decoration: underline;
}

.vertical-blog-scope > footer {
  color: #FFFFFF;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.vertical-photo {
  display: block;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.vertical-photo > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.vertical-photo-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

.vertical-photo-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.vertical-photo-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-photo-author-name:hover, .vertical-photo-author-name:active, .vertical-photo-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.vertical-photo-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.vertical-photo-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.vertical-photo-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.vertical-photo-type {
  background: #d71119 !important;
}
.vertical-photo-type:hover, .vertical-photo-type:focus, .vertical-photo-type:active {
  background: #516172 !important;
}

.vertical-photo-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-photo-scope > header > a:hover, .vertical-photo-scope > header > a:focus, .vertical-photo-scope > header > a:active {
  background: #d71119;
}
.vertical-photo-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.vertical-photo-scope > h2 {
  color: #d71119;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

.vertical-photo-scope > h2 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.vertical-photo-scope > h2 > a:focus, .vertical-photo-scope > h2 > a:hover, .vertical-photo-scope > h2 > a:active {
  text-decoration: underline;
}

.vertical-photo-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.horisontal-photo {
  display: block;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.horisontal-photo > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.horisontal-photo-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

.horisontal-photo-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.horisontal-photo-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.horisontal-photo-author-name:hover, .horisontal-photo-author-name:active, .horisontal-photo-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.horisontal-photo-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.horisontal-photo-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 56px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.horisontal-photo-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.horisontal-photo-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.horisontal-photo-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.horisontal-photo-type {
  background: #d71119 !important;
}
.horisontal-photo-type:hover, .horisontal-photo-type:focus, .horisontal-photo-type:active {
  background: #516172 !important;
}

.horisontal-photo-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.horisontal-photo-scope > header > a:hover, .horisontal-photo-scope > header > a:focus, .horisontal-photo-scope > header > a:active {
  background: #d71119;
}
.horisontal-photo-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.horisontal-photo-scope > h2 {
  color: #d71119;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

.horisontal-photo-scope > h2 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.horisontal-photo-scope > h2 > a:focus, .horisontal-photo-scope > h2 > a:hover, .horisontal-photo-scope > h2 > a:active {
  text-decoration: underline;
}

.horisontal-photo-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.vertical-video {
  display: block;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
}

.vertical-video > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.vertical-video-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

.vertical-video-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.vertical-video-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-video-author-name:hover, .vertical-video-author-name:active, .vertical-video-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.vertical-video-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.vertical-video-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.vertical-video-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.vertical-video-type {
  background: #d71119 !important;
}
.vertical-video-type:hover, .vertical-video-type:focus, .vertical-video-type:active {
  background: #516172 !important;
}

.vertical-video-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.vertical-video-scope > header > a:hover, .vertical-video-scope > header > a:focus, .vertical-video-scope > header > a:active {
  background: #d71119;
}
.vertical-video-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.vertical-video-scope > h1 {
  color: #d71119;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

.vertical-video-scope > h1 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.vertical-video-scope > h1 > a:focus, .vertical-video-scope > h1 > a:hover, .vertical-video-scope > h1 > a:active {
  text-decoration: underline;
}

.vertical-video-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.horisontal-video {
  display: block;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
}

.horisontal-video > figure {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.75));
}

.horisontal-video-author-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
}

.horisontal-video-author-photo > img {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.horisontal-video-author-name {
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFFFFF;
  background: #516172;
  text-decoration: none;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.horisontal-video-author-name:hover, .horisontal-video-author-name:active, .horisontal-video-author-name:focus {
  background: #d71119;
  color: #FFFFFF;
}

.horisontal-video-author-name-nophoto {
  top: 0px !important;
  left: 10px !important;
}

.horisontal-video-author-descr {
  display: block;
  position: absolute;
  top: 18px;
  left: 56px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.horisontal-video-author-descr-nophoto {
  display: block;
  position: absolute;
  top: 18px;
  left: 10px;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.625em;
}

.horisontal-video-scope {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 424px;
  margin: 0;
  padding: 10px;
}

.horisontal-video-scope > header {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  text-align: left;
}

.horisontal-video-type {
  background: #d71119 !important;
}
.horisontal-video-type:hover, .horisontal-video-type:focus, .horisontal-video-type:active {
  background: #516172 !important;
}

.horisontal-video-scope > header > a {
  display: block;
  float: left;
  color: #FFFFFF;
  background: #516172;
  margin: 0 2px;
  padding: 0 6px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625em;
}
.horisontal-video-scope > header > a:hover, .horisontal-video-scope > header > a:focus, .horisontal-video-scope > header > a:active {
  background: #d71119;
}
.horisontal-video-scope > header > a:first-child {
  margin: 0 2px 0 0;
}

.horisontal-video-scope > h2 {
  color: #d71119;
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 20px 0;
  text-shadow: 0 0 7px black;
}

.horisontal-video-scope > h2 > a {
  color: #FFFFFF;
  text-decoration: none;
}
.horisontal-video-scope > h2 > a:focus, .horisontal-video-scope > h2 > a:hover, .horisontal-video-scope > h2 > a:active {
  text-decoration: underline;
}

.horisontal-video-scope > footer {
  color: #fafafb;
  font-size: 0.625em;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

.alert {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 0.25em 0;
  background-color: #FFFFFF;
}

.alert-success {
  border: 1px solid #55AA55;
  color: #55AA55;
}

.alert-warning {
  border: 1px solid #AAAA55;
  color: #AAAA55;
}

.alert-error,
.alert-danger {
  border: 1px solid #AA5555;
  color: #AA5555;
}

.alert p {
  padding: 0;
  margin: 0;
}

button.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
  background: 0;
  border: 0;
  -webkit-appearance: none;
  color: #212931;
}

button.close:hover {
  color: #F87F01;
}

.pagination {
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li > a {
  position: relative;
  float: left;
  padding: 10px 15px;
  margin-left: 1px;
  text-decoration: underline;
  color: #353f4a;
}

.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li > a:focus {
  text-decoration: none;
  color: #d71119;
}

.center {
  text-align: center;
}

.footer {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  height: 44px;
  overflow: hidden;
  z-index: 1001;
}

#footer-btn {
  display: inline-block;
  position: relative;
  width: 36px;
  text-align: center;
  background-color: #6e8398;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1002;
  margin-top: 10px;
}

#footer-btn > a {
  font-size: 1.6em;
  display: inline-block;
  line-height: 33px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

.footer-body {
  display: inline-block;
  position: relative;
  padding: 1em;
  width: 100%;
  background-color: #6e8398;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}

.footer-show {
  height: inherit;
}

#footer-shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}

.nav-footer {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-footer > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.nav-footer > li > a {
  display: block;
  line-height: 36px;
  padding: 0 8px;
  margin: 0 1px;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nav-footer > li > a:hover,
.nav-footer > li > a:focus,
.nav-footer > li > a:active,
.nav-footer > li > a.active {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-social {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
}

.footer-social > li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-social > li > a {
  display: inline-block;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin: 2px;
  color: #FFFFFF;
}

.footer-social > li > a:hover,
.footer-social > li > a:focus,
.footer-social > li > a:active {
  background-color: #FFFFFF;
  color: #6e8398;
}

.footer-copyright {
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.675em;
}

.footer-copyright > a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-copyright > a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.scrollToTop {
  display: none;
  position: fixed;
  bottom: 36px;
  right: 6px;
  z-index: 1001;
  -webkit-transform: translateZ(0);
  background-color: rgba(110, 131, 152, 0.9);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6em;
  line-height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer;
}

.scrollToTop:hover,
.scrollToTop:focus,
.scrollToTop:active {
  background-color: #6e8398;
  color: white;
}

#final-page {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1100;
}

.final-page-main {
  display: block;
  margin: 2em;
  padding: 2em;
  background: #FFFFFF;
}

.final-page-main > h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.final-page-main > ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.final-page-main > ul > li {
  display: inline-block;
  padding: 0;
  margin: 14px 7px;
}

@media (max-width: 768px) {
  .final-page-main > ul > li {
    margin: 14px 1px;
  }

  .final-page-main > h2 {
    font-size: 1.4em;
  }
}
.final-page-main > ul > li:first-child {
  margin-left: 0;
}

.final-page-main > ul > li:last-child {
  margin-right: 0;
}

.final-page-main > ul > li > a {
  display: inline-block;
  float: left;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

#final-close {
  display: block;
  position: fixed;
  top: 2em;
  right: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
}

iframe[src^="//disqusads"] {
  display: none;
}

iframe[src^="//tempest.services.disqus.com"] {
  max-height: 29px;
  overflow: hidden;
}

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