@font-face {
  font-family: PT Sans Narrow;
  font-style: normal;
  src: url(fonts/PTSansNarrow/PTSansNarrow.eot?#iefix) format("embedded-opentype"), url(fonts/PTSansNarrow/PTSansNarrow.woff) format("woff"), url(fonts/PTSansNarrow/PTSansNarrow.ttf) format("truetype")
}


@font-face {
  font-family: Open Sans Condensed;
  font-style: normal;
  src: url(fonts/OpenSansCondensed/OpenSansCondensed.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSansCondensed/OpenSansCondensed.woff) format("woff"), url(fonts/OpenSansCondensed/OpenSansCondensed.ttf) format("truetype")
}

@font-face {
            font-family: PT Sans;
            src: url("fonts/PTSansRegular.eot");
            src: url("fonts/PTSansRegular.eot?#iefix")format("embedded-opentype"),
            url("fonts/PTSansRegular.woff") format("woff"),
            url("fonts/PTSansRegular.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "PT Sans";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}
.mg_addad165677 {
    display: none!important;
}
div.mg_addad165677 {
    text-align: right;
    opacity: 0.5;
    margin-right: 10px;
    display: none!important;
    float: right;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "PT Sans";
  font-size: 16px;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

ul li {
  list-style: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: 100%;
  object-fit: cover;
  max-width: 100%; /* Adhere to container width. */
  top:0;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  width: 100%;
  border-bottom: 1px solid #3a77c1;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Шапка сайта (Header.php) */
header#masthead {
  border-bottom: 5px solid #0056ce;
  height: 164px;
}

header#masthead .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content {
  max-width: 1276px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-branding {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.flag {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: "PT Sans";
  margin-bottom: 10px;
  margin-right: 3px;
}

.flag img {
  margin-right: 5px;
  height: auto;
}

.flag span{
  width: 17px;
  height: 9px;
  display: block;
  margin-right: 5px;
}




.bgrIc {
  background: url(images/iconNewf/bgr.jpg);
}

.deIc {
  background: url(images/iconNewf/ger.jpg);
}

.enIc {
  background: url(images/iconNewf/eng.jpg);
}

.esIc {
  background: url(images/iconNewf/es.jpg);
}
.srbIc {
  background: url(images/iconNewf/srb.jpg);
}
.frIc {
  background: url(images/iconNewf/franc.jpg);
}

.ruIc{
  background: url(images/iconNewf/ru.jpg);
}
.itIc {
  background: url(images/iconNewf/it.png); 
}

.socialIcon span{
  width: 24px;
  height: 26px;
  display: block;
}

.vkIc{
  background: url(images/iconNewf/vk.jpg);
}

.twitIc{
  background: url(images/iconNewf/twit.jpg);
}
.faceIc {
  background: url(images/iconNewf/fb.jpg);
}

.okIc{
  background: url(images/iconNewf/ok.jpg);

}

.googpIc{
  background: url(images/iconNewf/gp.jpg);
}
.youtIc{
  background: url(images/iconNewf/you.jpg);
}

.ljIc{
  background: url(images/iconNewf/liv.jpg);
}
.tgIc{
  background: url(images/tele.png);
  background-repeat: no-repeat;
}

.huIc {
 background: url(images/iconNewf/hu.jpg);  
}

#menu-item-229669 a:before {
    background: url(images/iconNewf/hu.jpg) left center;
}

#searchform input {
  width: 243px;
}

.socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.socialIcon {
  margin-right: 5px;
}

.socialIcon img {
  width: 100%;
}

.socialIcon:last-child {
  margin-right: 0;
}

.socialNetwork span {
  color: #000;
  text-transform: uppercase;
  font-family: PT Sans Narrow;
  font-size: 15px;
}

.search input {
  border: 1px solid #ddd;
  padding: 0;
  padding-left: 6px;
  width: 227px;
  height: 25px;
  color: #bdbdbd;
  font-family: PT Sans Narrow;
  margin-top: 3px;
}

.partners {
  width: 75%;
}

.partners img {
  width: 100%;
}

/* End Шапка сайта (Header.php) */
.article-body {
  line-height: 24.6px;
}

h4 {
  font-size: 17.4px;
}

h2 {
  margin-top: 15px;
  font-size: 20.8px;
}

article#content p {
  padding-bottom: 1em;
  padding-top: 1em;
}

.entry-header {
  padding-left: 5px;
}

.article-body a {
  color: #0056ce;
}

blockquote {
  display: block;
  padding: 0 45px;
  border: 5px solid #ececec;
  border-width: 0 10px 0 10px;
  margin: 10px 0;
  color: #505050;
}

blockquote:before {
  content: "“";
  font: 6em/66px Times, serif;
  color: #0056ce;
  float: left;
  margin-left: -45px;
  padding: 0 2px;
  font-size: 72pt;
}

blockquote:after {
  content: "”";
  font: 6em/36px Times, serif;
  color: #0056ce;
  float: right;
  margin-right: -45px;
  font-size: 72pt;
}

.smitext2840 {
  line-height: 10px;
}

#page {
  margin-top: 10px;
}

#page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Левая менюшка в контенте (Page.php/aside)*/
.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

aside {
  width: 100%;
  clear: both;
}

aside .main-navigation {
  position: relative;
  background: #0056ce;
  height: 100%;
}

.main-navigation ul li.current-menu-item {
  background: #084cad;
}

.main-navigation ul li:hover {
  background: #084cad;
}

aside .main-navigation a {
  color: white;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', PT Sans Narrow;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#menu-item-26 a, #menu-item-28 a, #menu-item-29 a, #menu-item-30 a, #menu-item-27 a, #menu-item-209438 a,#menu-item-229665 a{
  padding-left: 15px;
}

#menu-item-26 a:before, #menu-item-28 a:before, #menu-item-29 a:before, #menu-item-30 a:before, #menu-item-27 a:before, #menu-item-209438 a:before, #menu-item-229665 a:before{
  height: 9px;
  width: 19px;
  content: '';
  position: absolute;
  left: 34%;
  top: 50%;
  margin-top: -4.5px;
  margin-left: -9.5px;
  background-repeat:no-repeat
}


