.breadcrumb {
	font-weight: 300;
	font-size: 14px;
	color: var(--goluboy);
	padding: 20px 0 30px;
}

.breadcrumb a {
	font-weight: 300;
	font-size: 14px;
	color: var(--goluboy);
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb span {
	font-weight: 300;
	font-size: 14px;
	color: var(--goluboy);
}

@media (max-width: 767px) {
	.breadcrumb {
		padding: 15px 0 30px;
	}

}
