.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
}

.tab-title{
	font-size: 18px;
	margin-bottom: 24px;
	font-weight: 600;
}

.tab-content .tab-pane{
	margin-bottom: 60px;
}

.card-exapmles__wrap{
	overflow-x: auto;
}

.card-exapmles__wrap::-webkit-scrollbar {
	width: 10px; /* ширина для вертикального скролла */
	height: 5px; /* высота для горизонтального скролла */
	background-color: transparent;
}

/* ползунок скроллбара */
.card-exapmles__wrap::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 9em;
}

.card-exapmles__list{
	display: flex;
	flex-wrap: nowrap;
}

.card-exapmles__wrap:hover::-webkit-scrollbar {
	background-color: #efefef;
}

.card-exapmles__wrap:hover::-webkit-scrollbar-thumb {
	background-color: #e41e25;
}

.card-exapmles__list .product{
	width: 160px;
	flex-shrink: 0;
	margin-right: 15px;
}

@media (max-width: 969px){
	.card-exapmles__list .product {
		width: 130px;
	}
}

@media (max-width: 500px){
	.card-exapmles__list .product {
		width: 65%;
	}
}