#menu-item-26 a:before {
 background: url(images/mixsin.png) -137px center;
}

#menu-item-29 a:before {
 background: url(images/mixsin.png) -117px center;
}

#menu-item-30 a:before {
 background: url(images/mixsin.png) -77px center;
}

#menu-item-28 a:before {
 background: url(images/mixsin.png) -157px center;
}

#menu-item-27 a:before {
  background: url(images/mixsin.png) -97px center;
}
#menu-item-209438 a:before{
	background: url(images/mixsin.png) -4px center;
}

#menu-item-229665 a:before {
 background: url(images/iconNewf/it.png) left center;
}



/* End Левая менюшка в контенте (Page.php/aside)*/

#primary {
  width: 58%;
  margin: 0 12px;
}

.videoRandom {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  height: 188px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  isplay: flex;
  margin-bottom: 10px;
}

.videoRandom:hover {
  background: #e9e9e9;
}

.imageVideoRandom {
  width: 42%;
  height: 100%;
  position: relative;
}

.descriptionVideoRandomTitle {
  line-height: 1;
}

.descriptionVideoRandom {
  width: 57%;
}

.descriptionVideoRandomData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 5px 5px 0;
  color: #636363;
  font-family: PT Sans;
  font-size: 10px;
}

.descriptionVideoRandomTitle a {
  color: #024182;
  font-size: 13px;
  font-family: PT Sans Narrow;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.descriptionVideoRandomTitle p {
  padding: 0;
  margin-top: 5px;
  font-family: PT Sans;
  font-size: 13px;
  line-height: 13px;
  text-transform: none;
}

.news_title {
  color: #000;
  font-size: 38px;
  font-family: PT Sans Narrow;
  text-transform: uppercase;
  border-bottom: 3px #0056ce solid;
  line-height: 1.4;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: 500;
}

.news_title:hover {
  color: #e0181b;
}

hr {
  padding: 0;
  margin: 0;
  background-color: #024182;
}

.mainPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.mainPost .site-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-height: 177px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.mainPost .site-posts:hover {
  background: #e9e9e9;
}

.site-postsLeft {
  width: 177px;
  height: 177px;
  margin-right: 13px;
  position: relative;
}

span.blockInfo {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  z-index: 1;
  text-transform: lowercase;
  padding: 1px 10px 2px;
  opacity: 0.9;
  font-family: PT Sans;
  font-size: 15px;
}

span.blockInfo.articles {
  background: #006f00;
  color: #fff;
}

span.blockInfo.video {
  background: #dc2b25;
  color: #fff;
  max-width: 60px !important;
}

span.blockInfo.important {
  background: #ff0000;
  color: #fff;
}

span.blockInfo.news {
  background: #0056ce;
  color: #fff;
}

.site-postsLeft .img_1, .site-postsLeft .img_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssite-postsRight {
  width: 155px;
}

.post_date {
  text-align: right;
  color: #636363;
  font-family: PT Sans;
  font-size: 10px;
  padding: 10px 5px 5px 0;
}

.site-posts a {
  font-size: 13px;
  line-height: 1;
  position: relative;
  color: #024182;
  text-decoration: none;
  font-family: PT Sans Narrow;
  text-transform: uppercase;
  font-weight: 700;
}

.entry-content p {
  font-family: PT Sans;
  font-size: 13px;
  line-height: 13px;
  text-transform: none;
  margin-top: 2px;
}

.mainPost {
  margin-top: 35px;
}

.dalee {
  text-align: center;
  margin: 15px auto;
}

.dalee a {
  padding: 8px 100px;
  background: #0056ce;
  font-size: 17px;
  text-decoration: none;
  color: #FFF;
}

.loader {
  text-align: center;
  display: none;
}

.name a:hover, .descriptionVideoRandomTitle a:hover {
  color: #e0181b;
}

.sidebar {
  width: 28%;
}

aside.menuLeft {
  width: 12%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.lenta > ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 15px;
}

.lenta > ul > li {
  line-height: 1.2;
  margin-top: 0;
  padding: 10px 5px;
}

.time-post {
  background: #9b9b9b;
  padding: 2px 16px;
  font-size: 11px;
  color: #FFF;
  font-family: PT Sans Narrow;
}

.lenta > ul > li > a {
  font-family: PT Sans;
  font-size: 15px;
  margin-top: 2px;
  color: #000;
  text-decoration: none;
}

.lenta > ul > li > a:hover {
  color: #e0181b;
}

.lenta > ul > li:nth-child(2n) {
  background: #ececec;
}

.previously {
  padding: 4px 13px;
  background: #0056ce;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

.trumb_popular {
  width: 156px;
  float: left;
  margin: 10px 8px 0 0;
  line-height: .5;
  background: #f2f2f2;
  height: 180px;
}

.trumb_popular > a {
  font-size: 13px;
  font-family: PT Sans Narrow;
  color: #000;
  text-transform: none;
  line-height: 18px;
  text-decoration: none;
}

.play {
  background: url(images/mixsin.png) -47px center;
  position: absolute;
  width: 20px;
  height: 14px;
  margin: 40px 70px;
}

.trumb_popular img {
  width: 164px;
  height: 92px;
}

.partner {
  margin-bottom: 10px;
}

.banersFooter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.banerFooter {
  width: 33%;
  min-height: 120px;
  max-height: 200px;
}

.banerFooter img {
  width: 100%;
}

.category-10 .contentArchive .mainPost {
  display: block;
}

#colophon {
  background: #000;
  min-height: 238px;
}

#colophon .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-info_left {
  margin: 20px 100px 8px 0;
  float: left;
}

