div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	display:none;
	overflow:hidden;
	z-index:205;
	width: auto !important;
	/*top: 35px;*/
	/*top: 445px !important;*/
	width: 100% !important;
    box-sizing: border-box;
    margin-top: -2px;
    left: 0 !important;
    z-index: 1000;
    background: #f7f7f7;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100% !important;
}

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 {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:11px;
	padding-bottom:11px;
	text-align:left;
	white-space:nowrap;
	border-bottom: 2px solid #f1f1f1;
}

table.title-search-result td.title-search-item {
    padding-left: 20px;
    padding-right: 20px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	/*color:#cf0000;*/
	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
{
	background-color:#e2f2fa;
}

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-left:24px;
	padding-right:15px;
	background-color: #2c30cc !important;
}

table.title-search-result td.title-search-all a{
	text-decoration:none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
    display: block;
    background-color: #2c30cc !important;
}

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('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
	top: 40px;
}
.pr_1, .pr_2 {
    display: flex;
    flex-direction: column;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
}
.pr_1 .val {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.pr_2 {
    margin: 15px 0;
}
.pr_2 .val {
    font-weight: bold;
    font-size: 16px;
}
#form_search {
	position: relative;
	z-index: 2
}

#contacts .contacts .about .about__content,
.form-search {
	width: 100% !important;
}

.search_result.active {
	display: flex;
	justify-content: space-between;
	background: #fff;
	overflow: auto;
	max-height: 50vh;
	height: 100%;
	z-index: 999;
}

.search_result.active .left {
	width: 30%
}

.search_result.active .right {
	width: 65%
}

.search_result {
	margin-top: -3px;
	padding-top: 20px;
	border: 1px solid #cdcdcd;
	z-index: 1;
	border-radius: 0 0 5px 5px;
	display: none;
}

.col-md-6.right {
	margin-top: -16px;
	margin-right: -18px
}

.search_result .cat-all.active .items-count,
.search_result .search-cat.active .cat-count {
	width: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #1241ce;
	font-size: 11px;
	border-radius: 2px
}

.search_result .cat-all .items-count,
.search_result .search-cat .cat-count {
	width: 22px;
	line-height: 22px;
	text-align: center;
	color: #566b75;
	border-radius: 2px;
	background: #e3ecef;
	font-size: 11px;
}

.search-item {
	display: flex;
	align-items: center;
	padding: 18px 16px;
	border-bottom: 1px solid #e3ecef;
}

.search-cat,
.cat-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	border-bottom: 1px solid #f1f6f7;
	font-size: 16px;
	color: #263238;
	text-align: left;
	line-height: 19px;
	cursor: pointer
}

.cat-all.active,
.search-cat.active {
	background: #E3ECEF;
}

.search-cat:hover,
.cat-all:hover {
	color: #6639b6;
	cursor: pointer
}

.search_result div:after {
	display: none;
}

.search-item__img {
	width: 50px;
	min-width: 50px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.search-item__thumb {
	width: auto;
	max-width: 50px;
	height: auto;
	max-height: 50px;
}

.search-item__info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-item__name {
	max-width: 400px
}

.search-item__article{
	font-size: 14px;
	color: #999999
}

.search-item__title {
	font-size: 14px;
	color: #263238;
	text-decoration: none;
	/* display:inline-block;

	overflow: hidden;
	text-overflow: ellipsis */

	display: -webkit-box;
	max-height:60px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;	
}

.search-item__title:hover,
.search-item__title:active {
	color: #6639b6;
}

.form-search__input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	padding: 0 20px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}

.form-search__submit {
	border: none;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 40px;
	background: url(/verstka/images/search-icon.png) center center no-repeat;
}

.search-item__in_stock {
	margin-left: auto;
	margin-right: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
}

@media (max-width: 625px) {
	.search_result.active {
		flex-wrap: wrap;
		height: calc(100vh - 140px);
		max-height: unset;
		/* margin-left: -20px; */
		/* margin-right: -15px; */
	}

	.search_result.active .left {
		display: none;
	}

	.search_result.active .right {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.search_result.active .search-item__info {
		flex-wrap: wrap;
	}

	.search-item__in_stock {
		margin: 0
	}

	.search-item__price-current {
		margin-right: auto;
		font-weight: bold;
	}
	.form-search__submit {
		border: none;
		outline: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		width: 60px;
		height: 40px;
		background: url(/verstka/images/close-icon-n.png) center center no-repeat;
	}
}

.form-search__reset {
		border: none;
		outline: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		width: 60px;
		height: 40px;
		background: url(/verstka/images/close-icon-n.png) center center no-repeat;
}

@media (min-width: 1100px) {
	.form-search__reset {
		display:none;
	}
}
