/* main css */
@import url('/assets/css/fonts.css'); @import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400&subset=cyrillic'); body {
    font-family: 'Fira Sans', sans-serif !important;
}
/*! normalize.css v8.0.1 | 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 iOS.
 */

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}
a {
	color:rgba(0, 25, 175, 0.8);
}
a:hover {
	color:#ff7a00;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * 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 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
   ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 64px !important;
    height: 64px !important;
}

.archive-time {
    font-size: small;
    color: gray;
}

.archive-thumbnail {
    width: 120px;
}

.archive-subtitle {
    font-size: small;
    font-style: italic;
}

.archive-item-title {
    font-size: 17px;
    font-weight: bold;
}

.comment {
    font-size: 14px;
}

.btn-opinion {
    min-width: 100%;
    display: inline-block;
    white-space: normal !important;
}

.admin-comments-row {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1em;
}

.live-comment-name {
    font-weight: bold;
    font-size: .9em;
}

.live-comment-news, .live-comment-news a {
    font-size: 13px;
}

.live-comment-time {
    color: gray;
    font-size: .8em;
}

.live-comment-image {
    width: 36px;
}

.live-comment-text {
    font-size: .9em;
    margin-top: 15px;
}

.live-comment-reply {
    display: none;
}

.live-comment-row:hover .live-comment-reply {
    display: inline-block;
}

.btn-search {
    background-color: #ee7900;
    border-color: #ee7900;
    color: #fff;
}

.container {
    max-width: 1200px !important;
}

.archive-items a {
    color: #000 !important;
}

li.breaking-post {
    font-weight: bold;
}

li.breaking-post::before {
    content: '\f0e7';
    font-family: FontAwesome;
    display: inline-block;
}

.photonews-image {
    max-width: 100%;
    height: 700px;
    max-height: 100vh;
    margin: auto;
}

.photonews-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.photonews-thumbs li {
    display: inline-block;
    width: 150px;
    height: 120px;
    overflow: hidden;
    margin-right: 1em;
}

.photonews-thumbs li img {
    min-width: 100%;
    min-height: 100%;
}

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

.archives-h2 {
    margin: 1em 0;
    border-bottom: 1px solid #eee;
}

.archive-item {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

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

.relative-posts {
    font-size: small;
}

.relative-posts-item {
    border-bottom: 1px solid lightgray;
}

#relative-post-alert .relative-posts-item {
    border-bottom: none;
}

.admin-posts-item {
    padding: 1em;
    border-bottom: 1px solid #eee;
    color: #000;
}

.admin-posts-item:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.admin-posts-item-deleted {
    opacity: .3;
}

.admin-posts-item-deleted:hover {
    opacity: .7;
}

.admin-posts-item-no-image {
    background-color: rgba(255, 0, 0, .15);
}

.admin-posts-item:hover .admin-posts-item-info {
    color: #000;
}

.admin-posts-item-title {
    font-size: 14px;
    margin-bottom: .5em;
}

.admin-posts-item-info {
    font-size: 12px;
}

.term-edit {
    cursor: pointer;
}

.term-edit:focus {
    cursor: text;
}

.admin-sidebar {
    background-color: #23282d;
    padding-top: 0;
    min-height: 100vh !important;
}

.no-border {
    border: none !important;
}

.admin-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admin-nav ul li {
    margin-bottom: .4em;
    padding-bottom: .4em;
    border-bottom: 1px solid gray;
    font-size: 13px;
    color: #fff;
}

.admin-nav ul li:last-child {
    border-bottom: none;
}

.admin-nav ul li a {
    color: #fff;
}

.place-for-preview {
    margin: 1em 0;
}

.place-for-preview img {
    width: 100%;
}

.admin-page > div, #post-add-form > .row > div {
    padding-top: 1em;
}

.carousel-item {
    max-height: 98vh !important;
}

.widget {
    margin-bottom: 1em;
}

.widget_title {
    text-align: center;
    margin-bottom: .5em;
}

.widget_border_bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}

.widget_content {
    width: 336px;
    height: 260px;
    margin: auto;
}

.widget_hotnews_image, .widget_video_image {
    width: 100%;
    height: 100%;
    margin-top: -26px;
}

.widget_hotnews_has_image, .widget_video_has_image {
    height: 235px;
    overflow: hidden;
}

.header {
    margin-bottom: 1em;
}

