.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 h2{line-height:16px;}

.my-wrapper div{font-size:14px;}

 @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;
}

.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;}

.my-wrapper .header{
	width:100%;
	padding:20px 5px;
	background:url(../images/header3.jpg) no-repeat;
	background-size:100%;
}

.header_index{
	width:1200px;
	margin:0 auto;
}

.header .logo-caption{
	float:left;
}

.header .logo-caption img{ 
	width:84px;
}

.header .caption{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	float:right;
	margin:35px 0 0 25px;
}

.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:#2B8FD4;}

.header .seti-lang .lang a{
	color:#fff;
	text-transform:uppercase;
}

/*Верхнее меню*/
.my-wrapper .top-menu{
	background:#2B8FD4;
	background:url(../images/lin.jpg) repeat-x;
}

.my-wrapper .top-menu ul {
	background:#2B8FD4;
	z-index:10;
	background:url(../images/lin.jpg) repeat-x;		
}

.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;
		background:url(../images/lin2.jpg) repeat-x;
	-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: rgba(18, 118, 186, 0.48);
	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;
	line-height:16px;
}

.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:20%;
	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;}
.weeklynewsmain .weeklynewslink{margin-bottom:10px !important;} 













.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 .tema-in-soobshestvo #comments .list{
	background:#f6f6f6;
	padding:20px 20px 20px 30px;
}

.my-wrapper .tema-in-soobshestvo #comments .list {
    margin-left: 0px;
}

.my-wrapper .name-btn{overflow:hidden;}

.my-wrapper .name-btn .name{
	float:left;
	font-size:11px;
	color:#999999;
	margin-top:7px;
}
.my-wrapper .name-btn .name span{color:#000;font-size:14px;}
.my-wrapper .name-btn .name a{font-size:14px;}

.my-wrapper .name-btn .btn-primary{float:right;}

.my-wrapper .tema-in-soobshestvo #comments .list{margin-bottom:40px;}


.my-wrapper .tema-in-soobshestvo #comments{margin-bottom:150px;}

.my-wrapper .block-tema-in-soobsh{
	overflow:hidden; 
	color:#676767;
	line-height:18px;
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:50px;
}

.my-wrapper .setiandrate{
	overflow:hidden;
	width:100%;
	padding-top:15px;
}

.my-wrapper .setiandrate .seti{display:inline-block;}

.my-wrapper .setiandrate .rate-dateicons{float:right;}


.my-wrapper .setiandrate .rate-dateicons .rate{margin-right:40px;} 

.my-wrapper .tema-in-soobshestvo .left-tems{
	width:67%;
	float:left;
}

.my-wrapper .tema-in-soobshestvo .right-tems{
	width:30%;
	float:right;
}

.my-wrapper .tema-in-soobshestvo .right-tems .title{padding-top:0;}

.my-wrapper .tema-in-soobshestvo .right-tems .title .new-title{margin:0;}

.my-wrapper .link-uch{padding:0 7%;}

.my-wrapper .uchastnik{
	text-align:center;
	display:inline-block;
	width:48%;
	font-size:12px;
	color:#676767;
	margin-bottom:25px;
}

.my-wrapper .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%;
}

.my-wrapper .uchastnik .uch-img img{width:100%;}
.my-wrapper .obs-vnutr #comments{margin-bottom:35px;}

.my-wrapper .block-in-obsug{
	overflow:hidden;
	padding-bottom:15px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
	clear: both;
    padding-top: 20px;
}

.my-wrapper .block-in-obsug h2{
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}

.my-wrapper .block-in-obsug .date{margin-bottom:10px;}

.my-wrapper .rate-set{
	overflow:hidden;
	margin:25px 0 20px 0;
}

.my-wrapper .rate-set .rate{margin-right:45px;}

.my-wrapper .block-in-obsug .name-btn{width:100%;}


.my-wrapper .block-in-obsug span.pluso-wrap a{margin-top:0!important;}

