span, applet, object, iframe, 
.my-wrapper h1, 
.my-wrapper h2, 
.my-wrapper h3, 
.my-wrapper h4, 
.my-wrapper h5, 
.my-wrapper h6, 
.my-wrapper p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, .my-wrapper ul, .my-wrapper li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	vertical-align:baseline;

}

.my-wrapper div{
		font-size:14px;
}

html{height:100%;}

 @font-face {
	font-family: OpenSans; 
	src: url(../fonts/OpenSans-Regular.ttf); 
}

.my-wrapper {
	height:100%;
	min-width:1200px;
	font-size:14px;
	line-height:16px;
	font-family: OpenSans; 
	color: #9d9d9d;
	background:#fff;
}

.my-wrapper ol, .my-wrapper ul{list-style:none;}
.my-wrapper *{
	margin:0;
	padding:0;
	outline:none;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
			line-height: 1.4;
}

.my-wrapper a{
    text-decoration:none;
    color: #467b8d;
}

.my-wrapper a:hover{text-decoration:underline;}

.my-wrapper img{max-width:100%;}

.my-wrapper a>img{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.my-wrapper a>img:hover{opacity:0.8;}

.flex{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: flex;
}

.clear{clear:both;}

.header{
	width:1200px;
	margin:0 auto;
	padding:30px 5px;
	background:url(../images/header_tor2.jpg) no-repeat;
	background-size:100% 100%;
}

.lang_select{
	text-align: right;
    padding-top: 15px;
}

.lang_select a{
	    font-weight: bold;
}

.header .logo-caption{
	float:left;
	line-height: 1;
}

.header .logo-caption img{ 
	width:84px;
}

.header .caption{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	float:right;
	margin:20px 0 0 25px;
	text-shadow: 0 0 10px #000;
}

.header .seti-lang{
	float:right;
}

.header .seti-lang .seti{
	padding-bottom:25px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:15px;
}

.header .seti-lang .lang{
	text-align:right;
}

.header .seti-lang .lang{color:#3eae83;}

.header .seti-lang .lang a{
	color:#3eae83;
	text-transform:uppercase;
}

/*Верхнее меню*/
.top-menu{
	background:#3eae83;
}

.top-menu ul {
	background:#3eae83;
	z-index:10;
}

.wrap-menu, .wrap-menu2{
	width:1200px;
	margin:0 auto;
	padding:0 5px;
}

.wrap-menu ul, .wrap-menu li{
	margin:0;
	padding:0;
}

.wrap-menu>ul>li{
	margin-right:-4px;
	display:inline-block;
}

.wrap-menu li{position:relative;}

.wrap-menu ul a{
	color:#fff;
	text-transform:uppercase;
	padding:20px 10px;
	display:block;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.wrap-menu ul a:hover{
	background:#34a177;
	text-decoration:none;
}

.wrap-menu>ul>li>ul{
	display:none;
	position:absolute;
	left:0;
	top:100%;
}

.wrap-menu>ul>li:hover>ul{display:block;}

.wrap-menu>ul>li>ul>li>ul{
	display:none;
	position:absolute;
	left:100%;
	top:0;
}

.wrap-menu>ul>li>ul>li:hover>ul{display:block;}


.bot_menu{
	background: #F3F3F3;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top:10px;
}

.bot_menu li{
	float:left;
	padding: 0 10px 0px 10px;
	    border-right: 1px solid #ccc;
}

.bot_menu li a{
	display:block;
	font-size:12px;
}

/*Центральный блок обвертка*/

.wrap{
	width:1200px;
	margin:0 auto;
	padding:5px;
}

.title{
	color:#434343;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 0 10px 0;
	border-bottom:4px solid #d8d8d8;
	margin-bottom:40px;
}

.title .new-title{
	display:inline-block;
	margin-top:8px;
	font-weight:bold;
}

.title a{
	margin-right:10px;
	color:#467b8d;
	text-decoration:underline;
	text-transform:none;
	font-size:11px;
	font-weight:normal;
}

.title a:hover{
	text-decoration:none;
}

.search{
	float:right;
	width:45%;
	border:1px solid #f2f2f2;
	border-radius:5px;
	padding:5px 0;
}

.search form{position:relative;}

.search input[type="search"]{
	border:none;
	width:100%;
	height:19px;
	padding:0px 35px 0px 15px;
	margin:0;
	box-sizing:border-box;
	border:none;
	box-shadow:none;
}

.search input[type="submit"]{
	border:none;
	position:absolute;
	right:10px;
	top:0;
	width:19px;
	height:19px;
	background:url(../images/poisk-btn.png) no-repeat;
	text-indent:30px;
	overflow:hidden;
}

::-webkit-input-placeholder {
	font-size:12px;
}

::-moz-placeholder {
	font-size:12px;
}/* Firefox 19+ */

:-moz-placeholder           {
	font-size:12px;
}/* Firefox 18- */

:-ms-input-placeholder {
	font-size:12px;
}

.new-wrap{overflow:hidden;}

.new-wrap>div.news_view1{
	width:40%;
	float:right;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #e9e9e9;
	overflow:hidden;
}

.new-wrap>div.news_view1 .img_box1{
	width:40%;
	float:left;
	margin-right:10px;
}

.h50 h2{margin-bottom:10px;}

.h50 h2 a{
	color:#467b8d;
	font-size:14px;
}

.h50 .description {
	margin-bottom: 15px;
	font-size:12px;
}

.date{
	font-size:12px;
	display:inline-block;
}

.icons{
	display:inline-block;
}

.icons span{
	display:inline-block;
	margin-left:15px;
}

.icons span a{
	margin-left:25px;
	font-size:12px;
	color:#9d9d9d;
}

.icons span.look{
	background:url(../images/look.png) no-repeat;
	background-size:auto 60%;
	background-position:left center;
}

.icons span.quote{
	background:url(../images/quote.png) no-repeat;
	background-size:auto 75%;
	background-position:left center;
}

.first-new>div.news_view1:first-child{
	width:58%;
	float:left;
	padding-bottom:17px;
}

.first-new>div.news_view1:first-child .img_box1{
	width:100%;
	margin-bottom:20px;
}

.first-new>div.news_view1:first-child .img_box1 img{
	width:100%;
}

.first-new>div.news_view1:first-child  .h50 h2{margin-bottom:15px;}

.first-new>div.news_view1:first-child  .h50 h2 a{
	color:#467b8d;
	font-size:18px;
	line-height:22px;
}

.first-new > div.news_view1:first-child .h50 .description {font-size:14px;}

input.sozdanie-tem, .btn-primary/*, .submit, .btn*/{
	padding:0 35px;
	height:25px;
	border:none;
	background:#168de2;
	color:#fff;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

input.sozdanie-tem:hover, .btn-primary:hover/*, .submit:hover, */{
	background:#219df5;
}

.blok2>div.left{
	width:58%;
	float:left;
}

/*Блок общение*/
.obshenie-block, .lider{
	border-bottom: 2px solid #e9e9e9;
	margin-bottom:25px;
	padding-bottom:15px;
	overflow:hidden;
}

.obshenie-block .img, .lider .img{
	width:18%;
	float:left;
	display:inline-block;
	margin-right:20px;
}

.obshenie-block .img img, .lider .img img{
	width:100%;

}

.obshenie-block .h50 h2 a, .lider .h50 h2 a{font-style:italic;}

.rate-dateicons{overflow:hidden;}

.rate{float:left}

.date-icons{float:right;}

.rate, .rate2{
	width:112px;
	height:19px;
}

.rate{background:url(../images/star.png) no-repeat;}

.rate2{background:url(../images/star2.png) no-repeat;}

.uchastniki{
	margin-bottom:50px;
}

.carousel1 .slide{
	font-style:italic;
	text-align:center;
}

.carousel1 .bx-wrapper .bx-prev{right:40px;}

.carousel1 .bx-wrapper .bx-next{right:0;}

.carousel1 .bx-wrapper .bx-controls-direction a{top:125%;}

.blok2>div.right{
	width:40%;
	float:right;
}

.sobitiy-wrap, .new-wrap-obsugdeniy, .liders-wrap2, .tems, .tab_container2{
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}

.sobitie-blok{
	width:48%;
	margin-bottom:30px;
}

.sobitie-blok img{
	display:block;
	width:100%;
}

.sobitie-blok .date{
	margin:5px 0;
}

.sobitie-blok h2 a{
	font-size:12px;
	line-height:14px;
}

/*liders*/
.lider{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:20px;
}

.lider .img{width:17%;}

/*Партнеры*/
.carousel2 {margin-bottom:50px;}
.carousel2 .slide img{
	width:100%;
}

.carousel2 .bx-wrapper .bx-prev{left:10px;}
.carousel2 .bx-wrapper .bx-next{right:10px;}

.carousel2 .bx-wrapper .bx-controls-direction a {
	height:47px;
	margin-top:-23px;
	width:21px;
}

/*Нижнее меню*/
.bottom-menu{
	background:#2a2a2a;
	padding-top:60px;
	padding-bottom:50px;
}

.bottom-menu ul, .bottom-menu li{
	margin:0;
	padding:0;
}

.bottom-menu li{
	display:inline-block;
	margin-right:20px;
	padding:0;
}

.bottom-menu ul a{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

.carousel1-obs .bx-wrapper{min-width:1200px !important;}

.sobit-news{overflow:hidden;}

.left2, .right2{width:49%;}

.left2{float:left;}
.right2{float:right;}

.left2 .sobitie-blok{width:31%;}

/*Стили новостей на странице обсуждения*/
.new-none .news_view1{width:31%;}
.new-none h2 a{font-size:12px;}
.new-none .description, .new-none .icons{display:none;}

.liders-wrap2 .lider{width:49%;}
.vse-news .news_view1{width:48% !important;}
.news-sobit .sobitie-blok{width:15%}

.wrapper{
	text-align:center;
	color:#434343;
	width:1200px;
	margin:0 auto;
}

.gl-menu{padding:60px 0;}

.gl-menu ul, .gl-menu li{
	margin:0;
	padding:0;
}

.gl-menu li{
	display:inline-block;
	margin-right:20px;
}

.gl-menu a{
	display:block;
	color:#434343;
	text-transform:uppercase;
}

.gl-menu a:hover{
	color:#9099b8;
	text-decoration:none;
}

.wrapper p{line-height:22px;}

.wrapper h1{
	font-size:24px;
	font-weight:bold;
	padding:45px;
	text-transform:uppercase;
	background:url(../images/poloska.jpg) no-repeat;
	background-position:center top;
}

.wrapper h2.romb{
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	padding:45px 0 75px 0;
	background:url(../images/treugolnik.png) no-repeat;
	background-position: center bottom;
	margin-bottom:60px;
}

.tems{margin-bottom:65px;}

.tema{
	width:19%;
	position:relative;
}

.tema img{
	width:100%;
}

.tema a{
	display:block;
	width:80%;
	padding:;
	background:rgba(255,255,255,0.87);
	padding:15px;
}

.tema a{
	display:block;
	width:230px;
	padding:;
	background:rgba(255,255,255,0.7);
	padding:15px;
	position:absolute;
	bottom:10px;
	left:74%;
	margin-left:-170px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.tema a:hover{
	background:#fff;
	text-decoration:none;
}

/*Стили для переключателя*/
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.tabs li {
    float: left;
	margin-right:2px;
    background: #eaeaea;
}
.tabs li a {
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    color: #9099b8;
    text-decoration: none;
}
.tabs li a:hover {
	background: #9099b8;
	color:#fff;
}
    
.tabs li.active a, 
.tabs li.active a:hover  {
	color:#fff;
    background: #9099b8;
}

.tab_content2 {
	width:24%;
	text-align:left;
	padding:30px 0 40px 0;
}

.tab_content h2 a{
	font-size:14px;
	color:#434343;
}
.tab_content h2 a:hover{
	color:#9099b8;
	text-decoration:none;
}

.tab_content2 .img_box1 img{width:100%;}

.vse-news-link{
	text-align:right;
	margin-bottom:55px;
}

.vse-news-link a{
	display:inline-block;
	text-decoration:underline;
	text-transform:uppercase;
	color:#9099b8;
}

.vse-news-link a:hover{text-decoration:none;}

/*Стили для подробной новости*/
/*.news_p {}*/

.news_p p{
	margin-bottom:10px;
	line-height:20px;
}

.news_p h2{
	color:#467b8d;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.news_p .rasskar-frend{margin-bottom:10px;}

.news_p img{margin:0px 20px 15px 0;}

.rasskar-frend{
	overflow:hidden;
	padding-right:10px;	
}

.rasskar-frend .pluso{float:right;}

.pluso-010011000110-04 .pluso-wrap{background:transparent !important;}

#comments .list{margin-bottom:50px;}

#comments .avatar{
	margin-right:25px;
	float:left;
}

#comments .avatar .image{
	width:130px;
	height:130px;
	overflow:hidden;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

#comments .avatar .image img{
	width:100%;
	width:auto;
}

#comments .data .owner{
	font-size:12px;
	color:#323232;
	margin-bottom:15px;
	overflow:hidden;
}

#comments .data .owner span{
	color: #ff9600;
	font-size:14px;
	float:right;
}

#comments .data .owner span a{color:#168de2;}
#comments .data .owner span a:hover{text-decoration:none;}

#comments .list{
	margin-left:55px;
}

#comments textarea {
    width: 500px;
}

#comments .list .item{overflow:hidden;}

.Form1 textarea {
    height: 180px;
    width: 100%;
}

.Form1 table{
	border-collapse: separate; /* Способ отображения границы */ 
    width: 100%; /* Ширина таблицы */ 
    border-spacing: 7px 11px;
}
/*
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #168de2;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}


.btn-primary{
    background: #168de2;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding:5px 20px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.btn-primary:hover {
    background: #1999f4;
}*/

/*Страница тема сообщения*/
.tema-in-soobshestvo #comments .list{
	background:#f6f6f6;
	padding:20px 20px 20px 30px;
}

