.catalog-nav {
	margin-left: 0;
	list-style-type: none;
	color: #000;
}
.catalog-header {
	background: #E68A34 !important;
	color: #fff !important;
	font-size: 23px !important;
	font-family: Helvetica, serif;
	font-weight: 700;
	padding: 7px !important;
	padding-left: 10px !important;
}

.parent-node::after {
	content: url("/static/img/catalog-arrow-grey.svg");
	float: right;
}

.parent-node:hover::after {
	content: url("/static/img/catalog-arrow-orange.svg");
}

.catalog-nav > li {
	padding: 13px 10px;
	font-size: 14px;
	background: #F6F6F6;
	color: #000;
	border: 1px solid #E5E5E5;
	border-top: 0;
}
.catalog-nav > li:not(.catalog-header):hover, .catalog-nav > li:hover > a, .catalog-nav > li.active {
	background: #E5E5E5;
	color: #E68A34 !important;
	cursor: pointer;
}

.catalog-nav > li > div {
	position: absolute;
	left: 270px;
	background: #D8D8D8;
	z-index: 2000;
	width: 75%;
	padding: 10px;
	margin-top: -32px;
	border: 1px solid #ccc;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 1s linear;
	cursor: default;
}
.catalog-nav > li > div > ul {
	left: 25%;
	z-index: 2000;
	padding: 10px;
	column-count: 2;
	list-style: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 35px;
}
.catalog-nav > li:hover > div {
	visibility: visible;
	opacity: 1;
}

.content > .row > div {
	position: static;
}
.catalog-block-title {
	margin-top: 10px;
}
.catalog-block-title > span {
	font-size: 25px;
}
.category-title {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-top: 16px;
}
.category-body > ul {
	list-style: none;
	margin-top: 4px;
	margin-bottom: 0px !important;
}

.catalog-nav > li > div > ul > li > ul {
  	list-style-type: none;
  	margin-left: 12px;
	font-weight: normal;
}
.catalog-nav > li > div > ul > li > ul > li > a:hover {
	text-decoration: underline !important;
}

.child-hidden {
	display: none;
}
.categories-full-hidden {
	display: none;
}
.children-hidden-show > .child-hidden {
	display: block;
}
.categories-hidden-show .categories-full-hidden {
	display: block;
}
.category-card {
	height: 100%;
	text-align: center;
}
.category-card .card-body {
	padding: 0;
}
.category-card:hover {
	cursor: pointer;
	border-color: #fd9a9a;
}

.category-card:hover .card-body > p {
	color: #c67234;
}
.category-card:hover .card-body > p {
	text-decoration: underline #428bca;
	color: #428bca;
	text-decoration-thickness: 0.1rem;
}
.category-badge {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}
.show-more-categories {
	margin-bottom: 10px;
}
.show-more-btn {
	background: none;
	border: none;
	border-bottom: 1px dashed;
	cursor: pointer;
	color: #ee3937;
	transition: border .2s ease-out;
	white-space: nowrap;
}
.show-all-categories-btn {
	margin-top: 15px;
	font-size: 15px;
}
@media screen and (max-width: 800px) {
	.catalog-nav > li > ul {
		column-count: 1;
	}
}

.email {
	text-decoration: underline;
}

.footer-contacts p {
	line-height: 1.2;
	font-size: 16px;
}
