/* #a82660; - розовый */

body{
	background: url(img/gwfon.jpg) 50% 50% repeat;
	margin: 0;
	padding: 0;
}
.content{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
.div_h1{
	display: flex;
	margin: 0px auto;
	margin-top: 10px;
	height: auto;
	width: 98%;
	max-width: 960px;
	background-color: #a82660;
    border-radius: 10px 10px 0px 0px;
}
.content_flex{
	width: 98%;
	max-width: 960px;
	display: flex;
	margin: 0 auto;
	height: auto;
	
	background-color: #fff;
}
.conteiner{
	display: block;
	margin: 0 auto;
	width: 75%;
    

}
.header{
	display: block;
	position: relative;
}
.h1{
	margin-left: 15px;
	margin-right: 15px;
    color: #fff;
}
.content_block{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	height: auto;
	
	min-height: 200px;

}
.div_span{
	width: 25px;
	height: auto;
	cursor: pointer;  
    flex-direction: column;
    display: none;
    align-items: center;
    right: 10px;
    top: 10px;
    align-items: end;
    position: absolute;
}
.span{
	width: 25px;
	background-color: #9c0a29;

	height: 2px;
	display: block;
    
}
.span_top{
	width: 25px;
	height: 2px;
	display: block;
	background-color: #9c0a29;
	margin-bottom: 4px;
}
.span_bottom{
	width: 25px;
	height: 2px;
	margin-top: 4px;
	background-color: #9c0a29;
	display: block;
}
.station{
	display: flex;
	margin: 10px auto;
	width: 30%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.498);
	padding: 6px;
	border-radius: 5px;
}
.station_header{
	width: 100%;
	height: auto;
	display: flex;
	min-height: 62px;
	max-height: 62px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) linear-gradient(#fefdfb, #ffdbee);
	box-shadow: 0 0 3px #999;
	padding: 3px;
  align-items: center;
  padding-top: 8px;
    padding-bottom: 8px;
}
.header_a{
	  color: #a82660;
    text-decoration: none;
    display: block;
    width: 98%;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.header_a:hover{
    color: #333;
    text-decoration: underline;
}
.station_img{
	width: 100%;
	display: block;
	
	box-shadow: 0 0 3px #999;
	margin-top: 10px;
    
    padding: 3px;
}
.img_station{
	  max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.station_text{
	width: 100%;
	display: block;
	
	overflow: hidden;
	height: auto;
	max-height: 200px;
	min-height: 200px;
  padding: 3px;
}
.text_p{
  display: block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    text-align: left;
    font-size: 16px;
    font-family: sans-serif;
    color: #333;
}
.station_button{
	display: flex;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.button_a{
	padding: 4px 12px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
}
.button_a:hover{
	background: #d9d9d9;
}
.menu_right{
	display: block;
	width: 25%;
	margin: 0 auto;
	height: auto;
	
}
.detals_summari{
	width: 95%;
	height: auto;
	display: block;
  margin: 10px auto; 
	
}
.div_krestik{
	display: none;
	width: 100%;

}
.span_krestik{
	font-size: 30px;
	margin: 5px;
	cursor: pointer;
	color: #808080;
}
.details_summary{
	width: 98%;
	
	height: auto;
	margin: 0 auto;
	border: 1px solid #bc2d2f;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background: #fef7f9;
}
.details_summary_a{
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid #d8d4d2;
  color: #ae3f60;
  border-top: 1px solid #ffffff;
  display: block;
  background: #fef7f9;
}
.details_summary_a:hover{
	color: #333;
	
	background: #e7e2df;
}
.pagination{
	width: 100%;
	display: flex;
	justify-content: center;
	
	margin: 30px auto;
}
.pagination_a{
	  cursor: pointer;
    padding: 8px 8px;
    color: #a82660;
    text-decoration: none;
    border-radius: 3px;
    
    border: 1px solid #ddd;
    margin-left: 5px;

}
.pagination_a_active{
	  cursor: pointer;
    padding: 8px 8px;
    color: #999;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #ffffff;
    margin-left: 5px;
}
.pagination_a:hover{
	color: #808080;
	background: #ffffff;
}
.pagination_a:active{
	box-shadow: 0 3px 0 0 #9c0a29, 0 2px 2px 0 #000;
	color: #000;
}
.foter{
	width: 98%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  background: #E8EEEE;
  height: auto;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2) inset;
  align-items: center;
}
.navigation{
	width: auto;
	height: 35px;
	margin-left: 5px;
	margin-right: 10px;
}
.navigation_p{
	font-size: 18px;
	display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.div_foter{
	display: flex;
	margin: 0px auto;
	margin-bottom: 30px;
	height: auto;
	width: 98%;
	max-width: 960px;
	background-color: #a82660;
  border-radius: 0px 0px 10px 10px;
}
.div_foter_p{
	color: #fff;
	margin-left: 10px;
	font-size: 20px;
	margin-right: 10px;
}
@media (max-width: 1450px){
    .content_flex{
    	width: 98%;
    }
    
}
@media (max-width: 1200px){
    
    .content_flex{
    	position: relative;
    }
    .menu_right{
    	position: absolute;
    	width: 300px;
    	background-color: #fff;
    	right: 0;
    	display: none;
    }
    .conteiner{
    	width: 100%;
    }
    .div_span{
    	display: block;
    }
    .div_krestik{
    	display: block;
    }
    .content_block{
    	padding-top: 25px;
    }
}
@media (max-width: 720px){
	.station{
		width: 45%;
	}

}
  @media (max-width: 600px) {
  	.menu_right{
  		width: 100%;
  	}
    .menu {
      justify-content: space-between;
    }
    
    /* Показываем кнопку с тремя точками */
    
  }

@media (max-width: 513px){
	.h1{
		font-size: 20px;
	}
}
@media (max-width: 460px){
	.station{
		width: 93%;

	}
	.img_station{
		width: 100%;
	}
}