html, body, iframe {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:tahoma;
	color:#3f3e3e;
	font-size: 1px;
}
body  {
    font-size: 15rem;
}
.copy_wrap {
	 display:none;
}
a {
	color:#3f3e3e;
}
a:hover {
	text-decoration:none;
}
ul , .h4, .h5, .h6, h4, h5, h6 {
	margin:0;
	padding:0;
}
.block_inline {
	display:inline-block;
	vertical-align:top;
}
.ui-c1.grey {
	font-weight:700;
}
.userinfo_top_inner , .userinfo_top_inner .avatar {
	display:inline-block;
	vertical-align:top;
}
.userinfo_top_inner_wrap {
	padding-left:10px;
}
ul.user_tab li{
	display:inline-block;
	margin-right:10px;
}
.title {
	font-size:18rem;
}
.bold {
	font-weight:700;
}
.site_wrapper , .wide_wrap {
	width:100%;
	max-width:1440px;
	margin-left:auto;
	margin-right:auto;
}
header {
	width:100%;
	background-color:#ede7db;
	position:relative;
}
.search_mobile {
	position:absolute;
	left:0%;
	top:0%;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.9);
	z-index:100;
}
.search_mobile_inner {
	display:table;
	width: 100%;
height: 100%;
}
.search_mobile_inner_close {
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
	padding-right:15px;
	font-weight:700;
}
.search_mobile_inner_close span {
	float:right;
	cursor:pointer;
	color:#b5895d;
}
.search_mobile_inner_close span:hover {
	opacity:0.8;
}
.search_mobile_inner_form {
	display:table-cell;
	vertical-align:middle;
	padding-left:15px;
	box-sizing:border-box;
}
.search_mobile_inner_form .submit.block_easy {
	position:relative;
	left:0px;
	background:none;
	border:none;
}
.search_mobile_inner_form .submit.block_easy:hover {
	opacity:0.8;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	padding-left:50px;
	padding-right:50px;
}
header .container {
	height: 80px;
box-sizing: border-box;
padding-top: 20px;
}
.logo {
	
	position:relative;
	top:-10px;
	
}
.seach_block {
	margin-left:35px;
}
.seach_block form {
	position:relative;
}
.seach_block form input {
	width:350px;
	height:40px;
	box-sizing:border-box;
	border:none !important;
	padding-right:40px;
}
.seach_block form button {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	background:none;
	border:none;
	border-radius:0;
	opacity:1;
}
.seach_block form button:hover {
	opacity:0.5;
}
.seach_block form button:active {
	opacity:0.4;
}
.valute_informer {
	margin-left:35px;
}
.valute_informer span span {
	color:#fff;
}
.fa-angle-up {
	color:green;
}
.fa-angle-down {
	color:red;
}
.valute_informer .fa{
	font-size: 30rem;
	position:relative;
	top:3px;
}
.valute_informer .exchange_val {
	color:#3f3e3e;
}
.usd_val {
	margin-left:15px;
}
.login_box {
	float:right;
}
.login_box a {
	position:relative;
	top:-5px;
}
.login_box a:hover {
	opacity:0.8;
}
.login_box a:active {
	opacity:0.6;
}
.main-nav {
	height: 50px;
box-sizing: border-box;
padding-top: 10px;
position: relative;
}
.main-nav li {
	list-style-type:none;
	display:inline-block;
}
.main-nav li a {
	margin-right:25px;
}
.main-nav li a:hover {
	color:#c3a280;
}
.main-nav ul {
position: absolute;
left: 0px;
bottom: -28px;
background-color: rgba(255,255,255,0.9);
padding: 10px;
width: 100%;
border-radius: 0 0 3px 3px;
z-index: 2;
}
.child_menu {
	display:none;
}
.parent_li:hover .child_menu {
	display:block;
}
.top_section {
	background-color:#ccc;
	padding-top:40px;
	padding-bottom:40px;
}
.top_news {
   position:relative;
}
.top_news_inner {
	height:370px;
	display:inline-block; 
	position:relative;
	vertical-align: top;
}
.top_news_inner:nth-child(1) {
	width: 58%;
}
.top_news_inner:nth-child(2) {
	width: 41.2%;
}
.top_news_inner_right {
	position:relative;
	height:50%;
}
.top_news_left {
	position:relative;
	height:100%;
	background-size:cover !important;
	color:#fff;
}
.top_news_left_desc {
	position:absolute;
	width:100%;
	height:70%;
	left:0px;
	bottom:0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.08+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.08) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
