@charset "UTF-8";

/*
div {
    border: 1px solid rgba(128, 128, 128, 0.8);
    background: rgba(128, 128, 128, 0.01);
}
body {
    background: rgba(127, 255, 0, 0.02);
}
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.html {
  position: relative;
  min-height: 100%;
}

.load {
  background: none !important;
  z-index: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

h1 {
  font-size: 24px;
  margin: 5px;
}

.content h2 {
  font-size: 22px;
  margin: 10px 5px 5px;
  color: #FFF;
  padding: 8px;
}

.content h3 {
  font-size: 20px;
  margin: 10px 5px 5px;
  color: #FFF;
  padding: 8px;
}

a {
  text-decoration: none;
}

p,
.content a,
.content li,
.post-sources,
.post-sources a,
.content ol li {
  font-family: Arial, "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

body,
.content-headers a {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
}

body,
header,
.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.header-rows,
.header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

header,
footer,
.header {
  width: 100%;
}

.header {
  height: 60px;
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 30px;
}

.logo-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.logo > .logo-block > .logo-desc {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}

.logo > .logo-block > .logo-name {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .header-rows,
  .general-container,
  .footer-rows {
    width: 100%;
  }

  .logo {
    padding-left: 10px;
  }
}

@media (max-width: 1320px) {
  .logo {
    padding-left: 10px;
  }

  .header-search {
    padding-right: 10px;
  }
}

@media (min-width: 1280px) {
  .header-rows,
  .general-container,
  .footer-rows {
    width: 1280px;
  }
}

.header-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.header-menu {
  width: 80%;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .general-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 14px -3px rgba(15, 15, 15, 0.5);
  }

  .sidebar {
    width: 300px;
  }

  .main-section {
    width: calc(100% - 310px);
    box-shadow: 2px 0 8px -3px rgba(15, 15, 15, 0.5);
  }

  .post-similar-row {
    width: calc(100% - 2px - 50%);
  }

  .post-similar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .header-search-mobile {
    display: none;
  }

  .logo {
    width: 40%;
  }
}

@media (max-width: 1023px) {
  .general-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-section,
  sidebar {
    width: 100%;
  }

  .post-similar-row {
    width: 100%;
  }

  .post-similar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .header-search {
    display: none;
  }

  .sidebar {
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .header-menu {
    width: 60%;
  }

  .logo {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .logo-desc {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  .header-menu {
    width: 60%;
  }

  .logo {
    width: 40%;
  }
}

@media (max-width: 499px) {
  .header-menu {
    width: 10%;
  }

  .logo {
    width: 90%;
  }

  .header-nav {
    display: none;
  }
}

.header-search-mobile {
  padding-right: 10px;
}

.general-container {
  margin: 1px 0 0 0;
}

.similar-article {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.similar-article > .similar-article-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
}

.similar-article {
  padding: 5px;
  min-height: 70px;
  height: 100px;
}

.similar-article > .similar-article-title {
  line-height: 14px;
  width: 70%;
}

.similar-article img {
  float: left;
  max-width: 90px;
  margin-right: 5px;
  max-height: 90px;
}

.post-image,
.post-image > figure > img {
  width: 100%;
}

.post-image > figure {
  padding: 0 !important;
}

.post-img-info {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: -26px;
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
}

.post-no-img-info {
  margin-top: 0px !important;
}

.posted-at,
.post-views {
  padding: 4px 5px 4px 5px;
  font-size: 14px;
}

.line {
  margin-top: 5px;
  margin-bottom: 5px;
}

.content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

figure {
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

figcaption:before {
  content: "\424\43E\442\43E: ";
}

figcaption {
  color: #828282;
  text-align: center;
}

.block-title {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}

.content p {
  margin: 10px;
}

.similar-article {
  margin: 2px;
  transition: all 0.3s;
}

.similar-article a {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}

.content-headers {
  padding: 10px;
  margin: 15px 5px;
}

.content-headers a {
  font-size: 13px;
  font-weight: 600;
}

.content ul:not(.content-h),
.content ol:not(.content-h) {
  padding: 10px 10px 10px 20px;
  border-radius: 0px 10px 10px 0px;
  margin: 20px 10px;
  line-height: 25px;
}

.content-h li {
  line-height: 15px !important;
}

.post-sources {
  padding: 10px;
}

.content-author {
  padding: 10px;
}

.author-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
}

.author-avatar {
  margin-right: 10px;
}

.author-avatar-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100%;
}

.author-name {
  font-weight: 700;
}

.author-date {
  font-size: 14px;
}

.author-comment {
  margin-top: 10px;
  font-weight: 600;
}

.post-other {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.post-other img {
  min-width: 70px;
  max-width: 120px;
}

.post-other-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
}

.post-other-desc > .desc {
  padding-left: 10px;
  font-weight: 800;
}

.post-other-desc a {
  font-weight: 600;
}

.sidebar-title {
  color: #FFF;
  height: 20px;
  padding: 5px 10px;
}

.sidebar-content {
  padding: 10px;
}

.header-nav > li {
  padding: 5px;
}

.content-h li:before,
.content ul > li:before {
  font-family: Font Awesome\ 5 Free !important;
  content: "\F0DA";
  margin-right: 15px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.content-h li {
  display: block;
  padding-left: 15px;
}

.content-h {
  padding-top: 10px;
}

.sidebar-row {
  margin-bottom: 5px;
}

.sticky {
  position: fixed;
}

.stop {
  position: relative;
}

.footer-rows {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5px;
  box-shadow: 0 0 14px -3px rgba(15, 15, 15, 0.5);
}

.footer-copy {
  padding: 10px;
  font-size: 14px;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-column {
  padding: 10px;
  min-width: 30%;
}

.info-url {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-column a {
  font-size: 14px;
}

.category-posts-rows {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.post-row {
  margin-top: 10px;
  box-shadow: 0 0 14px -3px rgba(15, 15, 15, 0.5);
}

.post-row-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.post-row-header > h2 {
  font-size: 18px;
  margin: 10px;
}

.post-row-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}

.post-row-data-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
}

.post-row-category {
  font-size: 12px;
  margin-top: 5px;
}

.post-row-autor {
  margin-right: 5px;
}

@media (min-width: 600px) {
  .post-row-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-row-img {
    width: 30%;
  }

  .post-row-img > a > img {
    width: 100%;
  }

  .post-row-body {
    width: 70%;
  }
}

@media (max-width: 599px) {
  .post-row-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .post-row-img {
    width: 100%;
  }

  .post-row-img > a > img {
    width: 100%;
  }

  .post-row-body {
    width: 100%;
  }
}

.post-row-detail {
  display: block;
  padding: 10px;
}

.post-row-detail a {
  transition: all 0.2s ease-in;
}

.post-row-body p {
  padding: 10px;
  margin: 0;
  line-height: 20px;
}

.nav-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  height: 80px;
}

.page-item > a,
.page-item > span {
  padding: 6px 12px;
}

.page-item > a:hover {
  text-decoration: none;
  cursor: pointer;
}

.page-item > disabled > a,
.page-item > disabled > span {
  opacity: 0.5;
}

.sidebar-new-post {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 5px 5px 0px;
  transition: all 0.3s;
}

.sidebar-new-post img {
  float: left;
  margin-right: 5px;
  max-width: 90px;
}

.sidebar-new-post:hover,
.similar-article:hover {
  text-decoration: none;
  cursor: pointer;
}

.header-search input {
  border-radius: 10px;
  padding: 2px 5px 2px 5px;
}

.no-posts {
  padding: 5px 10px;
}

.post-other {
  margin: 10px 0px !important;
}

.post-other a {
  margin-left: 10px !important;
}

.post-other img {
  margin: 0 0 0 -10px !important;
}

.article-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 5px;
}

.no-disp {
  display: none;
}

.feedback-form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.feedback-form-group label {
  margin: 5px 0;
  font-weight: 600;
}

.feedback-form-group input {
  margin: 5px 0;
}

.feedback-form-group textarea,
.feedback-form-group input {
  width: 100%;
}

.feedback-form-group .alert-success {
  color: #126d32;
  background-color: #d3f6df;
  border-color: #c1f2d2;
  padding: 10px;
  margin: 5px 0;
}

.feedback-form-group .alert-success .close {
  display: none;
}

.feedback-form-row {
  box-shadow: 0 0 14px -3px rgba(15, 15, 15, 0.5);
  margin: 5px;
}

.input-search {
  width: 50%;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid gray;
}

.search-full {
  padding: 10px;
}

.search-full button {
  border-radius: 10px;
  padding: 5px;
  background: #FFF;
  border: 1px solid gray;
}

.content ol li {
  margin-left: 15px;
}

.categories-nav {
  padding: 10px;
}

.categories-nav-list ul {
  margin-left: 15px;
}

.categories-nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.categories-nav-list > li > a {
  font-weight: 600;
}

.social-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.social-share-rows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social-share-h {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 450px) {
  .soc-share {
    font-size: 30px;
    color: #FFF !important;
    padding: 5px 20px;
    border-radius: 10px;
    width: 50px;
    text-align: center;
    margin: 2px 10px;
    transition: all 0.3s;
  }
}

.soc-share:hover {
  opacity: 0.8;
  cursor: pointer;
  filter: "alpha(opacity=80)";
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.social-share-rows .vk {
  background: #587e9f;
}

.social-share-rows .fb {
  background: #5a80b1;
}

.social-share-rows .ok {
  background: #f2720c;
}

.social-share-rows .twitter {
  background: #24aadd;
}

@media (max-width: 449px) {
  .soc-share {
    font-size: 20px;
    color: #FFF !important;
    padding: 2px 10px;
    border-radius: 10px;
    width: 30px;
    text-align: center;
    margin: 2px 5px;
    transition: all 0.3s;
  }
}

.entry-content table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.entry-content table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background-color: transparent;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}

.entry-content table th,
.entry-content table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.user-profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.user-profile > .user-image {
  margin-right: 10px;
}

.content iframe {
  width: 100%;
  min-height: 450px;
}

@media (max-width: 599px) {
  .content iframe {
    width: 100%;
    min-height: 250px;
  }
}

@media (min-width: 600px) {
  .content iframe {
    width: 100%;
    min-height: 450px;
  }
}

@media (max-width: 1023px) {
  .info-responsibility {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .info-responsibility {
    max-width: 30%;
  }
}

.info-responsibility {
  font-size: 12px;
}

body {
  color: #333;
}

.content h2,
.content h3 {
  background: #3092c0;
}

.ggc {
  background: #3092c0;
  background-image: linear-gradient(to bottom, #3298c8, #337ab7);
}

.bgg {
  color: #FFF;
  background: #24934e;
  background-image: linear-gradient(to bottom, #5e9c39, #24934e);
}

.logo,
.header-search-mobile,
.header-search-mobile > a,
.header-search-mobile > a:hover {
  color: #FFF;
}

.similar-article {
  border: 1px solid rgba(48, 146, 192, 0.6);
}

.similar-article:hover {
  color: #e66212;
  border: 1px solid #3092c0;
  background: rgba(242, 242, 242, 0.2);
}

.trail-items::after {
  /* Градиент */
  background: linear-gradient(to right, rgba(48, 146, 192, 0.2), #3092c0 100%);
}

