.page-result__count {
	display: inline-block;
	margin-bottom: 26px;
	font-family: ubuntu;
	font-size: 13px;
	color: #705C67;
}

.page-result__list {
	margin-bottom: 55px;
}

.page-result__item {
	display: flex;
	margin-bottom: 25px;
}

.page-result__order {
	display: inline-block;
	height: 100%;
	margin-top: 38px;
	margin-right: 10px;
	text-align: left;
	vertical-align: middle;
}

.page-result__img {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	display: inline-block;
	height: 95px;
	width: 65px;
	/* background: url("../img/result-thumb.jpg"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
}
.page-result__img  img{
	height: 95px;
	width: 65px;
}
.page-result__info {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: 15px;
	padding-top: 5px;
}

.page-result__title {
	margin-bottom: 15px;
}

.page-result__link {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	border-bottom: 1px solid;
}

.page-result__price {
	margin-bottom: 6px;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
}

.page-result__description {
	line-height: 1.231;
	font-size: 13px;
	font-weight: 500;
	color: #705C67;
}


/*--------------FORM--------------*/
.search-form {
	width: 190px;
}

.search-form__label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-style: italic;
	color: #E4BFFC;
}

.search-form__field {
	position: relative;
	padding-right: 30px;
}

#site-search__input {
	display: inline-block;
	height: 24px;
	width: 160px;
	padding-left: 8px;
	font-size: 13px;
	line-height: 1;
	-webkit-border-radius: 7px;
	        border-radius: 7px;
	border: 1px solid #be92d3;
}
#site-search__input:active,
#site-search__input:focus {
	outline: none;
	border: 1px solid #ebc0ff;
}
#site-search__input::placeholder {
	color: #b3a6ad;
	font-size: 13px;
}

.site-search__btn {
	position: absolute;
	top: 1px;
	right: 0;
	display: block;
	height: 22px;
	width: 22px;
	font-size: 0;
	background: url("../img/ico-search.png");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border: none;
}


/*--------------topMenu--------------------*/
.topMenuInner {
	display: flex;
	justify-content: space-around;	
}
.topMenuInner > .search-form {
	margin-top: -10px;
}

/*--------------Фиксированная полоса--------------------*/
.main .fixedBlocks #topMenu {
	padding-top: 13px;
}