.test_card{
	background:#E5F4F6;
	border-radius:13px;
	padding:15px;
	width:100%;
	height:225px !important;
	position:relative;
	margin:0 5px;
}
.test_card a{
	display:block;
	width:100%;
	height:100%;
	color:#0B0A07;
}
.test_name{
    font-size: 21px;
    font-weight: 500;
    line-height: 108%;
}
.test_price{
	position:absolute;
	bottom:15px;
	left:15px;
}
.test_price span{
	display:block;
	margin-bottom:10px;
	color:#0097B3;
    font-size: 17px;
    font-weight: 500;
}
.test_buy{
	color:#0097B3;
    font-size: 17px;
    font-weight: 500;	
	border-radius:8px;
	border:1px solid #0097B3;
	display:inline-block;
	padding:8px 30px;
	line-height: 1;
	cursor:pointer;
}
.slick-arrow{
    position: absolute;
    top: calc(50% - 23px);
    width: 47px !important;
    height: 47px !important;
    border-radius: 50%;
    border: 1px solid #0097B3;
    z-index: 4;
	font-size: 0;
    line-height: 0;
	background:url(/images/arrow.png) no-repeat center center #fff;
}
#main_tests .slick-prev{
    left: -20px;
	transform: rotate(180deg);
}
#main_tests .slick-next{
    right: -20px;
}