body {
    color: #000;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.logo {
	display: block;
	max-width: 190px;
	height: 75px;
	background: url(/img/logo.svg) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.2rem;
	line-height: 2.2rem;
}
.breadcrumb {
	padding: 0;
	background: none;
	margin: 1rem 0;
}
.breadcrumb .divider {
	margin: 0 10px;
}
.breadcrumb .divider:first-child {
	display: none;
}
.main-menu {
	padding: 25px 0;
}
.main-menu li {
	margin-left: 20px;
}
.main-menu a {
	color: #000;
}
.infosite {
	background: #e9ecef url(/img/road_head.jpg) bottom center no-repeat;
}
.infosite p {
	color: #000;
	text-shadow: 0 0 0 #000;
	margin-bottom: 0;
}
.jumbotron {
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0.1) 33%);
}
.wr-item {
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.wr-item:hover {
	border-color: #909090;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
.wr-item h3 {
	background: #f0f0f0;
	font-size: 1.35rem;
	padding: 5px 0;
}
.wr-item img {
	width: 100%;
	max-width: 366px;
}
.price {
	color: #2a5885;
	font-size: 28px;
	font-weight: bold;
	padding: 20px;
}
.descr {
	padding: 0 0 20px;
	line-height: 1.2rem;
}
footer {
	margin-top: 30px;
	border-top: 1px solid #909090;
	padding: 25px 0;
}
.item-106 {
    background: #ffc400;
    border-radius: 5px;
    padding: 3px 10px;
}

@media screen and (max-width: 767px) {
	.logo {
		width: 100%;
	}
	.main-menu.justify-content-end {
		justify-content: flex-center!important;
	}
	.card-deck {
		flex-flow: column nowrap;
	}
}