.footerTop {
}

.img_inside img {
  max-width: 888px;
}

.site-info_left p {
  text-transform: uppercase;
  color: #FFF;
  font-family: "Open Sans Condensed", "PT Sans Narrow";
  font-size: 23px;
}

.site-info_left > ul > li a, .site-info_left div a {
  list-style: none;
  color: #8a8a8a;
  font-family: "PT Sans";
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.8;
}

.copyNo a, .copyNo span {
  color: white !important;
  font-size: 12px !important;
}

.footerBottom {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}

.footerBottom a {
  text-decoration: none;
}

.site-posts-video {
  width: 173px;
  min-height: 280px;
  float: left;
  margin-right: 7px;
  line-height: 1.2;
  margin-top: 5px;
}

.category .mainPost:first-child {
  margin-top: 0;
}

.wp-pagenavi {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_title_post {
  color: #000;
  font-size: 38px;
  font-family: "PT Sans Narrow";
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 800px;
}

h3 {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 13px;
}

article a {
  text-decoration: none;
}

[id^="informers_"] .item {
  width: 146px !important;
  padding: 0 22px 0 0 !important;
  background-color: transparent !important;
}

.related_post {
  width: 18%;
  float: left;
  margin-right: 8px;
  height: 250px;
  overflow: hidden;
}

.related a {
  font-size: 11px;
  display: block;
  line-height: 16px;
}

.related_post .thumb {
  float: none;
  margin-right: 0;
}

.contentArchive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contentArchive .mainPost .site-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contentArchive .mainPost {
  margin-top: 0;
}

.site-posts-video:hover {
  background: #e9e9e9;
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.2);
}