.header-informers {
    font-size: 13px;
    min-width: 320px;
	margin-left:1em;
	max-height:50px;
	overflow:hidden;
}

#rssincl-box-1205120 {
    width: 200.00px;
    overflow-x: auto;
    margin-left: -50px;
}

.top-sidebar {
    background: #fff;
    /*box-shadow: -10px -10px 20px -10px #fff;*/
}

div#rssincl-box-1205120 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc, div#rssincl-box-1205120 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc * {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 12.00px;
    color: #333333;
    width: 212px;
}

div#rssincl-box-1205120 div.rssincl-head p.rssincl-title, div#rssincl-box-1205120 div.rssincl-head p.rssincl-title a {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #FFFFFF;
    text-decoration: none;
}

div#rssincl-box-1205120 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: underline;
    color: #007bff !important;
}

.post {
    margin: 1em 0;
}

.see-more-title {
    font-size: 1.5em;
    padding-bottom: 1em;
}

.post-content {
    padding-right: 0 1em 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    font-family: PFRegal;
    font-size: 20px;
    line-height: 27px;
}

.post-content img {
    max-width: 100% !important;
}

.post-content blockquote {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-left: 0;
    padding: 1em;
}

h2.subtitle {
    font-size: 1.3em;
    text-align: center;
    font-style: italic;
    padding: 1em;
    font-family: PFRegal;
}

.post-content p {
    margin: 15px 0;
}

.post-image {
    max-height: 700px;
    overflow: hidden;
}

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

.post-title {
    text-align: center;
    font-size: 2.3em;
    font-family: PFRegal;
}

.post-before-article {
    padding: 1em 0;
    margin: 1em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.post-date {
    font-size: .9em;
    color: gray;
}

section.popular {
   margin-bottom:30px;
}

.fa-wifi {
    color: lightgreen !important;
}

a.frontpage-video-block {
    height: 150px;
    margin-right: 1em;
    display: block;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.has-video-frontpage:hover .frontpage-video-block:after {
    content: '\f04b';
    display: block;
    font-family: FontAwesome;
    font-size: 4em;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    height: 150px;
}

.has-video-frontpage:hover .frontpage-video-block {
}

.has-video-frontpage:nth-of-type(4n) .frontpage-video-block {
    margin-right: 0;
}

.frontpage-video-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px;
    font-size: .9em;
}

.popular-item {
    margin-right: 1em;
}

.col-3:nth-of-type(4n) .popular-item {
    margin-right: 0;
}

.popular-item-img {
    overflow: hidden;
    height: 150px;
}

.popular-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fullwidth-block {
    margin-bottom: .8em;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.fullwidth-block-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.55));
}

.fullwidth-block ul {
    list-style: none;
    margin-right: 1em;
}

.fullwidth-block-item-title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.fullwidth-block-item-title:after {
    content: '';
    display: block;
    margin: auto;
    border-bottom: 2px solid #fff;
    width: 50%;
}

ul .fullwidth-block-item {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: .9em;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255, .33);
}

ul .fullwidth-block-item:last-child {
    border-bottom: none;
}

.fullwidth-block ul li a {
    color: #fff;
}

.fullwidth-block-title {
    position: absolute;
    bottom: 1em;
    margin: 0 1.5em 0 1em;
}

.fullwidth-block-title span, .fullwidth-block-title a {
    font-size: 2.5em;
    line-height: 1.1em;
    color: #fff;
    font-weight: bold;
}

.fullwidth-block-title span:hover, .fullwidth-block-title a:hover {
    color: #ee7900;
    text-decoration: none;
}

.fullwidth-block-main {
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all .3s;
}

.fullwidth-block:hover .fullwidth-block-main {
    background-size: 102%;
    /*filter: grayscale(50%) blur(1px);*/
}

.actual-news-image {
    height: 300px;
    background-size: cover;
}

.actual-news-link a {
    /*font-size: 1.5em;
	display: inline-block;
	width: 95%; */
    font-size: 18px;
    display: inline-block;
    width: 95%;
    color: black;
    font-weight: 700;
}

.sidebar {
    margin-left: .9em;
    height: 790px;
    margin-bottom: 22px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    width: 242px;
    // IE 10+ overflow: -moz-scrollbars-none;
    // Firefox
}

