.icon_link {
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	line-height: 21px;
	/* */
	font-size: 0.875em;
	color: #475f77;
}

.icon_link.icon_key {
	background-image: url(../img/icons/key.png);
	padding-left: 23px;
}

.icon_link.icon_padlock {
	background-image: url(../img/icons/padlock.png);
	padding-left: 18px;
}

.icon_link.icon_search {
	background-image: url(../img/icons/search.png);
	padding-left: 26px;
}

.icon_link.icon_lang {
	background-image: url(../img/icons/lang.png);
	padding-left: 24px;
	position:relative;
}

.icon_lang .languages{
	display: none;
	position:absolute;
	top:20px;
	left:-10px;
	background:#fff;
	padding:10px 10px 5px 35px;

	min-width:100px;
}
.icon_lang:hover .languages{
	display:block;
}
.icon_lang .languages a{
	color:inherit;
	font-family: arial;
}

.icon_lang .languages a.active{
	text-decoration: underline;
}

.banner-delimiter {
	margin-bottom:10px; margin-top:10px; width:100%; float:none; clear:both;
	text-align:center;
}

.full_banner {
	text-align:center;
	background-color:#fff;
	/*border-bottom: 3px solid #008ac0;*/
	margin:0 auto;
	max-width:1210px;
}

.full_banner img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.banner-delimiter_section {
	padding:10px 10px; width:100%; float:none; clear:both;
	text-align:center;
}

.test_banner {
	width:100%; height:90px; background-color:#ccc; text-align:center; line-height:90px; color:#fff;
}

#vk_groups,
#vk_groups iframe {
	width: 100%!important;
	height:100%!important;
}

#__okGroup0{width:100%!important;}

article {
	/*padding:10px;*/
}

article .article-intro {
	font-size: 18px;
  line-height: 24px;
	font-weight: 500;
	color:#3a3a3a;
	border: 1px solid #e6e6e6;
	background-color:#fff;
	border-top:0;
	border-bottom:0;
	padding:10px 20px 10px 20px;
	margin:0 10px;
}