aside .main-navigation.fixedMenu {
  position: fixed;
  width: 153px;
  top: 0;
}

aside .main-navigation.absoluteMenu {
  position: absolute;
  width: 153px;
  z-index: -1;
  height: 1000px;
}

.play_cat_temp, .play_cat_r {
  background: url(images/youtubeBigMixsf.png) -62px center;
  position: absolute;
  width: 58px;
  height: 41px;
  margin: 65px 0 0 60px;
  z-index: 999;
}

.play_video {
  background: url(images/youtubeBigMixsf.png) -62px center;
  position: absolute;
  width: 58px;
  height: 41px;
  z-index: 999;
  left: 48%;
  top: 50%;
  margin-left: -29px;
  margin-top: -20px;
}

.play_video:hover {
  background: url(images/youtubeBigMixsf.png) 0 center;
}

.play_cat_temp:hover, .play_cat_r:hover {
  background: url(images/youtubeBigMixsf.png) 0 center;
}

.play {
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(images/mixsin.png) -47px center;
}

.play:hover {
  background: url(images/mixsin.png) -24px center;
}

.bigTitle {
  margin-bottom: 5px;
}

.bannerHeader {
  height: 115px;
  max-width: 680px;
}

.bannerHeader img {
  width: 100%;
}

main p {
  padding-top: 5px;
}

.page-id-142 #main {
  line-height: 24px;
}

.b-menu {
  display: none;
}

@media all and (max-width: 1405px) {
  aside .main-navigation.absoluteMenu {
   /* top: 3140px; */
  }

}

@media all and (min-width: 900px) and (max-width: 1025px) {
  .site-branding {
    width: 340px;
  }

  .bannerHeader {
    text-align: center;
  }

  .bannerHeader img {
    width: 90%;
  }

  #colophon .content {
    padding: 0 10px;
  }
}

