

img, iframe {
	height: auto;
}


.catalog,
.categories {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#side-menu ul li .active {
	border-bottom: solid #333 1px;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    text-decoration: none;
    width: 165px;
    display: block;
    padding: 10px 0 10px 10px;
    text-shadow: 0 1px 1px #000;
	background-color: #716f6f;
}

.shop-item-info1 {
	display: block;
	height: unset;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.shop-search form.b-spoiler__body {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.shop-search h3.b-spoiler__link {
		text-decoration: underline;
	}

	.shop-search form.b-spoiler__body {
		display: none;
	}
	
	.shop-item-left {
		width: 100%;
	}
	
	.shop-item-right {
		width: 100%;
	}
}


.kamaz-table {
	width: 100%;
	padding: 3px;
	border: 1px solid #cdcdcd;
}

.kamaz-table td {
	padding: 3px;
	border: 1px solid #cdcdcd;
}

.kamaz-table th {
    color: #ee2724;
    text-align: center;
    font-weight: normal;
}