.sidebar_post {
    margin-left: .9em;
    height: 788px;
    margin-right: -53px;
    overflow-y: hidden;
    overflow-x: hidden;
    -ms-overflow-style: none;
    // IE 10+ overflow: -moz-scrollbars-none;
    // Firefox
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.space-right {
    margin-right: .7em;
}

.space-right:last-child {
    margin-right: 0 !important;
}

.mini-boxes, .fullwidth-block {
    margin-bottom: .7em;
}

.new-title {
    border-bottom: 1px solid #ee7900;
    text-align: center;
    margin: 0.5rem 0 2.5rem 0!important;
}
.new-title.mb-4{
	margin-bottom:2.5rem!important;
}
.new-title span {
    line-height: 18px;
    letter-spacing: 1px;
    position: relative;
    bottom: -9px;
    font-size: 22px;
    background-color: #fff;
    padding: 0 10px;
    font-family: 'Fira Sans', sans-serif;
}

#new_header {
    height: 100px;
}

.new_header__panel-top {
    /*height: 60px;*/
}

.new_header__logo img {
    width: 260px;
}

#footer-menu {
    text-align: center;
}

#menu {
    height: 40px;
    background-color: rgba(255, 122, 0, 1);
    margin-top: 4px;
}

#menu ul, #footer-menu ul {
    font-family: 'Fira Sans', sans-serif;
    list-style: none;
    margin-left: 20px;
    padding: 0;
}

#menu a, #footer-menu a {
   font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#menu ul li, #footer-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

#menu ul > li a {
    line-height: 40px;
}

#menu nav a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

#menu nav a:hover, #menu nav a:focus {
    outline: none;
    text-decoration: none;
}

#currency {
    float: left;
}

#currency table {
    font-size: 15px;
}

#currency span {
    color: gray;
}

#top-panel {
    float: left;
}

#top-panel div:first-child {
    font-size: 14px;
}

#top-panel div:last-child {
    font-size: 13px;
    letter-spacing: 1px;
}

#top-panel div:last-child img {
    float: left;
}

.search-form {
    padding-bottom: .25em;
}

.search-form input:focus, .search-form:hover input {
    width: calc(100% - 70px);
}

.search-form *:focus + button, .search-form:hover button {
    display: inline;
    outline: none;
}

.search-form button {
    transition: all 1s;
    display: none;
    float: right;
    width: 70px;
    padding: 1px;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid lightgray;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid lightgray;
    outline: none;
}

.search-form input::-webkit-input-placeholder {
    font-style: italic;
}

#social-links ul {
    padding: 0;
    margin: 0 0 0 0;
    max-width: 220px !important;
    max-height: 55px;
}


#social-links i {
    font-size: 18px;

}
#social-links a{
	border:1px solid #ff7a00;
	border-radius:5px;
	height:28px;
	width:28px;
	text-align:center;
	line-height:28px;
	display: inline-block;
	 color: #ff7a00;
}
#social-links a:hover {
	border:1px solid #333;
	 color: #333;
}

#social-links li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
	float:left;

}
#social-links li:last-child {
    margin-right: 0px;
}
.secondary {
    display: block;
    position: relative;
    height: 200px;
    box-shadow: inset 0 -140px 140px -50px black;
}

.secondary-block-title {
    position: absolute;
    bottom: 0;
    margin: 6px;
}

.secondary-block-title > span {
    color: #fff;
    font: 600 16px 'Fira Sans', "PT Serif", Georgia, "Times New Roman", Times, serif;
}

.secondary-block-info {
    text-transform: uppercase;
    font-size: 8px;
    color: #fff;
    margin-top: 10px;
    margin-right: 20px;
}

.secondary-block-info-hits {
    background: url(../images/hits-white.png) left center no-repeat;
    padding-left: 15px;
    font: 100 10px 'Fira Sans', tahoma;
    margin-right: 15px;
    margin-left: 10px;
}

.secondary-block-info-comments {
    background: url(../images/comments-white.png) left center no-repeat;
    padding-left: 15px;
    font: 100 10px 'Fira Sans', tahoma;
}

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

.feed time {
    color: #ee7900;
    font-size: .85em;
}

.feed li {
    border-bottom: 1px solid #fafafa;
    margin-bottom: .7em;
    padding-bottom: .7em;
    font-size: .85em;
}

.feed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.feed li a {
    font-size: .9em;
    color: #000;
}