.my-wrapper .obs-vnutr #comments{padding-left:60px;}

.my-wrapper .news_view1 a.link1{display:none;}

div.pagination{
	width:100%;
	text-align:center;
}

.my-wrapper .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;}

.my-wrapper .Form1 .td-left{width:150px;}

.my-wrapper .alignRight {
    display: inline-block;
    margin-bottom: 15px;
}

.my-wrapper .tr-field-captcha>td:last-child{
	display: block;
    height: auto !important;
    vertical-align: middle;
}

.my-wrapper .Form1-big{overflow:hidden;}

.my-wrapper .new-wrap-obsugdeniy>div.news_view1 .img_box1{
	height:150px;
	overflow:hidden;
	text-align:center;
}

.my-wrapper .new-wrap-obsugdeniy>div.news_view1 .img_box1 img{
	display:inline-block;
	height:100%;
	width: 100%;
}


/*Стили к форме сообщества и обсуждения*/
.my-wrapper  .nazad{
	background: url(../images/vverh.png) !important; 
    background-repeat: no-repeat !important;
    background-size: auto 65% !important;
    background-position: 99% 50% !important;
    padding: 7px 25px 4px 0 !important;
    display: inline-block !important; 
	text-transform:uppercase !important;
	margin-bottom:10px !important;
}

.my-wrapper  .Form1{
	width:100% !important;
	margin:5px 0px 25px 0px !important;
	padding:10px !important;
	/*border:1px solid #2a2a2a;*/
	background:#f6f6f6 !important;
}

.my-wrapper  .file_upload{ /*заменить*/
	width:52% !important;
    position: relative !important;			
    overflow: hidden !important;
    font-size: 1em !important;        /* example */
    height: 31px !important;           /* example */
    line-height: 2em  !important     /* the same as height */
}

.my-wrapper  .sozdanie-soobsh{padding:5px 15px !important;}

.my-wrapper  .file_upload > button, .file_upload > div, .my-wrapper  .sozdanie-soobsh{
    cursor: pointer !important
}
.my-wrapper  .file_upload > button{
    float: right !important;
    width: 8em !important;            /* example */
    height: 100% !important
}
.my-wrapper  .file_upload > div{
    padding-left: 1em  !important     /* example */
}
.my-wrapper  .file_upload input[type=file]{
    position: absolute !important;
    top: 0 !important;
    visibility: hidden!important
}

/* Making it beautiful */

.my-wrapper  .file_upload{
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
  /*  box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    transition: box-shadow 0.1s linear !important
}
.my-wrapper  .file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4)!important
}
.my-wrapper  .file_upload > button,
.my-wrapper  .sozdanie-soobsh,
.my-wrapper  .sozdanie-discuss{
    background: #0173AF !important;
    transition: background 0.2s !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #fff !important;
    text-shadow: #0173AF 0 -1px 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important
}
.my-wrapper .file_upload:hover > button,
.my-wrapper .sozdanie-soobsh:hover,
.my-wrapper .sozdanie-discuss:hover {
    background: #0ea4f3 !important;
    text-shadow: #0ea4f3 0 -1px 0 !important
}
.my-wrapper .file_upload:active > button,
.my-wrapper .sozdanie-soobsh:active,
.my-wrapper .sozdanie-discuss:active{
    background: #0173AF !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset
}	

.my-wrapper  .sbr-f{margin-bottom:10px !important;}

.flleft{
	float:left !important;
	display:inline-block !important;
	width:15% !important;
}

.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% !important;  
	display:inline-block !important;
}

.capch{
	display:inline-block !important;
	width:40% !important;
	margin-bottom:0px !important;
	float:left !important;
	margin-right:15px !important;
}

.my-wrapper .sbsh-wrap textarea{
	padding:5px !important;
	height:70px !important;
	width:100% !important;
}


input[type="text"], select, textarea{
	margin-bottom:0 !important;
}

.flleft{margin-top:5px !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 .title{
	padding-bottom:20px;
}
/*Конец формы создания сообщества и обсуждения*/

.my-wrapper .com_view{
	width: 25%;
    border: 1px solid #ccc;
    padding: 5px;
}

.my-wrapper .obshenie-block{
	width: 100%;
    float: left;
    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;
}

.no_pag .pagination{
	display:none;
}

/*Конец формы создания сообщества и обсуждения*/


.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 {
	max-height:145px;
	overflow:hidden;
}

.ne-w .new-wrap-obsugdeniy .news_view1{
	width:19%;
}

.left_n{
	width:100%;
}


.left2 .sobitiy .sobitiy-wrap .obshenie-block2{
	width:19%;
}


#comments .avatar .image{
width: 80px !important;
height: 80px !important;
}