box-sizing:border-box;
padding:20px;
padding-bottom:0px;
padding-top:0px;
}
.top_news_left:hover  .top_news_left_desc{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.08+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.095) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.095) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.095) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.section_block {
	font-size:0;
}
.section_block div , .section_block span , .section_block p {
	font-size:initial;
}
.small-news {
	height:100%;
	width:50%;
	float:left;
	position:relative;
	background-size:cover !important;
}
.small-news:hover .small-news_inner{
	opacity:1;
}
.small-news_inner {
position:absolute;	
width:100%;
height:100%;
left:0px;
top:0px;
background-color:rgba(0,0,0,0.7);
display:table;
overflow:hidden;
opacity:1;
     -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
}
.top_news_inner h4 {
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	font-weight:400;
	text-align:center;
	line-height:30px;
}
.main_page_news_prew {
	padding-top:40px;
	padding-bottom:20px;
}
.other-news.main_page_news_prew{
	padding-top:0px;
}
.other-news.main_page_news_prew h2 {
	padding-bottom:0px;
}
.main_page_news_prew h2 {
	font-size:18rem;
	text-transform:uppercase;
	font-weight:700;
	color:#3f3e3e;
	padding-bottom:30px;
}
.main_page_news_prew h2 span {
	color:#b5895d;
	border:3px solid #b5895d;
	border-radius:5px;
	padding:7px;
	margin-left:10px;
}
.main_page_news_prew h2 a:hover span {
	opacity:0.8;
}
.main_page_news_prew h3 {
	font-size:18rem;
} 
.main_page_news_prew p {
	font-size:15rem;
	color:#8d8d8d;
}
.fixed_top_link_wrapper {
	margin-top:30px;
}
.thumb-news_wrapper .fixed_top_link_wrapper:first-child {
	margin-top:0px;
}
.fixed_top_link {
	display:block;
	margin-top:-25px;
}
.main_back_1 {
	background-image:url('../images/main_back_1.jpg');
	background-size:cover;
	padding-bottom:120px;
}
.main_back_1 h2 , .main_back_1 h3 , .main_back_1 p , .main_back_1 h2 , .main_back_2 h2.text-center ,  .main_back_2 h3 , .main_back_2 p {
	color:#fff;
	-webkit-transition: color 0.2s ease-out;
     -moz-transition: color 0.2s ease-out;
     -o-transition: color 0.2s ease-out;
     transition: color 0.2s ease-out;
}
.main_back_1 h3 , .main_back_1 p  , .main_back_2 h3 , .main_back_2 p  { 
	line-height:30px;
}
.main_back_2 h3  {
	font-size:20rem;
	text-align:center;
}
.main_back_1 h2 {
	margin-bottom:30px;
}
.main_back_2 h2.text-center {
	margin-bottom:30px;
}
.main_back_1 hr{
	border-color:#b5895d;
}
.main_back_2 { 
	background-image:url('../images/main_back_2.jpg');
	background-size:cover;
	padding-bottom:50px;
}
.main_back_1 a:hover h3 , .main_back_2 a:hover h3 , .main_back_1 a:hover h2 , .main_back_1 a:hover h2 {
	color:#337ab7;
}
.backround_replace {
	height:87px;
	border-radius: 6px;
	overflow:hidden;
	background-size:cover;
}
.backround_replace img {
	opacity:0;
}
.top_sport_fixed {
	margin-top:-23px;
}
.last-news-sport_inner .thumb-news{
	margin-top:50px;
	margin-bottom:50px;
}
.other_news_back {
	width:180px;
	height:120px;
	background-size:cover;
	overflow:hidden;
	border-radius:6px;
}
.other_news_back img {
	opacity:0;
}
.other_news {
	margin-top:35px;
	margin-bottom:35px;
}
.other_news h3.center_h3 {
	text-align:center;
	width:180px;
}
.other_news_top_fixed {
	margin-top:-25px;
}
.other-news .other-news_title {
	font-weight:700;
	box-sizing:border-box;
	padding-left:30px;
}
.other-news hr {
	border:0;
	border-bottom:3px solid #b5895d;
	position:relative;
	top:6px;
}
.darked_back {
	background-color:#f2f0e7;
}
.last-news_economy {
	position:relative;
	
}
.last-news_economy_inner {
	margin-top:30px;
	margin-bottom:50px;
}
.last-news_economy_inner {
	display:inline-block;
	width:49.9%;
	height:370px;
	position:relative;
	float:left;
}
.economy-news_left {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
    background-size:cover !important;
}
.economy-news_left_inner {
   background-color:rgba(0,0,0,0.4);
    position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;   
	display:table;
	-webkit-transition: background 0.2s ease-out;
     -moz-transition: background 0.2s ease-out;
     -o-transition: background 0.2s ease-out;
     transition: background 0.2s ease-out;
}
.economy-news_left_inner:hover {
	background-color:rgba(0,0,0,0.5);
}
.economy-news_left a , .economy-news_left_inner h2 , .economy-news_left_inner h3 {
	display:table-cell;
}
.economy-news_left_inner h2 , .economy-news_left_inner h3 {
	vertical-align: middle;
	color:#fff;
	font-weight:400;
	text-align:center;
	line-height: 45px;
font-size: 27rem;
text-transform:initial;
box-sizing:border-box;
padding-left:25px;
padding-right:25px;
}
.last-news_economy_inner_right {
	position:relative;
	height:50%;
}
.last-news_economy_inner_right h2 , .last-news_economy_inner_right h3 {
	line-height: 35px;
}
.last-news_economy_inner_right h2.title_ec_3 , .last-news_economy_inner_right h3.title_ec_3 {
	opacity:0;
	-webkit-transition: opacity 0.4s ease-out;
     -moz-transition: opacity 0.4s ease-out;
     -o-transition: opacity 0.4s ease-out;
     transition: opacity 0.4s ease-out;
}

.last-news_economy_inner_right h3.title_ec_3 {
	opacity:1;
}