.feed li a:hover {
    color: #ee7900;
}

#new-footer {
    background: rgba(0,0,0,0.8);
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
}

#new-footer a {
    color: #fff;
}

#footer-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

#footer-blocks {
    font-size: .75em;
    padding: 3em 0;
}

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

.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.footer-social ul li {
    display: inline-block;
    font-size: 26px;
    margin-right: 8px;
}

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

.footer-social ul li:hover a i {
    color: #ee7900;
}

.footer-second-menu {
}

.footer-second-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-second-menu ul li {
    margin-bottom: 10px;
}

.footer-second-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-second-menu a:hover {
    color: #ee7900 !important;
}

#footer-age {
    border-top: 1px solid rgba(255,255,255, 0.1);
    text-align: center;
    padding-top: 15px;
    color: gray;
    position: relative;
}

#yandex-metrika {
    position: absolute;
    right: 0;
    top: 15px;
}

.footer-social .follow-us {
    /*font-size: 18px;*/
}

#footer-logo {
    width: 100%;
}

#new-footer .certificate {
    text-align: justify;
}

.footer-callback {
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

@media (max-width: 768px) {
    .space-right {
        margin-bottom: .8em;
    }

    .fullwidth-block-title a {
        font-size: 1.3em;
    }

    .fullwidth-block, .fullwidth-block-main, .video-frontpage, .video-frontpage-main {
        height: 200px;
    }

    .fullwidth-block-title span, .fullwidth-block-title a {
        font-size: 1em;
    }

    .actual-news-image {
        height: 150px;
    }

    .actual-news-link a {
        font-size: 1.1em;
    }

    .sidebar {
        margin: 1em 0;
        padding: 1em 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .popular-item {
        margin: .3em 0;
    }
}

@media (max-width: 576px) {
    .post-title {
        font-size: 24px;
    }

    h1.post-title, h2.subtitle {
        text-align: left;
    }
}

/* Zurab */
div#rssincl-box-1206513 {
    padding-left: 0px;
    margin-left: -50px;
}

.news-footer-size {
    width: 336px !important;
    height: 280px !important;
}

.bottom-margin {
    margin-bottom: 40px !important;
}

#unit_92661 {
    position: relative ;
    min-width: 200px !important;
    margin-left: 20px !important;
    padding-right: 0px !important;
}

p.rssincl-title {
    display: inline-block;
    background: #EE7900;
    width: 200px;
    color: #fff;
    padding: 4px 10px 3px;
    margin-bottom: 14px;
    text-align: center;
    float: right;
    margin-right: 19px;
}

#container_92661 #header_92661 span {
    display: inline-block;
    background: #EE7900;
    width: 200px;
    color: #fff;
    padding: 4px 10px 3px;
    margin-bottom: 15px;
    text-align: center;
    float: right;
}

.content-center {
    width: 702px;
    margin: 20px;
    margin-left: -18px;
    padding: inherit;
}

.gnews {
   width: -webkit-fill-available;
    display: inline-block;
    float: left;
    margin-left: -70px;
    padding: 1px 20px 7px;
}

@media screen and (max-width: 992px) {
    .content-center {
        width: 100%;
        margin: 5px;
        padding: inherit;
    }
}

.ya-share2__container, .ya-share2__container .ya-share2__item {
font-family: 'YS Text', Arial, sans-serif;
float: right;
margin-top: 12px;
}

.cdb899 {
}

.live-comment-text {
}

.cdb899 a {
    color: #007bfe !important;
    font-weight: normal;
    font-size: 1rem !important;
}

#firstinc {
    margin-right: 23px;
    float: left;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
    width: 35%;
}

@media screen and (max-width: 992px) {
    #firstinc {
        margin-left: 20px;
        margin-right: -8px;
        margin-bottom: 10px;
        float: right;
        box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
        width: 94%;
    }

    .post-content p {
        margin: 0px 30px 15px 35px;
        margin-top: 0px;
        margin-right: 30px;
        margin-bottom: 15px;
        margin-left: 35px;
    }

    .post-content blockquote {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        margin-left: 0;
        padding: 1em;
        margin: 5px 5px 5px 20px;
    }
}

#secondinc {
    margin-right: 23px;
    float: right;
    margin-left: 0px;
    margin-bottom: 30px;
    float: right;
    vertical-align: middle;
}

