/* Стили адаптивного аккордеона */
.wrapper{
	width:90%;
	max-width:1050px;
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul .uli{
    /*height: 100px;*/
    height: 50px;
    border-bottom: 1px solid #ddd;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul .uli:first-child{
    border-top:none;
}
.st-accordion ul .uli > a{
    font-family: 'RobotoLight',Georgia, serif;
    /*text-shadow: 1px 1px 1px #fff;*/
    /*background-color: #F5F5F5;*/
    background-color: #FFF;
    color:#555;
    font-size: 22px;
    display: block;
	position: relative;
    /*line-height: 100px;*/
    line-height: 50px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	padding-left: 20px;
}
.st-accordion ul .uli > a span{
	background: transparent url(../images/arrows.png) no-repeat center center;
	text-indent:-9000px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -11px;
	padding-right: 40px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul .uli > a:hover{
    color: #649CF9;
    background-color: #fbfbfb;
}
.st-accordion ul .uli > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul .uli.st-open > a{
    color: #FFF; /*цвет открытой li*/
    background-color: #649CF9;
    padding-left: 20px;
}
.st-accordion ul li.st-open > a span{
	background: transparent url(../images/ups.png) no-repeat center center;
	text-indent:-9000px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -11px;
	padding-right: 40px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
	/**/
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    /*padding: 5px 0px 30px 0px;*/
    padding: 5px 0px 0px 0px;
}
.st-content p{
    font-size:  16px;
    font-family: Verdana, sans-serif;
    line-height:  28px;
    padding: 10px 4px 10px 4px; 
}
.st-content img{
    /*width:125px;*/
  /*  border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;*/
    border: 1px solid #ccc;
    margin-left: 100px;
}
@media screen and (max-width: 320px){
	.st-accordion ul .uli > a{
		font-size:36px;
	}
}
.skola {
		counter-reset: li; /**/
}
.skola > li {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	background: #F3F7FC;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	/* transition: all .3s ease-out; */
	padding-left: 88px;
	font-size: 16px;
	line-height: 40px;
	font-family: RobotoRegular;
	color: #333;
}
.skola > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 1.7em;
	top: 50%;
	margin-top: -1.3em;
	background: #649CF9;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid white;
	text-align: center;
	/* font-weight: bold; */
	/* border-radius: 2em; */
	/* transition: all .3s ease-out; */
	color: #fff;
}
.st-content .nazv {
	font-size: 18px;
	margin: 0;
	padding: 10px 15px;
	background-color: #D8E3F0;
	/* font-family: RobotoLight; */
	color: #585858;
}
.links {
	display: block;
	text-decoration: none;
	padding-left: 50px;
	color: #649CF9;
	font-size: 18px;
	line-height: 1.8;
}
.links:hover {
	color: #555;
	text-decoration: underline;
}