.breadcrumbs a,
.breadcrumbs span {
  color: #FFF;
}

.line {
  border-bottom: 1px solid #3092c0;
}

figure {
  background-color: #eaeaea;
}

a {
  color: #337ab7;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #FFF;
}

.content-headers {
  background: #f9f9f9;
  border: 1px solid #aaa;
}

.content ul:not(.content-h),
.content ol:not(.content-h) {
  background-color: rgba(248, 83, 56, 0.03);
  border-left: 4px solid #3092c0;
}

.author-box {
  border: 1px solid #3092c0;
}

.post-other {
  background-color: rgba(248, 83, 56, 0.03);
  border-left: 4px solid #24934e;
}

.sidebar-row {
  box-shadow: 0 0 14px -3px rgba(15, 15, 15, 0.5);
}

.header-nav > li > a {
  color: #FFF;
}

.content-h li:before,
.content li:before {
  color: #3092c0;
}

.logo .hamburger-icon > span:hover,
.header-search-mobile a:hover {
  color: #ff4e0f;
  cursor: pointer;
}

.logo-name > a,
.logo-name > a:hover {
  color: #FFF;
}

.footer-copy {
  color: #FFF;
}

.post-row-header > h2 > a {
  color: #FFF;
}

.post-row-data {
  border-top: 1px solid #3092c0;
}

