/* xxl */ 
@media (min-width: 1380px) {


	
}



/* xl */ 
@media (min-width: 1200px) and (max-width: 1379px) {
	
	
}

/* lg */
@media (min-width: 992px) and (max-width: 1199px) {	


}


/* md */
@media (min-width: 768px) and (max-width: 991px) {
	


}	
	
/* sm */
@media (min-width: 480px) and (max-width: 767px) {

/*********************************/

	
}

/* xs Portrait */
@media (max-width: 479px) {	
	
.indForm, .indexBann, .indexWho, .indexMusic, .indexTeach, .indexBann {display: none;}	

.indexNum .row {padding-right: 0;}	
.indexNum .col-lg-10 {background-position:center !important}	
.indexNum .col-lg-10 button {width: 100% !important}	
	
	
.sliderIntro .inc {border-radius:20px; height: 550px !important; background: #000 !important }	
	
	
#intro h1 {line-height: 1.1; font-weight: 600; font-size: 32px !important;}	
.indexDiplom .imgDip {height: 180px  !important; }	

#back-top { bottom: 60px !important;
}	
	
	
	
}