article .article-info {
	padding:20px;
	font-size:14px;
	overflow:hidden;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-top:0;
	border-bottom: 1px solid #cfcfcf;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	margin:0 10px 10px 10px;
  
  /*plm-btn-holder*/
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.plm-btn-holder.align-left span.status {
   display:none;
}

article .article-info .article-author {
	/*float:left;*/
	color:#5ea65e;
	margin-right:20px;
}

article .article-info .post_info {
	/*float:left;*/
}

article .article-info .article-author span {
	color:#3a3a3a;
}

article .article-info .article_publish_date, article .article-info .post-views {
	/*float:left;*/
	color:#3a3a3a;
}

article .article-info .article_publish_date, article .article-info .post-views {
	margin-right:20px;
	line-height:21px;
}

article .article-info .views {
	position:relative;
	padding-left: 20px;
	float: left;
}

article .article-info .views i {
	top: 6px;
	left: 0;
	position: absolute;
	width: 14px;
	height: 8px;
	background-image: url(../img/icon-eye.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

article .article_content {
	overflow:hidden;
	height:100%;
	min-height:100%;
	padding:0 0 10px 10px;
}

article .article_sidebar {
	float: right;
	width: 305px;
	background-color: #fff;
	border-right: 0;
	border-top: 0;
}

article .article_full_text {
	padding:20px;
	margin-right:315px;
	font-size: 19px;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #cfcfcf;
	margin-top:10px;
	height:100%;
	min-height:100%;
	overflow:hidden;
}

article .article_full_text .gc_incut {
	float:left;
	margin-right:20px;
	width:300px;
	border: 1px solid #e6e6e6;
	border-top: 3px solid #008ac0;
	border-bottom: 1px solid #cfcfcf;
	height: 462px;
	overflow: hidden;
	margin-bottom:20px;
	position:relative;
}

article .article_full_text .gc_incut.incut_right {
	float:right;
	margin-right:0;
	margin-left:20px;
}

article .article_full_text .gc_incut.no_header {
	padding-top:20px;
}

article .article_full_text .gc_incut .header {
	color: #5c5c5c;
	font-size: 19px;
	line-height: 24px;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding:10px 20px;
	background-color: #f8f8f8;
	margin-bottom:20px
}

article .article_full_text .gc_incut .header a {
	color:#3a3a3a;
}

article .article_full_text .gc_incut .header a:hover {
	color:#5c5c5c;
}

article .article_full_text .gc_incut .pic {
	width: 160px;
	height:160px;
	background-color: #f9f9f9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position:relative;
	margin:0 auto 20px;
}

article .article_full_text .gc_incut .text {
	font-size:14px;
	padding:0 20px 20px 20px;
}

article .article_full_text .gc_incut .text:after {
	height: 60px;
	left: 0;
	bottom: 0;
	content: '';
	position: absolute;
	width: 100%;
	background-image: url(../img/gradient_new.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

article .article_full_text .wrap_slideshow {
	float:none;
	clear:both;
	margin-top:20px;
	overflow:hidden;
}

article .article_full_text p, article .article_full_text .thumbnail, article .article_full_text table {
	margin-bottom: 30px;
}

article .article_full_text table {
	border:1px solid #e6e6e6;
	border-collapse:collapse;
}

article .article_full_text table th,  article .article_full_text table td {
	border:1px solid #e6e6e6;
	padding:10px;
}

article .article_full_text table p {
	margin-bottom:0;
}

article .article_full_text .thumbnail img {
	display:block;
	margin:0 auto;
}

article .article_full_text .thumbnail h6 {
	padding-top:5px;
	line-height:22px;
	text-align:center;
}

article .article_full_text #accordion .ui-accordion-header {
	outline:none!important;
}

article .article_full_text #accordion .ui-accordion-header h3 {
	font-size: 14px;
	height: 30px;
	line-height: 31px;
	padding: 0 13px;
	color: #fff;
	background-color: #5ea65e;
	text-transform: uppercase;
	cursor:pointer;
	border-bottom:1px solid #fff;
	margin-bottom:0;
}

article .article_full_text #accordion .ui-accordion-header .banner_private {
	margin:20px auto;
	max-width:768px;
	/*height:90px;*/
	color:#fff;
	text-align:center;
}

article .article_full_text #accordion .ui-accordion-header.ui-accordion-header-active h3 {
	outline:none;
	background-color:#008ac0;
}

article .article_full_text #accordion .ui-accordion-content {
	padding: 20px;
}

article .article_full_text #accordion .ui-accordion-content h3 {
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}

article .article_full_text #accordion .ui-accordion-content ul {
	margin-bottom: 20px;
	padding-left:40px;
}

article .article_full_text #accordion .ui-accordion-content ul li {
	/*padding-left:20px;*/
	margin-right:40px;
	margin-bottom: 5px;
	list-style-type:square;
}

article .tags.bottom {
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #cfcfcf;
	background-color:#fff;
	padding:10px 20px;
	margin:10px;
	margin-bottom:20px;
}

article .tags.bottom span {
	font-size: 12px;
	margin-right: 14px;
	text-transform:none;
}

article .tags.bottom a {
	padding: 4px 10px;
	/*border-radius: 3px;*/
	margin-right: 5px;
	color: #fff;
	background-color: #5ea65e;
	white-space: nowrap;
	display: inline-block;
	font-size: 12px;
	text-transform:none;
	line-height:14px;
}

article .tags.bottom a:hover {
	color:#fff;
	background-color:#008ac0;
}

article .materials_on_topic {
	border:10px solid #f9f9f9;
	border-bottom:0;
	overflow:hidden;
	/*background-color:#fff;*/
	/*padding:20px;*/
}

article .materials_on_topic>.title {
	font-size: 16px;
	line-height:60px;
	color: #3a3a3a;
	text-transform: uppercase;
	font-weight:600;
	background-color:#fff;
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #cfcfcf;
	padding-left:20px;
	margin-bottom:10px;
}

article .materials_on_topic>.inner {
	margin: 0 -10px;
}

article .materials_on_topic>.inner .card {
	height:231px;
	/*height: auto;*/
}

