*{
	margin:0;
	padding:0;
}

img{
	transition:all 0.3s;
}

a>img:hover{
	opacity:0.7;
}

.search {
	width: 310px; /* Ширина поля с кнопкой */
	height: 35px; /* Минимальная высота */
	border:5px solid #373737;
    border-radius: 0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-o-border-radius: 0px;
-khtml-border-radius: 0px;
}

.search form{
position: relative;
}
   
input[type="search"] {
	border: none; /* Убираем рамку */
	outline: none; /* Убираем свечение в Chrome и Safari */
	-webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
	width: 290px; /* Ширина поля */
	vertical-align: middle; /* Выравнивание по середине */
	padding:7px 10px;
	color:#979797;
    color: #333;
	background-color:#fafafa;
	font-size:12px;
	font-family:'Tahoma';
    border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius: 0px;
    -khtml-border-radius: 0px;
}
   
input[type="submit"] {
	border: none; /* Убираем рамку */
	background-color:#0badff;
	color:#fff;
	position:absolute;
	right: 0;
	top: 0;
	padding:9px;
}

.mn{
	width:560px;
}

.mn ul{
	margin:0;
	padding:0;
	background-color:#383838;
	list-style-type:none;
	z-index:100;
}

.mn li{
	margin:0;
	padding:0;
	position:relative;
	list-style-type:none;
}

.mn>ul>li{
	margin-left:-4px;
	display:inline-block;
}

.mn>ul>li>ul{
	display:none;
	min-width:140px;
	position:absolute;
	left:0;
	top:100%;
}

.mn>ul>li:hover>ul{
	display:block;
}

.mn>ul>li>ul>li>ul{
	display:none;
	min-width:130px;
	position:absolute;
	left:100%;
	top:0;
}

.mn>ul>li>ul>li:hover>ul{
	display:block;
}

.mn>ul>li>ul>li>ul>li>ul{
	display:none;
	min-width:130px;
	position:absolute;
	left:100%;
	top:0;
}

.mn>ul>li>ul>li>ul>li:hover>ul{
	display:block;
}

.mn>ul>li>ul>li>ul>li>ul>li>ul{
	display:none;
	min-width:130px;
	position:absolute;
	left:100%;
	top:0;
}

.mn>ul>li>ul>li>ul>li>ul>li:hover>ul{
	display:block;
}

.mn>ul>li>ul>li>ul>li>ul>li>ul>li>ul{
	display:none;
	min-width:130px;
	position:absolute;
	left:100%;
	top:0;
}

.mn>ul>li>ul>li>ul>li>ul>li>ul>li:hover>ul{
	display:block;
}
/**/
.mn>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul{
	display:none;
	min-width:130px;
	position:absolute;
	left:100%;
	top:0;
}

.mn>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li:hover>ul{
	display:block;
}

.mn>ul>li:first-child{
	margin:0;
}

.mn a{
	color:#9B9B9B;
	display:block;
	padding:13px 10px;
    margin: 0;
	text-decoration:none;
	text-transform:uppercase;
	transition:all 0.3s;
	    font-size: 12px;
}

.mn a:hover{
	background-color:#646464;
	color:#fff;
}

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

	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
}

.sl_obv nav{
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:940px;
	margin:0 auto;
}

.wrp{
	background-color:#3a3a3a;
    border: 0px;
	    width: 940px;
    margin: 0 auto;
}

.wrp2{
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:940px;
	margin:20px auto;
}

.logo{
	text-transform:uppercase;
	color:#00a2f9;
	font-size:24px;
    line-height: 26px;
}

.seti{
	margin-right:15px;
}

.obv{
	width:320px;
	background-color:#333333;
	padding-left:10px;
}

