.index_slider a{
color: #777 !important;
background: white;
}

.index_slider h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 35px;
	overflow: hidden;
	width: 70%;
/*	white-space: nowrap;
    overflow: hidden;  
    text-overflow: ellipsis; */
    /*border: 1px #ccc solid;*/
}

.opisanie_slider {
	height: 61px;
	overflow: hidden;
	width: 80%;	
	    /*border: 1px #ccc solid;*/
}

@media (max-width: 1024px) {
.index_slider h2 {
	height: auto;
	overflow: hidden;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	/*text-align: center;*/
	margin-top: 7px;
/*	white-space: nowrap;
    overflow: hidden;  
    text-overflow: ellipsis; */
    /*border: 1px #ccc solid;*/
}

.opisanie {
	height: auto;
	overflow: hidden;	
	    /*border: 1px #ccc solid;*/
}



}    