.tema-in-soobshestvo #comments .list {
    margin-left: 0px;
}

.name-btn{overflow:hidden;}

.name-btn .name{
	float:left;
	font-size:11px;
	color:#999999;
	margin-top:7px;
}
.name-btn .name span{color:#000;font-size:14px;}
.name-btn .name a{font-size:14px;}

.name-btn .btn-primary{float:right;}

.tema-in-soobshestvo #comments .list{margin-bottom:40px;}


.tema-in-soobshestvo #comments{margin-bottom:150px;}

.block-tema-in-soobsh{
	overflow:hidden; 
	color:#676767;
	line-height:18px;
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:50px;
}

.setiandrate{
	overflow:hidden;
	width:100%;
	padding-top:15px;
}

.setiandrate .seti{display:inline-block;}

.setiandrate .rate-dateicons{float:right;}


.setiandrate .rate-dateicons .rate{margin-right:40px;} 

.tema-in-soobshestvo .left-tems{
	width:67%;
	float:left;
}

.tema-in-soobshestvo .right-tems{
	width:30%;
	float:right;
}

.tema-in-soobshestvo .right-tems .title{padding-top:0;}

.tema-in-soobshestvo .right-tems .title .new-title{margin:0;}

.link-uch{padding:0 7%;}

.uchastnik{
	text-align:center;
	display:inline-block;
	width:48%;
	font-size:12px;
	color:#676767;
	margin-bottom:25px;
}

.uchastnik .uch-img{
	width:100px;
	height:100px;
	display:inline-block;
	overflow:hidden;
	margin-bottom:5px;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.uchastnik .uch-img img{width:100%;}
.obs-vnutr #comments{margin-bottom:35px;}

.block-in-obsug{
	overflow:hidden;
	padding-bottom:15px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
}

.block-in-obsug h2{
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}

.block-in-obsug .date{margin-bottom:10px;}

.rate-set{
	overflow:hidden;
	margin:25px 0 20px 0;
}

.rate-set .rate{margin-right:45px;}

.block-in-obsug .name-btn{width:100%;}


.block-in-obsug span.pluso-wrap a{margin-top:0!important;}

.obs-vnutr #comments{padding-left:60px;}

.news_view1 a.link1{display:none;}

#comments .avatar{
	width:auto !important;
	height:auto !important;
}

div.pagination{
	width:100%;
	text-align:center;
}

.nopag div.pagination{display:none;}

#fulldescr{padding:0 !important;}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{height:30px;}

.Form1 .td-left{width:150px;}

.alignRight {
    display: inline-block;
    margin-bottom: 15px;
}

.tr-field-captcha>td:last-child{
	display: block;
    height: auto !important;
    vertical-align: middle;
}

.Form1-big{overflow:hidden;}


.weeklynewsmain{margin-top:-35px;}

.my-wrapper .tab_container5 .tab_content2{width:100% !important;}

.my-wrapper .tab_container5 .tabs li{
	background:transparent;
	margin-right:0;
	border-bottom:4px solid #d8d8d8;
}

.my-wrapper .tab_container5 .tabs li:hover {border-bottom:4px solid #929191;}
.my-wrapper .tab_container5 .tabs li.active{border-bottom:4px solid #434343;}
.my-wrapper .tab_container5 .hhh {border-bottom:4px solid #d8d8d8; height:34px; position:relative;}
.my-wrapper .tab_container5 .hhh .tabs {position:absolute; top:1px;}

.my-wrapper .tab_container5 .tabs li a{
	padding:5px 5px;
	background:transparent;
	color:#434343;
}   

.my-wrapper .tab_container5 .tabs li a:hover{text-decoration:none;}


.my-wrapper span, .my-wrapper applet, .my-wrapper object, .my-wrapper iframe,.my-wrapper  
h1, .my-wrapper h2, .my-wrapper h3, .my-wrapper h4, .my-wrapper h5, .my-wrapper h6, .my-wrapper p, .my-wrapper blockquote, .my-wrapper pre,.my-wrapper a, .my-wrapper abbr, .my-wrapper acronym, .my-wrapper address, .my-wrapper big, .my-wrapper cite, .my-wrapper code,.my-wrapper 
del, .my-wrapper dfn, .my-wrapper em, .my-wrapper img, .my-wrapper ins, .my-wrapper kbd, .my-wrapper q, .my-wrapper s, .my-wrapper samp,.my-wrapper small, .my-wrapper strike, .my-wrapper strong, .my-wrapper sub, .my-wrapper sup, .my-wrapper tt, .my-wrapper var,.my-wrapper b, .my-wrapper u, .my-wrapper i, .my-wrapper center,
.my-wrapper dl, .my-wrapper dt, .my-wrapper dd, .my-wrapper ol, .my-wrapper ul, .my-wrapper li, .my-wrapper fieldset, .my-wrapper form, .my-wrapper label, .my-wrapper legend,
.my-wrapper table, .my-wrapper caption, .my-wrapper tbody, .my-wrapper tfoot, .my-wrapper thead, .my-wrapper tr, .my-wrapper th, .my-wrapper td, .my-wrapper article, .my-wrapper aside, .my-wrapper canvas, .my-wrapper details, .my-wrapper embed, .my-wrapper figure, .my-wrapper figcaption, .my-wrapper footer, .my-wrapper header, .my-wrapper hgroup,
.my-wrapper menu, .my-wrapper output, .my-wrapper ruby, .my-wrapper section, .my-wrapper summary,
.my-wrapper time, .my-wrapper mark, .my-wrapper audio, .my-wrapper video{
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	vertical-align:baseline;
}


.my-wrapper div{
	font-size:14px;
}

.my-wrapper h2{line-height:16px;}

 @font-face {
	font-family: OpenSans; 
	src: url(../fonts/OpenSans-Regular.ttf); 
}

.my-wrapper {
	height:100%;
	min-width:1200px;
	font-size:14px;
	line-height:16px;
	font-family: OpenSans; 
	color: #9d9d9d;
	background:#fff;
}

ol, ul{list-style:none;}
.my-wrapper *{
	margin:0;
	padding:0;
	outline:none;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

.my-wrapper a{
    text-decoration:none;
    color: #467b8d;
}

.my-wrapper a:hover{text-decoration:underline;}

.my-wrapper img{max-width:100%;}

.my-wrapper a>img{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.my-wrapper a>img:hover{opacity:0.8;}

.flex{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: flex;
}

.clear{clear:both;}

.header{
	width:1200px;
	margin:0 auto;
	padding:30px 5px;
	background:url(../images/header_tor2.jpg) no-repeat;
	background-size:100% 100%;
}

.lang_select{
	text-align: right;
    padding-top: 15px;
}

.lang_select a{
	    font-weight: bold;
}

.header .logo-caption{
	float:left;
	line-height: 1;
}

.header .logo-caption img{ 
	width:84px;
}

.header .caption{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	float:right;
	margin:20px 0 0 25px;
	text-shadow: 0 0 10px #000;
}

.header .seti-lang{
	float:right;
}

.header .seti-lang .seti{
	padding-bottom:25px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:15px;
}

.header .seti-lang .lang{
	text-align:right;
}

.header .seti-lang .lang{color:#3eae83;}

.header .seti-lang .lang a{
	color:#3eae83;
	text-transform:uppercase;
}

/*Верхнее меню*/
.top-menu{
	background:#3eae83;
}

.top-menu ul {
	background:#3eae83;
	z-index:10;
}

.wrap-menu, .wrap-menu2{
	width:1200px;
	margin:0 auto;
	padding:0 5px;
}

.wrap-menu ul, .wrap-menu li{
	margin:0;
	padding:0;
}

.wrap-menu>ul>li{
	margin-right:-4px;
	display:inline-block;
}

.wrap-menu li{position:relative;}

.wrap-menu ul a{
	color:#fff;
	text-transform:uppercase;
	padding:20px 10px;
	display:block;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.wrap-menu ul a:hover{
	background:#34a177;
	text-decoration:none;
}

.wrap-menu>ul>li>ul{
	display:none;
	position:absolute;
	left:0;
	top:100%;
}

.wrap-menu>ul>li:hover>ul{display:block;}

.wrap-menu>ul>li>ul>li>ul{
	display:none;
	position:absolute;
	left:100%;
	top:0;
}

.wrap-menu>ul>li>ul>li:hover>ul{display:block;}


.bot_menu{
	background: #F3F3F3;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top:10px;
}

.bot_menu li{
	float:left;
	padding: 0 10px 0px 10px;
	    border-right: 1px solid #ccc;
}

.bot_menu li a{
	display:block;
	font-size:12px;
}

/*Центральный блок обвертка*/

.wrap{
	width:1200px;
	margin:0 auto;
	padding:5px;
}

.title{
	color:#434343;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 0 10px 0;
	border-bottom:4px solid #d8d8d8;
	margin-bottom:40px;
}

.title .new-title{
	display:inline-block;
	margin-top:8px;
	font-weight:bold;
}

.title a{
	margin-right:10px;
	color:#467b8d;
	text-decoration:underline;
	text-transform:none;
	font-size:11px;
	font-weight:normal;
}

.title a:hover{
	text-decoration:none;
}

.search{
	float:right;
	width:45%;
	border:1px solid #f2f2f2;
	border-radius:5px;
	padding:5px 0;
}

.search form{position:relative;}

.search input[type="search"]{
	border:none;
	width:100%;
	height:19px;
	padding:0px 35px 0px 15px;
	margin:0;
	box-sizing:border-box;
	border:none;
	box-shadow:none;
}

.search input[type="submit"]{
	border:none;
	position:absolute;
	right:10px;
	top:0;
	width:19px;
	height:19px;
	background:url(../images/poisk-btn.png) no-repeat;
	text-indent:30px;
	overflow:hidden;
}

::-webkit-input-placeholder {
	font-size:12px;
}

::-moz-placeholder {
	font-size:12px;
}/* Firefox 19+ */

:-moz-placeholder           {
	font-size:12px;
}/* Firefox 18- */

:-ms-input-placeholder {
	font-size:12px;
}

.new-wrap{overflow:hidden;}

.new-wrap>div.news_view1{
	width:40%;
	float:right;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #e9e9e9;
	overflow:hidden;
}

.new-wrap>div.news_view1 .img_box1{
	width:40%;
	float:left;
	margin-right:10px;
}

.h50 h2{margin-bottom:10px;}

.h50 h2 a{
	color:#467b8d;
	font-size:14px;
}

.h50 .description {
	margin-bottom: 15px;
	font-size:12px;
}

.date{
	font-size:12px;
	display:inline-block;
}

.icons{
	display:inline-block;
}

.icons span{
	display:inline-block;
	margin-left:15px;
}

.icons span a{
	margin-left:25px;
	font-size:12px;
	color:#9d9d9d;
}

.icons span.look{
	background:url(../images/look.png) no-repeat;
	background-size:auto 60%;
	background-position:left center;
}

.icons span.quote{
	background:url(../images/quote.png) no-repeat;
	background-size:auto 75%;
	background-position:left center;
}

.first-new>div.news_view1:first-child{
	width:58%;
	float:left;
	padding-bottom:17px;
}

.first-new>div.news_view1:first-child .img_box1{
	width:100%;
	margin-bottom:20px;
}

.first-new>div.news_view1:first-child .img_box1 img{
	width:100%;
}

.first-new>div.news_view1:first-child  .h50 h2{margin-bottom:15px;}

.first-new>div.news_view1:first-child  .h50 h2 a{
	color:#467b8d;
	font-size:18px;
	line-height:22px;
}

.first-new > div.news_view1:first-child .h50 .description {font-size:14px;}

input.sozdanie-tem, .btn-primary/*, .submit, .btn*/{
	padding:0 35px;
	height:25px;
	border:none;
	background:#168de2;
	color:#fff;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

input.sozdanie-tem:hover, .btn-primary:hover/*, .submit:hover, */{
	background:#219df5;
}

.blok2>div.left{
	width:58%;
	float:left;
}

/*Блок общение*/
.obshenie-block, .lider{
	border-bottom: 2px solid #e9e9e9;
	margin-bottom:25px;
	padding-bottom:15px;
	overflow:hidden;
}

.obshenie-block .img, .lider .img{
	width:18%;
	float:left;
	display:inline-block;
	margin-right:20px;
}

.obshenie-block .img img, .lider .img img{
	width:100%;

}

.obshenie-block .h50 h2 a, .lider .h50 h2 a{font-style:italic;}

.rate-dateicons{overflow:hidden;}

.rate{float:left}

.date-icons{float:right;}

.rate, .rate2{
	width:112px;
	height:19px;
}

.rate{background:url(../images/star.png) no-repeat;}

.rate2{background:url(../images/star2.png) no-repeat;}

.uchastniki{
	margin-bottom:50px;
}

.carousel1 .slide{
	font-style:italic;
	text-align:center;
}

.carousel1 .bx-wrapper .bx-prev{right:40px;}

.carousel1 .bx-wrapper .bx-next{right:0;}

.carousel1 .bx-wrapper .bx-controls-direction a{top:125%;}

.blok2>div.right{
	width:40%;
	float:right;
}

.sobitiy-wrap, .new-wrap-obsugdeniy, .liders-wrap2, .tems, .tab_container2{
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}

.sobitie-blok{
	width:48%;
	margin-bottom:30px;
}

.sobitie-blok img{
	display:block;
	width:100%;
}

.sobitie-blok .date{
	margin:5px 0;
}

.sobitie-blok h2 a{
	font-size:12px;
	line-height:14px;
}

/*liders*/
.lider{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:20px;
}

.lider .img{width:17%;}

/*Партнеры*/
.carousel2 {margin-bottom:50px;}
.carousel2 .slide img{
	width:100%;
}

.carousel2 .bx-wrapper .bx-prev{left:10px;}
.carousel2 .bx-wrapper .bx-next{right:10px;}

.carousel2 .bx-wrapper .bx-controls-direction a {
	height:47px;
	margin-top:-23px;
	width:21px;
}

/*Нижнее меню*/
.bottom-menu{
	background:#2a2a2a;
	padding-top:60px;
	padding-bottom:50px;
}

.bottom-menu ul, .bottom-menu li{
	margin:0;
	padding:0;
}

.bottom-menu li{
	display:inline-block;
	margin-right:20px;
	padding:0;
}

.bottom-menu ul a{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

.carousel1-obs .bx-wrapper{min-width:1200px !important;}

.sobit-news{overflow:hidden;}

.left2, .right2{width:49%;}

.left2{float:left;}
.right2{float:right;}

.left2 .sobitie-blok{width:31%;}

/*Стили новостей на странице обсуждения*/
.new-none .news_view1{width:31%;}
.new-none h2 a{font-size:12px;}
.new-none .description, .new-none .icons{display:none;}

.liders-wrap2 .lider{width:49%;}
.vse-news .news_view1{width:48% !important;}
.news-sobit .sobitie-blok{width:15%}

.wrapper{
	text-align:center;
	color:#434343;
	width:1200px;
	margin:0 auto;
}

.gl-menu{padding:60px 0;}

.gl-menu ul, .gl-menu li{
	margin:0;
	padding:0;
}

.gl-menu li{
	display:inline-block;
	margin-right:20px;
}

.gl-menu a{
	display:block;
	color:#434343;
	text-transform:uppercase;
}

.gl-menu a:hover{
	color:#9099b8;
	text-decoration:none;
}

.wrapper p{line-height:22px;}

.wrapper h1{
	font-size:24px;
	font-weight:bold;
	padding:45px;
	text-transform:uppercase;
	background:url(../images/poloska.jpg) no-repeat;
	background-position:center top;
}

.wrapper h2.romb{
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	padding:45px 0 75px 0;
	background:url(../images/treugolnik.png) no-repeat;
	background-position: center bottom;
	margin-bottom:60px;
}

.tems{margin-bottom:65px;}

.tema{
	width:19%;
	position:relative;
}

.tema img{
	width:100%;
}

.tema a{
	display:block;
	width:80%;
	padding:;
	background:rgba(255,255,255,0.87);
	padding:15px;
}

.tema a{
	display:block;
	width:230px;
	padding:;
	background:rgba(255,255,255,0.7);
	padding:15px;
	position:absolute;
	bottom:10px;
	left:74%;
	margin-left:-170px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.tema a:hover{
	background:#fff;
	text-decoration:none;
}

/*Стили для переключателя*/
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.tabs li {
    float: left;
	margin-right:2px;
    background: #eaeaea;
}
.tabs li a {
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    color: #9099b8;
    text-decoration: none;
}
.tabs li a:hover {
	background: #9099b8;
	color:#fff;
}
    
.tabs li.active a, 
.tabs li.active a:hover  {
	color:#fff;
    background: #9099b8;
}

.tab_content2 {
	width:24%;
	text-align:left;
	padding:30px 0 40px 0;
}

.tab_content h2 a{
	font-size:14px;
	color:#434343;
}
.tab_content h2 a:hover{
	color:#9099b8;
	text-decoration:none;
}

.tab_content2 .img_box1 img{width:100%;}

.vse-news-link{
	text-align:right;
	margin-bottom:55px;
}

.vse-news-link a{
	display:inline-block;
	text-decoration:underline;
	text-transform:uppercase;
	color:#9099b8;
}

.vse-news-link a:hover{text-decoration:none;}

/*Стили для подробной новости*/
/*.news_p {}*/

.news_p p{
	margin-bottom:10px;
	line-height:20px;
}

.news_p h2{
	color:#467b8d;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.news_p .rasskar-frend{margin-bottom:10px;}

.news_p img{margin:0px 20px 15px 0;}

.rasskar-frend{
	overflow:hidden;
	padding-right:10px;	
}

.rasskar-frend .pluso{float:right;}

.pluso-010011000110-04 .pluso-wrap{background:transparent !important;}

#comments .list{margin-bottom:50px;}

#comments .avatar{
	margin-right:25px;
	float:left;
}

#comments .avatar .image{
	width:130px;
	height:130px;
	overflow:hidden;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

#comments .avatar .image img{
	width:100%;
	width:auto;
}

#comments .data .owner{
	font-size:12px;
	color:#323232;
	margin-bottom:15px;
	overflow:hidden;
}

#comments .data .owner span{
	color: #ff9600;
	font-size:14px;
	float:right;
}

#comments .data .owner span a{color:#168de2;}
#comments .data .owner span a:hover{text-decoration:none;}

#comments .list{
	margin-left:55px;
}

#comments textarea {
    width: 500px;
}

#comments .list .item{overflow:hidden;}

.Form1 textarea {
    height: 180px;
    width: 100%;
}

.Form1 table{
	border-collapse: separate; /* Способ отображения границы */ 
    width: 100%; /* Ширина таблицы */ 
    border-spacing: 7px 11px;
}
/*
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #168de2;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}


.btn-primary{
    background: #168de2;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding:5px 20px;
	
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.btn-primary:hover {
    background: #1999f4;
}*/

/*Страница тема сообщения*/
.tema-in-soobshestvo #comments .list{
	background:#f6f6f6;
	padding:20px 20px 20px 30px;
}

.tema-in-soobshestvo #comments .list {
    margin-left: 0px;
}

.name-btn{overflow:hidden;}

.name-btn .name{
	float:left;
	font-size:11px;
	color:#999999;
	margin-top:7px;
}
.name-btn .name span{color:#000;font-size:14px;}
.name-btn .name a{font-size:14px;}

.name-btn .btn-primary{float:right;}

.tema-in-soobshestvo #comments .list{margin-bottom:40px;}


.tema-in-soobshestvo #comments{margin-bottom:150px;}

.block-tema-in-soobsh{
	overflow:hidden; 
	color:#676767;
	line-height:18px;
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:50px;
}

.setiandrate{
	overflow:hidden;
	width:100%;
	padding-top:15px;
}

.setiandrate .seti{display:inline-block;}

.setiandrate .rate-dateicons{float:right;}


.setiandrate .rate-dateicons .rate{margin-right:40px;} 

.tema-in-soobshestvo .left-tems{
	width:67%;
	float:left;
}

.tema-in-soobshestvo .right-tems{
	width:30%;
	float:right;
}

.tema-in-soobshestvo .right-tems .title{padding-top:0;}

.tema-in-soobshestvo .right-tems .title .new-title{margin:0;}

.link-uch{padding:0 7%;}

.uchastnik{
	text-align:center;
	display:inline-block;
	width:48%;
	font-size:12px;
	color:#676767;
	margin-bottom:25px;
}

.uchastnik .uch-img{
	width:100px;
	height:100px;
	display:inline-block;
	overflow:hidden;
	margin-bottom:5px;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.uchastnik .uch-img img{width:100%;}
.obs-vnutr #comments{margin-bottom:35px;}

.block-in-obsug{
	overflow:hidden;
	padding-bottom:15px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
}

.block-in-obsug h2{
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}

.block-in-obsug .date{margin-bottom:10px;}

.rate-set{
	overflow:hidden;
	margin:25px 0 20px 0;
}

.rate-set .rate{margin-right:45px;}

.block-in-obsug .name-btn{width:100%;}


.block-in-obsug span.pluso-wrap a{margin-top:0!important;}

.obs-vnutr #comments{padding-left:60px;}

.news_view1 a.link1{display:none;}

#comments .avatar{
	width:auto !important;
	height:auto !important;
}

div.pagination{
	width:100%;
	text-align:center;
}

.nopag div.pagination{display:none;}

#fulldescr{padding:0 !important;}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{height:30px;}

.Form1 .td-left{width:150px;}

.alignRight {
    display: inline-block;
    margin-bottom: 15px;
}

.tr-field-captcha>td:last-child{
	display: block;
    height: auto !important;
    vertical-align: middle;
}

.Form1-big{overflow:hidden;}

.new-wrap-obsugdeniy>div.news_view1 .img_box1{
	height:150px;
	overflow:hidden;
	text-align:center;
}

.new-wrap-obsugdeniy>div.news_view1 .img_box1 img{
	display:inline-block;
	height:100%;
}


.weeklynewsmain{margin-top:-35px;}

.my-wrapper .tab_container5 .tab_content2{width:100% !important;}

.my-wrapper .tab_container5 .tabs li{
	background:transparent;
	margin-right:0;
	border-bottom:4px solid #d8d8d8;
}

.my-wrapper .tab_container5 .tabs li:hover {border-bottom:4px solid #929191;}
.my-wrapper .tab_container5 .tabs li.active{border-bottom:4px solid #434343;}
.my-wrapper .tab_container5 .hhh {border-bottom:4px solid #d8d8d8; height:34px; position:relative;}
.my-wrapper .tab_container5 .hhh .tabs {position:absolute; top:1px;}

.my-wrapper .tab_container5 .tabs li a{
	padding:5px 5px;
	background:transparent;
	color:#434343;
}   

.my-wrapper .tab_container5 .tabs li a:hover{text-decoration:none;}


/*Стили к форме сообщества и обсуждения*/
.my-wrapper .nazad{
	background: url(../images/vverh.png);
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position: 99% 50%;
    padding: 7px 25px 4px 0;
    display: inline-block; 
	text-transform:uppercase;
	margin-bottom:10px;
}

.my-wrapper .Form1{
	width:100%;
	margin:5px 0px 25px 0px;
	padding:10px;
	/*border:1px solid #2a2a2a;*/
	background:#f6f6f6;
}

.my-wrapper .file_upload{
	width:60%;
	float:right;
    position: relative;
    overflow: hidden;
    font-size: 1em;        /* example */
    height: 31px;           /* example */
    line-height: 2em       /* the same as height */
}

.my-wrapper .sozdanie-soobsh,
.my-wrapper .sozdanie-discuss{
	padding:5px 15px;
}

.my-wrapper .file_upload > button,
.file_upload > div,
.my-wrapper .sozdanie-soobsh,
.my-wrapper .sozdanie-discuss{
    cursor: pointer
}
.my-wrapper .file_upload > button{
    float: right;
    width: 8em;            /* example */
    height: 100%
}
.my-wrapper .file_upload > div{
    padding-left: 1em      /* example */
}
.my-wrapper .file_upload input[type=file]{
    position: absolute;
    top: 0;
    visibility: hidden
}

/* Making it beautiful */

.my-wrapper .file_upload{
    border: 1px solid #ccc;
    border-radius: 3px;
  /*  box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    transition: box-shadow 0.1s linear
}
.my-wrapper .file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4)
}
.my-wrapper .file_upload > button,
.my-wrapper .sozdanie-soobsh,
.my-wrapper .sozdanie-discuss{
    background: #3eae83;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #3eae83 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.my-wrapper .file_upload:hover > button,
.my-wrapper .sozdanie-soobsh:hover,
.my-wrapper .sozdanie-discuss:hover {
    background: #4bd5a0;
    text-shadow: #4bd5a0 0 -1px 0
}
.my-wrapper .file_upload:active > button,
.my-wrapper .sozdanie-soobsh:active,
.my-wrapper .sozdanie-discuss:active{
    background: #3eae83;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset
}	

.my-wrapper .sbr-f{margin-bottom:10px;}

.flleft{
	float:left;
	display:inline-block;
	width:40%;
}

.my-input{width:60% !important;}

.my-wrapper .file_upload select{width:100%;}

.my-wrapper .no-bordr{
	border:none !important;
	height:50px !important;
	
}

.file_upload img{
	max-width:30%;  
	display:inline-block;
}

.capch{
	display:inline-block;
	width:40%;
	margin-bottom:0px !important;
	float:left;
	margin-right:15px;
}

.my-wrapper .sbsh-wrap textarea{
	padding:5px !important;
	height:70px !important;
	width:100% !important;
}

.block-in-obsug img{
	max-width:350px;
	max-height:350px;
}

.live-dialog-wrap{position:relative;}

.live-dialog{
	padding:5px 10px !important;
	color:#fff !important;
}

.form-horizontal.pad10 {
    position: absolute;
    top: 20px;
	text-align:center;
	width:100%;
}
/*Конец формы создания сообщества и обсуждения*/


.my-wrapper .com_view{
	width: 25%;
    border: 1px solid #ccc;
    padding: 5px;
}

.my-wrapper .obshenie-block{
	width: 100%;
    float: left;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.my-wrapper .obshenie-block .img{
	height: 110px;
    overflow: hidden;
}

.my-wrapper .obshenie-block .img img{
	width:100%;
	    height: 100%;
}

.my-wrapper .obshenie-block .h50 h2{
	font-size:14px;
	font-weight:normal;
	margin:0;
	text-transform:uppercase;
}

.sobit-news .img_box1, .sobit-news .img{
	max-height:115px;
	overflow:hidden;
}

.new-none .pagination{display:none;}


/*Стили для обсуждений в сообществах*/
.left2 .sobitiy .sobitiy-wrap .obshenie-block{
	display:inline-block;
	width:31%;
}

.left2 .sobitiy .sobitiy-wrap .obshenie-block .img{
	margin:0;
	float:none;
	width:100%;
}

.left2 .sobitiy .sobitiy-wrap .obshenie-block .date-icons{
	float:none;
	overflow:hidden;
}

.left2 .sobitiy .sobitiy-wrap .obshenie-block .date-icons .icons{float:right;}

.wrap .obshenie .obshenie-block .img, .news_obsuj .news_view1 .img_box1 {
	max-height:145px;
	overflow:hidden;
}

.news_obsuj .sobitiy .sobitiy-wrap .obshenie-block, .news_obsuj .news_view1{width:19%;}

.news_obsuj{
	width:100%;
}


#comments .avatar .image{
width: 80px;
height: 80px;
}

#comments textarea{padding: 5px;}

.pluso{
	padding-right: 10px !important; 
}

.rate-set{
	margin: 10px 20px 0px 0;
	float:right;
}

.obshenie-wrap{position:relative;}

.block-in-obsug h2{margin-right:185px;}










iframe{
display:none !important;}