#comments textarea{
padding: 5px;
			}
			
.pluso{
	padding-right: 10px !important; 
}

.rate-set{
	margin: 10px 20px 0px 0;
	float:right;
}

.obshenie{position:relative;}

.block-in-obsug h2{margin-right:185px;}			
			
			
	iframe{
	display:none!important;
}		
.mainpage {
    display: -webkit-inline-box;
}			

/* school reg request styles */
#requests-area,
#requests-area *,
#requests-area *:before,
#requests-area *:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

#requests-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#requests-area ul li {line-height: inherit;}

#requests-area .clearfix,
#requests-area .clearfix:before,
#requests-area .clearfix:after {
  content: "";
  display: table;
}
#requests-area .clearfix:after {clear: both;}

#requests-area .text-center {text-align: center;}

#requests-area .request-btn {
	margin: 0 0 10px;
	display: inline-block !important;
	border-radius: 4px !important;
	padding: 7px 11px !important;
	color: #fff !important;
	background-color: #569fd3 !important;
	text-decoration: none !important;
	line-height: 1 !important;
	border: 0 !important;
	cursor: pointer !important;
}

#requests-area .request-btn:hover {
	background-color: #3383bc !important;
}
#requests-area .request-btn i {
	display: inline-block !important;
	margin-right: 4px !important;
	font-size: 12px !important;
}

#requests-area {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 15px;
	font-size: 14px;
	color: #555;
	line-height: 1.3;
	background-color: #fff;
}

/* request-header */
#requests-area .request-header {margin-bottom: 30px;}

#requests-area .request-main-title {
	margin: 0 0 15px;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	background: none;
}

#requests-area .request-nav-list {
	margin: 0;
	padding: 35px 10px;
	list-style: none;
	text-align: center;
	
	background: url("../images/request-bg.png") no-repeat center center #555;
	background-size: cover;
	background-attachment: fixed;
}
#requests-area .request-nav-list .request-nav-i {
	display: inline-block;
	margin-right: 30px;
}
#requests-area .request-nav-list .request-nav-i:last-child {margin-right: 0;}

#requests-area .request-nav-list .request-nav-i a {
	display: inline-block;
	position: relative;
	padding: 10px;
	font-size: 25px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

#requests-area .request-nav-list .request-nav-i a:before,
#requests-area .request-nav-list .request-nav-i a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	border: 2px solid #fd7722;
	
	-webkit-transition: transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	-moz-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
#requests-area .request-nav-list .request-nav-i a:before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}
#requests-area .request-nav-list .request-nav-i a:after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

#requests-area .request-nav-list .request-nav-i.active-nav a {color: #fd7722;}
#requests-area .request-nav-list .request-nav-i.active-nav a:before,
#requests-area .request-nav-list .request-nav-i.active-nav a:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* request-body */
#requests-area .request-body {
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: -o-calc(100% + 30px);
	width: calc(100%);
	margin: 0;
}

#requests-area .request-content {
	float: left;
	min-width: 50%;
	padding: 0 15px;
}

