

/* Start:/bitrix/templates/mmb_2k18/components/sys/main_page_categories/.default/style.css?15767393881305*/

.category-card,
.category-card:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    text-decoration: none;
}

.category-card .category-card-thumb {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    height: 0;
    padding-bottom: 66.6%;
}

.category-card:hover .category-card-thumb > img {
    transform: translate(-50%, -50%) scale(0.94);
}

.category-card .category-card-thumb > img {
    transition: all .4s;
    backface-visibility: hidden;
    
	object-fit: contain;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	height: auto;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.category-card .category-card-info {
    margin: 0 auto;
}

.category-card .category-card-title {
    margin-bottom: 12px;
    color: #404040;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: lighter;
}

.category-card .category-card-subtitle {
    margin: 0;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

/* End */
/* /bitrix/templates/mmb_2k18/components/sys/main_page_categories/.default/style.css?15767393881305 */