article .materials_on_topic>.inner .card>.inner {
	/*height:auto;
	min-height:100%;*/
	height:211px;
	overflow:hidden;
}

article .materials_on_topic>.inner .card .text {
	padding:32px 5px 25px 5px;
}

article .materials_on_topic>.inner .card .text .title {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

article .materials_on_topic>.inner .card .tags /*, article .materials_on_topic>.inner .card .intro , article .materials_on_topic>.inner .card .stat .views*/ {
	display: none;
}

article .materials_on_topic>.inner .card .stat .time, article .materials_on_topic>.inner .card .stat .views {
	/*float:left;
	margin-right:15px;*/
}

article .materials_on_topic>.inner .card .stat {
	padding:0 15px;
	top:9px;
}

.comments_disqus {
	border: 1px solid #e6e6e6;
    border-bottom: 1px solid #cfcfcf;
	background-color:#fff;
	padding:10px 20px;
	margin:10px;
}

.content_text {
	color: #606060;
	
}

.content_text h1 {
	font-size: 2.5em; /* 40 */
	font-family: 'Oswald', Tahoma, Arial, sans-serif;
	color: #00b4ff;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.content_text h2 {
	font-size: 2em; /* 3kilka */
	font-family: 'Oswald', Tahoma, Arial, sans-serif;
	color: #475f77;
	line-height: 1.2em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.content_text h2.page_title {
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}


.content_text h3 {
	/*font-family: "Roboto Condensed",Roboto;*/
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-transform:none;
}

.content_text h3.bigger {
	font-size: 1.6em;
	/*font-family: "Roboto Condensed",Roboto;*/
}

.content_text h4 {
	font-size: 1.2em; /* 18 */
	/*font-family: "Roboto Condensed",Roboto;*/
}

.content_text h5 {
	font-size: 1em; /* 16 */
	/*font-family: "Roboto Condensed",Roboto;*/
	color: #00b4ff;
	font-weight: 600;
}

.content_text h6, figcaption {
	font-size: 12px!important; /* 10 */
	/*font-family: Roboto,sans-serif;*/
}

.content_text p {
	font-size: 16px;
	/*font-family: Roboto,sans-serif;*/
	padding-bottom: 6px;
}

blockquote {
  border-left: 3px solid #008ac0;
  margin: 20px 0;
  padding: 10px 20px;
  font-size:16px;
  font-weight:300;
	background-color: #f8f8f8;
	/*font-family: Roboto,sans-serif;*/
}

blockquote strong {
	font-size:17px;
  font-weight:700;
	/*font-family: Roboto,sans-serif;*/
}

article .article_full_text blockquote p {
	padding:0;
	margin:0;
}

pre {
	font-family:Menlo,Monaco,Consolas,"Courier New",monospace;
 display: block;
 padding: 9.5px;
 margin: 0px 0px 10px;
 font-size: 1em;
 line-height: 1.4em;
 word-break: break-all;
 word-wrap: break-word;
 color: rgb(51, 51, 51);
 background-color: rgb(245, 245, 245);
 border: 1px solid rgb(204, 204, 204);
 border-radius: 4px;
}

u{
	text-decoration: underline;
}

s{
	text-decoration: line-through;
}

.cms-image{
	margin: 10px 0;
}
.cms-image.middle{
	margin:10px auto;
}
.cms-image.left{
	float:left;
	margin: 10px 15px 10px 0;
}

.cms-image.right{
	float:right;
	margin: 10px 0 10px 15px;
}

figcaption{
	display:block;
	text-align: left;
	padding: 6px 8px;
	cursor: text;
	font-size: 0.8em;
	overflow: hidden;
	line-height: 1.4em;
}

.cms-image figcaption .photographer{
	display:block;
	/*font-family: Roboto,sans-serif;*/
  font-size: 12px;
  padding:5px 0;
	color: #606060;
}

.article_content .content_text p{
	font-size: 1em;
}

.content_text.content_text_smaller p {
	font-size: 0.75em;
}


.content_text.content_text_contrast,
.content_text.content_text_contrast h2,
.content_text.content_text_contrast h3,
.content_text.content_text_contrast a,
.content_text.content_text_contrast h2 a,
.content_text.content_text_contrast h3 a
{
	color: white;
}




.content_text .styled_form {

}

.content_text .styled_form .field_row {
	overflow: hidden;
	padding-bottom: 15px;
}

.content_text .styled_form label {

}

.content_text input[type="text"],
.content_text input[type="email"],
.content_text input[type="password"],
.content_text textarea
{
	background: #eeeeee;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.75em;
	width: 100%;
	border: 1px solid #c8c8c8;
}

.content_text input[type="text"],
.content_text input[type="email"],
.content_text input[type="password"] {
	height: 30px;
}

.recaptchatable #recaptcha_response_field {
	height: auto;
}

.content_text textarea {
	height: 130px;
}

.content_text button[type="submit"], .content_text input[type="submit"] {
	display: block;
	text-align: center;
	color: white;
	background: #475f77;
	border:none;
	font-size: 1em;
	padding: 4px 15px;
	/* */
	text-transform: uppercase;
	float: right;
}


.button {
	/* */
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	background: #475f77;
	border:none;
	font-size: 0.8em;
	padding: 5px 15px;
}


.content_text .styled_form .login_menu {
	font-size: 0.8em;

}

.content_text .styled_form .login_menu li {
	padding-bottom: 3px;
}

.content_text .styled_form .login_menu li a {
	color: #d74b4b;
}

.content_text .styled_form .login_menu li a:hover {
	text-decoration: underline;
}

.content_text em{
	font-style: italic;
}

.content_text ul, .content_text ol{
	margin-bottom: 10px;
}
.content_text > ul, .content_text > ul li{
	list-style-type: disc;
	margin-left:20px;
}

.content_text > ol, .content_text > ol li{
	list-style-type: decimal;
	margin-left:20px;
}



.content_text h3.role {

	font-size: 1.5em;
	/* */
	color: #fabb86;
	line-height: 1em;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: -10px;
}

.content_text h3.role a{
	color: #fabb86;
}

h3.debate_headline{
	padding:10px 0px;
}

.debate_author{
	background:#e8e8e8;
	padding: 20px;
}

.debate_author figure{
	width:90px;
	float:left;
	margin-right:10px;
}

.debate_author a {
	/* */
	font-size: 1.1em;
	color: #d74b4b;
	text-transform: uppercase;
}

.align_left.debate_author {
	margin-right: 20px;
}

.align_right.debate_author {
	margin-left: 20px;
}

.article_content .content_text .debate_author .debate_biography{

	font-size:1em;
	line-height:1.2em;

}

.debatte-score{
	overflow: hidden;
	margin: 0!important;
	list-style-type: none;
	padding: 0;
}

.debatte-score li{
	display:inline-block;
}

.debatte-score li span{
	padding:10px 20px;
	display:block;
	color: #fff;
}

.debatte-score li.yes{
	background-color: #475f77;
	color: #515151;
}

.debatte-score li.no{
	background-color: #d74b4b;
	color: #00b4ff;
}

.article_rating{
	width:50%;
}

.rate_widget {
	border: none;
	overflow: visible;
	position: relative;
}

.stars {
	padding: 0;
	margin: 0 4px 0 0;
	list-style-type: none;
	display: inline-block;
	float: left;
}

.ratings_stars {
	background: url('../img/star_empty.png') no-repeat;
	float: left;
	height: 28px;
	padding: 2px;
	width: 28px;
}

.ratings_vote {
	background: url('../img/star_full.png') no-repeat;
}


.ratings_over {
	background: url('../img/star_highlight.png') no-repeat;
}

p.total_votes{
	clear:both;
	font-size:0.8em !important;
}

p.rating_error{
	clear:both;
	color:red;
	padding:5px 0;
}


.q-score{
	display: block;
	clear: both;
	position: relative;
	height: 4px;
	margin: 6px 0;
	background: #d74b4b;
	min-width:25px;
}

.q-score small {
	position: absolute;
	top: -8px;
	right: 0px;
	background: #fff;
	padding: 0 3px;
	font-size: 12px;
	color: #d74b4b;

}

.poll-info {
	background: #d74b4b;
	padding: 10px;
	color: #fff;
	line-height: 1.2em;
}

.errors {
	padding: 10px;
	color: #d74b4b;
	line-height: 1.2em;
	display: inline-block;
}

.community_ticker ul li {
	padding: 0;
	margin-bottom: 15px;
	font-style: normal;
	color:#5ea65e;
}

.community_ticker ul li .time_feed_news {
	padding-right:10px;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}

li.registered, li.commented {
	padding-left: 25px;
	background-image: url('../img/community_icons.png');
	background-repeat: no-repeat;
}

li.commented {
	background-position: 2px -104px;
}

li.registered {
	background-position: 2px 2px;
}


.community_ticker ul li small {
	display: block;
	color: #606060;
	font-size: 0.8em;
}

.community_ticker {
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #cfcfcf;
	height:442px;
	padding:0 10px 10px 10px;
	background-color: #fff;
	position:relative;
}

.community_ticker ul.tabs_menu {
	list-style:none;
	position:absolute;
	top:0;
	right:20px;
}

.community_ticker ul.tabs_menu li {
	display:inline-block;
	line-height:60px;
	margin-left:10px;
	font-size:14px;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	outline:none;
}

.community_ticker ul.tabs_menu li a {
	color:#5ea65e;
	outline:none;
}

.community_ticker ul.tabs_menu li.ui-tabs-active a {
	color:#3a3a3a;
}

.community_ticker a {
	color: #3a3a3a;
}

.news_feed_title {
	line-height:60px;
	color: #3a3a3a;
	margin-bottom:20px;
	text-align:left;
	height:60px;
	text-transform:none;
	font-size: 14px;
	display:block;
	border-bottom:1px solid #dcdcdc;
	font-weight: 600;
	margin-left:10px;
	margin-right:10px;
	text-transform:uppercase;
	position:relative;
}



.news_feed_title:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 4px;
	bottom: 0;
	left:0;
	z-index: 0;
	background-color: #008ac0;
}