#requests-area .request-nav-contents .request-nav-contents-i:not(:first-child) {display: none;}

/* request-sidebar */
#requests-area .request-sidebar {
	float: left;
	width: 300px!important;
	/* margin-left: -15%; */
	padding: 0 15px;
}

#requests-area .request-sb-section {
	margin-bottom: 20px;
	background-color: #f7f7f7;
}

#requests-area .request-sb-section-title {
	margin: 0;
	padding: 10px 5px 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

#requests-area .request-sb-list .request-sb-i:not(:last-child){border-bottom: 1px solid #028eca;}

#requests-area .request-sb-list .request-sb-dropdown {
	display: none;
	padding: 7px 5px 10px 12px;
}

#requests-area  .request-sb-list .request-sb-i-link {
	display: block;
	position: relative;
	font-size: 15px;
	padding: 10px 28px 10px 10px;
	background-color: #009bdc;
	color: #fff;
	line-height: inherit;
	text-transform: uppercase;
}
#requests-area .request-sb-list .request-sb-i-link:hover {background-color: #0497d4;}

#requests-area .request-sb-list .request-sb-i-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	font-size: 20px;
	line-height: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

#requests-area .request-sb-list .open-sb-dropdown .request-sb-i-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#requests-area .request-sb-list .request-sb-i-link,
#requests-area .request-sb-list .request-sb-i-icon {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

/* other services */
#requests-area .other-services-list .other-services-i:not(:last-child) {margin-bottom: 15px;}

#requests-area .other-services-i-link,
#requests-area .other-services-i-pic {
	display: block;
	width: 100%;
}

#requests-area .download-apps-wrap .download-apps-btn {
	display: inline-block;
	width: 180px;
	margin: 0 5px 10px;
}
#requests-area .download-apps-wrap .download-apps-btn img {width: 100%;}

/* request-form */
#requests-area .request-auth-wrap {margin: 10px 0;}
#requests-area .request-auth-wrap .request-btn {
	margin-left: 10px;
	margin-right: 10px;
}
#requests-area .request-auth-text {margin: 0 0 10px;}

#request-form {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#requests-area .request-form-title {
	margin: 25px 0 15px;
	font-weight: bold;
	font-size: 16px;
}

#requests-area .send-request-btn {
	padding: 10px 15px !important;
	background-color: #13c4a5 !important;
}
#requests-area .send-request-btn:hover,
#requests-area .send-request-btn.process {background-color: #12ad92 !important;}

#requests-area .send-request-btn .spin-animate {font-size: 13px !important;}

#requests-area .request-form-item {margin-bottom: 25px;}

#requests-area .request-form-field:not(:last-child) {margin-bottom: 20px;}

#requests-area label {
	width: 230px !important;
	/* display: inline-block !important; */
	/* float: left; */
	margin: 0 7px 5px 0 !important;
	cursor: default !important;
	/* text-align: right !important; */
	vertical-align: middle !important;
}

#requests-area label i {
	display: none;
	margin-right: 4px !important;
	font-size: 15px !important;
	color: #13c4a5 !important;
}

#requests-area .request-field-loading label i {display: inline-block;}

#requests-area input,
#requests-area textarea,
#requests-area select {
	display: inline-block;
	width: 100%;
	max-width: 385px !important;
	height: auto;
	padding: 8px 12px !important;
	background: transparent !important;
	border: 3px double #000000 !important;
	border-radius: 4px !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: 1.3 !important;
	vertical-align: middle !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

#requests-area input[type="file"] {line-height: 1.5 !important;}

#requests-area select {padding: 8px !important;}

#requests-area textarea {
	min-height: 85px;
	resize: none;
}

#requests-area input:focus,
#requests-area textarea:focus,
#requests-area select:focus {border-color: #13c4a5 !important;}

#requests-area .request-error-field {
	display: none;
	margin-top: 5px;
	color: #d9534f;
	text-align: center;
}
#requests-area .error-field .request-error-field {display: block;}