.last-news_economy_inner_right:hover h2.title_ec_3 , .last-news_economy_inner_right:hover h3.title_ec_3 {
	 opacity:1;
}
.economy-news_right_top {
	overflow:hidden;
}
.economy-news_right_top .economy-news_right_top_title_pre {
	width:50%;
	position:absolute;
	left:-1px;
	bottom:10px;
	background-color:rgba(0,0,0,0.3);
	height:130px;
	/*
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
	 */
}
.economy-news_right_top .economy-news_right_top_title_pre h2 {
	text-align:left;
	display:table-cell;
box-sizing:border-box;
padding:10px;
}
.economy-news_right_top:hover .economy-news_right_top_title_pre {
	width:100%;
	background-color:rgba(0,0,0,0);
}
.economy-news_right_top_title_pre:before {
	width: 0;
	height: 0;
	border-top: 130px solid rgba(0,0,0,0.3); 
	border-right: 50px solid transparent;	
	content:'';
	position:absolute;
	right:-50px;
	top:0px;
	/*
    -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
	 */
}
.economy-news_right_top:hover .economy-news_right_top_title_pre:before {
	border-top: 130px solid rgba(0,0,0,0); 
}
.economy-news_right_top_title_pre_limited {
	position:relative;
	left:0px;
	-webkit-transition: left 0.2s ease-out;
     -moz-transition: left 0.2s ease-out;
     -o-transition: left 0.2s ease-out;
     transition: left 0.2s ease-out;
}
.economy-news_right_top:hover .economy-news_right_top_title_pre_limited {
	left:-500px;
}
.economy-news_right_top .economy-news_right_top_title_pre_full {
	position:absolute;
	left:500px;
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
	 top:-25px;
	 opacity:0;
}
.economy-news_right_top:hover .economy-news_right_top_title_pre_full {
	left:10px;
	opacity:1;
}
.top_section {
	position:relative;
}
.top_background , .top_background_inner , .top_background_inner_overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow: hidden;
}
.top_background_inner_overlay {
	background-color:rgba(0,0,0,0.6);
}
.top_background_inner {
	background-size:cover !important;
-webkit-filter: url(#blur);
 filter: url(#blur);
 -webkit-filter: blur(10px);
 filter: blur(10px);
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
 -webkit-transition: 0s -webkit-filter linear;
 transition: 0s filter linear;
}
.category .top_background_inner {
	/*
	background-size:cover !important;
-webkit-filter: url(#blur);
 filter: url(#blur);
 -webkit-filter: blur(7px);
 filter: blur(7px);
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
 -webkit-transition: 0s -webkit-filter linear;
 transition: 0s filter linear;
 */
 -webkit-filter: url(#blur);
 filter: url(#blur);
 -webkit-filter: blur(10px);
 filter: blur(10px);
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
 -webkit-transition: 0s -webkit-filter linear;
 transition: 0s filter linear;
 width:105%;
 height:105%;
 left:-2.5%;
 top:-2.5%;
}
.fullnews {
	height:375px;
}
.fullnews .container {
	margin-top:-25px;
}
p.h2 , p.h2 a{
	font-family:arial;
	font-size:23rem;
	color:#c3a280;
	font-weight:700;
}
.fullstory_title {
font-size: 25rem;
color: #fff;
}
.category_title {
	font-size:29rem;
	font-family:arial;
	color:#000;
}
.tags button {
	border-radius:7px;
	margin-top:1px;
	font-size: 13rem;
font-weight: 700;
padding:6px;
}
.short_top_story a.highslide , .short_top_story br , .short_top_story img {
	display:none;
}
.short_top_story {
    font-size: 14rem;
    color: #c3a280;
    font-style: italic;
    line-height: 1.5; /* относительное значение вместо фиксированного 20px */
    position: relative;
    top: 8px;
    width: fit-content;
    height: auto; /* явно разрешаем автовысоту */
    overflow: visible; /* на случай если где-то выше стоит overflow: hidden */
}
.news-text {
	margin-top:-110px;
	background-color:#fff;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	padding:25px;
	font-size:14rem;
	color:#545454;
	line-height:25px;
}
.news-text .date {
	font-family: arial;
font-size: 15rem;
margin-bottom: 0px;
color: #a4a4a4;
margin-top: -15px;
}
.news-text .date i {
	margin-right:10px;
	color:#525050;
}
.news-text .date a {
	margin-right:10px;
	color:#a4a4a4;
}
.news-text img {
margin: 10px;
float: none !important;
display: block;
margin-left: auto;
margin-right: auto;
}
.news-text iframe {
    width: 100%;
    height: 500px;
    top: 0px;
    left: 0px;
    margin: 10px;
    float: none !important;
	margin-left: auto;
	margin-right: auto;
}
.recommended-news ul {
	position:relative;
}
.recommended-news li.media {
	display:inline-block;
	position:relative;
	width:auto;
	margin:0;
	margin-bottom:30px;
	margin-right:5px;
	vertical-align:top;
}
.media_line {
	margin-top:30px;
	border-top:2px solid #f3f3f3;
	position:relative;
	width:90%;
}
.recommended-news {
	border-top:3px solid #f3f3f3;
	padding-top:10px;
	/*min-height:375px;*/
	min-height:175px;
}
.recommended-news .media-left {
	/*width:90px;*/
	width:225px !important;
	/*height:55px;*/
	/*height:150px;*/
	overflow:hidden;
	background-size:cover;
	-webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
	 opacity:1;
}
.recommended-news .media-left:hover {
	opacity:0.8;
}
.recommended-news .media-left img{
	opacity:0;
	width:220px;
	height:auto;
}
.recommended-news .media-left {
	display:inline-block;
}
.recommended-news .media-body {
	/*display:inline-block;*/
	display:block;
}
.recommended-news .media-body ,.recommended-news .media-body p {
	max-width:220px;
	color:#585858;
	box-sizing:border-box;
	padding-left:0px;
	padding-top:5px;
}

.recommended-news .media-body p {
	font-weight:400; 
}

.container-recommended {
	padding-left:0px !important;
}

.recommended-news h3 , .news_pool h3  , .comment-news h3 {
	font-size:19rem;
	color:#c3a280;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:30px;
}
.news_pool h3  {
	padding-bottom:10px;
}

.comment-news div.like-title {
	font-size:19rem;
	color:#c3a280;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:30px;
}

.recommended-news h3 span , .news_pool h3 span , .comment-news h3 span {
	color:#343333;
} 

.ttl-title , .ttl-title span {
	font-size: 19rem;
	color: #c3a280;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 30px;
}

.comment-news div span {
	color:#343333;
}

div.block_title.ultrabold {
	font-size: 18px !important;
	color:#000;
	font-weight: 400;
    text-transform: capitalize;
}

.comment .avatar {
	position:relative;
}

.comment .avatar span {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size: contain;
	border-radius: 50%;
	color: rgba(255,255,255,0) !important;
}

p.question {
	font-size:16rem;
	background-color:#f2f0e7;
	color:#3f3e3e;
	box-sizing:border-box;
	padding:15px;
	border-radius:3px;
	text-decoration:underline;
}
.news_pool .radio {
	padding:15px;
}
.pollanswer {
	color:#3f3e3e;
}
.pollanswer input {
	margin-top:3px;
}
.voteprogress span, .pollprogress span {
	background-color: #f2f0e7;
}
.poll_inner {
	padding: 15px;
}
button.btnn{
	background-color:#e9e4db !important;
	color:#3f3e3e ;
	border:none;
	border-radius:5px;
	font-weight: 400;
    padding: 12px;
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
button.btnn:hover {
	background-color:#c3a280 ;
	color:#fff;
}
.not_logeg_input {
	display:inline-block;
}
.g-recaptcha{
	margin-top:15px;
}
section.interview {
	padding-bottom:30px;
}
.addv {
	margin-top:25px;
	margin-bottom:10px;
}
.comment-news ul {
	list-style-type:none;
}
.comment-news .block.comments {
	margin-bottom:35px;
}
.usercomment {
	/*display:none;*/
}
.com_tools_links a , .mass_inline{
	display:inline-block;
}
.mass_inline{
	margin-top:10px;
}
.mass_inline .edit_btn a , .com_tools_links a {
		font-size:16rem !important;
	    color:#959595 !important;
}
.com_tools_links a {
	margin-right:10px;
}
.com_tools_links svg {
	display:none;
}
.com_list {
	font-family:tahoma;
}
.com_user .name {
	color:#585858;
}
.com_user .date {
	color:#d2d5d6;
	margin-left:15px;
}
.com_content .text {
	color:#000000;
	padding-top:0px;
	padding-bottom:10px;
	line-height: 25px;
}
div.social {
	min-height:30px;
	visibility:hidden;
	/*display:none;*/
	padding-bottom:20px;
}
.social .soc_wrapper {
	float:left;
	margin-right:5px;
}
.soc_wrapper_mail_fix {
	width:110px;
}
.social .soc_wrapper:nth-child(1) {
	padding-top:2px;
}
.social .soc_wrapper:nth-child(2) {
	padding-top:0px;
}
.social .soc_wrapper:nth-child(3) {
	padding-top:1px;
}
.social .soc_wrapper:nth-child(3) td:nth-child(2) {
	position:relative;
	width:65px;
}
.social .soc_wrapper:nth-child(3) td:nth-child(2) a {
	position:absolute;
	width:100%;
	height:100% !important;
	left:0;
	top:0;
}
.social .soc_wrapper:nth-child(4) {
	padding-top:1px;
}
.social .soc_wrapper:nth-child(5) {
	padding-top:1px;
}
.social .soc_wrapper:nth-child(6) {
	padding-top:1px;
}
.story_icons li {
	list-style-type:none;
}
.shortstory {
	padding-bottom:50px;
}
.shortstory .text  {
	line-height:25px;
	margin-top:30px;
	color:#8d8d8d;
	font-size:15rem;
	overflow:hidden;  
}
.shortstory .text br {
	display:none;
}
.shortstory .text .highslide , .shortstory .text img {
	display:none !important;
}
.story_back_inner {
	height:200px;
	border-radius:5px;
	background-size:100% !important;
	background-position-x:0%;
	background-position-y:0%;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
	 margin-top:5px;
}
.story_back_inner:hover {
	background-position-x:-5%;
	background-position-y:-5%;
	background-size:110% !important;
}
time.date.grey a{
	color:#b5895d;
	font-size:18rem;
	font-family: arial;
}
.shortstory .edit_btn {
	padding-bottom:5px;
}
.shortstory h2.title{
	font-size:21rem;
	color:#3f3e3e;
}
.block.navigation  span, .block.navigation a{
	color:#404040;
	font-size:16rem;
	border:1px solid rgba(0,0,0,0);
	padding: 0px;
border-radius: 50%;
min-width: 29px;
display: inline-block;
text-align: center;
}
.news-text a {
	color:#c3a280;
	text-decoration:underline;
}
.block.navigation a:hover {
	opacity:0.7;
}
.block.navigation  span {
	border-color:#e9e4db;
	background-color:#e9e4db;
}
.block.navigation  span.nav_ext {
	border-color:rgba(0,0,0,0) !important;
	background-color:rgba(0,0,0,0) !important;
}
.block.navigation {
	padding-bottom:30px;
}
.story_static li{
	/*list-style-type:none;
	 line-height:30px; */
}
.story_static .userinfo img {
	color: #ccc;
font-style: italic;
}
.searchpage select {
	margin-bottom: 10px;
}
.navnextprev {
	margin-top:20px;
}
.navnextprev  span.navbutton , .navnextprev a {
	border-radius:5px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.short_top {
	min-height:420px;
	margin-bottom:25px;
}
.top_section.short_top .col-md-4 , .top_section.short_top .col-md-8 {
	padding:0px;
}
section.category h2 {
	font-size:29rem;
	font-family:arial;
	color:#999999;
	font-weight:700;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
     -moz-transition: opacity 0.3s ease-out;
     -o-transition: opacity 0.3s ease-out;
     transition: opacity 0.3s ease-out;
}
section.category h2:hover {
	opacity:0.85;
}

.right_cat_col {
	margin-top:-80px;
}
.right_cat {
	padding:15px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0);
	border-radius:5px;
}
.right_date {
	color:#c39f7b;
	padding-top:10px;
	font-weight:700;
	font-family:arial;
}
.right_cat {
	webkit-transition: background 0.3s ease-out;
     -moz-transition: background 0.3s ease-out;
     -o-transition: background 0.3s ease-out;
     transition: background 0.3s ease-out;
	 background-color:rgba(255,255,255,0);
}
.right_cat h3 {
	font-family:arial;
	font-size:16rem;
	color:#fff;
	font-weight:700;
	text-shadow: 0 0 1px rgb(0, 0, 0,0.7);
	/*line-height:20px;*/
	-webkit-transition: text-shadow 0.3s ease-out;
     -moz-transition: text-shadow 0.3s ease-out;
     -o-transition: text-shadow 0.3s ease-out;
     transition: text-shadow 0.3s ease-out;
	 margin-bottom:5px;
}
.right_cat:hover h3 {
	text-shadow: 0 0 2px rgb(0, 0, 0,0.95);
}
.right_cat h4 {
	font-family:arial;
	font-size:16rem;
	color:#fff;
	font-weight:700;
	text-shadow: 0 0 1px rgb(0, 0, 0,0.7);
	line-height:25px;
	
	-webkit-transition: text-shadow 0.3s ease-out;
     -moz-transition: text-shadow 0.3s ease-out;
     -o-transition: text-shadow 0.3s ease-out;
     transition: text-shadow 0.3s ease-out;
}
.right_cat:hover {
	background-color:rgba(255,255,255,0.6);
}
.right_cat:hover h4 {
	text-shadow: 0 0 2px rgb(0, 0, 0,0.95);
}
.catname {
	font-size:20rem;
	color:#313030;
	background-color:#fff;
	border-radius:5px;
	display:inline-block;
	font-weight:700;
	padding: 10px;
	margin-top:10px;
}
section.category .top_background .container {
	margin-top:-30px;
}
.login_form  {
	padding-top:10px;
}
.login_form ul li {
	display:inline-block;
}
.login_form ul {
	display:inline-block;
}
.login_form__foot {
	display:inline-block;
}
.login_form__foot a {
	font-size:15rem;
	color:#b5895d;
	margin-right:10px;
	text-decoration:underline;
}
.login_form ul li input {
	font-family:arial;
	color:#3f3e3e;
	border-color:rgba(255,255,255,0);
	border-radius:5px;
	background-color:#f2f0e7;
	padding:10px;
}
.login_form ul li input:focus { 
	border-color:#ede7db;
}
.login_input {
	margin-right:25px;
}
.login_form ul.social-network {
	position:relative;
	top:10px;
}
.login_form ul.social-network li {
	margin-right:5px;
}
.btn_awsome {
	border:none;
	background:none;
	position:relative;
	top: 6px;
left: -10px;
}
.btn_awsome i {
	color:#b5895d;
	font-size:33rem;
}
.login_area {
	display:none;
}
.login_box.block_inline  , .login_box.block_inline img{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */    
}
.login_area_user {
	display: table;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.login_area_user a {
	text-decoration:underline;
	color:#b5895d;
	font-size:18rem;
	display: table-cell;
	text-align:center;
}
.login_area_user a:hover {
	text-decoration:none;
}
.login_area_user a:first-child {
	text-decoration:none;
	text-align:left;
}
.login_area_user a:last-child {
	text-align:right;
}
.prof_link {
	border:2px solid #b5895d;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    display: inline-block;
}
.prof_link span {
	display:inline-block;
}
.prof_link span:first-child  {
	width:20px;
	height:20px;
	background-size:cover;
	border-radius:50%;
}
.info_user {
	line-height:25px;
}
.info_user li {
	list-style-type:none;
}
.info_user span.cover {
	width:100px;
	height:100px;
	display: block;
background-size: cover;
}
.info_user a {
	text-decoration:underline;
}
.info_user a:hover {
	text-decoration:none;
}
.pm_new li , .new_add_news li{
	list-style-type:none;
}
.register_block li{
	list-style-type:none;
}
.lost_pass li{
	list-style-type:none;
}
.mobile_nav ul li , .mobile_nav ul {
	display:block !important;
	list-style-type:none !important;
}
.mobile_nav {
	font-size: 20rem;
    line-height: 25px;
    padding: 15px;
	background-color: #ede7db;
	margin: -5px;
	display:none;
}
.mobile_nav a {
		color: #b5895d;
		text-transform:uppercase;
}
.mobile_nav ul li ul {
	margin-left:20px;
}
footer {
	background-color:#f2f0e7;
	min-height:170px;
}
footer .container {
	box-sizing:border-box;
	padding-top:45px;
}
.social-network li , .help-nav li{
	list-style-type:none;
	display:inline-block;
}
.social-network li a , .social-network-input li a {
	display:block;
	width:30px;
	height:30px;	
	     -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
	 opacity:1;
	 outline:none;
	 color:rgba(255,255,255,0);
}
.social-network li a:hover , .social-network-input li a:hover {
	opacity:0.8;
}

.social-network-input li:nth-child(1) a {
	background-image:url(../images/social2.png);	
    background-position-x: 0px;
}
.social-network-input li:nth-child(2) a {
	background-image:url(../images/social2.png);	
    background-position-x: -120px;
}
.social-network-input li:nth-child(3) a {
 background-image:url(../images/social2.png);	
 background-position-x: -80px;
}
.social-network-input li:nth-child(4) a {
 background-image:url(../images/social2.png);	
 background-position-x: -40px;
}
.social-network-input li:nth-child(5) a {
	background-image:url(../images/social2.png);	
    background-position-x: -160px;
}
.social-network-input li:nth-child(6) a {
 background-image:url(../images/social2.png);	
 background-position-x: -200px;
}

.social-network li:nth-child(1) a {
 background-image:url(../images/social.png);	
background-position-x: 0px;
}
.social-network li:nth-child(2) a {
 background-image:url(../images/social.png);	
background-position-x: -120px;
}
.social-network li:nth-child(3) a {
 background-image:url(../images/social.png);	
background-position-x: -200px;
}
.social-network li:nth-child(4) a {
 background-image:url(../images/social.png);	
background-position-x: -240px;
}
.social-network li:nth-child(5) a {
 background-image:url(../images/social.png);	
background-position-x: -240px;
}
.social-network li:nth-child(6) a {
 background-image:url(../images/social.png);	
background-position-x: -80px;
}
.social-network li:nth-child(7) a {
 background-image:url(../images/social.png);	
background-position-x: -200px;
}

.help-nav {
	margin-left:5px;
}
.help-nav a {
	font-size:12rem;
	color:#b5895d;
	margin-right:10px;
}
.help-nav a:hover {
	text-decoration:underline;
}
.error_find {
	float:right;
	position:relative;
}
.error_find:before {
	display:block;
	width:28px;
	height:28px;
	content:'';
	background-image:url(../images/atention.png);	
	position:absolute;
	top:5px;
	left:-40px;
}
.error_find span {
	display:block;
	font-size:11rem;
}
.error_find span:nth-child(1) {
	color:#8d8d8d;
}
.error_find span:nth-child(2) {
	color:#151515;
}
.copyright {
	font-size:14rem;
	color:#3f3e3e;
	margin-top:40px;
	background-color: #f2f0e7;
}
.copyright.container {
	padding-top:0px;
}
.copyright p {
	margin-bottom:0px;
}
.main_page_news_preweconomy {
	padding-top:0px !important;
}
.main_page_news_preweconomy h2 , .main_page_news_preweconomy h3 {
	padding-bottom:15px !important;
}
.tags button {
	background-color:#b5895d !important;
	border:none;
	color:#fff;
}
.additional_info {
	text-align:justify !important;
}
.contact_head svg{
	display:none;
}
.block_story_feedback li{
	list-style-type:none;
}
.about_me {
	text-align:justify;
}
.login_box_fa{
color: #b5895d;
font-size: 28rem;
float: right;
position: relative;
top: -5px;
cursor:pointer;
margin-right:15px;
}
.login_box_fa:hover {
	opacity:0.8;
}
.search_mobile {
	display: none;
}

.log_btn {
	display:inline;
}
.log_btn i {
	display:none;
}
.ui-dialog {
	width: 100% !important;
	max-width:560px;
}

.ui-dialog-title {
	font-family:arial;
}

.login_box.block_inline {
	display:block;
}

.centered-element {
	text-align:center;
}

.save-buttons {
	margin-top: 10px;
}

.comments-tree-list {
	margin-top: 10px;
}

.valute.block_inline {
	padding-top:10px;
	padding-left:10px;
}

.valute.block_inline span:nth-child(1) , .valute.block_inline .usd_val {
	color:#b5895d;
}

.inline-block {
	display:inline;
}

.com_info-top , .com_info-top span , .com_tools_links a span , .comments-tree-list {
	font-size:12px;
	color:#777 !important;
	line-height: 30px;
}

.comments-tree-list {
	font-size:14px;
	list-style-type: none;
}

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

.com_info-top  b  a {
	color: #b5895d;
}

.com_tools_links i , .com_tools_links i:hover {
	color:#b5895d;
}

.com_tools_links i.fa.fa-meh-o , .com_tools_links i.fa.fa-times , .com_tools_links i.fa.fa-bars {
	color:#aaa  !important;
}

.com_tools_links i.fa.fa-meh-o:hover , .com_tools_links i.fa.fa-times:hover , .com_tools_links i.fa.fa-bars:hover {
	color:#b5895d  !important;
}

.mass_comments_action input.bbcodes {
	border-radius:20px;
}

.mass.mass_inline input[name="selected_comments[]"] {
	position:relative;
	top:-1px;
}

.addcomments_form .form_submit button.btnn {
	border-radius:20px;
	color:#b5895d;
}

.addcomments_form .form_submit button.btnn:hover {
	background-color:#b5895d !important;
	color:#fff;
}

.addcomments_form .form_submit button.btnn b {
	font-weight:400;
}

.comment .avatar {
	display:inline-block;
	width: 50px;
    height: 50px;
	position:relative;
	top:22px;
}

.comment .avatar a , .comment .avatar a span {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-size:contain;
	color:rgba(255,255,255,0) !important;
	border-radius:50%;
	overflow:hidden;
}

.comment .avatar span.com_online {
	overflow:hidden;
	width:10px;
	height:10px;
	background-color:#10df10;
	color:rgba(255,255,255,0) !important;
	border-radius:50%;
	position:absolute;
	z-index:15;
	right:-3px;
    top: 20px;
}

.schema_org {
	display:none;
}

.bread-full .schema_org {
	display:block;
}

.bread-full {
	padding-bottom: 25px;
}

span[itemprop="articleBody"] ul {
	padding-left:40px;
}

.social-links .ya-share2__icon {
	width: 35px !important;
    height: 35px !important;
}

.social-links {
	display: inline-block;
}

.social-wrapper-inner-title {
	display:inline-block;
	font-size: 14px;
    font-weight: 700;
	top:8px;
	position:relative;
	padding-left: 0px;
	margin-right:5px;
}

.social-share_inner_content {
	display: inline-block;
	width:145px;
	height:35px;
	background-position:50% 50%;
	background-size:80%;
	background-repeat:no-repeat;
	top:21px;
	position:relative;
}

.social-share_inner_content a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

.social-share_inner_content-vk {
	border:1px solid #4680c2;
	background-color:#4680c2;
	background-image:url("/templates/wellnews_v3_01_2017/images/vk.jpg");
}

.social-share_inner_content-ya {
	border:1px solid #000;
	background-color:#fff;
	background-image:url("/templates/wellnews_v3_01_2017/images/news.jpg");
}

.social-share_inner_content-inst {
	border:1px solid #15598a;
	background-color:#fff;
	background-image:url("/templates/wellnews_v3_01_2017/images/insta.jpg");
}

.social-share_inner_content-teleg {
	border:1px solid #000;
	background-color:#fff;
	background-image:url("/templates/wellnews_v3_01_2017/images/telegram.png");
}

/* tags-shortstory-tag */
.tags-shortstory {
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
	position:relative;
	overflow: hidden;
    height: 26px;
}

.tags-shortstory.show {
	height: auto;
}

.tags-shortstory-inner {
	padding-right: 20px;
}

.tags-shortstory-tag {
	display:inline-block;
	border:1px solid #b5895d;
	color:#b5895d;
	border-radius:3px;
	font-size: 13px;
	padding:2px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	box-sizing: border-box;
	margin-right:10px;
	margin-bottom:10px;
	user-select: none;
	cursor:pointer;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.tags-shortstory-tag:hover {
	opacity:0.7;
}

.tags-shortstory-tag:active {
	opacity:0.6;
}

.tags-shortstory-tag a {
	color:#b5895d;
}

.tags-shortstory-more {
	border:1px solid #b5895d;
	background-color:#b5895d;
	color:#fff;
	border-radius:3px;
	font-size: 13px;
	padding:2px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
	float:right;
	user-select: none;
	cursor:pointer;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
	visibility:hidden;
	position:absolute;
	right:0px;
	top:0px;
}

.tags-shortstory-more:hover {
	opacity:0.7;
}

.tags-shortstory-more:active {
	opacity:0.6;
}
/* tags-shortstory-tag */

.story_top .fa.fa-eye {
	margin-right:5px;
}

.story_top , .story_top span , .story_top span a {
	font-size: 18rem !important;
    font-family: arial;
	color:#b5895d !important;
}

.our-team-table tr td {
	vertical-align:top;
}

.our-team-avatar {
	width:275px;
	height:275px;
	background-size:cover;
	background-position:50% 50%;
	background-image:none !important;
	margin-bottom: 15px;
	position:relative;
}

.our-team-avatar img {
	position:relative;
	width:100%;
}

.our-team-avatar-no-photo {
	background-size:170%;
}

.our-team-user-info {
	position:relative;
	top:-7px;
}

.our-team-text {
	padding-top:0px;
	padding-bottom:20px;
}

.our-team-table-delimiter {
	border-bottom:2px solid #ccc;
	margin-bottom:40px;
	opacity:0.45;
}

ul.sitemap_items.root {
	margin-bottom:10px;
}

ul.sitemap_items.root li , ul.sitemap_categories.root li {
	list-style-type:none;
	line-height:27px;
}

ul.sitemap_items.root li a, ul.sitemap_categories.root li a {
	color:#b5895d ;
}

ul.sitemap_items.root li a:hover, ul.sitemap_categories.root li a:hover {
	text-decoration:underline;
}

ul.sitemap_categories.root li ul.sitemap_items {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:25px;
}

 ul.sitemap_categories.root li ul.sitemap_categories {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:50px;
 }

.top_bn {
	margin-top:20px;
}

.full-news-like {
	margin-top:20px;
	display:inline-block;
}

.full-news-like a[href="#"],
.story_top a[href="#"] {
	text-decoration:none !important;
}

@media screen and (max-width: 1140px) {	

	.container {
		width:100% !important;
	}
	.obschestvo.jumbotron {
		padding-bottom:0px !important ;
		margin-bottom:0px !important ;
	}
	html {
		font-size:0.80px;
	}
	header img{
		width:60%;
		position:relative;
		top:10px;
	}
	header button img {
		top:initial;
	}
	.fix_image .img-responsive.img-rounded {
		width:140px !important;
	}
	.main-nav {
		text-align: center;
	}
	.top_news_inner h4 {
		line-height: 20px;
	    font-size: 18rem;
		box-sizing:border-box;
		padding:5px;
	}
	.fixed_top_link {
		margin-top:-10px;
	}
	.main-nav ul {
		bottom:-20px;
	}	
	
}

@media screen and (max-width: 980px) {
	
	html {
		font-size:0.8px;
	}
	header img{
		width:50%;
		top:initial;
	}
	.main-nav {
		text-align: center;
		font-size:15rem;
		height:35px;
	}
	.main-nav  ul{
		bottom: -10px;
	}
	header .container {
		height:auto;
		padding-bottom: 5px;
	}
	.seach_block.block_inline {
		display:none;
	}
	.log_btn i:nth-child(2) {
		display:inline-block;
	}
	.valute_informer {
	    margin: 0px;
	    position: relative;
 	   top: -10px;
	}
	.top_news_inner h4 {
		line-height: 20px;
    	font-size: 16rem;
		box-sizing:border-box;
		padding:5px;
	}
	.top_news_inner {
		height:300px;
	}
	.col-sm-6 {
		display:block;
		width:100%;
	}
	.container_fixed {
		width:70% !important;
	}
	.main_back_1 h2 {
		margin-bottom:0px;
	}
	.fix_image .img-responsive.img-rounded {
		width:100% !important;
	}
	.fix_top_offset {
		margin-bottom:40px;
	}
	.main_page_news_prew h2 {
		text-align:center;
	}
	.main_page_news_prew {
		padding-top:10px;
		padding-bottom:10px;
	}
	.container_fixed_2 {
		width:80% !important;
	}
	.container_fixed_2 .img-responsive {
		width:100% !important;
	}
	.main_page_news_prew h2 {
		padding-bottom: 15px; 
	}
	.container_fixed .row , .container_fixed_2 .row  , .other_news{
		margin-left:0;
		margin-right:0;
	}
	.other-news .other-news_title {
		padding-left:0px;
	}
	.main-news {
		padding-left:15px;
		padding-right:15px;
	}
	.other-news .col-md-3 {
		display:inline-block;
		width: auto;
	    vertical-align: top;
	}
	.fixedcenter {
		text-align:center;
	}
	.fixedcenter_top h3 {
		margin-top:30px;
	}
	.col-sm-6.last-news-sport_inner .backround_replace{
		height:200px;
		margin-bottom:35px;
	}	
	.social-network.login_input {
		display:none;
	}
	.login_form ul li input {
		width:245px !important;
	}
	.login_form__foot {
	    padding-bottom: 14px;
	}
	.login_area {
	    background-color: #ede7db;
	}
	.main-nav ul {
		bottom:-30px;
	}	
	.wide_wrap.top_section.short_top .row{
		position:absolute;
		left:0px;
		top:0px;
	}
	section.category .top_background .container {
		margin-top:0px;
	}
	.right_cat_col {
		margin-top:0px;
	}
	.fixed_mobile_cat_top {
		box-sizing:border-box;
		padding:15px !important;
	}
	.right_cat {
		background:none !important;
	}
	.right_date {
		padding-top:0px !important;
	}
	section.category .container.container_fixed2 {
	    padding-left: 50px !important; 
	    padding-right: 50px !important; 
	}
	.fixed_col .col-md-4  , .fixed_col .col-md-8 {
		width:49% !important;
		display:inline-block;
		vertical-align:top;
	}
	.recommended-news li.media {
	display: block;
	width: 100%;
	}
	.container_fixed_row.row {
		margin-right:0px !important;
		margin-left:0px !important;
	}
	.top_section p.h2 {
		margin-top:30px;
	} 
	.news-text img , .news-text iframe{
	margin: 10px;
	float: none !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	}
	.recommended-news .media-body {
	    display: inline-block;
	    width: 220px !important;
 	   padding-left: 5px;
	}
	footer .error_find.block_inline {
		display:none;
	}
	.valute_informer.block_inline {
		float:right;
		padding-right:5px;
	}
	.tags button {
		margin-top: 0px;
	}
	
	.valute.block_inline {
		padding-top:0px;
		padding-left:10px;
		position:relative;
		top:-5px;
    }
	
	.social-links {
		position: fixed;
    	bottom: 0px;
    	left: 0px;
		width:100%;
		z-index:1000;
	}
	
	.social-links ul {
		display: table  !important;
        width: 100%  !important;
		font-size: 0px;
	}
	
	.social-links ul li {
		margin:0px !important;
		display: table-cell !important;
        width: auto !important;
	}
	
	.social-links ul li a {
		width:100%;
	}

    .social-links ul li a span:first-child {
		display:block;
		height: 40px;
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	.social-links ul li a span span{
		text-align:center;
		
	}
	
	.social-links ul li a .ya-share2__badge {
		border-radius:0px;
	}
	
	.social-links ul li a .ya-share2__title {
		display:none;
	}
	
	.social-links ul li a .ya-share2__icon {
		display:block !important;
		width: 100% !important;
		background-size:35%;
	}
	
}

@media screen and (max-width: 720px) {
	
	html body {
		padding-bottom: 25px !important;
	}
	
	.container {
		padding-left:5px !important;
		padding-right:5px !important;
	}
	.main-nav  {
		display:none;
	}
	.log_btn i:nth-child(1) {
		display:inline-block;
		margin-left:15px;
	}
	.top_section {
		padding-top:5px;
		padding-bottom:5px;
	}
	.top_news_inner {
		display:block;
		width:100% !important;
    }
	.top_news_left_desc {
		height:100%;
	}
	.desc_news {
		/*font-size:16rem !important;*/
		font-size:15rem !important;
	}
	.title_news h3{
		font-size:25rem !important;
	}
	.top_news_inner:first-child {
		height:150px;	
	}
	.container_fixed_2 {
		width:60% !important;
	}
	.last-news-sport_inner .thumb-news {
		margin-top:0px;
		margin-bottom:15px;
	}
	.main_page_news_prew h2.fixedtop {
		margin-top:20px;
		margin-bottom:15px;
		margin-right:10px;
	}
	.main_page_news_prew.main_back_2 h3{
		margin-bottom:20px;
	}
	footer .block_inline {
		display:block;
		text-align:center;
	}	
	.foterwrapper {
		position:relative;
		width:96vw;
		margin-left:auto;
		margin-right:auto;
	}
	.copyright {
		position: relative;
    	bottom: 0px;
		width:auto;
	}
	.copyright p {
		text-align:center;
	}
	.last-news_economy_inner {
		display:block;
		float:none;
		width:100%;
		margin:0;
		height: 250px;
	}
	.economy-news_right_top .economy-news_right_top_title_pre {
		width:100%;
		background-color:rgba(0,0,0,0);
	}
	.economy-news_right_top_title_pre:before , h2.economy-news_right_top_title_pre_limited{
		display:none !important;
	}
	.economy-news_right_top .economy-news_right_top_title_pre_full {
		opacity:1;
		left:0px;
		top:0px;
		text-align:center !important;
	}
	.last-news_economy_inner h2 {
		font-size:20rem;
	}
	.last-news_economy_inner_right h2.title_ec_3 {
		display:block;
		opacity:1;
	}
	.login_area_user a {
		display:block !important;
		margin-bottom:7px;
		text-align:center !important;
		text-transform: uppercase; 
		text-decoration:none;
	}
	.login_area_user a:first-child {
		text-transform: initial;
	}
	.prof_link span:first-child {
    	position: relative;
    	top: 5px;
	}
	.short_top_story {
		font-size: 19rem;
    	line-height: 20px;
    	top: 5px;
	}
	.fullstory_title {
		font-size: 19rem;
	}
	.news-text {
		font-size: 19rem;
	}
	.articleBody h2 {
		font-size:26px;
	}

	input[id="dofullsearch"] {
		display:none;
	}

	.container.container_fixed2.container-content {
		margin-top: 110px;
	}
	
	.title_news {
		margin-top: -5px;
	}
	
	.valute.block_inline {
		position: absolute;
    	right: 15px;
    	top: 2px;
	}

    .social-wrapper-inner-title {
		display:none;
	}
	
	.social {
		text-align:center;
	}
	
	.our-team-user-info {
		padding-left:15px;
	}
	
	.our-team-user-info li {
		line-height:20px;
	}

}

@media screen and (max-width: 670px) {
	
	.recommended-news .media-left {
		width:100% !important;
		height: 225px;
	}
	
	.our-team-avatar {
    width: 275px;
    height: 320px;
    background-size: cover;
    background-position: 50% 50%;
    background-image: none !important;
    margin-bottom: 15px;
    position: relative;
}
	
	
	.title_news h3{
		font-size:18rem !important;
	}
	.fixed_col .col-md-4  , .fixed_col .col-md-8 {
		width:100% !important;
		display:block;
	}
	.search_mobile_inner_form input {
		width:70%;
	}
	.recommended-news .media-body {
		width: 6170px !important;
	}
	section.category h2 {
		font-size:18rem;
	}
	
	.our-team-table tr td {
		display:block;
	}
	
	.our-team-avatar {
		width:auto;
	}
	
	.our-team-table .our-team-user-info{
		padding-top:35px;
		padding-left:0px;
	}
	
}

@media screen and (max-width: 560px) {

	.last-news .container_fixed {
		width:100% !important;
	}

	.container_fixed_2 {
		width:100% !important;
	}
	.main_page_news_prew h2 span {
		display:inline-block;
	    margin-left: 0px;
		margin-top: 10px;
	}	
	
	.log_btn {
		display:block;
		position: absolute;
    	right: 0px;
    	top: 27px;
	}

	.log_btn i {
		display:inline-block;
	}
	section.category .right_cat {
		padding-top:5px;
		padding-bottom:5px;
	}
	.fullstory_title {
		font-size:19rem;
	}
	
	.social-links ul li a .ya-share2__icon {
		display:block !important;
		width: 100% !important;
		background-size:70%;
	}
	
	.social-share_inner_content {
    width: 32%;
	}
	
}

@media screen and (max-width: 400px) {
	
	.login_box {
		/*float:none;*/
	}
	.log_btn {
		/*position: absolute;
    	right: 0px;
    	top: 22px;*/
	}	
	
}

/*FIX*/
.row {
	margin-left:0px;
	margin-right:0px;
}
.btn, .bbcodes , .ui-button {
	background-image:none;
	background-color:#b5895d !important;
	opacity:0.8;
	     -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
}
.btn:hover, .bbcodes:hover  , .ui-button:hover {
	background-image:none;
	background-color:#b5895d !important;
	opacity:0.95;
}
.ui-button {
	float:none;
	font-size: 15rem;
	border-radius: 20px;
	margin-left: 6px;
	margin-right: 6px;
}

.additional_info {
	margin:0;
	padding:0;
}

.userinfo_top {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.dark_top {
    border-radius: 2px 2px 0 0;
    color: #fff;
    background: #b5895d ;
}
.box_in {
    padding: 4% 7%;
    padding-bottom: 5%;
    padding-top: 3%;
}
.user_tab > li {
    display: inline;
    margin-right: 1.2em;
}
.user_tab > li.active > a {
    cursor: default;
    font-size: 1em;
    opacity: 1;
}
.user_tab > li > a {
    color: #fff;
    opacity: .5;
}
.user_tab > li > a {
    text-decoration: none !important;
    font-size: .6em;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.user-info-link {
	font-size: 24rem !important;
	padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 560px) {
	.user-info-link {
		padding-left: 0px;
    	padding-right: 0px;
	}
}

.avatar-user {
	position:relative;
}

.avatar-user a , .avatar-user a span {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background-size:100%;
	background-position:50% 50%;
	border-radius:50%;
	overflow:hidden;
	color:rgba(255,255,255,0);
}

.usinf {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.usinf li:first-child {
    border-top-width: 0;
}
.usinf li {
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0);
    border-top-width: 1px;
}
.ui-c1 {
    width: 30%;
    margin-right: 5%;
	font-weight:400 !important;
}
.ui-c1, .ui-c2 {
    display: inline-block;
    vertical-align: top;
}
.grey {
    color: #919191;
}
.see-all , .see-all a {
	color:#b5895d;
}

#user1 h4.heading {
	font-size: 18px;
	font-weight:700;
	margin-bottom:25px;
}

button.slick-arrow {
	outline: none !important;
}

button::-moz-focus-inner{
	border: 0;
}

/**************************************************/
/*активные ссылки*/
/**************************************************/
.cat-children-wrapper {
	/*display:none;*/
}

.wrapper-active-link {
 height: 100px;
 overflow-y: hidden;
 position:relative;
 visibility:hidden;
 padding-top: 15px;
}

.wrapper-active-link.show {
 height: auto;
}

.slick-prev[type="button"] , .slick-next[type="button"] {
	position:absolute;
	bottom:-30px;
	z-index:100;
	border:none;
	background:none;
	font-size:30px;
	color:#b5895d;
	-webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
	opacity:1;
}

.slick-prev[type="button"]:hover , .slick-next[type="button"]:hover {
	color:#b5895d;
	opacity:0.8;
}

.slick-prev[type="button"] {
	left:0px;
}

.slick-next[type="button"] {
	left:35px;
}

.wrapper-active-link.show .slick-prev[type="button"] , .wrapper-active-link.show .slick-next[type="button"] {
 display:none;
}

span.slideup-ul {
display:none;
position: absolute;
/*top: 63px;*/
top:80px;
right: 10px;
color: #8a8a8a;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
font-size: 11px;
cursor: pointer;
opacity:1;
}

.wrapper-active-link.show span.slideup-ul {
	top: -5px;
}

span.slideup-ul:hover {
	color: #b5895d;
}

span.slideup-ul span {
	display:none;
	color: #b5895d;
}

span.slideup-ul[data-toogle="0"] span:first-child {
	display:inline;
}

span.slideup-ul[data-toogle="1"] span:last-child {
	display:inline;
}

span.slideup-ul:hover {
	opacity:0.8;
}

ul.active-link {
	display:block;
	padding:0;
	padding-bottom:10px;
}

ul.active-link li {
	display:inline-block;
	list-style-type:none !important;
	margin-right:10px;
	padding:0;
	margin-bottom:10px;
}

ul.active-link li:before {
	display:none;
}

ul.active-link li a {
	display: block;
    padding: 8px 20px;
    border: 1px solid #b5895d;
    color: #b5895d;
	border-radius:3px;
	background-color:#fff;
	 -webkit-transition: all 0.25s ease-out;
     -moz-transition: all 0.25s ease-out;
     -o-transition: all 0.25s ease-out;
     transition: all 0.25s ease-out;
	 text-decoration:none !important;
	 font-size: 96%;
	 opacity:1;
}

ul.active-link li a:hover {
	opacity:0.7;
	color: #b5895d !important;
}

.wrapper-active-sli {
	height:75px;
	overflow-y:hidden;
}

.wrapper-active-sli.show {
	height:auto;
}

.wrapper-active-sli b {
	color:#333;
	font-weight:400;
	font-size: 14px;
}

span.slideup-ul-sli {
	float:right;
	margin-right:10px;
}

span.slideup-ul-sli span {
	display:none;
	font-size:13px;
	color: #8a8a8a;
	cursor:pointer;
}

span.slideup-ul-sli[data-toogle="1"] span:last-child {
	display:inline;
}

ul.active-sli li { 
	list-style-type:disc !important;
	color: #8a8a8a;
	font-size: 13px;
	display:inline-block;
	margin-right:10px;
}

.wrapper-active-key {
	height:75px;
	overflow-y:hidden;
}

.wrapper-active-key.show {
	height:auto;
}

.wrapper-active-key b {
	color:#333;
	font-weight:400;
	font-size: 14px;
}

span.slideup-ul-key {
	float:right;
	margin-right:10px;
}

span.slideup-ul-key span {
	display:none;
	font-size:13px;
	color: #b5895d;
	cursor:pointer;
}

span.slideup-ul-key[data-toogle="1"] span:last-child {
	display:inline;
}

ul.active-key li { 
	list-style-type:disc !important;
	color: #8a8a8a;
	font-size: 13px;
	display:inline-block;
	margin-right:10px;
}

.slick-initialized .slick-slide {
	margin-right:10px;
	text-align: center;
}

/**************************************************/
/*активные ссылки*/
/**************************************************/ 

/*fix*/

/**************************************************/
/*Авторизация социальными сетями*/
/**************************************************/ 

.ya-share2__icon {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

	.soc_vk:hover { background-color: #5486ca; }
	.soc_tw:hover { background-color: #60bbf5; }
	.soc_fb:hover { background-color: #4268ca; }
	.soc_gp:hover { background-color: #de553a; }
	.soc_ya:hover { background-color: #ff0000; }
	.soc_od:hover { background-color: #ff7800; }
	.soc_mail:hover { background-color: #006cff; }
	
.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #3394e6;
	vertical-align: middle;
}
	.icon-logo { width: 42px; height: 42px; }

	.icon-vk { width: 10px; height: 1em; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: 1em; }
	.icon-ya { width: 7px; height: 1em; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 16px; height: 1em; }

	.grey .icon { fill: #919191; }
	
/* CSS cookie*/
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

.cookie-popup p {
    margin: 0 0 15px;
    font-size: 14px;
}

.cookie-popup a {
    color: #b5895d;
    text-decoration: none;
}

.cookie-popup a:hover {
    color: #c9a07a; /* Чуть светлее для эффекта наведения */
}

.button-container {
    text-align: center;
}

.cookie-popup button {
    background: #b5895d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.cookie-popup button:hover {
    background: #a07a50;
}

@media (max-width: 600px) {
    .cookie-popup {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
}

/* Тексn на картинке из alt */
/* Разрешаем отображение изображений только внутри articleBody */
span[itemprop="articleBody"] img,
span[itemprop="articleBody"] a.highslide {
    display: block !important;
}

/* Стили для обёртки и подписи */
.image-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    max-width: 100%;
}

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

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 14rem;
    line-height: 20px;
    text-align: left;
    box-sizing: border-box;
    z-index: 10;
    /* transition: opacity 0.2s ease-out; */
    /* opacity: 0; */ /*расскоментировать  чтоб подпись показывалась при наведении мышкой */
}
/*расскоментировать  чтоб подпись показывалась при наведении мышкой */
/* .image-wrapper:hover .image-caption {
    opacity: 1;
} */

@media screen and (max-width: 720px) {
    .image-caption {
        font-size: 12rem;
        padding: 5px;
    }
}

/*переопределяем фиксированные размеры iframe только на мобильных экранах*/
@media screen and (max-width: 768px) {
    iframe {
        width: 100% !important;
        height: 50.2vw !important;  /* 424/845 ≈ 0.502, используем vw для пропорциональности к ширине экрана */
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1080px) {
    iframe {
        width: 100% !important;
        height: 50.2vw !important;  /* 424/845 ≈ 0.502, используем vw для пропорциональности к ширине экрана */
        max-width: 100% !important;
    }
}

/**************************************************/
/*заголовки*/
/**************************************************/ 

.news-text h2,
.news-text .h2 {
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: bold;
}

.news-text h3,
.news-text .h3 {
  font-size: clamp(19px, 2.8vw, 24px);
  margin-left: clamp(8px, 1.5vw, 15px);
}

.news-text h4,
.news-text .h4 {
  font-size: clamp(16px, 2.4vw, 18px);
  margin-left: clamp(12px, 2vw, 25px);
}

.news-text h5,
.news-text .h5 {
  font-size: clamp(14px, 2vw, 16px);
  margin-left: clamp(15px, 2.5vw, 30px);
}

.news-text h6,
.news-text .h6 {
  font-size: clamp(12px, 1.8vw, 14px);
  margin-left: clamp(18px, 3vw, 35px);
}



/**************************************************/
/*заголовки конец*/
/**************************************************/ 