@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
.ap {
  display: block;
  margin: 0 auto 16px auto;
  /*&:empty {
		margin: 0;
		display: none;
	}*/
}
.ap.ap-1 {
  width: 100%;
  height: 200px;
  max-width: 1100px;
  aspect-ratio: 1100 / 200;
  margin-top: 16px;
}
.ap.ap-2_1,
.ap.ap-2_2 {
  width: 100%;
  max-width: 300px;
  height: 150px;
  aspect-ratio: 300 / 150;
}
.ap.ap-3 {
  width: 100%;
  max-width: 430px;
  height: 220px;
  aspect-ratio: 430 / 220;
}
.ap.ap-4 {
  width: 100%;
  max-width: 300px;
  height: 300px;
  aspect-ratio: 300 / 300;
}
* {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}
@font-face {
  font-display: swap;
}
html,
body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  /*  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important; */
  font-display: swap;
  font-smooth: always;
  font-kerning: auto;
  font-optical-sizing: auto;
}
::-webkit-scrollbar {
  width: 8px;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #9b0f0f;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body {
  margin: 0;
  padding: 0;
  background: #dbdbdd url('../images/body_topline.gif') left 145px repeat-x;
  text-align: center;
}
a {
  outline: none;
}
a img {
  border: 0;
  outline: none;
}
p,
form,
div,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  padding: 1px 5px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-style: italic;
  color: #555;
  font-size: 14px;
  max-width: 100%;
}
textarea:focus {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  outline: 0;
}
textarea {
  resize: none;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
}
.add_button {
  position: fixed;
  right: 0;
  top: 50%;
  margin: -177px 0 0 0;
  z-index: 999;
}
.add_button a {
  display: block;
  width: 28px;
  height: 170px;
  cursor: pointer;
}
.add_button .add_bookmarks {
  background: url('../images/add_bookmarks.png') no-repeat;
  margin: 0 0 10px 0;
}
.add_button .add_yandex {
  background: url('../images/add_yandex.png') no-repeat;
}
.modal_mask_auth {
  background: url('../images/fff.png') repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-style: italic;
  display: none;
}
.modal_mask_auth .auth_form {
  background: #fff;
  width: 300px;
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -160px;
  position: absolute;
  border: 4px solid #9b0f0f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}
.modal_mask_auth .auth_form p {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.modal_mask_auth .auth_form input {
  border: 1px solid #ccc;
  width: 100%;
}
.modal_mask_auth .auth_form input.wrong {
  border: 1px solid red;
}
.modal_mask_auth .auth_form .red_button_158 {
  text-align: center;
  margin: 20px 0 0 0;
}
.modal_mask_auth .auth_form .close {
  background: #9b0f0f;
  padding: 0 5px 3px 4px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  float: right;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.modal_mask_regist {
  background: url('../images/fff.png') repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-style: italic;
  display: none;
}
.modal_mask_regist .auth_form {
  background: #fff;
  width: 300px;
  top: 50%;
  left: 50%;
  margin: -170px 0 0 -160px;
  position: absolute;
  border: 4px solid #9b0f0f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}
.modal_mask_regist .auth_form p {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.modal_mask_regist .auth_form input {
  width: 100%;
  border: 1px solid #ccc;
}
.modal_mask_regist .auth_form input.wrong {
  border: 1px solid red;
}
.modal_mask_regist .auth_form .red_button_158 {
  text-align: center;
  margin: 20px 0 0 0;
}
.modal_mask_regist .auth_form .close_reg {
  background: #9b0f0f;
  padding: 0 5px 3px 4px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  float: right;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.modal_mask_outback {
  background: url('../images/fff.png') repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-style: italic;
  display: none;
}
.modal_mask_outback .auth_form {
  background: #fff;
  width: 300px;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -160px;
  position: absolute;
  border: 4px solid #9b0f0f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}
.modal_mask_outback .auth_form p {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.modal_mask_outback .auth_form input,
.modal_mask_outback .auth_form textarea {
  border: 1px solid #ccc;
}
.modal_mask_outback .auth_form textarea {
  height: 75px;
  resize: vertical;
}
.modal_mask_outback .auth_form input.wrong,
.modal_mask_outback .auth_form textarea.wrong {
  border: 1px solid red;
}
.modal_mask_outback .auth_form .red_button_158 {
  text-align: center;
  margin: 20px 0 0 0;
}
.modal_mask_outback .auth_form .close_out {
  background: #9b0f0f;
  padding: 0 5px 3px 4px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  float: right;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.modal_mask_restore {
  background: url('../images/fff.png') repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-style: italic;
  display: none;
}
.modal_mask_restore .auth_form {
  background: #fff;
  width: 300px;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -160px;
  position: absolute;
  border: 4px solid #9b0f0f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}
.modal_mask_restore .auth_form p {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.modal_mask_restore .auth_form input,
.modal_mask_outback .auth_form textarea {
  border: 1px solid #ccc;
  width: 100%;
}
.modal_mask_restore .auth_form textarea {
  height: 75px;
  resize: vertical;
}
.modal_mask_restore .auth_form input.wrong,
.modal_mask_outback .auth_form textarea.wrong {
  border: 1px solid red;
}
.modal_mask_restore .auth_form .red_button_158 {
  text-align: center;
  margin: 20px 0 0 0;
}
.modal_mask_restore .auth_form .close {
  background: #9b0f0f;
  padding: 0 5px 3px 4px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  float: right;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#body_bg {
  background: url('../images/body_bg.gif') bottom left repeat-x;
  background: #fff;
  overflow: hidden;
  text-align: left;
  padding-bottom: 16px;
}
.adults {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  background: #9b0f0f;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 0px 8px 0px 8px;
  margin-right: 16px;
}
.adults_phone {
  position: absolute;
  right: 0;
  top: -4px;
  width: 44px;
  background: #9b0f0f;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  padding: 0px 4px 0px 4px;
  margin-right: 16px;
  border: solid #9b0f0f;
  display: none;
}
.login {
  font-size: 13px;
  right: 75px;
  top: 9px;
  position: absolute;
}
.login a {
  color: #000001;
  margin: 0 0 0 20px;
}
.login a.regist_but:hover,
.login a.login_but:hover font,
.login a.logout_but:hover font {
  border-bottom: 1px dashed #9b0f0f;
  color: #9b0f0f;
}
.login a.login_but {
  background: url('../images/login_but.png') left center no-repeat;
  text-decoration: none;
  padding: 0 0 0 17px;
}
.login a.logout_but {
  background: url('../images/logout_but.png') left center no-repeat;
  text-decoration: none;
  padding: 0 0 0 17px;
}
.login a.regist_but,
.login a.login_but font,
.login a.logout_but font {
  border-bottom: 1px dashed #000001;
  text-transform: lowercase;
  text-decoration: none;
}
.head_menu {
  font-size: 13px;
  right: 290px;
  top: 9px;
  position: absolute;
  text-transform: lowercase;
}
.head_menu ul {
  list-style: none;
}
.head_menu ul li {
  display: inline;
}
.head_menu ul li a {
  margin: 0 0 0 20px;
  color: #000001;
}
.head_menu ul li a:hover,
.head_menu ul li.active a {
  color: #9b0f0f;
}
.search {
  position: relative;
  margin-left: 32px;
  margin-right: 8px;
  /*  margin-top: 8px; */
}
.search input {
  width: 208px;
  background: none;
  border: 0;
  color: #555;
  /* font-size: 13px; */
  /* font-style: italic; */
  padding: 0px 0 0 8px;
  font-family: "PT Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  /* vertical-align: top; */
  /* margin-top: 2px; */
  padding-left: 30px;
  height: 22px;
  border: 1px solid #9b0f0f;
  border-radius: 3px;
}
.search #search_submit {
  background: url('../images/icon_search.svg') no-repeat;
  border: none;
  width: 22px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  left: 4px;
  top: 2px;
  cursor: pointer;
}
.social {
  font-size: 22px;
  color: #9b0f0f;
  margin-top: -3px;
}
.social a {
  font-size: 22px;
  color: #9b0f0f;
  margin-left: 8px;
  text-decoration: none;
}
.social img {
  margin: 0 3px;
}
.social_footer {
  display: none;
}
.social_footer img {
  margin: 0 3px;
}
.top-btn {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  font-size: 22px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #9b0f0f;
  color: white;
  cursor: pointer;
  padding: 4px 16px 4px 16px;
  border-radius: 3px;
  opacity: 0.5;
}
.dop_href {
  font-size: 13px;
  text-transform: lowercase;
  top: 51px;
  right: 442px;
  position: absolute;
}
.dop_href a {
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  color: #000001;
  text-decoration: none;
}
.dop_href a:hover {
  color: #9b0f0f;
}
.dop_href .dh_mob {
  background: url('../images/dh_mob.png') left bottom no-repeat;
  display: none;
}
.dop_href .dh_mob font {
  border-bottom: 1px solid #000001;
}
.dop_href .dh_mob:hover font {
  border-bottom: 1px solid #9b0f0f;
}
.dop_href .dh_obr {
  background: url('../images/dh_obr.png') left bottom no-repeat;
}
.dop_href .dh_obr font {
  border-bottom: 1px dashed #000001;
}
.dop_href .dh_obr:hover font {
  border-bottom: 1px dashed #9b0f0f;
}
header {
  background: #fff url('../images/header_botline.gif') left bottom repeat-x;
  border-top: 2px solid #9b0f0f;
}
header .logo {
  display: block;
  max-width: 100%;
  height: 60px;
}
header .row {
  position: relative;
}
.now_time {
  position: absolute;
  left: 360px;
  top: 39px;
  text-align: left;
  font-style: italic;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 11px;
  color: #545557;
}
.top_menu {
  padding-left: 8px;
  padding-right: 8px;
}
.top_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: justify;
  overflow: hidden;
  cursor: default;
  font-size: 19px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  text-transform: uppercase;
  padding: 8px 0 16px 0;
  list-style-type: none;
}
.top_menu li a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
}
.top_menu a:hover,
.top_menu li.active a {
  color: #9b0f0f;
  text-decoration: underline;
}
.line {
  border-bottom: 2px solid #9b0f0f;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}
.phonepov {
  display: none;
}
.block.pov_small {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block.pov_small .block_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.block.pov_small .block_wrap .pov_small_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.block {
  padding: 0 0 8px 0;
}
.block .block_h,
.block_h {
  text-transform: none;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding: 16px 0 16px 0;
}
.block .block_h a,
.block_h a {
  color: #9b0f0f;
  text-decoration: none;
}
.block .block_h .bh_link,
.block_h .bh_link {
  text-transform: lowercase;
  position: absolute;
  right: 16px;
  top: 8px;
  color: #a5a5a5;
  font-size: 13px;
}
.block .block_wrap {
  position: relative;
  /*  background: #fff;
	 */
}
.block .block_shadow {
  background: url('../images/shadow_220.png') center top no-repeat;
  height: 10px;
  font-size: 1px;
}
.est_mnenie .what_in {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 101;
  padding: 5px;
}
.banner_220x124 {
  margin: 0 0 16px 0;
  max-width: 100%;
}
.banner_220x178 {
  margin: 0 0 16px 0;
}
.zoon {
  margin: 0 0 16px 0;
  font-size: 11px;
  padding: 0 8px 0 8px;
}
.banner_center {
  text-align: center;
  padding: 0 0 16px 0;
}
.sape {
  font-size: 11px;
  padding: 0 8px 0 8px;
}
.rub_no_comments {
  font-size: 13px;
  position: relative;
}
.rub_no_comments .bk-photo:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border: 4px solid #9b0f0f;
  border-bottom-color: #9b0f0f;
  border-left-color: #9b0f0f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: 0px;
  left: 0;
}
.rub_no_comments .embed-responsive {
  border-bottom: 3px solid #c31313;
}
.rub_no_comments .embed-responsive-item {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.rub_no_comments .rub_photo_img {
  position: relative;
  bottom: 10px;
  left: 0;
  border: 0;
  width: auto;
}
.rub_no_comments p {
  display: inline;
  margin: 0;
  font-weight: bold;
}
.rub_no_comments .time {
  color: #9b0f0f;
}
.rub_no_comments a {
  color: #000000;
  text-decoration: none;
  position: relative;
  font-size: 15px;
}
.rub_no_comments a img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #c31313;
}
.rub_no_comments a:hover {
  color: #a33131;
}
.rub_no_comments a:hover p {
  text-decoration: underline;
}
.mark_a_d_v {
  color: darkgrey;
  font-style: italic;
  text-align: right;
}
.opinions-block a:hover {
  text-decoration: underline;
  color: #a33131;
}
.opinions-block p {
  display: inline;
}
.opinions {
  font-size: 15px;
  position: relative;
}
.opinions .opinions_photo_img {
  position: relative;
  bottom: 9px;
  left: 0;
  border: 0;
  width: auto;
}
.opinions-block {
  display: block;
  position: relative;
}
.opinions-block2 {
  display: block;
  position: relative;
}
.opinions-block2:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #9b0f0f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: -8px;
  left: 0;
}
.opinions p {
  margin: -4px 0 0 0;
}
.opinions .time {
  color: #9b0f0f;
}
.opinions .time:hover {
  text-decoration: none;
}
.opinions a {
  color: #000000;
  text-decoration: none;
  position: relative;
}
.opinions a .embed-responsive {
  border-bottom: 3px solid #c31313;
  margin-bottom: 24px;
  box-shadow: inset 0 -1px 0 0 #c31313;
}
.opinions a .embed-responsive-item {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.opinions a:hover .embed-responsive-item {
  -webkit-filter: opacity(90%);
  filter: opacity(90%);
}
.opinions:hover a p {
  text-decoration: underline;
  color: #9b0f0f;
}
.weather {
  padding: 12px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
}
.weather .weather_wrap {
  background: #f0f0f0;
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 12px 0;
  color: #303236;
  font-size: 28px;
}
.weather .weather_wrap img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.weather .weather_text {
  text-align: center;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0 30px 0;
  background: url('../images/gismeteo.png') right bottom no-repeat;
  position: relative;
}
.weather .weather_text .wt_href {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #303236;
  font-size: 13px;
}
.orphus {
  padding: 12px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #303236;
}
.orphus p {
  margin: 0 0 10px 0;
}
.orphus .orph_border {
  border-top: 1px solid lightgrey;
  padding: 5px 0 0 0;
  margin: 0;
}
.money_wrap {
  font-size: 11px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  color: #565656;
  padding: 8px 0 8px 0;
}
.money {
  border-spacing: 0;
  width: 100%;
  color: #565656;
}
.money thead td {
  background: none;
  text-transform: lowercase;
  text-align: center;
}
.money td {
  background: url('../images/money_tr_bg.png') left bottom repeat-x;
  padding: 0;
  line-height: 29px;
  height: 29px;
}
.money td:first-child {
  font-size: 13px;
  padding: 0 0 0 5px;
  color: #4e4e4e;
}
.money .m_bot {
  background: url('../images/m_bot.png') left center no-repeat;
  padding: 0 0 0 12px;
}
.money .m_up {
  background: url('../images/m_up.png') left center no-repeat;
  padding: 0 0 0 12px;
}
.money .m_minus {
  color: #ec592d;
}
.money .m_plus {
  color: #509c5b;
}
.money_wrap p {
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}
.money_wrap p a {
  color: #565656;
}
.arch {
  border: 2px solid #9b0f0f;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #474747;
  padding: 16px 0;
  font-size: 15px;
  line-height: 16px;
}
.arch .b_arch {
  font-size: 13px;
  padding: 0 0 5px 0;
}
.arch .arch_date {
  background: #9b0f0f;
  margin: 16px 0;
  color: #fff;
  padding: 8px 0 10px 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.arch .arch_name {
  line-height: 20px;
}
.arch .arch_name a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.voting_block {
  padding: 16px 10px;
  font-weight: bold;
  font-size: 12px;
}
.voting_block ul {
  list-style: none;
  margin: 18px 0;
}
.voting_block ul input {
  margin: 0 0 0 160px;
  position: absolute;
  top: 2px;
  width: 12px;
}
.voting_block ul div {
  margin: 0 0 0 145px;
  position: absolute;
  width: 50px;
  top: 2px;
}
.voting_block ul li {
  margin: 0 0 8px 10px;
  position: relative;
  padding-right: 55px;
}
.voting_block .voting_but button {
  background: url('../images/red_button_88.png') no-repeat;
  width: 88px;
  height: 24px;
  text-align: center;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-size: 13px;
  border: 0;
  color: #fff;
  margin-right: 10px;
  text-shadow: 0px 1px 1px #890210;
  cursor: pointer;
  padding: 0 0 3px 0;
}
.pov_small_wrap .pov_item {
  font-size: 15px;
}
.pov_small_wrap .pov_item a {
  /*  text-decoration: none;
   */
  color: #000;
}
.pov_small_wrap a {
  /*  text-decoration: none;
   */
  color: #000;
}
.pov_small_wrap .pov_item a {
  /*  text-decoration: none;
   */
  color: #000;
}
.pov_small_wrap .pov_item:hover {
  text-decoration: underline;
  color: #9b0f0f !important;
}
.pov_small_wrap .rez_item a:hover {
  text-decoration: underline;
}
.pov_small_wrap .pov_all {
  padding: 10px 0 0 0;
}
.pov_small_wrap .pov_all a {
  color: #000;
  font-size: 12px;
}
.rezonans_wrap .rez_tema1 {
  font-weight: bold;
  font-size: 17px;
  color: #ab171a;
  border-bottom: 1px solid #ab171a;
  padding: 0 0 3px 0;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
}
.rezonans_wrap .rez_item {
  font-size: 13px;
}
.rezonans_wrap .rez_item a {
  text-decoration: none;
  color: #000;
}
.rezonans_wrap .rez_i_time {
  font-size: 13px;
  color: #9b0f0f;
  padding: 4px 0 0 0;
}
.rezonans_wrap .rez_item a:hover {
  text-decoration: underline;
}
.rezonans_wrap .rez_all {
  padding: 10px 0 0 0;
}
.rezonans_wrap .rez_all a {
  color: #000;
  font-size: 12px;
}
.yandex-adaptive {
  margin: 38px 0;
}
.izbr_wrap {
  padding: 0 0px;
}
.izbr_wrap .bk-photo:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border: 4px solid #9b0f0f;
  border-bottom-color: #9b0f0f;
  border-left-color: #9b0f0f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: 0px;
  left: 0;
}
.izbr_wrap .embed-responsive {
  border-bottom: 3px solid #c31313;
}
.izbr_wrap .embed-responsive-item {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.izbr_wrap .izbr_item {
  /*  border-bottom: 1px solid #cecece;
   */
  /*  font-weight: bold; */
  font-size: 15px;
  padding: 8px 0 0px 0;
}
.izbr_wrap .izbr_item:last-child {
  border: 0;
}
.izbr_wrap .izbr_item a {
  text-decoration: none;
  color: #000;
}
.izbr_wrap .izbr_item a.docLink {
  text-decoration: none;
  color: #B4B4B4;
  font-weight: normal;
}
.izbr_wrap .izbr_item a:hover {
  text-decoration: underline;
}
.izbr_wrap .izbr_item .what_in a:hover {
  text-decoration: none;
}
.izbr_wrap .izbr_item .what_in {
  /*  padding: 0 0 20px 0;
	 */
  /*  background: url('../images/izbr_hr.png') top right no-repeat;
   */
  margin: 8px 0 0 0;
  font-weight: normal;
  font-size: 15px;
}
.izbr_wrap .izbr_item .what_in .comm {
  color: #b4b4b4;
}
.what_in {
  font-size: 14px;
  color: #b4b4b4;
  margin-top: 8px;
  margin-left: 8px;
  white-space: nowrap;
}
.what_in_search {
  font-size: 14px;
  color: #b4b4b4;
  margin-top: 8px;
}
.what_in:blank {
  visibility: hidden;
}
.what_in:empty {
  visibility: hidden;
}
.what_in a,
.what_in font {
  display: inline-block;
  height: 15px;
}
.what_in .comm {
  /*  background: url('../images/icon_comm.svg') left 3px no-repeat; */
  /*  padding: 0px 0 0 20px; */
  font-weight: normal;
  font-size: 14px;
  color: #b4b4b4;
  text-decoration: none;
}
.est_mnenie .em_item .em_text .what_in a.comm {
  /*  background: url('../images/icon_comm.svg') left 3px no-repeat; */
  padding: 0 0 0 16px;
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
}
.what_in .comm:hover {
  text-decoration: none;
  color: #9b0f0f;
  /*  background: url('../images/icon_comm_act.svg') left 3px no-repeat; */
}
.what_in font.comm:hover {
  /*  background: url('../images/icon_comm_act.svg') left 3px no-repeat; */
  /*  padding: 0 0 0 20px; */
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
}
.what_in .see {
  background: url('../images/see_icon.png') left 4px no-repeat;
  padding: 0 0 0 18px;
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
  vertical-align: -2px;
}
.what_in .photo {
  background: url('../images/icon_photo.svg') 3px bottom no-repeat;
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
  padding: 0 7px 0 12px;
  vertical-align: -1px;
}
.what_in .video {
  background: url('../images/icon_video.svg') 0px -1px no-repeat;
  padding: 0 12px;
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
  vertical-align: -3px;
}
.what_in .audio {
  background: url('../images/audio_icon.png') 5px 1px no-repeat;
  padding: 0 10px;
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
  vertical-align: -4px;
}
.what_in .document {
  background: url('../images/document_icon.png') 3px 0px no-repeat;
  padding: 0 10px;
  font-weight: normal;
  color: #b4b4b4;
  text-decoration: none;
  vertical-align: -4px;
}
.in_blogs a {
  color: #000000;
  text-decoration: none;
  position: relative;
}
.in_blogs .ib_item {
  padding-bottom: 16px;
}
.in_blogs .ib_item:last-child {
  border: 0;
  /*  padding-top: 16px; */
}
.in_blogs .ib_item .ib_h .row {
  align-items: center;
  justify-content: center;
}
.in_blogs .ib_item .ib_h .ib_photo {
  text-align: center;
}
.in_blogs .ib_item .ib_h .ib_photo img {
  border-bottom: 3px solid #c31313;
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
.in_blogs .ib_item .ib_h .ib_photo img img {
  border-bottom: 3px solid #c31313;
}
.in_blogs .ib_item .ib_h .ib_photo img:before {
  line-height: 0;
  font-size: 0;
}
.in_blogs .ib_item:hover .ib_h .ib_photo img {
  -webkit-filter: opacity(90%);
  filter: opacity(90%);
}
.in_blogs .ib_item .ib_h .ib_photo img.ib_photo_img {
  position: absolute;
  bottom: -8px;
  left: 8px;
  border: 0;
  width: auto;
}
.in_blogs .ib_item .ib_h .ib_h_text {
  padding-top: 0px;
}
.in_blogs .ib_item .ib_h .ib_h_text .ib_date {
  font-size: 15px;
  font-style: italic;
  color: #9b0f0f;
}
.in_blogs .ib_item .ib_h .ib_h_text .ib_name {
  font-size: 15px;
  font-weight: bold;
}
.in_blogs .ib_item .ib_h .ib_h_text .ib_name a {
  color: #000;
  text-decoration: none;
}
.in_blogs .ib_item .ib_h .ib_h_text .ib_who {
  font-style: italic;
  font-size: 15px;
}
.in_blogs .ib_item .ib_nh {
  font-size: 15px;
}
.in_blogs .ib_item .ib_nh {
  color: #000;
  text-decoration: none;
}
.in_blogs a:hover .ib_item .ib_nh {
  text-decoration: underline;
  color: #9b0f0f;
}
.in_blogs1 a {
  color: #000000;
  text-decoration: none;
  position: relative;
}
.in_blogs1 a p.ib_nh1 {
  display: inline;
}
.in_blogs1 a:hover p.ib_name {
  text-decoration: underline;
  color: #9b0f0f;
}
.in_blogs1 a:hover p.ib_who {
  text-decoration: underline;
  color: #9b0f0f;
}
.in_blogs1 a:hover p.ib_nh1 {
  text-decoration: underline;
  color: #9b0f0f;
}
.in_blogs1 .ib_item {
  border-bottom: 1px solid #cecece;
}
.in_blogs1 .ib_item:last-child {
  border: 0;
}
.in_blogs1 .ib_item .ib_h .ib_photo {
  position: relative;
  border-bottom: 3px solid #c31313;
  margin-bottom: 24px;
  box-shadow: inset 0 -1px 0 0 #c31313;
}
.in_blogs1 .ib_item .ib_h .ib_photo:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #9b0f0f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: -10px;
  left: 0;
}
.in_blogs1 .ib_item .ib_h .ib_photo .embed-responsive {
  display: flex;
}
.in_blogs1 .ib_item .ib_h .ib_photo .embed-responsive:before {
  line-height: 0;
  font-size: 0;
}
.in_blogs1 .ib_item .ib_h .ib_photo .embed-responsive img {
  /*background: @bf-dark;*/
}
.in_blogs1 .ib_item .ib_h .ib_photo .embed-responsive-item {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  background-image: url(/static/images/default_image_bg_200.jpg);
}
.in_blogs1:hover .ib_item .ib_h .ib_photo .embed-responsive-item {
  -webkit-filter: opacity(90%);
  filter: opacity(90%);
}
.in_blogs1 .ib_item .ib_h .ib_photo img.ib_photo_img {
  position: relative;
  bottom: 10px;
  left: 0;
  border: 0;
  width: auto;
}
.in_blogs1 .ib_item .ib_h .ib_h_text {
  margin: -5px 0 0 0;
}
.in_blogs1 .ib_item .ib_h .ib_h_text .ib_date {
  font-size: 10px;
  color: #4c4c4c;
}
.in_blogs1 .ib_item .ib_h .ib_h_text .ib_name {
  font-weight: bold;
  font-size: 15px;
}
.in_blogs1 .ib_item .ib_h .ib_h_text .ib_who {
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
}
.in_blogs1 .ib_item .ib_nh1 {
  font-size: 15px;
}
.in_blogs1 .ib_item .ib_nh1 a:hover {
  text-decoration: underline;
  color: #9b0f0f;
}
.in_blogs1 .ib_item .ib_nh1 .what_in a:hover {
  text-decoration: none;
  color: #9b0f0f;
}
.in_blogs1 .ib_item .time {
  color: #9b0f0f;
  font-size: 15px;
}
.in_blogs1 .what_in {
  /*  padding: 10px 0 0 0;
   */
  /*  background: url('../images/izbr_hr.png') top right no-repeat;
   */
  margin: 8px 0 0 0;
}
.est_mnenie_in {
  padding: 0 13px;
}
.est_mnenie_in .emi_item {
  border-bottom: 1px solid #cecece;
  padding: 16px 0;
}
.est_mnenie_in .emi_item:last-child {
  border: 0;
}
.est_mnenie_in .emi_item .emi_h {
  overflow: hidden;
  zoom: 1;
}
.est_mnenie_in .emi_item .emi_h .emi_photo {
  float: left;
  position: relative;
  height: 53px;
  width: 60px;
}
.est_mnenie_in .emi_item .emi_h .emi_photo img {
  border-bottom: 3px solid #9b0f0f;
}
.est_mnenie_in .emi_item .emi_h .emi_h_text {
  overflow: hidden;
  zoom: 1;
}
.est_mnenie_in .emi_item .emi_h .emi_h_text .emi_name {
  font-size: 13px;
  color: #000;
}
.est_mnenie_in .emi_item .emi_h .emi_h_text .emi_who {
  font-style: italic;
  font-size: 11px;
  color: #717171;
}
.est_mnenie_in .emi_item .emi_nh {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 8px 0;
}
.est_mnenie_in .emi_item .emi_nh a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs {
  background: #fff;
  padding: 13px 18px;
  font-size: 13px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  text-transform: lowercase;
}
.breadcrumbs a {
  margin-right: 20px;
  color: #000001;
}
.breadcrumbs font {
  color: #9b0f0f;
}
nav ul.pagination {
  padding: 5px 0;
}
nav ul.pagination li.page-item a.page-link {
  color: #9b0f0f;
}
nav ul.pagination li.page-item.disabled a.page-link {
  color: #ffffff;
  background-color: #9b0f0f;
  font-weight: bold;
}
.est_mnenie:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.est_mnenie .em_item:last-child {
  border: 0;
}
.est_mnenie .em_item .em_img {
  position: relative;
}
.est_mnenie .em_item .em_img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -webkit-object-fit: cover;
  transition: 0.5s ease-in-out;
}
.est_mnenie:hover .em_item .em_img img {
  -webkit-filter: opacity(90%);
  filter: opacity(90%);
}
.est_mnenie img.ib_photo_img {
  position: absolute;
  bottom: -8px;
  left: 0;
  border: 0;
  width: auto;
  height: auto;
}
.est_mnenie .em_item .em_text {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* Adjust the color values to achieve desired darkness */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
  min-height: 55px;
  font-weight: bold;
  font-size: 15px;
  padding: 10px !important;
  border-bottom: none;
  z-index: 101;
}
.est_mnenie .em_item .em_text {
  color: #fff;
  text-decoration: none;
}
.est_mnenie:hover .em_item .em_text {
  text-decoration: underline;
}
.est_mnenie .em_item .em_text .what_in:hover {
  text-decoration: none;
}
.est_mnenie .em_item .em_text .what_in {
  padding: 10px 0 0 0;
}
.block_category_h {
  padding: 8px 16px 24px 0px;
  background: #fff url('../images/news_day_bg.png') bottom left no-repeat;
  color: #9b0f0f;
  text-decoration: none;
  /*font-weight: 600;
   */
  font-size: 22px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  /*text-transform: uppercase;
   */
  margin-bottom: 16px;
  position: relative;
}
.block_category_h h1 {
  font-size: 21px !important;
  font-weight: normal;
  padding: 4px 4px !important;
}
.block_category_h font {
  font-size: 14px;
}
.search_key {
  background: #9b0f0f;
  color: #fff;
  padding: 0 5px;
}
.search_block {
  overflow: hidden;
  zoom: 1;
}
.search_block .search_count {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.search_block .red_button_88 {
  /*  background: url('../images/red_button_88.png') no-repeat; */
  background: #9b0f0f;
  border-radius: 3px;
  width: 88px;
  height: 24px;
  text-align: center;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-size: 15px;
  border: 0;
  color: #fff;
  margin-right: 10px;
  /*  text-shadow: 0px 1px 1px #890210; */
  cursor: pointer;
  padding: 0 0 3px 0;
}
.news_day {
  /*  background: url('../images/news_day_bg.png') top left no-repeat; */
}
.news_day {
  background: none;
}
.news_day .news_date:first-child {
  display: none;
}
.news_day .news_date {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border-top: 3px solid #c31313;
}
.news_day .news_date:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #9b0f0f;
  border-bottom-color: #9b0f0f;
  border-left-color: #9b0f0f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  left: 0;
}
.news_day .news_date div {
  padding: 8px 24px;
}
.news_day .news_item {
  position: relative;
  margin-bottom: 10px;
}
.news_day .news_item .vibor {
  /*  display: inline-block;
	vertical-align: middle;
	background: url('../images/vibor.png') no-repeat;
	width: 68px;
	height: 32px;
	z-index: 100;
	margin-right: 5px;
  */
}
.news_day .news_item .news_i_time {
  font-size: 14px;
  color: #9b0f0f;
  padding: 0 0 4px 0;
}
.news_day .news_item .news_i_num {
  float: left;
  width: 60px;
  height: 35px;
  font-size: 17px;
  color: #bebebe;
}
.news_day .news_item .news_i_datetime {
  font-size: 13px;
  color: #4e4e4e;
  padding: 0 0 4px 0;
}
.news_day .news_item .search_i_datetime {
  font-size: 13px;
  color: #9b0f0f;
  padding: 0 0 4px 0;
}
.news_day .news_item .news_i_h {
  overflow: hidden;
  zoom: 1;
}
.news_day .news_item .news_i_h .news_highlight {
  display: inline-block;
  color: #fff;
  background: #9b0f0f;
  /*  padding: 3px; */
  padding-right: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
  /*  font-weight: bold; */
  margin-right: 10px;
  border-radius: 3px;
}
.news_highlight_big {
  display: inline-block;
  color: #fff;
  background: #a33131;
  padding: 3px;
  padding-right: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
}
.news_day .news_item .news_i_h .news_highlight_nc {
  display: inline-block;
  color: white;
  background: #3b5998;
  /*  padding: 3px; */
  padding-right: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
  /*  font-weight: bold; */
  margin-right: 10px;
  border-radius: 3px;
}
.news_day .news_item .news_i_h a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.news_day .news_item .news_i_h a:hover {
  text-decoration: underline;
  color: #9b0f0f;
}
.news_day .news_item .news_i_h .what_in {
  /*  padding: 0 0 0 10px; */
}
.news_day .news_item .news_i_h .what_in a {
  font-size: 14px;
  float: none;
  font-weight: normal;
  color: #b4b4b4;
  /*  padding-left: 20px; */
  /*  padding-left: 8px; */
}
.news_day .news_item .news_i_h .what_in a:hover {
  text-decoration: none;
  color: #9b0f0f;
}
.news_day .news_item_highlight {
  padding: 10px 13px 25px 13px;
  font-family: Tahoma, "Geneva CY", sans-serif;
  position: relative;
}
.news_day .news_item_highlight .vibor {
  position: absolute;
  left: -4px;
  top: 32px;
  background: url('../images/vibor.png') no-repeat;
  width: 68px;
  height: 36px;
  z-index: 100;
}
.news_day .news_item_highlight .news_i_time {
  float: left;
  width: 70px;
  font-size: 13px;
  color: #4e4e4e;
  padding: 4px 0 0 0;
}
.news_day .news_item_highlight .news_i_num {
  float: left;
  width: 60px;
  height: 35px;
  font-size: 17px;
  color: #bebebe;
}
.news_day .news_item_highlight .news_i_datetime {
  font-size: 13px;
  color: #4e4e4e;
  padding: 0 0 4px 0;
}
.news_day .news_item_highlight .news_i_h {
  overflow: hidden;
  zoom: 1;
}
.news_day .news_item_highlight .news_i_h a {
  font-size: 12px;
  font-weight: bold;
  color: #9b0f0f;
  text-decoration: none;
}
.news_day .news_item_highlight .news_i_h a:hover {
  text-decoration: underline;
}
.news_day .news_item_highlight .news_i_h .what_in {
  padding: 0 0 0 10px;
}
.news_day .news_item_highlight .news_i_h .what_in a {
  float: none;
  font-weight: normal;
  color: #b4b4b4;
}
.news_day .news_item_highlight .news_i_h .what_in a:hover {
  text-decoration: none;
}
h1 {
  padding: 16px 0;
  background: #fff;
  font-size: 26px;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  text-transform: none;
  margin: 0;
  position: relative;
}
h1.item {
  font-size: 21px !important;
  font-weight: normal;
  /*  margin-top: 8px; */
}
h1.item_1 {
  font-size: 18px !important;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0;
}
.content {
  font-size: 15px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
}
.content p,
.content_redakt p {
  margin-bottom: 16px;
  -webkit-text-stroke: 0.05px;
}
p.datetime {
  font-size: 15px;
  color: #9b0f0f;
  /*  font-style: italic; */
  margin-bottom: 16px;
}
.content .video_link,
.content .audio_link {
  text-align: center;
}
.content p.audio_link {
  text-align: center;
}
.content a,
.content_redakt a,
.content_redakt1 a {
  color: #9b0f0f;
  text-decoration: underline;
}
.content_redakt1 a {
  text-decoration: underline;
}
.content a:hover,
.content_redakt a:hover {
  text-decoration: none;
  color: #000;
}
.content_redakt1 a:hover {
  text-decoration: none;
}
.content_redakt {
  padding: 0 18px 0px 60px;
  background: url('../images/content_redakt.png') 20px 0 no-repeat;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  color: #555;
  font-size: 14px;
  font-style: italic;
}
.content_redakt .cr_h {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 0 0;
}
.content_redakt1 {
  margin-top: 16px;
  /*  margin-left: 8px;
   */
  /*  padding: 0 10px;
   */
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  color: #555;
  font-size: 15px;
  font-style: italic;
}
.content_redakt1 .cr_h {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 10px 0;
}
.red_button_158 {
  text-align: right;
  /*  padding: 0 18px 18px 18px;
	 */
  font-size: 14px;
  color: #9b0f0f;
}
.red_button_158 p {
  margin: 10px 0;
}
.red_button_158 a {
  text-decoration: none;
  font-weight: bold;
  color: #9b0f0f;
}
.red_button_158 a.visited {
  text-decoration: none;
  font-weight: bold;
  color: #96010d;
}
.red_button_158 button {
  /*  background: url('../images/red_button_158.png') no-repeat; */
  /*  width: 158px; */
  /*  height: 24px; */
  text-align: center;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-size: 15px;
  border: 0;
  color: #fff;
  /*  text-shadow: 0px 1px 1px #890210; */
  cursor: pointer;
  /*  padding: 0 0 3px 0; */
  background: #9b0f0f;
  border-radius: 3px;
  margin-top: 4px;
}
.red_button_comm button {
  /*  background: url('../images/red_button_158.png') no-repeat; */
  /*  width: 158px; */
  /*  height: 24px; */
  text-align: center;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-size: 15px;
  border: 0;
  color: #fff;
  /*  text-shadow: 0px 1px 1px #890210; */
  cursor: pointer;
  /*  padding: 0 0 3px 0; */
  background: #9b0f0f;
  border-radius: 3px;
  margin-top: 4px;
}
.red_button_190 button {
  background: url('../images/red_button_190.png') no-repeat;
  width: 190px;
  height: 24px;
  text-align: center;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  font-size: 13px;
  border: 0;
  color: #fff;
  text-shadow: 0px 1px 1px #890210;
  cursor: pointer;
  padding: 0 0 3px 0;
}
/* -- comm_window -- */
.comm_window_child {
  /*  background: #f0f0f0; */
  background: #fafafa;
  border-top: 1px solid lightgrey;
  padding: 8px;
  /*  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	 */
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  color: #000;
  display: none;
}
.comm_window_child div {
  margin: 0 0 5px 0;
}
.comm_window_child p {
  margin: 0;
}
.comm_window_child input,
.comm_window_child textarea {
  margin: 0 0 4px 0;
  border: 1px solid lightgrey;
  border-radius: 3px;
}
.comm_window_child input:focus,
.comm_window_child textarea:focus {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  outline: 0;
}
.comm_window_child input.wrong,
.comm_window_child textarea.wrong {
  border: 1px solid red;
}
.comm_window_child textarea {
  height: 150px;
  resize: vertical;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 3px;
}
.comm_window_child textarea:focus {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  outline: 0;
}
.comm_window_child .cw_mini {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: bold;
  margin-left: 8px;
}
.comm_window_child .cw_mini font {
  color: #9b0f0f;
  border-bottom: 1px dashed #9b0f0f;
  cursor: pointer;
}
.wrong_mess {
  color: red;
  font-weight: normal;
  padding: 0 0 3px 0;
  font-size: 12px;
  display: none;
}
.success_mess {
  color: green;
  font-weight: normal;
  padding: 0 0 3px 0;
  font-size: 12px;
  display: none;
}
.comments_field {
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  /*  margin-left: 16px; */
  /*  margin-right: 16px; */
}
.ad_field {
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  padding: 0 18px 8px 18px;
}
.ci_comm blockquote {
  color: #555555;
  font-style: italic;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding: 2px 8px 2px 8px;
  border-left-width: 5px;
  margin-top: 0;
}
.ci_comm blockquote .quote_author {
  font-weight: bold;
}
.ci_comm blockquote .quote_content {
  margin-top: 4px;
}
.comm_item {
  background: #fafafa;
  border-top: 1px solid lightgrey;
  padding: 8px;
  margin: 0 0 8px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.comm_item .avatar {
  float: left;
}
.comm_item .avatar img {
  border-bottom: 3px solid #9e0f0f;
  width: 50px;
  height: 53px;
}
.comm_item .ci_text {
  overflow: hidden;
  zoom: 1;
  color: #444;
  font-size: 15px;
  padding: 0 0 0 16px;
}
.comm_item .ci_text .ci_name {
  font-weight: bold;
  color: #555;
  font-size: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comm_item .ci_text .ci_date {
  color: #7f7f7f;
  font-size: 13px;
  padding: 0 0 8px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comm_item .ci_text .ci_comm {
  font-style: normal;
  -webkit-text-stroke: 0.05px;
  word-wrap: break-word;
}
.comm_item .votes {
  display: inline-block;
  /*  position: absolute;
   */
  top: 1em;
  right: 1em;
  float: right;
  margin-top: 10px;
}
.comm_item .votes span {
  margin: 1px;
}
.comm_item .votes .vote span[data-rating="positive"],
.comm_item .votes .vote span[data-rating="negative"] {
  margin: 0;
}
.comm_item .votes .vote.active {
  cursor: pointer;
}
.comm_item .votes .vote.active:hover {
  transform: scale(1.2);
  vertical-align: top;
}
.comm_item .votes .vote.up {
  background-color: #3b5998;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
}
.comm_item .votes .vote.down {
  background-color: #9b0f0f;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
}
.comm_item_censored {
  background: #f4dbdb;
  border-top: 1px solid lightgrey;
  border-left: 5px solid #9b0f0f;
  padding: 11px;
  margin: 0 0 16px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.comm_item_censored .avatar {
  float: left;
}
.comm_item_censored .avatar img {
  width: 50px;
  height: 50px;
}
.comm_item_censored .ci_text {
  overflow: hidden;
  zoom: 1;
  color: #444;
  font-size: 15px;
  padding: 0 0 0 18px;
}
.comm_item_censored .ci_text .ci_name {
  font-weight: bold;
  color: #555;
  font-size: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.comm_item_censored .ci_text .ci_date {
  color: #7f7f7f;
  font-size: 11px;
  padding: 0 0 10px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comm_item_censored .ci_text .ci_comm a {
  font-weight: bold;
  text-decoration: none;
  color: #9b0f0f;
}
.comm_item_censored .ci_text .ci_comm a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #9b0f0f;
}
.comm_item_censored .votes {
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
}
.comm_item_censored .votes span {
  margin: 3px;
}
.comm_item_censored .votes .vote {
  cursor: pointer;
}
.comm_item_censored .votes .vote.up:hover {
  color: green;
}
.comm_item_censored .votes .vote.down:hover {
  color: red;
}
.cf_win {
  padding: 4px 0 10px 0;
  overflow: hidden;
  zoom: 1;
  height: 35px;
}
.cf_win .what_in {
  font-size: 13px;
}
.no_comm a {
  color: #000000;
  text-decoration: none;
  position: relative;
  /*  padding: 0 10px 0 0; */
}
.no_comm a img {
  transition: 0.5s ease-in-out;
}
.no_comm a:hover {
  color: #000000;
}
.no_comm a:hover img {
  -webkit-filter: opacity(90%);
  filter: opacity(90%);
}
.no_comm .nc_item {
  padding: 8px 0;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  overflow: hidden;
  /*  zoom: 1;
	background: url('../images/news_day_bg.png') top left no-repeat;
   */
}
.no_comm .nc_item:first-child {
  background: none;
}
.no_comm .nc_item .nc_item_video {
  float: left;
  width: 200px;
  /*  margin: 0 20px 0 0;
   */
}
.no_comm .nc_item .nc_item_video img {
  max-width: 180px;
}
.no_comm .nc_item .nc_item_bn {
  float: left;
  padding: 0 20px 20px 0;
  background-image: url(/static/images/default_image_bg.jpg);
}
.no_comm .nc_item .nc_item_bn img {
  max-width: 180px;
}
.no_comm .nc_item .nc_item_text {
  overflow: hidden;
  zoom: 1;
}
.no_comm .nc_item .nc_item_text .nc_item_date {
  font-size: 14px;
  color: #000;
}
.no_comm .nc_item .nc_item_text .nc_item_date_nc {
  font-size: 14px;
  color: #9b0f0f;
}
.no_comm .nc_item .nc_item_text .nc_item_date .what_in {
  margin: 0 0 0 10px;
}
.no_comm .nc_item .nc_item_text .nc_who {
  font-style: italic;
  font-size: 14px;
  color: #4c4c4c;
}
.no_comm .nc_item .nc_item_text .nc_name {
  color: #000000;
  font-size: 15px;
}
.no_comm .nc_item .nc_item_text .nc_item_h {
  font-size: 15px;
  padding: 8px 0 8px 0;
  display: inline;
}
.no_comm .nc_item .nc_item_text .nc_item_h {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.no_comm .nc_item:hover .nc_item_text .nc_item_h {
  text-decoration: underline;
  color: #9b0f0f;
  text-color: #9b0f0f;
}
.no_comm .nc_item:hover .nc_item_text .nc_item_h a {
  color: #9b0f0f;
}
.no_comm .nc_item .nc_item_text .nc_item_ann {
  font-size: 15px;
}
.no_comm .nc_item .nc_item_text .nc_item_audio {
  padding: 10px 0 0 0;
}
.vote_rez {
  overflow: hidden;
  zoom: 1;
}
.vote_rez .rez_item {
  margin: 0 0 10px 0;
  clear: both;
}
.vote_rez .rez_item .ri_line.max {
  background: #9b0f0f;
}
.vote_rez .rez_item .rez_item_line {
  width: 400px;
}
.vote_rez .rez_item .ri_line {
  background: #7f7f7f;
  padding: 5px;
  height: 20px;
  float: left;
  margin: 0 0 10px 0;
}
.vote_rez .rez_item font {
  float: left;
  padding: 5px 0 0 10px;
  font-weight: bold;
}
#footer {
  text-align: left;
  background: #fff url('../images/footer_bg.gif') top left repeat-x;
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 11px;
  color: #000;
}
footer:after {
  content: "";
  width: 100%;
  height: 30px;
  top: 18px;
  left: 0;
  z-index: -5;
  position: absolute;
  background: #dbdbdd url('../images/footer_bg.gif') top left repeat-x;
}
#footer a {
  color: #000;
  font-weight: bold;
}
#footer a:hover {
  color: #9b0f0f;
}
#footer .counters a {
  text-decoration: none;
}
.footer_center p {
  margin-top: 16px;
}
.content ul,
.content_redakt ul {
  padding: 0 0 16px 50px;
}
.content ol,
.content_redakt ol {
  padding: 30px 0 0 50px;
}
.content h2,
.content_redakt h2,
h3,
h4,
h5 {
  padding: 0 0 18px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.content h3,
.content_redakt h3 {
  font-size: 20px;
}
.content h4,
.content_redakt h4 {
  font-size: 18px;
}
.content h5,
.content_redakt h5 {
  font-size: 16px;
}
.content blockquote,
.content_redakt blockquote {
  color: #000;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  position: relative;
  padding: 16px 56px 16px 56px;
  margin-top: 0;
  border: 0;
  background: none;
}
.content blockquote p,
.content_redakt blockquote p {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  position: relative;
  /*   padding: 16px 56px 16px 56px;
	 */
  margin-top: 0;
  border: 0;
  background: none;
}
.content blockquote p:first-child,
.content_redakt blockquote p:first-child {
  color: #9b0f0f;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  position: relative;
  /*   padding: 16px 56px 16px 56px;
	 */
  margin-top: 0;
  border: 0;
  background: none;
}
.content blockquote::before {
  display: block;
  position: absolute;
  left: 26px;
  top: 66px;
  content: "\00ab";
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
  line-height: 0;
  color: #9b0f0f;
}
.content blockquote p:last-child,
.content_redakt blockquote p:last-child {
  /*  padding: 0 0 5px 0;
	 */
}
.error {
  color: #ef010f;
}
img.left {
  float: left;
  margin: 0 8px 5px 0;
}
img.right {
  float: right;
  margin: 0 0 5px 8px;
}
img.width {
  margin: 0 auto !important;
  width: 100%;
  height: auto;
}
figure {
  width: 10px;
}
figure.left {
  float: left;
  margin: 0px 8px 0px 0px !important;
}
figure.right {
  float: right;
  margin: 0 0px 5px 8px !important;
}
figure.middle {
  margin: 0 auto 16px auto !important;
}
figure.width {
  margin: 0 auto 16px auto !important;
  width: 90%;
  height: auto !important;
}
figure.width img {
  max-height: none !important;
}
figure img {
  float: left;
  margin: 0 auto !important;
  max-width: initial !important;
}
figure.border {
  margin: 0;
  display: table;
  border: 1px solid #c9c9c9;
  padding: 0;
  background: #f6f6f6;
  height: 100%;
}
figure.border.middle {
  width: 100%;
}
figure.border.middle img {
  width: 100%;
}
figure.border img {
  float: none;
}
figure.border figcaption {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  padding: 0px;
}
figure.border figcaption h6 {
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div.img_onsign {
  position: relative;
  float: left;
  margin-right: 10px;
}
div.img_onsign img {
  display: block;
}
div.img_onsign span font {
  padding: 0 4px 0 4px;
  font-size: 14px !important;
  font-style: normal !important;
}
div.img_onsign span {
  width: 100%;
  display: block;
  padding: 4px 0 4px 0;
  position: absolute;
  bottom: 0px;
  background: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.45;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}
div.gallery {
  display: table;
  margin: 0 auto;
}
div.border_wrap {
  float: left;
  margin-bottom: 10px;
}
.clear {
  clear: both;
}
.soc_yandex {
  margin: 16px 0;
}
#vk_auth {
  margin: 0 10px;
}
font.other_polls {
  color: #9b0f0f;
  border-bottom: 1px dashed #9b0f0f;
  cursor: pointer;
}
div.other_polls_list {
  display: none;
}
.bottom_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  height: 60px;
}
.bottom_fixed iframe {
  width: 1000px;
  height: 60px;
}
.bottom_fixed_close {
  background: url('../images/bottom_fixed_close.png') no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -8px 0 0 491px;
  cursor: pointer;
}
.content_redakt.documents {
  background-image: url("../images/screp.png");
}
.docLink {
  color: #b4b4b4;
  text-decoration: none;
}
.isShow-true {
  display: block;
}
.isShow-false {
  display: none;
}
#subscriptionComments {
  float: right;
  padding: 0 18px 18px 0;
  font-size: 13px;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
}
#subscriptionComments input {
  border: 1px solid #ccc;
}
#subscriptionComments select {
  border: 1px solid #ccc;
  padding: 0;
}
.subs_msg {
  background: #fff;
  padding: 18px;
  margin: 0 0 30px 0;
  height: 300px;
}
.errors,
.messages {
  padding: 0 0 0 18px;
}
.subscriptForm input {
  width: 150px;
}
.subscriptForm select {
  width: 220px;
}
audio {
  /*  background-color: #000000;
	 */
}
div.comment {
  background: white;
  border: 1px solid #ccc;
  font-weight: normal;
  font-style: normal;
  min-height: 5em;
}
a.quote {
  margin: 0 0.5em;
  color: #9b0f0f;
  border-bottom: 1px dashed #9b0f0f;
  font-style: oblique;
  text-decoration: none;
}
a.quote:visited,
a.quote:active {
  color: #9b0f0f;
  border-bottom: 1px dashed #9b0f0f;
  font-style: oblique;
  text-decoration: none;
}
a.quote:hover {
  border-bottom-style: dashed;
}
.content img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  /*    max-height: 300px; */
}
.content border img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 250px;
}
.content iframe {
  max-width: 100%;
}
#mobile-search-wrapper {
  display: none;
}
#mobile-search-wrapper .mobile-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px 16px 8px;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#mobile-search-wrapper .mobile-search .text-search,
#mobile-search-wrapper .mobile-search .date-search {
  width: 100%;
  box-sizing: border-box;
}
#mobile-search-wrapper .mobile-search .text-search form .text-search-wrap,
#mobile-search-wrapper .mobile-search .date-search form .text-search-wrap {
  border: 1px solid #9b0f0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 3px;
}
#mobile-search-wrapper .mobile-search .text-search form .text-search-wrap input,
#mobile-search-wrapper .mobile-search .date-search form .text-search-wrap input {
  border: none;
  background: none;
  height: 26px;
  line-height: 26px;
  font-style: italic;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}
#mobile-search-wrapper .mobile-search .text-search form .text-search-wrap button,
#mobile-search-wrapper .mobile-search .date-search form .text-search-wrap button {
  background: url('../images/icon_search.svg') center center no-repeat;
  width: 26px;
  height: 26px;
  border: none;
  cursor: pointer;
}
#mobile-search-wrapper .mobile-search .switch .switch-date,
#mobile-search-wrapper .mobile-search .switch .switch-text {
  background: #9b0f0f url('../images/calendar.svg') center center no-repeat;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 0 0 5px;
  border-radius: 3px;
}
#mobile-search-wrapper .mobile-search .switch .switch-text {
  background: #fff url('../images/icon_close.svg') center center no-repeat;
  border: 1px solid #9b0f0f;
  border-radius: 3px;
}
.gsc-adBlock {
  display: none !important;
}
.gsc-search-button {
  background: url(../images/red_button_88.png) no-repeat;
  width: 88px;
  height: 24px !important;
  text-align: center;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif !important;
  font-size: 13px !important;
  border: 0 !important;
  color: #fff !important;
  margin-right: 10px;
  text-shadow: 0px 1px 1px #890210;
  cursor: pointer;
  padding: 0 0 3px 0 !important;
  font-weight: normal !important;
  background-color: inherit !important;
}
.gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left > a.gs-title {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold !important;
}
.gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left > a.gs-title b {
  color: #a23535 !important;
  /*text-decoration: none !important;*/
  /*font-weight: bold !important;*/
}
.gsc-table-cell-thumbnail.gsc-thumbnail {
  display: none !important;
}
.morenews {
  text-align: right;
}
.morenews a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  color: #9b0f0f;
}
.morenews a:hover {
  text-decoration: underline;
  color: #9b0f0f;
}
/*.pl-lg-1, .px-lg-1 {
  padding-left: 16px !important;
} */
.marginleft {
  margin-left: 16px;
}
.evalar-main img {
  max-width: 100%;
}
.grayblock {
  background: #f0f0f0;
  padding: 0px 8px 0 8px;
}
.bigpicture {
  width: 90%;
  margin-bottom: 16px;
}
.bigpicture:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border: 4px solid #9b0f0f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: 0px;
  left: 0;
}
.evalar-banner-main {
  position: absolute;
  bottom: 16px;
}
.thumb_note {
  /*    text-align: center;
		margin-bottom: 20px;
		margin-top: -10px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
  font-weight: bold;
  font-size: 15px;
  padding: 10px !important;
  border-bottom: 3px solid #c31313;
  color: #fff;
}
.my-3 {
  margin-bottom: 0px;
}
.resp-height {
  min-height: 300px;
}
.rubrik_photo {
  margin-top: 12px;
}
#adfox_16653800663123343 a img {
  height: 150px !important;
  width: 350px !important;
}
audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
  background-color: #9b0f0f;
}
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: white;
}
audio::-webkit-media-controls-timeline {
  /*    background-color: white; */
  filter: invert(100);
}
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider {
  filter: invert(100);
}
.comments_replay_button {
  text-align: left;
  display: inline-block;
  margin-left: 65px;
  margin-top: 10px;
}
.comments_replay_button_for_child {
  text-align: left;
  display: inline-block;
  margin-left: 45px;
  margin-top: 10px;
}
#the_end {
  border-color: transparent;
  border-width: 0;
}
@media screen and (max-width: 1145px) {
  .now_time,
  .add_button {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #preright_column,
  .head_menu,
  #right_column,
  #left_column {
    display: none;
  }
  #mobile-search-wrapper {
    display: block;
  }
  .search {
    display: none;
  }
  #center {
    padding: 0;
  }
  #mobile_column {
    display: inherit;
  }
  .dop_href,
  .social {
    top: 9px;
  }
}
@media screen and (max-width: 991px) {
  .top_menu li a {
    font-size: 16px;
  }
  .block .pov_small_wrap .pov_item {
    margin: 10px 0;
  }
  .block .pov_small_wrap .pov_item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 989px) {
  .block .block_h {
    font-size: 22px;
  }
  .yandex-adaptive {
    margin: 68px 0;
  }
}
@media screen and (max-width: 970px) {
  #footer .footer_right {
    display: none;
  }
  #footer .footer_left {
    float: none;
    width: auto;
    padding: 30px 20px 0 20px;
  }
  #footer .footer_left p {
    display: inline-block;
  }
  #footer .footer_center {
    padding: 0 20px 0 20px;
    float: none;
  }
}
@media screen and (max-width: 880px) {
  .dop_href {
    right: 243px;
  }
  .social {
    top: 45px;
  }
}
@media screen and (max-width: 860px) {
  .top_menu ul {
    font-size: 17px;
  }
}
@media screen and (max-width: 830px) {
  #left_column {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .est_mnenie .em_item .em_text {
    border-bottom: 3px solid #c31313 !important;
  }
  .ntvk {
    display: none;
  }
  #body_bg {
    /*.col-sm-12:first-child {
      order: 1;
    }*/
  }
  #body_bg .phonepov {
    display: block;
  }
  #body_bg .phonepov .pov {
    display: block;
  }
  #body_bg .phonepov .pov_small {
    display: block;
  }
  #body_bg .pov {
    display: none;
  }
  #body_bg .pov_small {
    display: none;
  }
  #body_bg .marginleft {
    margin-left: 0px;
  }
  .grayblock {
    background: unset;
    padding: unset;
  }
  .est_mnenie .em_item .em_text {
    border-bottom: 3px solid #c31313 !important;
  }
  .nocomment1 {
    display: none;
  }
  .cal_block {
    display: none;
  }
  .resp-height {
    min-height: 200px;
  }
  .adults_phone {
    display: unset;
  }
  .evalar-main {
    text-align: center;
  }
  .banner_220x124 {
    text-align: center;
  }
  .no_comm .nc_item .nc_item_video {
    width: 100%;
  }
  .block_category_h {
    padding: 24px 16px 0px 0px;
    background: unset;
  }
  .bigpicture {
    width: 100%;
  }
  .nocomment2 {
    display: none;
  }
  .social {
    display: none;
  }
  .social_footer {
    display: block;
    text-align: center;
  }
  .evalar-banner-main {
    position: unset;
    bottom: unset;
  }
  .adults {
    display: none;
  }
  .content blockquote::before {
    top: 88px;
  }
  #footer {
    font-size: 12px;
  }
  #header .top_menu {
    width: 44px;
    height: 35px;
    position: absolute;
    z-index: 110;
    right: 0;
    top: -90px;
    padding: 0;
    margin-right: 16px;
  }
  #header .top_menu .top_menu-trigger {
    display: block;
    background: url('../images/menu.svg') no-repeat;
    width: 44px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    float: right;
  }
  #header .top_menu ul {
    display: none;
    margin-top: 35px;
  }
  #header .top_menu.active {
    width: 160px;
  }
  #header .top_menu.active ul {
    padding: 0;
    margin: 30px 0px 0px 0px;
    text-align: left;
    display: block;
    background: #9b0f0f;
    border: 1px solid #9b0f0f;
    width: 100%;
    position: absolute;
  }
  #header .top_menu.active ul::after {
    display: none;
  }
  #header .top_menu.active ul li {
    width: auto;
    display: block;
    float: none;
  }
  #header .top_menu.active ul li a {
    color: #ffffff;
    padding: 10px;
    display: block;
  }
  #header .top_menu.active ul li a:hover {
    background: #FFFFFF;
    color: #9b0f0f;
  }
}
@media screen and (max-width: 760px) {
  #header .logo {
    left: 7px;
    text-align: left;
  }
  #header .logo a img {
    width: 90%;
  }
  #header .search {
    right: 5px;
  }
  #header .social {
    right: 215px;
  }
  #header .top_menu ul {
    margin: 0 5px;
  }
  #header .login {
    top: 2px;
    right: 65px;
    width: 100%;
  }
  #header .login .logout_but,
  #header .login .login_but {
    position: absolute;
    top: 15px;
    right: 0;
    background: none;
    padding: 0;
  }
  #header .login .go_lk,
  #header .login .regist_but {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 740px) {
  .top_menu ul li {
    float: left;
    width: 100%/3;
  }
}
@media screen and (max-width: 700px) {
  #center #center_column .big_shadow {
    display: none;
  }
}
@media screen and (max-width: 645px) {
  #header .social,
  #header .dop_href {
    display: none;
  }
  .top-btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #right_column {
    display: none;
  }
  .top-btn {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #header .top_menu {
    /*      top: -78px;
 */
  }
  #header .top_menu ul {
    text-align: center;
  }
  .yandex-adaptive {
    margin: 63px 0;
  }
}
@media screen and (max-width: 550px) {
  .comm_item .avatar .img {
    width: 50px;
    height: 50px;
  }
  .block .block_h {
    font-size: 22px;
  }
  .block .block_wrap .rub_no_comments .ib_item,
  .block .block_wrap .opinions .ib_item,
  .block .block_wrap .in_blogs1 .ib_item,
  .block .block_wrap .rezonans_wrap .ib_item,
  .block .block_wrap .pov_small_wrap .ib_item,
  .block .block_wrap .in_blogs .ib_item,
  .block .block_wrap .est_mnenie .ib_item,
  .block .block_wrap .rub_no_comments .em_item,
  .block .block_wrap .opinions .em_item,
  .block .block_wrap .in_blogs1 .em_item,
  .block .block_wrap .rezonans_wrap .em_item,
  .block .block_wrap .pov_small_wrap .em_item,
  .block .block_wrap .in_blogs .em_item,
  .block .block_wrap .est_mnenie .em_item {
    padding: 0 0 0 0;
  }
  .block .block_wrap .rub_no_comments .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .opinions .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .in_blogs1 .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .rezonans_wrap .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .pov_small_wrap .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .in_blogs .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .est_mnenie .ib_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .rub_no_comments .em_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .opinions .em_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .in_blogs1 .em_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .rezonans_wrap .em_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .pov_small_wrap .em_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .in_blogs .em_item .ib_h .ib_h_text .ib_name,
  .block .block_wrap .est_mnenie .em_item .ib_h .ib_h_text .ib_name {
    /*                font-weight: normal;
*/
  }
  .block .block_wrap .rub_no_comments .em_item,
  .block .block_wrap .opinions .em_item,
  .block .block_wrap .in_blogs1 .em_item,
  .block .block_wrap .rezonans_wrap .em_item,
  .block .block_wrap .pov_small_wrap .em_item,
  .block .block_wrap .in_blogs .em_item,
  .block .block_wrap .est_mnenie .em_item {
    margin: 0;
  }
  .block .block_wrap .rub_no_comments .em_item .em_text,
  .block .block_wrap .opinions .em_item .em_text,
  .block .block_wrap .in_blogs1 .em_item .em_text,
  .block .block_wrap .rezonans_wrap .em_item .em_text,
  .block .block_wrap .pov_small_wrap .em_item .em_text,
  .block .block_wrap .in_blogs .em_item .em_text,
  .block .block_wrap .est_mnenie .em_item .em_text {
    padding: 0 0 0 10px;
  }
  .yandex-adaptive {
    margin: 55px 0;
  }
  #mobile_column {
    width: 160px;
  }
  #mobile_column .block_shadow {
    display: none;
  }
}
@media screen and (max-width: 525px) {
  #header .top_menu ul {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer_center .counters {
    display: none;
  }
}
@media screen and (max-width: 490px) {
  #header .login {
    right: auto;
    left: 7px;
    top: 0;
    width: auto;
  }
  #header .login a {
    margin: 0;
  }
  #header .login a.go_lk,
  #header .login a.logout_but,
  #header .login a.login_but {
    position: static;
  }
  #header .login a.regist_but {
    display: none;
  }
  #header .search {
    display: none;
  }
  #center #center_column .block #lkBaseContainer {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 465px) {
  #header .logo a img {
    width: 50%;
  }
  #header .top_menu ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 455px) {
  .no_comm .nc_item .nc_item_video {
    float: none;
    padding: 0 0 10px 0;
  }
  .no_comm .nc_item .nc_item_video img {
    max-width: 100%;
  }
}
@media screen and (max-width: 435px) {
  #header .adults {
    width: 50px;
    height: 35px;
    line-height: 30px;
    padding: 0;
  }
  .modal_mask_auth .auth_form {
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  #center #center_column .block #lkBaseContainer .setPassword {
    padding: 18px 5px;
  }
  #center #center_column .block #lkBaseContainer .setPassword .setPasswordForm .setPasswordForm_line input {
    width: 100%;
    box-sizing: border-box;
  }
  #center #center_column .block #lkBaseContainer .setName {
    padding: 0 5px 18px;
  }
  #center #center_column .block #lkBaseContainer .setName .setNameForm_line input {
    width: 100%;
    box-sizing: border-box;
  }
  #center #center_column .block #lkBaseContainer .selectAvatar {
    padding: 0 5px 18px;
  }
  #center #center_column .block #lkBaseContainer h1.item {
    padding: 5px;
  }
}
@media screen and (max-width: 425px) {
  #center .block .block_h {
    font-size: 11px;
  }
  #center #mobile_column {
    width: 130px;
  }
}
@media screen and (max-width: 385px) {
  #center #center_column {
    padding: 0 3px 0 0;
  }
  #center .block .breadcrumbs {
    font-size: 11px;
    padding: 0 5px 10px 5px;
  }
  #center .block h1 {
    padding: 0 5px 10px 5px;
  }
  #center .block h1.item {
    font-size: 15px !important;
  }
  #center .block .block_wrap .news_day .news_item {
    padding: 10px 5px 15px;
  }
  #center .block .block_wrap .news_day .news_item .vibor {
    width: 50px;
    overflow: hidden;
    left: 0;
    background-position: -10px 0;
  }
  #center .block .block_wrap .news_day .news_item .news_i_time {
    width: 55px;
  }
  #center .block .block_wrap .news_day .news_item .news_i_h a {
    font-size: 11px;
    line-height: 11px;
  }
  #center .block .block_wrap .content {
    font-size: 13px;
    padding: 0 5px;
  }
  #center .block .block_wrap .est_mnenie .em_item .em_img {
    float: none;
  }
  #center .block .block_wrap .est_mnenie .em_item .em_text {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  #center #center_column .block .block_wrap .soc_yandex {
    padding: 0 5px 10px 0;
  }
  #center #center_column .block .block_wrap .red_button_158 {
    padding: 0 5px 10px 0;
  }
  #center #center_column .block .block_wrap #subscriptionComments {
    padding: 0 5px 10px 0;
  }
  #center #center_column .block .block_wrap .comments_field {
    padding: 0 5px 10px 5px;
  }
  #center #center_column .block .block_wrap .comments_field .comm_item .ci_text {
    padding: 0;
  }
  #center #center_column .block .block_wrap .comments_field .comm_item .votes {
    right: 3px;
    top: 3px;
  }
}
@media screen and (max-width: 345px) {
  .modal_mask_auth .auth_form input,
  .modal_mask_auth .auth_form textarea,
  .modal_mask_auth .auth_form select {
    width: 100%;
    box-sizing: border-box;
  }
  .modal_mask_auth .auth_form .red_button_158 {
    padding-bottom: 0;
    margin-top: 10px;
  }
  #center #center_column .block .block_wrap .comm_window {
    padding: 10px 5px;
  }
  #center #center_column .block .block_wrap textarea,
  #center #center_column .block .block_wrap input {
    box-sizing: border-box;
    width: 100%;
  }
  #footer .footer_left {
    padding: 10px 5px 0;
  }
  #footer .footer_center {
    padding: 10px 5px 0;
  }
  #footer .footer_center p {
    margin: 0;
    padding: 0 0 5px 0;
  }
}
@media screen and (max-width: 335px) {
  .modal_mask_auth .auth_form input,
  .modal_mask_auth .auth_form textarea,
  .modal_mask_auth .auth_form select {
    width: 100%;
    box-sizing: border-box;
  }
  .modal_mask_auth .auth_form .red_button_158 {
    padding-bottom: 0;
    margin-top: 10px;
  }
  .comm_item .votes {
    right: 0;
  }
  #center #center_column .est_mnenie .em_item .em_text {
    font-size: 11px;
  }
  #center #center_column .block .block_wrap #subscriptionComments {
    float: none;
    padding: 5px;
  }
  #center #center_column .block .block_wrap .news_day .news_item .news_i_time {
    float: left;
    padding: 8px 0 0 0;
    font-size: 11px;
  }
  #center #center_column .block .block_wrap .news_day .news_item .vibor {
    position: static;
    float: left;
    width: 50px;
    margin-left: -5px;
    margin-right: 5px;
  }
  #center #center_column .block .block_wrap .news_day .news_item .news_i_h {
    clear: both;
  }
  #center #center_column .block .block_wrap .news_day .news_item .news_i_h a {
    width: 100%;
    display: block;
    line-height: 15px;
    padding: 0 0 5px 0;
  }
  #center #center_column .block .block_wrap .news_day .news_item .news_i_h .what_in {
    clear: both;
    float: right;
  }
  #center #center_column .block .block_wrap .news_day .news_item .news_i_h .what_in a {
    float: none;
    width: auto;
    display: inline;
    padding: 0 0 0 15px;
  }
  #footer {
    font-size: 14px;
  }
  #footer .footer_left {
    padding: 10px 5px 0;
  }
  #footer .footer_center {
    padding: 10px 5px 0;
  }
  #footer .footer_center p {
    margin: 0;
    padding: 0 0 5px 0;
  }
}
@media screen and (max-width: 310px) {
  #center #center_column .block #lkBaseContainer .ava {
    float: none;
    text-align: center;
  }
  #center #center_column .block #lkBaseContainer .selectAvaForm {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 300px) {
  #header .login {
    right: auto;
    left: 7px;
    top: 10px;
    width: auto;
  }
  #header .login a {
    margin: 0;
  }
  #header .login a.go_lk {
    position: static;
  }
  #header .login a.logout_but {
    position: static;
  }
  #header .logo {
    top: 35px;
  }
  #footer {
    height: 200px;
  }
}
@media screen and (max-width: 280px) {
  #footer {
    height: 220px;
  }
}
.b-news .content {
  margin-bottom: 8px;
}
.b-news .content ol,
.b-news .content ul {
  margin-bottom: 16px;
  padding: 0 0 16px 50px;
}
.b-news .content_redakt {
  margin-bottom: 16px;
}
.b-news .inject_picture {
  margin-bottom: 8px;
}
.b-news .inject_picture .title,
.b-news .inject_picture .description,
.b-news .inject_picture .origin {
  margin-top: 0;
  display: block;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
}
.b-news .inject_picture .illustration img {
  width: 100%;
  height: auto;
}
.b-news .inject_picture.left {
  width: 200px;
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
}
.b-news .inject_picture.right {
  width: 200px;
  float: right;
  margin-left: 8px;
  margin-bottom: 10px;
}
.b-news .inject_gallery_fotorama {
  clear: both;
  margin-bottom: 16px;
}
.b-news .inject_gallery_fotorama .fotorama__caption {
  display: none;
}
.b-news .inject_gallery_fotorama .legend {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  min-height: 20px;
  color: #525252;
}
.b-news .inject_gallery_fotorama .legend .caption {
  padding-right: 70px;
}
.b-news .inject_gallery_fotorama .legend .caption .title {
  text-align: left;
}
.b-news .inject_gallery_fotorama .legend .caption .origin {
  color: grey;
  font-size: 0.8em;
  text-align: left;
}
.b-news .inject_gallery_fotorama .legend .item_number {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  text-align: right;
  font-size: 0.8em;
}
.b-news .rama.fotorama--fullscreen .fotorama__caption {
  display: block;
}
.b-news .inject_news {
  clear: both;
}
.b-news .inject_news.small_v1 {
  display: none;
  width: 245px;
  background-color: #f4f4f4;
  padding: 8px;
  margin: 0 0 8px 0;
}
.b-news .inject_news.small_v1.left {
  float: left;
  margin-right: 16px;
}
.b-news .inject_news.small_v1.right {
  float: right;
  margin-left: 16px;
}
.b-news .inject_news.small_v1 .hdr {
  text-transform: uppercase;
  font-weight: bold;
  color: #9b0f0f;
  margin-bottom: 8px;
}
.b-news .inject_news.small_v1 .picture {
  margin-bottom: 8px;
}
.b-news .inject_news.small_v1 h4 {
  color: #545454;
  text-transform: none;
  padding: 0;
  margin-bottom: 4px;
}
.b-news .inject_news.small_v1 a {
  text-decoration: none;
}
.b-news .inject_news.small_v1 a:hover h4 {
  color: #c31313;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .b-news .inject_news.small_v1 {
    display: inline-block;
  }
}
.b-news .inject_news.small_v2 {
  display: inline-block;
  width: 245px;
  margin: 0 0 8px 0;
  border-bottom: 2px solid #c1c1c1;
}
.b-news .inject_news.small_v2.left {
  float: left;
  margin-right: 16px;
}
.b-news .inject_news.small_v2.right {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.b-news .inject_news.small_v2.right {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.b-news .inject_news.small_v2 .hdr {
  text-transform: uppercase;
  font-weight: bold;
  color: #545454;
  margin-bottom: 12px;
  border-bottom: 2px solid #c1c1c1;
}
.b-news .inject_news.small_v2 .picture {
  margin-bottom: 8px;
}
.b-news .inject_news.small_v2 h4 {
  color: #545454;
  text-transform: none;
  padding: 0 0 8px;
}
.b-news .inject_news.small_v2 a {
  text-decoration: none;
}
.b-news .inject_news.small_v2 a:hover h4 {
  color: #c31313;
  text-decoration: underline;
}
.b-news .b-sign_origin:empty {
  display: none;
}
.b-news .b-sign_origin div {
  margin-bottom: 16px;
}
.b-news .b-sign_origin div:nth-last-of-type(1) {
  margin-bottom: 0;
}
.b-news .b-see_also .hdr {
  color: #000;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 8px;
}
.b-news .b-see_also ul {
  color: #555;
}
.b-news .b-see_also ul li {
  margin-left: 16px;
  font-style: italic;
}
.b-news .b-see_also ul li a {
  color: #c31313;
  text-decoration: underline;
}
.b-news .b-see_also ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .b-news .b-see_also {
    display: none!important;
  }
}
.b-poster_inagent {
  margin-bottom: 20px;
  font-size: 2em;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
  padding: 10px;
}
#comment-form {
  /*  background: #f0f0f0; */
  background: #fafafa;
  border-top: 1px solid lightgrey;
  padding: 8px;
  /*  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	 */
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  font-family: "PT Sans", Tahoma, "Geneva CY", sans-serif;
  color: #000;
  display: none;
}
#comment-form div {
  margin: 0 0 5px 0;
}
#comment-form p {
  margin: 0;
}
#comment-form input,
#comment-form textarea {
  margin: 0 0 4px 0;
  border: 1px solid lightgrey;
  border-radius: 3px;
}
#comment-form input:focus,
#comment-form textarea:focus {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  outline: 0;
}
#comment-form input.wrong,
#comment-form textarea.wrong {
  border: 1px solid red;
}
#comment-form textarea {
  height: 150px;
  resize: vertical;
  width: 100%;
}
#comment-form textarea:focus {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  outline: 0;
}
#comment-form .cw_mini {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: bold;
  margin-left: 8px;
}
#comment-form .cw_mini font {
  color: #9b0f0f;
  border-bottom: 1px dashed #9b0f0f;
  cursor: pointer;
}
#comment-form div.quote:has(textarea:empty) {
  display: none;
}
#comment-form div.quote .hdr {
  font-weight: bold;
}
#comment-form div.quote textarea {
  height: 40px;
  overflow-y: scroll;
}
#comment-form .wrong_mess ul {
  margin: 0 0 0 15px;
}
.comments_field .comm_item.indent_2,
.comments_field .comm_item_censored.indent_2 {
  margin-left: 70px;
}
.comments_field .comm_item.indent_3,
.comments_field .comm_item_censored.indent_3 {
  margin-left: 140px;
}
.comments_field .comm_item .avatar,
.comments_field .comm_item_censored .avatar {
  width: 50px;
}
.comments_field .comm_item .avatar img,
.comments_field .comm_item_censored .avatar img {
  width: 100%;
  height: auto;
}
.editors_response {
  margin-top: 8px;
  padding: 8px;
  background-color: #e7e7e7;
}
.editors_response .hdr {
  font-weight: bold;
  color: #9b0f0f;
}
.editors_response .created_at {
  color: #7f7f7f;
  font-size: 13px;
  padding: 0 0 8px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-search_result .news_day .news_item .snippet {
  font-size: 14px;
  color: #b4b4b4;
}
.b-sidebar {
  /*.fa, .fas, .far, .fal, .fad, .fab {
		display: inline;
	}*/
}
.b-sidebar .b-opinions {
  margin-top: 20px;
}
.b-sidebar .b-opinions a {
  display: block;
  overflow: hidden;
  position: relative;
}
.b-sidebar .b-opinions a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.b-sidebar .b-opinions a img {
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.b-sidebar .b-opinions a .rubric {
  position: absolute;
  top: 10px;
  left: 15px;
  color: white;
  font-weight: 600;
  z-index: 100;
}
.b-sidebar .b-opinions a .title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 15px;
  color: white;
  z-index: 100;
}
.b-sidebar .b-opinions a .what_in {
  position: absolute;
  top: 0;
  right: 15px;
  color: white;
  z-index: 100;
}
.b-sidebar .b-razgovor {
  margin-top: 20px;
}
.b-sidebar .b-razgovor a {
  display: block;
  overflow: hidden;
  position: relative;
}
.b-sidebar .b-razgovor a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.b-sidebar .b-razgovor a img {
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.b-sidebar .b-razgovor a .rubric {
  position: absolute;
  top: 10px;
  left: 15px;
  color: white;
  font-weight: 600;
  z-index: 100;
}
.b-sidebar .b-razgovor a .title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 15px;
  color: white;
  z-index: 100;
}
.b-sidebar .b-razgovor a .title .bloger_name {
  font-weight: bold;
}
.b-sidebar .b-razgovor a .title .bloger_status {
  font-size: 0.8em;
  line-height: 110%;
  margin-bottom: 5px;
}
.b-sidebar .b-razgovor a .what_in {
  position: absolute;
  top: 0;
  right: 15px;
  color: white;
  z-index: 100;
}
.b-sidebar .b-razgovor a .entry_ {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 105px 15px 15px 15px;
  color: white;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.05)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(85%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
}
.b-sidebar .b-news_type .block_h {
  display: flex;
  justify-content: space-between;
}
.b-sidebar .b-news_type .block_h .dropit.calendar {
  display: inline;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.b-sidebar .b-news_type .block_h .dropit.calendar a.button {
  display: inline-block;
  position: absolute;
  right: 0;
}
.b-sidebar .b-news_type .block_h .dropit.calendar .nav {
  margin-top: 42px;
  padding-bottom: 16px;
  width: 100%;
  border: 1px solid #d4d4d4;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.b-sidebar .b-news_type .block_h .switch-date {
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
  display: inline-flex;
  justify-content: flex-end;
  color: #9b0f0f;
  font-size: 20px;
  cursor: pointer;
}
.b-sidebar .calendar {
  margin-top: 35px;
}
.b-sidebar .news_day div.news_date:last-child {
  display: none;
}
.b-weekly_top_slider .block_h {
  color: #9b0f0f;
}
.b-currently_reading .hdr {
  color: #000;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 8px;
}
.b-currently_reading ul {
  color: #555;
}
.b-currently_reading ul li {
  margin-left: 16px;
  font-style: italic;
}
.b-currently_reading ul li a {
  color: #c31313;
  text-decoration: underline;
}
.b-currently_reading ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .b-see_also {
    display: none!important;
  }
}
/*DATEPICKER RESTYLE*/
.datepicker {
  border: 1px solid #9b0f0f !important;
}
.datepicker--pointer {
  border-top: 1px solid #9b0f0f !important;
  border-right: 1px solid #9b0f0f !important;
}
.datepicker--day-name,
.datepicker--cell.-current- {
  color: #9b0f0f !important;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  background: #9b0f0f !important;
}
.datepicker--cell.-in-range- {
  background: #dadada !important;
}
/*DATEPICKER RESTYLE*/