.feed-news-scroll {
	height:304px;
	padding:0 10px 0 10px;
  /* 01.10.2022*/
  overflow-y: scroll;
  /* */
	/*padding:0 20px;  overflow-y: scroll;*/
}


/* Scrollbar */

/* 01.10.2022*/

* {
  scrollbar-width: thin;
  scrollbar-color: #f3f3f3 #adadad;
}

/* Works on Chrome, Edge, and Safari */

.feed-news-scroll::-webkit-scrollbar, .card.mostreadable ul::-webkit-scrollbar {
  width: 4px;
}

.feed-news-scroll::-webkit-scrollbar-track, .card.mostreadable ul::-webkit-scrollbar-track {
  background: #f3f3f3;
}

.feed-news-scroll::-webkit-scrollbar-thumb, .card.mostreadable ul::-webkit-scrollbar-thumb {
  background-color: #008ac0;
  border-radius: 0;
  border: none;
}

/*
.feed-news-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #fff;
	background-color: #fff;
}

.feed-news-scroll::-webkit-scrollbar {
	width: 4px;
	background-color: #fff;
}

.feed-news-scroll::-webkit-scrollbar-thumb {
	background-color: #008ac0; 
}*/

.image-slideshow, .blueimp-gallery{
	width:100%;
	position: relative;
}

.blue_box.blue_box_posts .tabs_menu li.current a:after {
	display: block;
	width: 23px;
	height: 10px;
	content: " ";
	background-image: url(../img/current_tab.png);
	margin: 0 auto;
}

#blueimp_fullscreen{
	position:fixed;
}
.image-slideshow .fullscreenButton {
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-image: url(../img/open-slideshow.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	cursor: pointer;
}

.image-slideshow .fullscreenButton:hover {
	background-color: rgba(255, 255, 255, .4);
}

.blueimp-gallery > .prev {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 27px;
	height: 42px;
	text-indent: 9999px;
	background-image: url(../img/slide_prev.png);
}

.blueimp-gallery > .next {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 27px;
	height: 42px;
	text-indent: 9999px;
	background-image: url(../img/slide_next.png);
}
