.block_station{
	display: block;
	width: 100%;
	height: auto;
	
	padding-bottom: 20px;
	margin: 5px auto;
	padding-top: 2px;
}
.widtch{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.h2{
	text-align: center;

}
.img_kar_station{
	display: block;
	width: auto;
	max-width: 300px;
	height: auto;
	float: left;
    margin-right: 10px;
}
.img_station{
	width: auto;
	max-width: 600px;
	display: block;
	height: auto;
	margin: 10px auto;
}
.bloki{
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 20px;
}
.text{
	display: block;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.button_a{
	  color: rgb(255, 255, 255);
    background-color: rgb(2, 117, 216);
    border-color: rgb(2, 117, 216);
    margin-top: 0.5rem !important;
    cursor: pointer;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
}
.button_b{
	  color: rgb(255, 255, 255);
    background-color: #5cb85c;
    border-color: #5cb85c;
    margin-top: 0.5rem !important;
    cursor: pointer;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.button_b:hover{
	background-color: #489b48;
}
.knopki{
	width: 90%;
	height: auto;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: left;
}
.button_a:hover{
	background-color: rgb(4, 90, 163, 1);
}
i{
	color: white;
	font-style: normal;
}
.like{
	margin: 0 5px;
}
.img_domload{
	width: 21px;
	height: auto;
	margin-right: 5px;
}
.contex1{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 600px) {
  .img_kar_station{
    float: none; /* убираем обтекание */
    display: block; /* делаем изображение блочным */

    margin: 0 auto; /* по желанию — центрировать */
    width: 100%;
    max-width: 100%;

  }
  .text{
  	margin: 10px 0;
  }
  .img_station{
  	margin: 0 auto; /* по желанию — центрировать */
    width: 100%;
    max-width: 100%;
  }
  .widtch{
  	width: 99%;
  }
  .knopki{
  	flex-direction: column;
  }
  .contex1{
  	width: 100%;
  }
}