@media all and (min-width: 769px) and (max-width: 900px) {
  .descriptionVideoRandom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 768px) {
  .news_title_post {
    font-size: 14px;
    font-weight: 700;
  }
  .imageVideoRandom {
    margin-right: 10px;
  }

  h3, .article-body {
    font-size: 14px;
    color: #404040;
    padding-bottom: 13px;
  }

  [id^="informers_"] .item {
    width: 130px !important;
    padding: 0 16px 0 0 !important;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 2px;
    margin: 1px;
  }
  .main-navigation li {
    height: 38px;
  }
  .banersFooter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banerFooter {
    width: 100%;
    min-height: 60px;
  }

  .mainPost {
    width: 99%;
  }

  .category-10 .mainPost {
    width: 32%;
  }

  .bannerHeader {
    display: none;
  }

  .search form{
    display: none;
  }
  header#masthead {
    height: auto;
  }

  .site-branding {
    margin: 0 auto;
  }
  header#masthead .content{
    flex-direction: column;
  }
  .socialNetwork{
    text-align: center;
  }
  aside.menuLeft {
    width: 1%;
  }
  .menuLeft {
    position: absolute;
    left: -100px;
  }

  .menu-top_menu-container{
    opacity: 0;
  }

  .AnimationMenuRight .menu-top_menu-container{
    opacity: 1;
  }

  #page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .descriptionVideoRandom p {
    display: none;
  }

  #primary {
    width: 100%;
    margin: 0;
  }

  .descriptionVideoRandomTitle {
    line-height: 0.8;
  }

  .news_title {
    font-size: 14px;
  }

  .mainPost .site-posts {
    width: 99%;
    margin-right: 0;
  }

  .ssite-postsRight .entry-content {
    display: none;
  }

 /* .ssite-postsRight .name {
    padding-top: 30px;
  }*/

  .notMobile, #mmniz {
    display: none !important;
  }

  .sidebar {
    width: 100%;
  }

  .site-info_left p {
    font-size: 14px;
  }

  .site-info_left {
    margin: 20px 25px 8px 0;
    width: 150px;
  }

  .site-info_left > ul > li a {
    font-size: 10px;
  }

  .footerBottom {
    font-size: 10px;
  }

  .copyNo a, .copyNo span {
    font-size: 10px !important;
  }

  .menu-toggle {
    position: fixed;
    left: 5px;
    top: 70px;
    z-index: 9999;
    opacity: 0;
    height: 45px;
    width: 45px;
  }

  .b-bun, .b-menu {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
  }

  .b-menu {
    position: fixed;
    top: 70px;
    left: 5px;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    padding-left: 3px;
    padding-top: 5px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 34px;
    z-index: 12;
  }



  .fixedFooter, html.fsvs #fsvs-body .slide {
    display: -webkit-box;
    -webkit-box-align: center
  }

  .b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 3px;
    width: 25px
  }

  .b-bun {
    background: rgba(47, 47, 47, 0.68);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
  }

  .b-bun--top {
    top: 3px
  }

  .b-bun--mid {
    top: 8px
  }

  .b-bun--bottom {
    top: 13px
  }

  .b-brand {
    color: #084cad;
    position: relative;
    top: -21.43px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 13
  }

  aside.AnimationMenuRight .b-bun--bottom {
    background: rgba(47, 47, 47, 0.68);;
    top: 4px;
    left: 2px
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  aside.AnimationMenuRight .b-bun--mid {
    opacity: 0;
  }

  aside.AnimationMenuRight .b-bun--top {
    background: rgba(47, 47, 47, 0.68);;
    top: 10px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  aside.AnimationMenuRight .b-menu, aside.AnimationMenuRight .menu-toggle {
    left: 30%;
  }
  .site-info_left img{
    width: 100%;
  }

}

@media all and (max-width: 767px) {
  .site-main{
    overflow-x: hidden;
  }
  .site-posts-video{

  }
  .videoRandom {
    height: 85px;
    margin-bottom: 15px;
  }
   a.news_title{
    clear: both;
    display: block;
  }

  hr{
    display: none;
  }
  .descriptionVideoRandomTitle {
    line-height: 13px;
  }
  .descriptionVideoRandomTitle a{
    font-size: 11px;
  }
  .site-posts a {
    font-size: 11px;
    font-family: PT Sans;
  }
 .category-10 .descriptionVideoRandomTitle {
    line-height: 10px;
    font-size: 21px;
  }
  .descriptionVideoRandom {
    padding-right: 15px;
  }
  [id^="informers_"] div.item {
    float: none;

    min-height: 200px;
  }
  .suffcontent{
    overflow: hidden;
  }

}

@media (max-width:475px) {
  .category-10 .mainPost {
    width: 47%;
  }
  .play_cat_temp, .play_cat_r {
    background-position: 43px 0;
    background-size: 86px auto;
    height: 30px;
    margin: 67px 0 0 60px;
    width: 43px;
  }

  .play_cat_temp:hover, .play_cat_r:hover{
	background-position: 86px 0;
        background-size: 86px;
  }
  .site-postsLeft {
    width: 130px;
    height: 130px;
  }
  .related_post {
    width: 40%;
    margin-right: 34px;
  }
  .related{
    padding-left: 5px;
  }

  .sk_item_85984 {
    width: 33%!important;
  }
  .trumb_popular {
    margin: 10px 8px 0 5px;
    width: 144px;
  }
}
@media (max-width: 365px) {
  .play_cat_temp, .play_cat_r {
    background-position: 43px 0;
    background-size: 86px auto;
    height: 30px;
    margin: 67px 0 0 60px;
    width: 43px;
  }

  .play_cat_temp:hover, .play_cat_r:hover{
	background-position: 86px 0;
        background-size: 86px;
  }
  .related_post {
    width: 35%;
  }
  .trumb_popular {
    width: 135px;
  }
  .site-info_left {
    margin: 20px 25px 8px 0;
    width: 125px;
  }
}

body {
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  left: 0;
}

aside.AnimationMenuRight {
  position: fixed;
  left: 0;
  width: 30%;
  z-index: 9999;
  top: 0;
  height: 100%;
}

aside.AnimationMenuLeft {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
}
#_atssh img{
  width: 1px;
  height: 1px;
}
.at-resp-share-element.at-mobile .at4-share-count-container {
  display: block !important;
}

