
.index_slider a:hover{
    color: white !important;
    opacity: 1;
}

.show_y_n_slider {
    opacity: 0;
}
.show_y_n_slider.show {
    opacity: 1;
    transition: 2s;
}

.slider-text {
	background: rgba(0,0,0, .4);
}

.slider-slick-prev, .slider-slick-next {
    position: absolute;
    top: calc(50% - 28px);
    font-size: 25px !important;
    background: none;
    width: 45px;
    height: 45px;
    /*border-radius: 50%;*/
    padding-top: 0;
    text-shadow: none;
    opacity: 1;
    z-index: 200;
    border: none !important;
    opacity: .6;
    background: rgba(255,255,255, .6);
    color: white;
    color: black;
    /*z-index: 100000;*/
}

.slider-slick-next {
    right: 50px;
}

.slider-slick-prev {
    left: 50px;
}


.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;*/
}


video {
  position: relative;
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*width:2000px; */
  height: inherit;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 1024px) {

    .slick-dots-white { opacity: 0 }
    .index_slider h2 {
       height: auto;
       overflow: hidden;
       width: 100%;
       font-size: 20px;
       font-weight: 400;
       /*text-align: center;*/
       margin-top: 7px;
       margin-bottom: 30px;
/*	white-space: nowrap;
    overflow: hidden;  
    text-overflow: ellipsis; */
    /*border: 1px #ccc solid;*/
}

.opisanie {
	height: auto;
	overflow: hidden;	
   /*border: 1px #ccc solid;*/
}



}    