* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regulard41d.eot?#iefix") format('embedded-opentype'), url("../fonts/opensans-regular.woff") format('woff'), url("../fonts/opensans-regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
*:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #a9a9a9;
}
::-moz-placeholder {
  color: #a9a9a9;
}
:-moz-placeholder {
  color: #a9a9a9;
}
:-ms-input-placeholder {
  color: #a9a9a9;
}
input,
textarea {
  outline: none;
}
body {
  font-family: 'opensans-regular', sans-serif;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h2 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 0.2em 0;
  text-shadow: 0 1px rgba(255,255,255,0.6);
}
h2:before {
  left: -0.3em;
  margin: 0 0 0 -50%;
}
h2:after {
  left: 0.3em;
  margin: 0 -50% 0 0;
}
h2 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
h2:before,
h2:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 3px;
  vertical-align: middle;
  background: #ffdb7f;
  background-clip: content-box;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.top_bl {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 110px;
  padding: 0;
}
.bot_banners {
  width: 100%;
  position: fixed;
  bottom: 0px;
  padding-top: 15px;
  z-index: 10000;
}
.bot_banners_left {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  background: #fff;
}
.bot_banners_left img {
  height: 100%;
  width: 100%;
}
.header {
  height: 110px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.45);
  box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.45);
}
.header_logo {
  float: left;
  width: 230px;
  margin-right: 35px;
  padding-top: 10px;
}
.header_nav {
  float: left;
  width: 490px;
  padding-top: 42px;
}
.header_nav ul {
  font-size: 0;
}
.header_nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header_nav ul li a {
  font-size: 18px;
  display: block;
  line-height: 16px;
  text-align: center;
  padding: 5px 8px;
  color: #000;
}
.header_nav ul li a.active,
.header_nav ul li a:hover {
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
}
.header_search {
  width: 325px;
  float: right;
  overflow: hidden;
  padding-top: 40px;
}
.header_search_input {
  width: 218px;
  height: 35px;
  float: left;
  position: relative;
}
.header_search_input input {
  border: 1px solid #bebebe;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 2px;
}
.header_search_button {
  float: right;
  width: 98px;
  height: 35px;
  position: relative;
}
.header_search_button button {
  font-size: 18px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  background: #bebebe;
  border: none;
  cursor: pointer;
  color: #808080;
}
.header_search_button button:hover {
  background: #b90c0c;
  color: #fff;
}
.line {
  height: 6px;
  display: none;
  width: 1200px;
  margin: 0 auto;
  background: #000;
  position: relative;
  margin-top: 14px;
}
.content {
  width: 100%;
  position: relative;
}
.content_left {
  width: 895px;
  float: left;
  position: relative;
}
.content_right {
  position: relative;
  width: 250px;
  float: right;
}
.content_banner {
  width: 250px;
  position: relative;
  height: auto;
  margin: 21px 0 20px 0;
}
.content_banner img {
  width: 100%;
  display: block;
  height: auto;
}
.content_banner2 {
  width: 270px;
  position: relative;
  height: auto;
  margin: 21px 0 20px 0;
}
.content_banner2 img {
  width: 100%;
}
.clearfix {
  clear: both;
}
.content_banner_center {
  width: 580px;
  position: relative;
  margin-top: 21px;
}
.content_banner_center img {
  width: 100%;
  height: 100%;
}
.content_left_col1 {
  float: left;
  width: 570px;
  position: relative;
}
.content_left_col1_main {
  margin-top: 20px;
}
.content_left_main {
  margin-bottom: 40px;
}
.content_left_main_img {
  height: 265px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.content_left_main_img img {
  width: 100%;
  height: 100%;
}
.content_left_main_stick {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  position: absolute;
  width: auto;
  padding: 0 12px;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
}
.content_left_main_text_title {
  font-size: 32px;
  color: #333;
  line-height: 35px;
  margin-bottom: 10px;
}
.content_left_main_text_title:hover a {
  color: #b90c0c;
}
.content_left_main_text_title a {
  color: #333;
}
.content_left_main_text_desc {
  font-size: 14px;
  color: #333;
}
.marginTop0 {
  margin-top: 0 !important;
}
.content_left_col2 {
  float: right;
  width: 300px;
  position: relative;
}
.content_left_col2 .block2019-300-slider-item {
  margin: 20px 0;
}
.content_left_col2_insert {
  float: right;
  width: 270px;
  position: relative;
}
.content_left_header_date {
  font-size: 18px;
  color: #b90c0c;
  text-align: center;
}
.content_left_col2_news_date {
  font-size: 18px;
  color: #b90c0c;
  text-align: center;
}
.content_left_was_col2_date {
  font-size: 18px;
  color: #b90c0c;
  text-align: center;
  margin-bottom: 35px;
}
.content_left_header {
  position: relative;
  margin-bottom: 25px;
}
.content_left_header_calendar {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
}
.content_left_header_calendar a {
  line-height: 20px;
  padding: 2px 10px;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.content_left_header_send {
  position: absolute;
  right: 0;
  top: 21px;
  background: #fff;
  padding-left: 10px;
}
.content_left_header_send a {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background: #b90c0c;
  font-size: 12px;
}
.content_left_col2_news_calendar {
  text-align: center;
  margin-top: 10px;
  display: block;
}
.content_left_col2_news_calendar a {
  line-height: 20px;
  padding: 2px 10px;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.content_left_col2_news {
  background: #ededed;
  padding: 10px;
  margin-bottom: 20px;
}
.yesterday {
  position: relative;
  width: 100%;
  height: auto;
}
.yesterday_item {
  margin-top: 20px;
}
.yesterday_item_time {
  color: #b90c0c;
  font-size: 14px;
  display: block;
  font-family: "Arial", sans-serif;
}
.yesterday_item_text a {
  font-size: 14px;
  line-height: 19px;
  color: #1e1e1e;
}
.yesterday_item_text a:hover {
  color: #b90c0c;
}
h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.content_left_col2_news_items {
  width: 100%;
  height: 730px;
  overflow-y: scroll;
  padding-left: 0px;
  margin-top: 10px;
  overflow-x: hidden;
}
.content_left_col2_news_items_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}
.content_left_col2_news_items_item_time {
  font-size: 12px;
  color: #b90c0c;
  width: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.content_left_col2_news_items_item_title a {
  font-size: 12px;
  color: #1e1e1e;
  line-height: 19px;
  font-family: "Arial", sans-serif;
}
.content_left_col2_news_items_item_title a:hover {
  color: #b90c0c;
}
.content_left_col2_news_more {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.content_left_col2_news_more a {
  border-bottom: 1px solid #b90c0c;
  color: #b90c0c;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}
.content_left_col2_news_more a:hover {
  border-bottom: 1px solid transparent;
}
.content_left_col2_menu {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.content_left_col2_menu ul li a {
  font-size: 24px;
  line-height: 36px;
  color: #b90c0c;
}
.content_left_col2_menu ul li a:hover {
  text-decoration: underline;
}
.content_news {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  width: 100%;
}
.content_top_news2019 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_top_news2019-250 {
  width: 250px;
  position: relative;
}
.content_top_news2019-300 {
  width: 300px;
  position: relative;
}
.content_top_news2019-300 .content_news {
  border: 1px solid transparent;
  padding-top: 0;
}
.content_top_news2019-300 .content_news:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.content_top_news2019-300 .content_news_title {
  font-size: 18px;
  color: #333;
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: bold;
}
.content_news_img {
  margin-bottom: 12px;
  width: 100%;
  height: auto;
  position: relative;
}
.content_news_img img {
  width: 100%;
  height: auto;
}
.content_news_title {
  font-size: 14px;
  color: #333;
  line-height: 19px;
  margin-bottom: 5px;
}
.content_news_title a {
  color: #333;
}
.content_news_title a:hover {
  color: #b90c0c;
}
.content_news_date {
  display: inline-block;
  vertical-align: middle;
  color: #b0b0b0;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.content_news_small_with_img {
  float: left;
  width: 80px;
  height: 100%;
  position: relative;
}
.content_news_small_with_img img {
  width: 100%;
  height: auto;
}
.content_news_small_with_text {
  float: right;
  width: 160px;
}
.analytics_info {
  overflow: hidden;
}
.analytics_info_date {
  font-size: 12px;
  color: #b0b0b0;
  float: left;
  margin-right: 10px;
}
.analytics_info_category {
  text-transform: uppercase;
  font-size: 12px;
  color: #b90c0c;
}
.analytics_title {
  margin: 5px 0;
}
.analytics_title a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.analytics_title a:hover {
  color: #b90c0c;
}
.analytics_text {
  font-size: 14px;
}
.content_left_was_col1 {
  float: left;
  width: 580px;
  position: relative;
}
.content_left_was_col2 {
  width: 270px;
  position: relative;
  float: right;
}
.content_left_was_direct {
  float: left;
  position: relative;
  width: 270px;
}
.content_left_was_main {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  margin-top: 25px;
}
.content_left_was_main_img {
  margin-bottom: 25px;
  height: 330px;
  position: relative;
}
.content_left_was_main_img img {
  width: 100%;
  height: 100%;
}
.content_left_was_main_text {
  position: relative;
}
.content_left_was_main_text_title {
  font-size: 36px;
  color: #333;
  line-height: 38px;
  margin-bottom: 25px;
}
.content_left_was_main_text_title a {
  color: #333;
}
.content_left_was_main_text_title a:hover {
  color: #b90c0c;
}
.content_left_was h2 {
  margin-bottom: 20px;
}
.content_left_was_main_text_desc {
  font-size: 20px;
  color: #333;
  line-height: 27px;
}
.yandex_ad {
  width: 890px;
  position: relative;
  height: auto;
  margin: 20px 0;
  overflow: hidden;
}
.yandex_ad > img {
  width: 100%;
  height: auto;
}
.content_news_item_yandex_ad {
  width: 100%;
  overflow: hidden;
}
.content_news_more {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.content_news_more a {
  display: block;
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffdb7f;
  margin: 0 auto;
}
.content_news_more a:hover {
  background: #b90c0c;
  color: #fff;
}
.content_news_more_small {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.content_news_more_small a {
  display: block;
  width: 172px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffdb7f;
  margin: 0 auto;
}
.content_news_more_small a:hover {
  background: #b90c0c;
  color: #fff;
}
.content_news_more_small input {
  display: block;
  width: 172px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffdb7f;
  margin: 0 auto;
  border: 0px;
}
.content_news_more_small input:disabled {
  background: #cecece;
  cursor: not-allowed;
}
.content_news_more_small input:hover {
  background: #b90c0c;
  color: #fff;
}
.choice {
  position: relative;
  margin-top: 100px;
  border: 3px solid #ffdb7f;
  padding: 30px 30px 0 30px;
}
#main_page .choice {
  margin-top: 60px;
}
#main_page .talk_items_item {
  width: 220px;
}
#main_page .talk_items_item_message {
  width: 80%;
}
#main_page .talk_items_item_avatar {
  margin-top: 0;
}
#news_page .read_items_item_img {
  width: 120px;
  height: 80px;
}
.comments_num {
  color: #b90c0c;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.comments_num:hover {
  text-decoration: underline;
}
.comments_num:before {
  content: url("../images/comment_icon.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.content_banner_left {
  width: 890px;
  height: 160px;
  position: relative;
}
.content_banner_left img {
  height: 100%;
  width: 100%;
}
.content_banner_thin {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 15px;
  clear: both;
}
.content_banner_thin img {
  height: 100%;
  width: 100%;
}
.content_news_item {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.content_news_item_with_img .content_news_item_title {
  margin-left: 170px;
}
.content_news_item_with_img .content_news_item_text {
  margin-left: 170px;
}
.content_news_item_img {
  width: 150px;
  height: 100px;
  float: left;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.content_news_item_img img {
  width: 150px;
}
.content_news_item_banner {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.content_news_item_banner img {
  max-width: 470px;
  width: 100%;
  height: auto;
}
.content_news_item_date {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content_news_item_date:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 2000px;
  height: 1px;
  background: #ccc;
  position: absolute;
  display: block;
  z-index: 1;
}
.content_news_item_date_time {
  font-size: 11px;
  color: #b90c0c;
  float: left;
  padding-right: 10px;
  background: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.content_news_item_date_day {
  font-size: 11px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #b0b0b0;
  z-index: 2;
  background: #fff;
  padding-right: 10px;
}
.content_news_item_title {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}
.content_news_item_title a {
  color: #333;
  font-weight: bold;
}
.content_news_item_title a:hover {
  color: #b90c0c;
}
.content_news_item_text {
  font-size: 14px;
  color: #333;
}
.choice_title {
  display: block;
  position: absolute;
  z-index: 2;
  width: 365px;
  height: auto;
  left: 240px;
  top: -30px;
  background: #fff;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
}
.choice_tabs {
  position: absolute;
  top: -30px;
  right: -3px;
}
.choice_tabs a {
  height: 27px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  line-height: 30px;
  color: #000 !important;
  text-decoration:none !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.choice_tabs a.active {
  background: #ffdb7f;
}
.choice_tabs a.active:hover {
  background: #ffdb7f;
  color: #000;
}
.choice_tabs a:hover {
  background: #b90c0c;
  color: #fff;
}
.meteo_temp {
  font-size: 22px;
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.choice_tabs2 {
  position: relative;
  top: 0px;
  right: -3px;
}
.choice_tabs2 a {
  height: 27px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.choice_tabs2 a.active {
  background: #ffdb7f;
}
.choice_tabs2 a.active:hover {
  background: #ffdb7f;
  color: #000;
}
.choice_tabs2 a:hover {
  background: #b90c0c;
  color: #fff;
}
.choice_items {
  overflow: hidden;
  font-size: 0;
}
.choice_items_item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 25px 0;
  padding: 0 10px;
}
.choice_items_item_img {
  margin-right: 10px;
  width: 80px;
  height: 50px;
  position: relative;
  float: left;
}
.choice_items_item_img img {
  min-width: 100%;
  min-height: 100%;
}
.choice_items_item_title {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  margin-bottom: 10px;
}
.choice_items_item_title a {
  color: #333;
}
.choice_items_item_title a:hover {
  color: #b90c0c;
}
.choice_items_item_date {
  font-size: 12px;
  color: #b0b0b0;
  margin-bottom: 10px;
}
.choice_items_item_text {
  font-size: 13px;
  line-height: 17px;
  color: #333;
}
.talk {
  width: 100%;
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
}
.talk h2 {
  margin-bottom: 30px;
}
.talk_title {
  display: block;
  position: absolute;
  z-index: 2;
  width: 200px;
  height: auto;
  margin: 0 auto;
  top: -30px;
  right: 0;
  left: 0;
  background: #fff;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
}
.talk_items {
  width: 100%;
  height: 730px;
  overflow-y: scroll;
  padding-left: 0px;
  overflow-x: hidden;
}
#ups::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  overflow: visible;
}
#ups::-webkit-scrollbar-track:vertical {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 5px;
  background: #c1c1c1;
}
#ups::-webkit-scrollbar-thumb:vertical {
  border-radius: 5px;
  background: #5d5d5d;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  height: 12px;
}
#ups::-webkit-scrollbar-thumb:window-inactive {
  background: #5d5d5d;
}
.user_items_item {
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.user_items_item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.user_items_item_avatar {
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 10px;
}
.user_items_item_avatar img {
  width: 100%;
  height: 100%;
}
.user_items_item_info {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.user_items_item_info_name {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 15px;
  color: #080808;
  font-weight: bold;
}
.talk_items_item {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.talk_items_item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.talk_items_item_avatar {
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 4px;
}
.talk_items_item_avatar img {
  width: 100%;
  height: 100%;
}
.talk_items_item_message {
  width: 92%;
  position: relative;
  float: right;
}
.talk_items_item_message .talk_items_item_message_reply {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0px;
}
.talk_items_item_message_top {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.talk_items_item_message_top_name {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 15px;
  color: #080808;
  font-weight: bold;
}
.talk_items_item_message_top_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b0b0b0;
}
.talk_items_item_message_text {
  font-size: 13px;
  line-height: 17px;
  color: #333;
  margin-bottom: 8px;
}
.talk_items_item_message_post a {
  font-size: 12px;
  color: #b90c0c;
  border-bottom: 1px solid;
}
.talk_items_item_message_post a:hover {
  border-bottom: none;
}
.talk_right {
  width: 270px;
  position: relative;
  float: left;
  margin-top: 30px;
}
.widget_vk {
  width: 270px;
  position: relative;
  height: 350px;
  margin: 20px 0 20px 0;
}
.widget_vk img {
  width: 100%;
  height: auto;
}
.afisha {
  width: 100%;
  position: relative;
}
.afisha_section {
  background: #f3f4e6;
  width: 100%;
  padding: 15px;
}
.afisha_section_category {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
}
.afisha_section_category span {
  font-size: 14px;
  color: #f0093a;
}
.afisha_section_category_in {
  margin-bottom: 20px;
}
.afisha_section_category_in_item {
  width: 215px;
}
.afisha_section_category_in_item_link {
  margin-bottom: 5px;
  overflow: hidden;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
.afisha_section_category_in_item_link a {
  color: #333;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  text-decoration: underline;
}
.afisha_section_category_in_item_link a:hover {
  text-decoration: none;
}
.afisha_section_category_in_item_desc {
  font-family: "Arial", sans-serif;
  display: inline-block;
  color: #333;
  vertical-align: top;
  font-size: 12px;
  margin-top: 2px;
  font-style: italic;
  margin-left: 10px;
}
.afisha_section_all {
  text-align: center;
}
.afisha_section_all a {
  text-decoration: underline;
  font-size: 14px;
  color: #b90c0c;
  font-family: "Arial", sans-serif;
}
.afisha_section_all a:hover {
  text-decoration: none;
}
.quote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.quote_img {
  float: left;
  width: 99px;
  height: 99px;
  margin-right: 10px;
  position: relative;
}
.quote_img img {
  width: 100%;
  height: 100%;
}
.quote_author {
  overflow: hidden;
}
.quote_namepost {
  padding-top: 5px;
}
.quote_name {
  font-size: 15px;
  color: #333;
}
.quote_post {
  color: #333;
  font-size: 11px;
}
.quote_content {
  display: block;
  clear: left;
  border: 3px solid #ffe299;
  padding-top: 35px;
  margin-top: -25px;
}
.quote_content_title {
  display: block;
  overflow: hidden;
}
.quote_content_title_quotes {
  float: left;
  width: 50px;
  text-align: center;
}
.quote_content_title_text {
  font-size: 18px;
  line-height: 21px;
  font-family: 'Arial';
  font-style: italic;
  color: #333;
  float: right;
  width: 210px;
}
.quote_content_title_quotes2 {
  float: left;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}
.quote_content_title_text2 {
  font-size: 26px;
  line-height: 31px;
  font-family: 'Arial';
  font-style: italic;
  color: #333;
  padding-left: 60px;
  padding-right: 40px;
}
.quote_content_text {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 13px;
  color: #b90c0c;
  padding: 15px;
  text-align: center;
  padding-top: 10px;
}
.quote_content_text .more_b {
  border: none;
  background: #bebebe;
  width: 150px;
  display: block;
  border-radius: 3px;
  height: 34px;
  color: #000;
  font-size: 18px;
  line-height: 34px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
}
.quote_content_text .more_b:hover {
  background: #b90c0c;
  color: #fff;
}
.quote_content_text_big {
  font-size: 14px;
  line-height: 18px;
  color: #b1b1b1;
  padding: 15px;
  padding-top: 10px;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  width: 670px;
  margin-left: -420px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.quote_content_text_big p {
  padding-top: 10px;
}
.course {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.course > img {
  width: 100%;
  height: auto;
}
.read {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 7px;
  margin-bottom: 40px;
}
.read_line {
  width: 100%;
  position: relative;
  height: 3px;
  background: #ffdb7f;
  z-index: 1;
}
.read_title {
  text-transform: uppercase;
  color: #000;
  width: 140px;
  font-size: 36px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}
.read_items {
  margin-top: 20px;
  position: relative;
}
.read_items_item {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.read_items_item:last-child {
  margin-bottom: 10px;
}
.read_items_item_img {
  float: left;
  height: 50px;
  width: 80px;
  position: relative;
  overflow: hidden;
}
.read_items_item_img img {
  height: 100%;
  width: 100%;
}
.read_items_item_name {
  float: right;
  width: 140px;
  position: relative;
  padding-top: 25px;
}
.read_items_item_name_stick {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.read_items_item_name_value {
  color: #080808;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}
.read_items_item_name_date {
  color: #b0b0b0;
  font-size: 12px;
  line-height: 18px;
}
.read_items_item_text {
  clear: left;
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.read_items_item_text_title {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
  margin-bottom: 5px;
  font-weight: bold;
}
.read_items_item_text_title a {
  color: #333;
}
.read_items_item_text_title a:hover {
  color: #b90c0c;
}
.read_items_item_text_desc {
  color: #333;
  font-size: 13px;
  line-height: 17px;
}
.read_more {
  width: 100%;
  text-align: center;
}
.read_more a {
  color: #b90c0c;
  font-size: 13px;
  line-height: 17px;
  text-decoration: underline;
}
.read_more a:hover {
  text-decoration: none;
}
.quiz {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
.quiz_line {
  width: 100%;
  position: relative;
  height: 3px;
  background: #ffdb7f;
  z-index: 1;
}
.quiz_title {
  text-transform: uppercase;
  color: #000;
  width: 140px;
  font-size: 36px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}
.quiz_question {
  color: #333;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  width: 250px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: bold;
}
.quiz_voice {
  border: 3px solid #ffe299;
  padding: 15px;
  margin-top: 25px;
  overflow: hidden;
}
.quiz_voice_options_option {
  overflow: hidden;
  margin-bottom: 15px;
}
.quiz_voice_options a {
  float: right;
  width: 200px;
  margin-right: 10px;
  color: #333;
  font-size: 13px;
  line-height: 17px;
}
.quiz_voice_options .radio {
  margin-top: 3px;
  float: left;
}
.quiz_voice_bottom {
  overflow: hidden;
  padding-top: 8px;
}
.quiz_voice_bottom button {
  border: none;
  background: #bebebe;
  width: 150px;
  float: left;
  border-radius: 3px;
  height: 34px;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
.quiz_voice_bottom button:hover {
  background: #b90c0c;
  color: #fff;
}
.quiz_voice_bottom a {
  color: #b90c0c;
  text-decoration: underline;
  font-size: 12px;
  line-height: 34px;
  width: 70px;
  height: 34px;
  float: right;
}
.quiz_voice_bottom a:hover {
  text-decoration: none;
}
.weather {
  position: relative;
  width: 100%;
  margin: 0px 0px 35px 0px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ffdb7f;
}
.weather > img {
  width: 100%;
  height: auto;
}
.weather table {
  font-size: 12px;
}
.media {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 7px;
  margin-bottom: 30px;
}
.media_line {
  width: 100%;
  position: relative;
  height: 3px;
  background: #ffdb7f;
  z-index: 1;
}
.media_title {
  text-transform: uppercase;
  color: #000;
  width: 140px;
  font-size: 36px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}
.media_items {
  margin-top: 20px;
  margin-bottom: 10px;
}
.photo_video_stick {
  position: absolute;
  width: 44px;
  height: 35px;
  left: 9px;
  bottom: 8px;
}
.new_stick {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}
.footer_line {
  height: 6px;
  width: 100%;
  margin: 0 auto;
  background: #000;
  padding: 0 40px;
  margin-top: 35px;
}
.footer {
  height: 115px;
  padding-top: 23px;
  margin-bottom: 110px;
  position: relative;
}
.footer_left {
  width: 40%;
  float: left;
  padding-left: 12px;
}
.footer_left_nav {
  display: block;
}
.footer_left_nav ul {
  font-size: 0;
}
.footer_left_nav ul li {
  margin-right: 25px;
  display: inline-block;
}
.footer_left_nav ul li img {
  margin-right: 7px;
  vertical-align: bottom;
}
.footer_left_nav ul li a {
  font-size: 14px;
  color: #b90c0c;
  border-bottom: 1px solid;
}
.footer_left_nav ul li a:hover {
  border-bottom: none;
}
.footer_left_copyright {
  display: block;
  margin-top: 17px;
  font-size: 0;
}
.footer_left_copyright_img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.footer_left_copyright_text {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #231f20;
  margin-left: 2px;
}
.footer_left_copyright_text span {
  font-size: 14px;
  color: #000;
}
.footer_right {
  width: 40%;
  text-align: right;
  float: right;
}
.footer_right_counters {
  display: block;
  font-size: 0;
  margin-bottom: 14px;
}
.footer_right_counters_item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.footer_develop {
  font-size: 12px;
  color: #ababab;
}
.footer_develop a {
  color: #ababab;
  text-decoration: underline;
}
.footer_develop a:hover {
  text-decoration: none;
}
.margin-top-0 {
  margin-top: 0;
}
.grid {
  width: 100%;
}
.grid-item {
  width: 270px;
  float: left;
  position: relative;
}
.grid-item--width2 {
  width: 580px;
}
.grid-item--width3 {
  width: 890px;
}
.floatRight {
  float: right !important;
}
.disc {
  background-image: url("../images/disc2.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 4px;
  color: #b90c0c;
  font-size: 14px;
}
.more_b {
  border-bottom: 1px solid #b90c0c;
  color: #b90c0c;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}
.more_b a:hover {
  border-bottom: 1px solid transparent;
}
.score {
  margin-left: 10px;
  color: #b90c0c;
  font-size: 14px;
}
.vote_title {
  font-size: 13px;
  line-height: 14px;
  display: block;
  margin-bottom: 5px;
}
.comments {
  margin-top: 20px;
}
.content_discus_more {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.content_discus_more a {
  display: block;
  width: 272px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffdb7f;
  margin: 0 auto;
}
.content_discus_more a:hover {
  background: #b90c0c;
  color: #fff;
}
.meteo_img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 60px;
}
.meteo_p {
  font-size: 11px;
  color: #949494;
  width: 80px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.meteo_p2 {
  font-size: 11px;
}
#menu_top {
  border: none;
  position: fixed;
  margin: 0;
  background-color: #fff;
  top: 100px;
  z-index: 1000;
}
.media_sp {
  float: left;
  margin-right: 0px;
  margin-bottom: 25px;
}
.media_sp:nth-child(2n + 1) {
  margin-right: 25px;
}
.page {
  float: left;
  margin-right: 3px;
  width: 35px;
  font-size: 18px;
  display: block;
  line-height: 16px;
  text-align: center;
  padding: 5px 5px;
  color: #000;
  text-align: center;
  margin-bottom: 3px;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
}
.page:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #b90c0c 0%, #b90c0c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b90c0c), to(#b90c0c));
  background: -o-linear-gradient(top, #b90c0c 0%, #b90c0c 100%);
  background: linear-gradient(to bottom, #b90c0c 0%, #b90c0c 100%);
}
.page_active {
  float: left;
  margin-right: 3px;
  width: 35px;
  font-size: 18px;
  display: block;
  line-height: 16px;
  text-align: center;
  padding: 5px 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
  background: -webkit-linear-gradient(top, #0a4a6a 0%, #0a4a6a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0a4a6a), to(#0a4a6a));
  background: -o-linear-gradient(top, #0a4a6a 0%, #0a4a6a 100%);
  background: linear-gradient(to bottom, #0a4a6a 0%, #0a4a6a 100%);
}
.page_empty {
  float: left;
  margin-right: 3px;
}
.content_news_more_small_add {
  margin-top: 25px;
  margin-left: 43px;
}
.content_news_more_small_add a {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background: #b90c0c;
  font-size: 12px;
}
.content_media {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  float: left;
  margin-right: 39px;
  width: 270px;
  height: 330px;
}
.content_media:nth-child(3n + 1) {
  margin-right: 0px;
}
#window_registration_formsend input {
  border: 1px solid #bebebe;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 5px;
  text-indent: 10px;
  border-radius: 2px;
  margin-left: 80px;
}
#window_login_content input,
#window_subscribe_content input {
  border: 1px solid #bebebe;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 5px;
  text-indent: 10px;
  border-radius: 2px;
  margin-left: 80px;
}
.votea {
  float: left;
  width: 170px;
  margin-left: 10px;
  color: #333;
  font-size: 13px;
  line-height: 17px;
}
.qh2 {
  position: relative;
  display: block;
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  padding: 0.2em 0;
  text-shadow: 0 1px rgba(255,255,255,0.6);
}
.image_info font {
  font-size: 12px;
  text-align: right;
  color: #808080;
}
.rekl tr td {
  border-top: 1px #ccc dashed;
  padding: 5px;
}
.rekl tr:hover {
  background-color: #ffdb7f;
  border-top: 1px #ccc dashed;
  padding-top: 5px;
  padding-bottom: 5px;
}
.noscroll {
  overflow: hidden;
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  width: 480px;
  min-height: 50px;
  font-family: 'opensans-regular', sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 5px;
  word-wrap: break-word;
  text-indent: 10px;
}
.comm_quote {
  font-size: 12px;
  color: #444;
  padding: 15px;
  margin-left: 0px;
  line-height: 14px;
  background-color: #fafafa;
  border: #ffdb7f;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-image: url("../images/quotes.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding-left: 35px;
  background-size: 20px;
}
.comm_quote p {
  margin-bottom: 0px;
}
.but_profile {
  color: #b90c0c;
  text-decoration: underline;
}
.comm_dop {
  background-color: #f3f4e6;
  border-left: 5px #ffdb7f solid;
  padding: 10px;
  font-size: 11px;
  color: #333;
  line-height: 12px;
  padding-left: 20px;
  margin-top: 20px;
}
.govorim_content_left {
  float: left;
  width: 890px;

  margin-top: 40px;
}
.el_header_search {
  float: left;
  width: 40px;
  margin-top: 30px;
  height: 35px;
  background: url("../images/el_search.png") no-repeat center center;
}
.el_header_button {
  float: right;
  width: 140px;
  height: 55px;
  margin-right: 12px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.el_header_button img,
.el_header_button:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.el_banner_fix {
  visibility: hidden;
}
.news_content_left_col_wide ol {
  counter-reset: li;
  list-style-type: decimal;
  font-size: 18px;
  font-family: 'opensans-regular', sans-serif;
  padding: 0;
}
.news_content_left_col_wide ol li {
  position: relative;
  display: block;
  padding: 0.7em 0.4em 0.7em 3.5em;
  margin: 0.5em 0;
  background: #ffedbf;
  color: #000;
  text-decoration: none;
  border-radius: 0.3em;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news_content_left_col_wide ol li:hover {
  background: #ffdb7f;
}
.news_content_left_col_wide ol li:hover:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.news_content_left_col_wide ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #b90c0c;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news_content_left_col_wide a {
  color: #b90c0c;
  text-decoration: underline;
}
.bottom-window {
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 1.2em rgba(0,0,0,0.15);
  box-shadow: 0 0.2em 1.2em rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10001;
  padding: 0;
  height: 130px;
  width: 350px;
  padding-bottom: 2.4em;
}
.close_bb {
  float: right;
}
.img_bb {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  border-radius: 100px;
  border: 1px #ccc solid;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: center;
}
.text_bb {
  color: #55677d;
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.but_bb a {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background: #b90c0c;
  font-size: 12px;
}
.button_f {
  position: fixed;
  left: 0px;
  top: 50%;
  margin-top: -90px;
}
@media only screen and (min-width: 320px) and (max-width: 1280px) {
  .button_f {
    display: none;
  }
}
.f_b {
  width: 600px;
  margin-left: 50px;
  font-size: 14px;
  margin-bottom: 20px;
}
.f_b .readmore {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background: #b90c0c;
  font-size: 12px;
}
.f_b_l {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.text_f {
  margin-left: 50px;
  font-size: 20px;
  color: #b90c0c;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  margin-right: 50px;
  text-align: center;
  text-transform: uppercase;
}
.inp_f {
  border: 1px solid #bebebe;
  width: 135px;
  height: 25px;
  margin-left: 5px;
  line-height: 25px;
  font-size: 16px;
  text-indent: 10px;
  border-radius: 2px;
}
#fz_wrap a {
  color: #ababab;
  font-size: 11px;
  text-decoration: underline;
}
.meteodata {
  font-size: 13px;
}
.meteodata td {
  text-align: center;
  padding: 4px;
}
.meteodata tr:nth-child(2n) {
  background: #f0f0f0;
}
.meteodata tr:nth-child(1) {
  background: #666;
  color: #fff;
}
.sm_z {
  color: #363636;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 24px;
}
.big_z {
  color: #363636;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 34px;
}
.adr_z {
  color: #61a607;
  font-size: 18px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
.phone_z {
  background-image: url("../images/phone_z.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  color: #f33d38;
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  min-height: 40px;
  margin-right: 40px;
}
.url_z {
  background-image: url("../images/url_z.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  color: #f33d38;
  margin-top: 5px;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
}
.url_z a {
  color: #f33d38;
  text-decoration: underline;
}
.vk_z {
  background-image: url("../images/vk_z.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  color: #f33d38;
  margin-top: 5px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.vk_z a {
  color: #f33d38;
}
.pod_z {
  color: #363636;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  line-height: 30px;
}
.more_z {
  font-size: 22px;
  color: #000;
  width: 220px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  background-color: #71c800;
  text-transform: uppercase;
}
.inpp {
  border: 1px solid #bebebe;
  width: 185px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 5px;
  text-indent: 10px;
  border-radius: 2px;
  margin-left: 10px;
}
.talk_title_item {
  color: #333;
  font-weight: bold;
}
.header2019 {
  background: #262626;
  width: 100%;
  min-width: 1200px;
  padding: 3px 0;
  position: relative;
  z-index: 10000;
}
.header2019.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header2019.fixed .header2019-add-nav {
  display: block;
}
.header2019-fix {
  position: relative;
  height: 74px;
  width: 100%;
  display: none;
}
.header2019-fix.active {
  display: block;
}
.header2019-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header2019-logo {
  width: 160px;
  height: 68px;
  position: relative;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header2019-logo a {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
  display: block;
}
.header2019-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}
.header2019-social-item a {
  display: block;
  height: 100%;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header2019-social-item:not(:last-child) {
  margin-right: 12px;
}
.header2019-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.header2019-links-item:not(:last-child) {
  margin-right: 10px;
}
.header2019-links-item a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header2019-links-item a:hover {
  color: #ffdc1d;
  border-color: transparent;
}
.header2019-account {
  margin-left: auto;
  margin-right: 30px;
}
.header2019-account a {
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right:10px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header2019-account a:hover {
  color: #ffdc1d;
  border-color: transparent;
}
.header2019-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.header2019-buttons-subscribe {
  margin-right: 10px;
}
.header2019-buttons-subscribe a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 32px;
  padding: 0 10px;
  background: #b90c0c;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header2019-buttons-subscribe a:hover {
  background: #e50f0f;
}
.header2019-buttons-send {
  margin-right: 10px;
}
.header2019-buttons-send a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  height: 32px;
  padding: 0 10px;
  background: #ffdc1d;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header2019-buttons-send a:hover {
  background: #ffe761;
}
.header2019-buttons-search a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 32px;
  width: 42px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff !important;
}
.header2019-hamburger-nav {
  background: #ffd06b;
  padding: 15px 0;
  display: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
}
.header2019-hamburger-nav ul {
  padding: 0;
  margin: 0;
}
.header2019-hamburger-nav ul li {
  list-style: none;
}
.header2019-hamburger-nav ul li a {
  font-size: 22px;
  color: #000;
  line-height:30px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.header2019-hamburger-nav ul li a:hover {
  color: #b90c0c;
}
.blocks2019 {
  margin-top: 40px;
  margin-bottom: 25px;
}
.block2019-300 {
  width: 300px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.block2019-300 .content_news {
  padding: 0;
  border-bottom: none;
}
.block2019-250 {
  width: 250px;
  position: relative;
  display: block;
}
.block2019-250 .content_news {
  padding: 0;
  border-bottom: none;
}
.content_banner-gray {
  padding: 5px;
  background: #d5d1d1;
  display: block;
  margin-bottom: 20px;
}
.content_banner-gray img {
  display: block;
  width: 100%;
  height: auto;
}
.content-small-news {
  margin: 20px 0;
}
.content-small-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.content-small-news-item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.content-small-news-item-image {
  width: 80px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-small-news-item-text a {
  font-size: 12px;
  color: #b90c0c;
}
.content-small-news-item-text a:hover {
  border-bottom: 1px solid #b90c0c;
}
.content-banner-rotator-slider {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.content-banner-rotator-slider-prev,
.content-banner-rotator-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  height: 86px;
  width: 26px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 777;
}
.content-banner-rotator-slider-wrap {
  margin: 0 auto;
  width: calc(100% - 82px) !important;
}
.content-banner-rotator-slider-prev {
  left: 0;
  background-image: url("../images/rotator-prev.png");
}
.content-banner-rotator-slider-next {
  background-image: url("../images/rotator-next.png");
  right: 0;
}
.bottom-banner {
  max-width: 1170px;
  margin: 0 auto;
  height: 110px;
  width: 100%;
  position: fixed;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 998;
  display: none;
}
.bottom-banner.active {
  display: block;
}
.bottom-banner-close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index:1;
  display: block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: url("../images/close3.png") no-repeat center center;
}
.top_banner1200 {
  display: block;
  height: 110px;
  width: 1170px;
  margin: 0 auto;
}
.top_banner890 {
  display: none;
  height: 110px;
  width: 890px;
  margin: 0 auto;
}
.bottom-banner-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.bottom-banner1200 {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.bottom-banner890 {
  display: none;
  height: 100%;
}
.content_left_col2-md-left {
  width: 270px;
}
.content_left_col2-md-right {
  width: 250px;
}
.top_banner465 {
  display: none;
  margin: 0 auto;
}
.sm-rotator2019 {
  margin: 20px 0;
}
.sm-rotator2019-slider-gray {
  padding: 15px;
  background: #ededed;
}
.sm-news-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
.sm-news-new-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
  height: 130px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sm-news-new-right-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.sm-news-new-right-title a {
  color: #333;
}
.sm-news-new-right-title a:hover {
  color: #b90c0c;
}
.sm-news-new-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header2019-buttons-hamburger {
  margin-left: auto;
}
.header2019-buttons-hamburger .hamburger {
  padding: 0;
}
.bottom-banner465 {
  display: none;
}
.header {
  margin-bottom: 0;
}
.list_content_right {
  float: right;
  width: 270px;
  position: relative;
  margin-top: 20px;
}
.list_content_left {
  width: 890px;
  position: relative;
  float: left;
}
.list_content_left_top {
  border-bottom: 1px solid #e6e6e6;
  min-height: 60px;
  margin-bottom: 15px;
  position: relative;
  line-height: 60px;
  margin-bottom: 15px;
}
.list_content_left_top ul {
  font-size: 0;
  text-align: justify;
  text-justify: newspaper;
}
.list_content_left_top ul:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.list_content_left_top ul li {
  display: inline-block;
  text-align: center;
}
.list_content_left_top ul li:first-child {
  margin-left: 0px;
}
.list_content_left_top ul li:last-child {
  margin-right: 10px;
}
.list_content_left_top ul li a {
  color: #000;
  font-size: 14px;
  padding: 5px 8px;
}
.list_content_left_top ul li a:hover {
  text-decoration: underline;
}
.list_content_left_top ul li a.active {
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
}
.list_content_left_main_date {
  font-size: 22px;
  color: #b90c0c;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.list_content_left_main_calendar {
  text-align: center;
  margin-top: 10px;
  display: block;
}
.list_content_left_main_calendar a {
  line-height: 20px;
  padding: 2px 10px;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.list_content_left_main_items .content_news {
  font-size: 0;
}
.list_content_left_main_items .content_news:first-child {
  border-top: none;
}
.list_content_left_main_items .yandex_ad {
  margin: 40px 0;
}
.content_news_list_img {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  position: relative;
  margin-right: 35px;
}
.content_news_list_img img {
  width: 100%;
  height: 100%;
}
.content_news_list_text {
  display: inline-block;
  vertical-align: middle;
  width: 655px;
  position: relative;
}
.content_news_list_text_title {
  margin-bottom: 5px;
}
.content_news_list_text_title a {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 27px;
}
.content_news_list_text_title a:hover {
  text-decoration: underline;
  color: #b90c0c;
}
.content_news_list_text_title2 {
  margin-bottom: 5px;
}
.content_news_list_text_title2 a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.content_news_list_text_title2 a:hover {
  text-decoration: underline;
  color: #b90c0c;
}
.content_news_list_text_desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 7px;
}
.content_news_list_text_rubric {
  color: #b90c0c;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
}
.content_news_list_text_date {
  color: #b90c0c;
  font-size: 12px;
}
.content_news_list_text_title_stick {
  display: block;
  text-align: center;
  line-height: 37px;
  height: 37px;
  position: relative;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  float: right;
  z-index: 2;
  background: -webkit-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeda7), to(#fdba19));
  background: -o-linear-gradient(top, #ffeda7 0%, #fdba19 100%);
  background: linear-gradient(to bottom, #ffeda7 0%, #fdba19 100%);
  color: #000;
  margin-top: 5px;
}
.list_content_left_main_banner {
  width: 100%;
  position: relative;
  margin: 40px 0;
}
.list_content_left_main_banner img {
  width: 100%;
}
.razvorot {
  border-bottom: 1px solid #b90c0c;
  color: #b90c0c;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  display: block;
  float: right;
  margin-top: 20px;
}
.news_content_left_col_wide2 {
  background-color: #fff;
  margin-top: -30px;
  min-height: 40px;
  float: right;
  position: relative;
}
.news_content_left_col_wide2 p {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-bottom: 30px;
}
.news_content_left_col_wide2 p a {
  color: #b90c0c;
  text-decoration: underline;
}
.news_wide_line {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: -20px;
  background-color: #fff;
  width: 100%;
}
.content-news-list2019 {
  margin: 40px 0;
}
@font-face {
  font-family: 'UbuntuLight';
  src: url("../fonts/UbuntuLight.eot");
  src: url("../fonts/UbuntuLight.eot?#iefix") format('embedded-opentype'), url("../fonts/UbuntuLight.woff") format('woff'), url("../fonts/UbuntuLight.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.news_content_left {
  width: 890px;
  position: relative;
  float: left;
}
.news_content_left .content_banner_left {
  margin-top: 50px;
}
.news_content_left .choice {
  margin-top: 55px;
}
.news_content_left_top_info {
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  margin-bottom: 15px;
  position: relative;
  line-height: 60px;
  margin-bottom: 15px;
}
.news_content_left_top_info_breadcrumbs {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  font-family: 'Arial', sans-serif;
}
.news_content_left_top_info_date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  color: #808080;
}
.news_content_left_top_info_social {
  width: 36%;
  float: right;
  text-align: right;
  position: relative;
  font-size: 0;
}
.news_content_left_top_info_social_item {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.news_content_left_top_info_social_item_icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.news_content_left_top_info_social_item_icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.news_content_left_top_info_social_item_count {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  color: #808080;
  font-family: 'Arial', sans-serif;
}
.header {
  margin-bottom: 0;
}
.news_content_left_top_img {
  width: 100%;
  margin-bottom: 10px;
}
.news_content_left_top_img img {
  max-width: 100%;
}
.news_content_left_top_img_author {
  position: relative;
  text-align: right;
  color: #b0b0b0;
  font-size: 12px;
}
@media screen and (orientation: landscape), screen and (min-width: 1200px) {
  h1 {
    font-size: 42px;
    color: #000;
    line-height: 48px;
    padding-top: 5px;
    font-family: 'opensans-regular', sans-serif;
    margin-bottom: 5px;
    font-weight: normal;
  }
}
@media screen and (orientation: portrait), screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
    color: #000;
    line-height: 40px;
    font-family: 'opensans-regular', sans-serif;
    margin-bottom: 35px;
  }
}
.blockquote {
  width: 460px;
  font-family: 'UbuntuLight', sans-serif;
  font-size: 35px;
  line-height: 47px;
  color: #000;
  margin-left: 70px;
}
.blockquote_line {
  position: relative;
  width: 140px;
  height: 3px;
  background: #000;
  margin: 25px auto;
}
.blockquote_note {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  border-top: 1px solid #e3e3e3;
}
.news_content_left_col_thin {
  width: 270px;
  float: right;
  position: relative;
}
.news_content_left_col_wide {
  width: 100%;
  float: none;
  position: relative;
}
.news_content_left_col_wide img {
  max-width: 100%;
}
.news_content_left_col_wide p {
  text-align: justify;
}
p {
  font-size: 16px;
  color: #000;
  line-height: 23px;
  margin-bottom: 30px;
}
p a {
  color: #b90c0c;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
/*.an p {
  font-size: 19px;
  color: #000;
  line-height: 28px;
  margin-bottom: 40px;
}
.an p a {
  color: #b90c0c;
  text-decoration: underline;
}
.an p a:hover {
  text-decoration: none;
}
.an img
{
 padding-top:50px;
 padding-bottom:50px;
	} */
.accent {
  display: block;
  padding: 35px 30px;
  background: #ffedbf;
  font-size: 20px;
  color: #000;
  line-height: 26px;
}
.news_content_left_col_wide em
{
  display: block;
  padding: 35px 30px;
  border-left: 3px #ffedbf solid;
  font-size: 20px;
  font-style:italic;
  color: #000;
  line-height: 26px;
  margin-bottom:20px;
}
.accent2 {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 13px;
  color: #b90c0c;
  padding: 15px;
  text-align: left;
  padding-top: 10px;
}
.comments_items {
  margin-top: 40px;
}
.comments .talk_items_item {
  border-bottom: none;
}
.talk_items_item_message_text a {
  color: #136aaf;
  text-decoration: underline;
}
.talk_items_item_message_text a:hover {
  text-decoration: none;
}
.comments_form {
  padding-right: 0px;
  margin-bottom: 30px;
}
.comments_form_name {
  margin-left: 100px;
}
.comments_form_area {
  margin-top: 10px;
  overflow: hidden;
}
.comments_form_area_avatar {
  float: left;
  width: 70px;
  position: relative;
  height: 70px;
}
.comments_form_area_avatar img {
  width: 100%;
  height: 100%;
}
.comments_form_area_textarea {
  float: right;
  width: 480px;
  position: relative;
  height: 90px;
}
textarea {
  border: 1px solid #bebebe;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 5px;
  text-indent: 10px;
  font-family: 'opensans-regular', sans-serif;
  font-size: 14px;
}
.comments_form_bottom {
  overflow: hidden;
  margin-top: 10px;
}
.comments_form_bottom_social {
  float: left;
}
.comments_form_bottom_social_items {
  font-size: 0;
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
.comments_form_bottom_social_items_item {
  display: inline-block;
  margin-right: 6px;
}
.comments_form_bottom_social_title {
  font-size: 11px;
  font-family: 'Arial', sans-serif;
}
.comments_form_bottom_sign {
  float: right;
  padding-top: 18px;
  font-size: 0;
}
.comments_form_bottom_sign_in {
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.comments_form_bottom_sign_in a {
  color: #000;
  border-radius: 2px;
  width: 100px;
  height: 35px;
  display: block;
  line-height: 35px;
  background: #bebebe;
  text-align: center;
  font-size: 18px;
}
.comments_form_bottom_sign_in a:hover {
  background: #b90c0c;
  color: #fff;
}
.comments_form_bottom_sign_up {
  display: inline-block;
  vertical-align: middle;
}
.comments_form_bottom_sign_up a {
  color: #b90c0c;
  text-decoration: underline;
  font-size: 18px;
}
.comments_form_bottom_sign_up a:hover {
  text-decoration: none;
}
.yandex_ad_one {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px 0;
}
.on_this_topic h2 {
  margin-bottom: 15px;
}
.news_content_right {
  float: right;
  width: 270px;
  position: relative;
  padding-top: 0px;
}
.news_content_right .media_items {
  margin-top: 20px;
}
.quote_content2 {
  display: block;
  clear: left;
  border: 3px solid #ffe299;
  padding-top: 40px;
  margin-top: -60px;
  padding-bottom: 30px;
}
.news_content_left_col_wide ul {
  padding: 11px 0 5px 0;
}
.news_content_left_col_wide ul li {
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.news_content_left_col_wide ul li:before {
  content: "\2611";
  position: absolute;
  width: 23px;
  height: 24px;
  color: #999;
  font-size: 23px;
  margin-left: -24px;
  margin-top: -3px;
/*background: url('images/sprite.jpg') 0px 2px no-repeat;*/
  list-style-type: circle !important;
}
.news_content_left_col_wide ul li:nth-child(2n):before {
  content: "\2611";
  position: absolute;
  width: 23px;
  color: #999;
  font-size: 23px;
  height: 24px;
  margin-left: -24px;
  margin-top: -3px;
/*background: url('images/sprite.jpg') 0px -17px no-repeat;*/
  list-style-type: circle !important;
}
#main_page .talk_items_item {
  width: 100%;
}
#main_page .talk_items_item_message {
  width: 90%;
}
.comments_form_area_textarea {
  width: 80%;
}
.header2019-add-nav {
  background: #ffd06b;
  display: none;
  position: relative;
  padding-top: 3px;
}
.header2019-add-nav:after {
  width: 100%;
  height: 3px;
  content: '';
  background: #ffd06b;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}
.header2019-add-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header2019-add-nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3px 0;
  text-align: center;
}
.header2019-add-nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.header2019-add-nav-item a {
  color: #000;
  font-size: 18px;
}
.header2019-add-nav-item a:hover {
  color: #b90c0c;
}
.choice_tabs2 a
{
 text-decoration:none !important;
}
.news_sol_t_b
{
    float:left;
    font-size: 24px;
    color: #000;
    line-height: 28px;
    padding-top: 5px;
    display:block;
    font-family: 'opensans-regular', sans-serif;
    margin-bottom: 20px;

    font-weight: bold;
    width:360px;
}
.news_sol_t_s
{

    font-size: 20px;
  text-decoration:none !important;
  color: #000 !important;
    line-height: 24px;
    padding-top: 5px;
    display:block;
    font-family: 'opensans-regular', sans-serif;
    margin-bottom: 10px;

    font-weight: bold;

}
.accent3
{
display: block;
    padding: 15px 10px;
    background: #ffedbf;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
.line_
{
 border-bottom: 1px solid #e3e3e3;
 height:20px;
 margin-bottom:20px;
}
.more_info  {
  display: block;
  float:left;
  width: 212px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-decoration:none !important;
  color: #000 !important;
  background: #ffdb7f;

}
.more_info:hover {
  background: #b90c0c;
  color: #fff !important;

}
.news_content_left_list_img_author
{

color:#444;
font-size:10px;
	}
