body {
	font-family: Ubuntu, Helvetica, sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, "/");
}

h1 {
	font-size: 48px;
}
h3 {
	font-size: 1rem;
}

/*карточки*/

.main-card {

}
.main-card .text ul{
	margin: 0px;
	padding: 0px;
}
.main-card .text ul li{
	display: inline;
}
.main-card .card-title {
	text-transform: capitalize;
}
.main-card .card-title a{
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: bold;
	color: #212529;
}
h2.card-title {
	line-height: 23px;
}
.main-card .text b {
	font-weight: normal;
	color: #000;
}
.main-card .count .all {
	font-size: 23px;
	font-weight: 600;
	color: #1ae61a;
}
.main-card .count .today {
	padding-top: 5px;
}
.main-card a.url {
	color: #0d6efd;
}

.btnq
{
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	border: 1px solid #e9ecef;
	color: #666c72;
	padding: 2px 6px;
	border-radius: 25px;
	margin-right: 4px;
	margin-top: 5px;
	transition: background 0.3s, color 0.3s;
}
.btnq.tag {
	background-color: #b3e0ff82;
	color: #0484c9;
}
.btnq.price {
	background-color: #daf7dd;
	color: #558c4f;
}
.btnq.tag_menu:hover {
	border-color: #666c72;
}
.btnq.tag_menu.active {
	border-color: #666c72;
}

.update_time {
	font-size: 13px;
	font-weight: 700;
	color: rgba(33, 37, 41, 0.75);
}
.update_time time {
	font-weight: 500;
}

.footer {
	min-height: 250px;
	background-image:  url(img/footer-bg.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	
}
.footer .copy {
	font-size: 13px;
	font-weight: 700;
	color: rgba(33, 37, 41, 0.75);;
}
.brcrumb {
	height: 24px;
}