@media screen and (max-width: 650px) {
    #firstinc {
        margin-left: 20px;
        margin-right: 16px;
        margin-bottom: 25px;
        float: right;
        box-shadow: 4px 6px 12px rgba(0,0,0,0.3);
        width: 90%;
    }
}

.block_links * {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    clear: none !important;
    clip: rect(auto, auto, auto, auto) !important;
    font-size: 100% !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: auto !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    text-align: left !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-transform: none !important;
    vertical-align: baseline !important;
    visibility: visible !important;
    white-space: normal !important;
    width: auto;
    word-spacing: normal !important;
    z-index: auto !important;
    cursor: pointer!important;
    word-wrap: break-word!important;
}

.block_links li {
    display: list-item !important;
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
    display: inline;
}

.block_links li DIV {
    padding: 0.5em !important;
}

.block_links DIV, .block_links TABLE {
    padding: 5px !important;
}

a.cdb899 {
    color: #c6c6c6;
}

.block_links {
    width: 190px!important;
    font-family: Verdana!important;
    font-size: 9px!important;
    border: 0px solid #DDDDDD!important;
    background-color: transparent!important;
    padding: 0px!important;
    position: relative!important;
    display: block!important;
    margin-top: -19px;
    margin-left: 21px;
    color: #c2c2c2;
}

.block_links_icnt, .block_links_icnt * {
    text-align: left!important;
}

.block_links_text, .block_links_text A, .block_links_text A:hover {
    color: #dbd8db!important;
    font-size: 8px!important;
    text-decoration: none!important;
}

.block_links_url {
    color: #006600!important;
    font-size: 11px!important;
    text-decoration: none!important;
}

.block_links_header, .block_links_header A {
    color: #2E7CF6!important;
    font-size: 13px!important;
    font-weight: bold!important;
    text-decoration: none!important;
}

.block_links_sign {
    color: #999999!important;
    font-size: 10px!important;
    text-align: left!important;
    text-decoration: none!important;
}

.block_links_clear {
    clear: both!important;
}

.block_links TABLE {
    width: 100%!important;
    border: 0px!important;
}

#site {
    background-image: url(/line3.png);
    background-position: 50% 60px ;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    #site {
        background-image: url();
        background-position: top;
        background-repeat: no-repeat;
    }
}

.calend {
    margin-left: 13px;
}

a.ui-state-default {
    height: 34px !important;
}


.new_header__logo{

}
#social-links{
	    padding-top: 9px;
}

.col.d-none.d-sm-block .new_header__panel-top {
    padding-bottom: 10px;
}
.col.d-none.d-sm-block .form-group.mb-2{
	padding-top: 7px;
}

#footer-blocks{
	 display: flex;
  justify-content: space-evenly;
}

.col.d-none.d-sm-block .form-group.mb-2 {
    max-width: 150px;
}
a.bvi-open{
	display:inline-block;
	max-width:140px;
	color:#7d858c;
	font-size:13px;
	text-align:left;
	line-height:13px;
	padding:0px;
	border:1px solid #ced4da;
	border-radius:5px;
	margin-top:7px;
	height:31px;
}
a.bvi-open:hover{
	text-decoration:none;
	border:1px solid #ee7900;
	color:#ee7900;
}
a.bvi-open i{
	font-size:20px;
	float: right;
	margin-left:8px;
	padding:4px 6px 0 6px;
	color:#fff;
	background:#ee7900;
	height:31px;
	margin-top:-1px;
	margin-right:-1px;
	-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

}
a.bvi-open span{
	padding:2px 0 0 7px;
	display:inline-block;
	width:98px;
}
.searchform form{
	max-width: 160px;
	float: left;
}
@media (max-width: 1170px) {
.col.d-none.d-sm-block  .searchform .form-group.mb-2 {
    max-width: 130px;
}
}
@media (max-width: 1120px) {
a.bvi-open span{
	display:none;
}
a.bvi-open i{
	padding:3px 7px;
	margin:0;
	border-radius:5px;
}
}
.text-rightc {
text-align: right!important;
float: right !important;
margin: 3px !important;
}
.col-12.col-md-12.afterpost {
margin-top: 50px;
}

figcaption {
    color: #00000087;
    font-size: small;
}

.capt {
    margin-top: -10px;
    margin-bottom: 8px;
    font-size: small;
    color: #00000082;
    margin-left: 5px;
}