.bx_section_tile { 
	margin-bottom: 30px; 
	width: 45vw;
}

.bx_section_tile .bx_section_tile_ul { 
	padding: 0; 
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}

.bx_section_tile .bx_section_tile_ul li {
	width: auto;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	list-style: none;
	text-align: center;
}

.bx_section_tile .bx_section_tile_ul li:before { content: '' !important }

.bx_section_tile .bx_section_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_section_name {
	background: rgb(255 255 255 / 78%);
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    line-height: 13px;
    padding-right: 15px;
    position: absolute;
    text-align: right;
    width: 100%;
}

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: auto;
	min-height: 15vh;
    max-height: 20vh;
	border: 1px solid rgb(240, 240, 240);
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	transition: background-size 3s ease-out;
	-moz-transition: background-size 3s ease-out;
    -web-kit-transition: background-size 3s ease-out;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.bx_catalog_tile .bx_catalog_tile_img:hover {
	border-color: rgb(240, 240, 240);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.034);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.image {
    box-sizing: border-box;
    margin: 5px 0;
    position: relative;
}

.image_wrap {
    box-sizing: border-box;
    overflow: hidden;
	width: auto;
	height: 15vh;
	min-height: 15vh;
    max-height: 20vh;
}

.image img {
    height: 100%;
    transition: .3s;
    width: 100%;
	
}

.image img:hover {
    transform: scale(1.1);
	transition: all 0.3s ease-out;
}

.bx_section_tile_main_title {
	margin-left: 10px;
}

.bx_section_tile .bx_section_tile_title {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_section_tile .bx_section_tile_title a {
	color: #4c7da6;
	font-size: 14px;
	font-weight: bold;
}

.bx_section_tile .bx_section_tile_title a:hover {
	color: #59b351;
	font-size: 14px;
	font-weight: bold;
}

a:focus {
	outline: none !important;
}

.bx_section_tile_span {
	float: left;
	margin-top: 15px;
    margin-bottom: 5px;
}

.bx_section_tile .bx_section_tile_title a:hover { text-decoration: none; }

.bx_section_tile .bx_section_tile_title span { font-size: 12px; }

.bx_element_nope {
	margin-left: 20px;
	color:rgb(146, 146, 146)
}

@media (max-width: 639px) {
	.image img {
		visibility: hidden;
	}

}