.post-row-detail {
  color: #FFF;
}

.post-row-detail:hover {
  color: #FFF;
  text-decoration: none;
  background: #3076C0;
  background-image: linear-gradient(to bottom, #307DC0, #3466B8);
}

.page-item > a,
.page-item > span {
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > .active > span {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #FFF;
}

.page-item > a:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #000;
}

.sidebar-new-post {
  border-bottom: 1px solid rgba(120, 120, 120, 0.4);
}

.sidebar-new-post:hover {
  color: #e66212;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2);
  background: rgba(242, 242, 242, 0.2);
}

.header-search input:hover {
  border: 1px solid #e66212;
}

.header-search input {
  border: 1px solid #FFF;
}

.header-search button {
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 10px;
}

.header-search button:hover {
  border: 1px solid #e66212;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2);
}

.social-share {
  border: 6px solid #efede7;
}

.trail-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.trail-items {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  padding: 5px;
  /* Поля */
  position: relative;
  /* Относительное позиционирование */
  margin: 0;
}

.trail-items::after {
  content: "";
  /* Выводим элемент */
  position: absolute;
  /* Абсолютное позиционирование */
  right: 0;
  top: 0;
  /* Положение элемента */
  width: 40px;
  /* Ширина градиента*/
  height: 100%;
  /* Высота родителя */
}

.breadcrumbs ul li {
  list-style-type: none;
  padding: 2px 4px;
  font-size: 14px;
}

.trail-items > li + li:before {
  padding: 2 2px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.nav__list li > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
  width: 300px;
}

.nav-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.nav-header > span {
  color: #FFF;
  font-weight: 600;
  padding-left: 10px;
}

.nav {
  max-height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  box-shadow: 0 0 24px -3px rgba(255, 255, 255, 0.05);
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#hamburger-checkbox {
  display: none;
}

.hamburger-icon span {
  display: block;
  color: #FFF;
  position: relative;
}

.hamburger-icon span:after,
.hamburger-icon span:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
}

