@media (min-width: 992px) and (max-width:1249px) {

	.card_btn_basket_link {
		padding: 8px 75px 8px 20px !important;
		border-radius: 5px;
		color: #fff !important;
		width: auto !important;
		margin-right: 5px;
		font-size: 16px;
		text-decoration: none;
		background: url(/images/card_basket.png) #e50000;
		background-position: right;
		background-repeat: no-repeat;
		display: inline-block;
	}


.blog-add-comment {
	text-align:left;
}
.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div {
	padding:0px;
}
.bx_soc_comments_div.bx_important.bx_red .bx_bt_button {
	background-color: #e50000;
   padding: 8px 20px 8px 20px !important;
   border-radius: 5px;
   color: #fff;
   margin-right: 5px;
   font-size: 16px;
   text-decoration: none;
   width: 230px;
   line-height: 2.1;
}

.bx_soc_comments_div.bx_important.bx_red .bx_bt_button:hover {
	color: #eee;
}

.bx_soc_comments_div.bx_important.bx_red .bx_bt_button>b {
	font-weight:normal;
}



	BODY {
		/* background-color: #da7134; */
	}

	.sima_card {
		display:flex;
		width:960px;
		margin-right:auto;
		margin-left:auto;
		}	

	.sima_row {
		display:flex;
		flex-wrap: wrap;
		}		
		
.sima_card_left {
	width:480px;
	padding-right:10px;		
}


.sima_card_right {
	width:480px;		
	padding-left:10px;		
}		



.prodcard_img {
	margin-top:20px;
}

.sima_card_image {
	width:470px;
	/* margin-top:20px; */
}


.sima_card_video {
	width:470px;
	height:265px;
}


.card_btn_testdrive {
	background-color:#394653;
	padding:10px 11px !important;
	border-radius:5px;
	color:#fff;
	/* width:auto !important; */
	width:358px;
	margin-right:5px;
	margin-top:10px;
	font-size:16px;
	text-decoration:none;
	display:block;
	text-align:center;
}
.card_btn_testdrive:hover {
	color:#eeeeee;
}




.action_buttons {
	display:flex;
	flex-direction: column;
	grid-gap:10px;	
}

.card_btn_testdrive_v2 {
	background-color:#394653;
	padding:10px;
	border-radius:5px;
	color:#fff;
	flex:1;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}
.card_btn_testdrive_v2:hover {
	color:#eeeeee;
}




}