.bnm_00 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	font-family: Arial, sans-serif;
}

.bnm_01 {
	border-radius: 8px;
	color: #ffffff;
	padding: 20px;
	margin: 0;
	text-align: center;
	text-shadow: 0 2px 6px rgba(0,0,0,0.6);
	font-size: 18px;
}

.bnm_02 {
	width: 95%;
	background: #f3fff5;
	border-radius: 8px;
	color: #1e4632;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #00b36b;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.bnm_02 p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	text-align: left;
	color: #666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.bnm_02 span {
	font-weight: bold;
}
.bnm_02 i {
	color: #959595;
}
.bnm_03 {}
.bnm_04 {}

/* ===== Белая ссылка (класс НА САМОЙ <a>) ===== */
a.bnm_wht,
a.bnm_wht:visited,
a.bnm_wht:focus {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	transition: all 0.2s ease;
	font-size: 18px;
}

a.bnm_wht:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* ===== Зеленая ссылка (класс НА САМОЙ <a>) ===== */
a.bnm_grn,
a.bnm_grn:visited,
a.bnm_grn:focus {
	color: #008040;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,128,64,0.4);
	transition: all 0.2s ease;
}

a.bnm_grn:hover {
	color: #00b36b;
	border-bottom: 1px solid #00b36b;
}
/*SMALL IMAGE*/
.small_imgnewcar {
	max-height: 150px;
	border: 1px solid #D4D4D4;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
                rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 5px;
	padding: 3px;
	display: inline-block;
	cursor: pointer;
	/*margin-bottom: 5vh;*/
}
.small_imgnewcar img {
    max-height: 100%; 
    border-radius: 5px; 
    display: block; 
}
/*SMALL IMAGE*/