#hamburger-checkbox:checked ~ .nav {
  width: 300px;
  max-height: 99999px;
  -webkit-transition: max-height 2s;
  position: absolute;
  background: #337ab7;
  -webkit-animation: fade-opacity-in 0.8s none;
          animation: fade-opacity-in 0.8s none;
}

#hamburger-checkbox:checked ~ .back-full {
  display: block;
  -webkit-animation: fade-opacity-in 0.8s none;
          animation: fade-opacity-in 0.8s none;
}

#hamburger-checkbox:checked ~ .hamburger-icon span {
  background-color: rgba(0, 0, 0, 0);
}

#hamburger-checkbox:checked ~ .hamburger-icon span:before,
#hamburger-checkbox:checked ~ .hamburger-icon span:after {
  margin-top: 0px;
}

.nav a,
.nav label {
  display: block;
  padding: 0.85rem;
  color: #fff;
  background: #337ab7;
  transition: all 0.2s ease-in;
}

.nav-header > label {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.nav a {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.nav div > a {
  width: 100%;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.nav div > label {
  width: 20px;
  padding-right: 20px;
}

.nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover {
  color: #FFF;
  background: #2b82ac;
}

.nav label {
  cursor: pointer;
}

/**
 * Styling first level lists items
 */

.group-list a,
.group-list label {
  background: #397ab7;
}

.group-list a {
  padding-left: 25px;
}

.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Styling second level list items
 */

.sub-group-list a,
.sub-group-list label {
  background: #397ab7;
}

.sub-group-list a {
  padding-left: 35px;
}

.sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Styling third level list items
 */

.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 45px;
  background: #397ab7;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Hide nested lists
 */

.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
}

.nav__list input[type=checkbox]:checked + div + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

label > span {
  float: right;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.nav__list input[type=checkbox]:checked + div > label > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.back-full {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

@media (max-width: 800px) {
  .nav,
  .nav__list li > div {
    width: 100% !important;
  }
}

.sidebar-nav__list li > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
  width: 300px;
}

.sidebar-nav-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sidebar-nav-header > span {
  color: #337ab7;
  font-weight: 600;
  padding-left: 10px;
}

.sidebar-nav {
  width: 100%;
  max-height: 9999px;
  -webkit-transition: max-height 2s;
  -webkit-animation: fade-opacity-in 0.8s none;
          animation: fade-opacity-in 0.8s none;
  box-shadow: 0 0 24px -3px rgba(255, 255, 255, 0.05);
  margin: 0 -10px 0 -10px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#hamburger-checkbox {
  display: none;
}

#hamburger-checkbox:checked ~ .hamburger-icon span {
  background-color: rgba(0, 0, 0, 0);
}

#hamburger-checkbox:checked ~ .hamburger-icon span:before,
#hamburger-checkbox:checked ~ .hamburger-icon span:after {
  margin-top: 0px;
}

.sidebar-nav a,
.sidebar-nav label {
  display: block;
  padding: 3px 5px 3px 15px;
  color: #337ab7;
  transition: all 0.2s ease-in;
}

.sidebar-nav-header > label {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sidebar-nav a {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sidebar-nav div > a {
  width: 100%;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sidebar-nav div > label {
  width: 20px;
  padding-right: 20px;
}

.sidebar-nav a:focus,
.sidebar-nav a:hover,
.sidebar-nav label:focus,
.sidebar-nav label:hover {
  color: #FFF;
  background: #2b82ac;
}

.sidebar-nav label {
  cursor: pointer;
}

/**
 * Styling first level lists items
 */

.sidebar-grouplist a {
  padding-left: 25px;
}

.sidebar-grouplist a:focus,
.sidebar-grouplist a:hover,
.sidebar-grouplist label:focus,
.sidebar-grouplist label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Styling second level list items
 */

.sub-sidebar-grouplist a {
  padding-left: 35px;
}

.sub-sidebar-grouplist a:focus,
.sub-sidebar-grouplist a:hover,
.sub-sidebar-grouplist label:focus,
.sub-sidebar-grouplist label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Styling third level list items
 */

.sub-sub-sidebar-grouplist a,
.sub-sub-sidebar-grouplist label {
  padding-left: 45px;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sub-sub-sidebar-grouplist a:focus,
.sub-sub-sidebar-grouplist a:hover,
.sub-sub-sidebar-grouplist label:focus,
.sub-sub-sidebar-grouplist label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Hide nested lists
 */

@media (max-width: 1023px) {
  .sidebar-grouplist,
  .sub-sidebar-grouplist,
  .sub-sub-sidebar-grouplist {
    width: 100%;
  }

  .sidebar-nav__list li > div {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .sidebar-grouplist,
  .sub-sidebar-grouplist,
  .sub-sub-sidebar-grouplist {
    width: 300px;
  }

  .sidebar-nav__list li > div {
    width: 300px;
  }
}

.sidebar-grouplist,
.sub-sidebar-grouplist,
.sub-sub-sidebar-grouplist {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
}

.sidebar-nav__list input[type=checkbox]:checked + div + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

label > span {
  float: right;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.sidebar-nav__list input[type=checkbox]:checked + div > label > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-nav a,
.sidebar-nav span {
  font-size: 14px;
}

.sidebar-nav__list > li > a,
.sidebar-nav__list > li > div > a {
  font-weight: 600;
}

.sidebar-nav a:hover {
  text-decoration: none;
}

.topmenu-nav__list li > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
  width: 300px;
}

.topmenu-nav-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.topmenu-nav-header > span {
  color: #337ab7;
  font-weight: 600;
  padding-left: 10px;
}

.topmenu-nav {
  width: 100%;
  max-height: 9999px;
  -webkit-transition: max-height 2s;
  -webkit-animation: fade-opacity-in 0.8s none;
          animation: fade-opacity-in 0.8s none;
  box-shadow: 0 0 24px -3px rgba(255, 255, 255, 0.05);
  margin: 0 -10px 0 -10px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#hamburger-checkbox {
  display: none;
}

#hamburger-checkbox:checked ~ .hamburger-icon span {
  background-color: rgba(0, 0, 0, 0);
}

#hamburger-checkbox:checked ~ .hamburger-icon span:before,
#hamburger-checkbox:checked ~ .hamburger-icon span:after {
  margin-top: 0px;
}

.topmenu-nav a,
.topmenu-nav label {
  display: block;
  padding: 3px 5px 3px 15px;
  color: #337ab7;
  transition: all 0.2s ease-in;
}

.topmenu-nav-header > label {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.topmenu-nav a {
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.topmenu-nav div > a {
  width: 100%;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.topmenu-nav div > label {
  width: 20px;
  padding-right: 20px;
}

.topmenu-nav a:focus,
.topmenu-nav a:hover,
.topmenu-nav label:focus,
.topmenu-nav label:hover {
  color: #FFF;
  background: #2b82ac;
}

.topmenu-nav label {
  cursor: pointer;
}

/**
 * Styling first level lists items
 */

.topmenu-grouplist a {
  padding-left: 25px;
}

.topmenu-grouplist a:focus,
.topmenu-grouplist a:hover,
.topmenu-grouplist label:focus,
.topmenu-grouplist label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Styling second level list items
 */

.sub-topmenu-grouplist a {
  padding-left: 35px;
}

.sub-topmenu-grouplist a:focus,
.sub-topmenu-grouplist a:hover,
.sub-topmenu-grouplist label:focus,
.sub-topmenu-grouplist label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Styling third level list items
 */

.sub-sub-topmenu-grouplist a,
.sub-sub-topmenu-grouplist label {
  padding-left: 45px;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}

.sub-sub-topmenu-grouplist a:focus,
.sub-sub-topmenu-grouplist a:hover,
.sub-sub-topmenu-grouplist label:focus,
.sub-sub-topmenu-grouplist label:hover {
  color: #FFF;
  background: #2b82ac;
}

/**
 * Hide nested lists
 */

@media (max-width: 1023px) {
  .topmenu-grouplist,
  .sub-topmenu-grouplist,
  .sub-sub-topmenu-grouplist {
    width: 100%;
  }

  .topmenu-nav__list li > div {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .topmenu-grouplist,
  .sub-topmenu-grouplist,
  .sub-sub-topmenu-grouplist {
    width: 300px;
  }

  .topmenu-nav__list li > div {
    width: 300px;
  }
}

.topmenu-grouplist,
.sub-topmenu-grouplist,
.sub-sub-topmenu-grouplist {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
}

.topmenu-nav__list input[type=checkbox]:checked + div + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

label > span {
  float: right;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.topmenu-nav__list input[type=checkbox]:checked + div > label > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.topmenu-nav a,
.topmenu-nav span {
  font-size: 14px;
}

.topmenu-nav__list > li > a,
.topmenu-nav__list > li > div > a {
  font-weight: 600;
}

.topmenu-nav a:hover {
  text-decoration: none;
}