.head{
	font-size:18px;
	color:#00aeff;
	line-height:15px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.paddingl5px{
    padding-left: 5px;
}

.lof-navigator li{
	color:#707070;
    display: block;
	padding:12px 14px;
    display: block;
	transition: all 1s;
}

.lof-navigator li div{
	background-color:#222222;
    border-bottom:1px solid #2d2d2d;
}

.lof-navigator li:hover div{
	background-color:#00aeff!important;
	color:#fff;

}

.lof-navigator li div span{
    display: block;
    text-align: right;
}
.lof-navigator li div span a{
    display: inline-block;
    
    padding: 6px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.lof-navigator li div a:hover{
    color: silver;
}

.lof-navigator .active div{
    background-color:#00aeff!important;
	color:#fff;
}
.lof-navigator .active {
	color:#fff;
	cursor:pointer;
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 

}

.sl_obv{
	flex-direction:row;
    background-color: #333;
	width:920px;
	margin:0 auto 20px auto;
	border:10px solid #333333;
}


.bbody{
	flex-direction:row;
	width:920px;
	margin:0 auto 20px auto;
}
.vse_obv{
	text-align:right;
	margin-top:10px;
}

.vse_obv a{
	/*border:1px solid #222222;*/
	border:1px solid #00aeff;
	transition:all 0.1s;
	padding:10px;
	text-decoration:none;
	background-color:#222222;
	color:#696969;
	display:inline-block;
}

.vse_obv a:hover{
	border:1px solid #00aeff;
	color:#fff;
}

.news{
	width:940px;
	margin:0 auto;
}

.flex_new{
	flex-wrap:wrap;
	justify-content:space-between;
	width:940px;
}

.news .news_view1{
	width:450px;
	margin-bottom:15px;
}

.bbody .news_view1{
	width:;
    display: block;
	margin-bottom:15px;
}

.bbody .pagination{
    display: block;
    width: 100%;
    text-align: center;
}
.news_view1 img{
	width:115px;
	height:115px;
	float:left;
	margin-right:15px;
}

.news_view1 a{
	text-decoration:none;
}

.news_view1 h2{
	color:#0ca9ff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
	margin-bottom:10px;
}

.news_view1 h2:hover{
	text-decoration:underline;
}

.news_view1 a:visited h2{
	color:#93def9 !important;
}

.do_shkol{
	width:940px;
	margin:0 auto;
}

.do_shkflex{
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:25px;
}

.shk_widg{
	width:460px;
	overflow:hidden;
}

.shk_widg img{
	float: left;
    margin-right: 15px;
    margin-top: 5px;
    max-height: 130px;
    width: 220px;
}

.had{
	background-color:#383838;
    color:#fff;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 7px;
    text-align: right;
}

.feed_widg{
	line-height: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 460px;
}

.feed_widg h4{
	color: #3671b3;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:normal;
}

.feed_widg img{
	height: 170px;
    margin: 20px 0 10px;
    width: 460px;
}

.feed_widg a{
	color: #3671b3;
    font-size: 14px;
	transition:all 0.3s;
}

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

.feedback{
	flex-wrap:wrap;
	justify-content:space-between;
	width:940px;
	margin:0 auto;
}

footer{
	width:940px;
	margin:0 auto;
	padding-bottom:30px;
	flex-wrap:wrap;
	justify-content:space-between;
}

footer ul{
	list-style-type:none;
	margin:0 40px;
}

footer li{
	list-style-type:none;
}

footer>div>ul ul{
	display:none;
}

footer ul a{
	color:#9a9a9a;
	display:inline-block;
	padding:2px;
	transition:all 0.5s;
}


footer ul a:hover{
	color:#00aef7;
}

.pluso-wrap>a{
	transition:all 0.3s;
}

.pluso-wrap>a:hover{
	opacity:0.7;
}

.left{
    float: left!important;
}


#bmc_rss a,.menu ul li a,#site_editor span,#auth_1,#auth_2{
    font-family:tahoma!important;
    padding-top:10px ;
     -webkit-transition: 0s ease-out;
-o-transition: 0s ease-out;
-moz-transition: 0s ease-out;
transition: 0s ease-out;
}

.nopag .pagination,.nopag .date,.nopag  .link1{
    display: none;
}


.other{
    font-size: 14px;
    line-height: 16px;
    color:#000;
}

.feedback ol li, .review ol li{
	display: block;
	clear: both;
	list-style: none;
}

.feedback ol li label, .review ol li label{
	display: block;
	margin: 0;
}

.feedback ol li input.text, .review ol li input.text{
	width: 450px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}

.feedback ol li textarea, .review ol li textarea  {
	width: 450px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}

.feedback ol li input.capinput,.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}

.feedback ol li img#capimg, .review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}

li.button{
	clear:both;
} 

.item{
	display: block;
}

.answerList .name,.answerList .topic,.answerList .message{
	padding: 0 7px;
	background-color: #eeeeff;	
}

.answerList .name{
	padding-top:7px;
	margin-top: 15px;
	border-radius:5px 5px 0 0;
}

.answerList .message{
	padding-bottom: 0 7px;
	border-radius:0 0 5px 5px;
}
.answerList .answer_message{
	background: #C4C4FF;
	padding: 7px;
	border-radius:5px;
	margin: 5px 0;}
	
.name .date{float:right} 

.advert li#av_li {
padding: 10px 20px 20px 0;
border-bottom: 1px #ccc dotted;
list-style:none;
}

.advert li .ulheader {
font-size: 16px;
font-weight: bold;
font-family: times;
}

.advert li .date {
font-size: 13px;
color: #999999;
margin: 0;
text-decoration: none;
}

.advert li a {
float: right;
}
#feed_h2{display: none;}

.es-carousel-wrapper{
    width: 575px!important;
}

.leftt p{
    font-size: 14px;
}

.school{
    display: block;
     vertical-align: central;
    border: 1px solid silver;
    width: 280px;
    padding: 5px;
    float: left;
    margin:10px 20px 10px 0;
         align-items:center;
     -webkit-align-items:center;
     -ms-align-items:center;
     -o-align-items:center;
  -moz-align-items:center;      display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap; 
    moz-flex-wrap: wrap;
    -o-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
 -webkit-box-pack: justify;
    -moz-box-pack: justify;
      -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
     /* Safari */
      -webkit-transition: .7s ease-out;
-o-transition: .7s ease-out;
-moz-transition: .7s ease-out;
transition: .7s ease-out;
}

.school:hover{
    background: silver;
}


.school p{
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.school img{
    width: 90px;
    height: 90px;
}


.n{
   margin: auto;
   width: 170px;
}

footer .logo{
    max-width: 400px;
  
}

.clear2:nth-child(3n){
    clear: both;
}

.allnews a{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #0badff;
    background-color: #0badff;
    color: #fff;
    margin-bottom: 30px;
}

.allnews a:hover{
   background-color:#fff;
    color: #0badff;
   
}

.allnews a div{
    cursor: pointer;
}

.lang{
    position: absolute;
    margin-left: -60px;
    margin-top: 5px;
}

.lang li{
    float: right;
    list-style: none;
}

.hr{
	display:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.news_view1 {
	width:450px;
	display:inline-block;
}
}

.news_p h2{
	font-size:20px !important;
	line-height:17px !important;
}

.mbutton{
	transition:all 0.3s;
}

.h50 h2 a:visited{
	color:#3abafa;
}




















