

/* Start:/local/templates/haematech/components/bitrix/breadcrumb/main/style.css?16732548001486*/
.bx-breadcrumb i {
	font-size: inherit;
	color: rgba(91, 91, 91, 0.5);
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-weight: 400;

	line-height: 120%;
	white-space: normal;
	color: rgba(91, 91, 91, 0.5);
}
.bx-breadcrumb .bx-breadcrumb-item > span {
    /*color: var(--base);*/
    /*font-weight: 600;*/
}
.bx-breadcrumb .bx-breadcrumb-item:last-child span {
	color: rgb(91, 91, 91);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.page-header {
	text-transform: uppercase;
	font-family: Oswald;
	font-weight: 300;
	font-size: 46px;
	line-height: 130%;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.bx-breadcrumb {
		margin-top: 5px;
		box-sizing: border-box;
		padding: 0 15px;
	}
}

@media screen and(max-width: 1023px) {
	.bx-breadcrumb {
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.bx-breadcrumb {
        padding: 0;
		margin-top: 20px;
		display: flex;
		overflow-x: scroll;
	}
	.bx-breadcrumb .bx-breadcrumb-item {
		flex-shrink: 0;
	}
	.bx-breadcrumb .bx-breadcrumb-item span {
		white-space: nowrap;
	}
	.bx-breadcrumb::-webkit-scrollbar {
		width: 5px;
		height: 1px;
	}

	.bx-breadcrumb::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(213, 0, 19, 0);
	}

	.bx-breadcrumb::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(213, 0, 19, 0);
	}
	.page-header {

		margin-top: 5px;
	}

}

/* End */


/* Start:/local/templates/haematech/components/bitrix/search.title/header/style.css?17074742283642*/
div.title-search-result {
	border:1px solid var(--bg-dark);
	display:none;
	overflow:hidden;
	z-index:999;
	border-radius: 5px;
	padding: 15px 0;
	box-sizing: border-box;
	min-width: 300px;
	/*width: 370px !important;*/
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
	position: relative;
}

table.title-search-result {
	/*width: 370px !important;*/
}

table.title-search-result tr > *:first-child {
    display: none;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
    width: 100%;
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}
table.title-search-result tr td:not(.title-search-all) {
	padding: 0 15px 0 15px;
}
table.title-search-result tr td a {
	border-bottom: 1px solid var(--bg-dark);
	padding: 10px;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display: flex;
    align-items: center;
}
table.title-search-result td.title-search-item a img{
    margin-right: 10px;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color: var(--main-default);
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	color: var(--main-default) !important;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding: 10px;
}

table.title-search-result td.title-search-all a {
	text-decoration: none;
	color: var(--main-disabled);
	border-bottom: none;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	/*background-image: url('/local/templates/haematech/components/bitrix/search.title/header/images/fader.png');*/
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

table.title-search-result td.title-search-item a,
table.title-search-result2 td.title-search-item a{
	white-space: pre;
}
table.title-search-result td.title-search-item b:not(:last-child),
table.title-search-result2 td.title-search-item b:not(:last-child) {
	padding-right: 5px;
}
.blog__search #title-search-input {
	height: 80px;
	background: rgba(217, 217, 217, 0.21);
	border: 2px solid var(--main-default-dark);
	border-radius: 16px;
	max-width: 830px;
	width: 100%;
	padding-left: 32px;
	box-sizing: border-box;
}
.blog__search input[type="submit"] {
	display: none;
}

@media (max-width: 1460px) {
	.blog__search #title-search-input {
		height: 70px;
	}
}
@media (max-width: 767px) {
	.blog__search #title-search-input {
		height: 60px;
		margin-top: 20px;
	}
}
/* End */
/* /local/templates/haematech/components/bitrix/breadcrumb/main/style.css?16732548001486 */
/* /local/templates/haematech/components/bitrix/search.title/header/style.css?17074742283642 */