.footer-info{max-width:1276px;min-height:238px;margin:auto;padding:10px}
.site-info{float:right;color:#fff;font-family:'Open Sans Condensed',PT Sans Narrow;font-size:23px;width:234px;text-align:center;text-transform:uppercase}
.site-info p{margin:20px 0 8px}
.site-info a{text-decoration:none;color:#404040}
.site-info a:visited{color:#404040}

.img_1{
  position: relative;
}
.fixedVideoData {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: white;
  padding-left: 10px;
  background: url('images/bgIMGVideoData.png') no-repeat left top;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  /* background: -moz-linear-gradient(180deg, #rgba(0, 86, 206, 0.6) 99%, rgba(255, 255, 255, 0.7) 97%);!* FF3.6+ *!
   background: -webkit-linear-gradient(180deg, rgba(0, 86, 206, 0.6) 99%, rgba(255, 255, 255, 0.7) 97%);!* Chrome10+,Safari5.1+ *!
   background: -o-linear-gradient(180deg, rgba(0, 86, 206, 0.6) 99%, rgba(255, 255, 255, 0.7) 97%);!* Opera 11.10+ *!
   background: -ms-linear-gradient(180deg, rgba(0, 86, 206, 0.6) 99%, rgba(255, 255, 255, 0.7) 97%);!* IE10+ *!
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); !* for IE *!
   background: linear-gradient(180deg, rgba(0, 86, 206, 0.6), 99%, rgba(255, 255, 255, 0.7) 97%);!* W3C *!*/
}
@media all and (max-width: 766px) {
  .site-postsLeft a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .play_cat_temp, .play_cat_r {
    background-position: 43px 0;
    background-size: 86px auto;
    height: 30px;
    /* margin: 55px 0 0 45px; */
    width: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    margin-left: -22.5px;
    margin-top: -15px;
    display: block;
  }
  .site-posts-video > div{
    position: relative;
  }
}

.upPage{
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  cursor: pointer;
  transition:0.3s;
  z-index: 1111111111111;
}
.upPage:hover{
  opacity:1 !important;
}