#requests-area .error-field input[type="text"],
#requests-area .error-field textarea {border-color: #d9534f !important;}

#requests-area .request-field-doc.error-field label {color: #d9534f;}
#requests-area .request-field-doc .request-error-field {text-align: left;}
#requests-area .request-field-doc label {
	width: 100% !important;
	text-align: left !important;
}

#requests-area .request-form-note {
	margin: 10px 0;
	padding: 7px 7px 7px 10px;
	background-color: rgba(19, 196, 165, .05);
	border-left: 3px solid #13c4a5;
	border-radius: 2px;
}
#requests-area .request-form-note .request-btn {margin: 3px;}

#requests-area .request-form-hidden {display: none;}

/* reset chosen styles */
#requests-area .request-form-field .chosen-container {width: 385px !important;}
#requests-area .request-form-field .chosen-single {
	width: 100%;
	height: auto;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid #d9e5e8;
	background-color: transparent;
	line-height: 1.3;

	-webkit-box-shadow: none;
	box-shadow: none;
}
#requests-area .request-form-field .chosen-single div {top: 5px; right: -4px;}

#requests-area .request-form-field .chosen-results {padding: 2px 0 5px 0;}
#requests-area .request-form-field .chosen-results li {
	padding: 3px 20px;
	white-space: normal;
}

/* reset styles for tinymce editor */
#requests-area .tinymce-reset {line-height: 1.4;}

#requests-area .tinymce-reset h1,
#requests-area .tinymce-reset h2,
#requests-area .tinymce-reset h3,
#requests-area .tinymce-reset h4,
#requests-area .tinymce-reset h5,
#requests-area .tinymce-reset h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: inherit;
	color: inherit;
	margin: 10px 0;
}
#requests-area .tinymce-reset h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

#requests-area .tinymce-reset ul,
#requests-area .tinymce-reset ol {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style: initial;
}
#requests-area .tinymce-reset li,
#requests-area .tinymce-reset p {
	margin: 0 0 10px;
	padding: 0;
	line-height: inherit;
}
#requests-area .tinymce-reset li {list-style-position: initial;}

#requests-area .tinymce-reset table {
	max-width: 100%;
	margin: 25px 0;
	border-color: #fd7722;
	
	background: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
#requests-area .tinymce-reset table,
#requests-area .tinymce-reset table tr,
#requests-area .tinymce-reset table td {border: 1px solid #fd7722;}
#requests-area .tinymce-reset table td {padding: 5px 8px;}

#requests-area .tinymce-reset a {
	color: #209ad3;
	text-decoration: underline !important;
}
#requests-area .tinymce-reset a:hover {text-decoration: none !important;}

#requests-area .tinymce-reset img {
	display: inline-block;
	max-width: 100%
}

#requests-area .tinymce-reset strong,
#requests-area .tinymce-reset b {font-weight: bold;}

/* animation */
#requests-area .spin-animate {
	-webkit-animation: spin-animate .7s infinite linear;
	-moz-animation: spin-animate .7s infinite linear;
	animation: spin-animate .7s infinite linear;
}
@-webkit-keyframes spin-animate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@-moz-keyframes spin-animate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@keyframes spin-animate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

/* media queries */
@media screen and (max-width: 992px) {
	#requests-area .request-content,
	#requests-area .request-sidebar {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	#requests-area .request-sidebar {
		width: 100%;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	#requests-area label {
		width: 100% !important;
		text-align: left !important;
	}
	#requests-area .request-error-field {text-align: left;}
}


.profilebutton {
    display: block;
    position: relative;
    font-size: 25px;
    padding: 20px 20px 20px 20px!important;
    background-color: #009bdc;
    color: #fff;
    text-align: center;
    line-height: inherit;
    text-transform: uppercase;
}
.profilebutton a {
    color: white;
 }