.search-page {
	position: relative;
}

.search-page .productlist__count {
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #05142f;
}

.search-page .productcard__bottom {
	align-items: center;
	justify-content: flex-end;
}

.search-page .basket-button-block {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.search-page .productlist-top__gridtype {
	margin-top: 0;
}

.search-page .productlist-top__block {
	justify-content: space-between;
	align-items: center;
}

.search-page .productlist__items .productcard__quantity--label {
	display: none;
}

.search-page .productlist__items.inline .productcard__center {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.search-page .productlist__items.inline .productcard__center .productcard__center--title {
	grid-area: 1 / 1 / 2 / 3;
}

.search-page .productlist__items.inline .productcard__center .productcard__center--raiting {
	grid-area: 2 / 1 / 3 / 3;
}

.search-page .productlist__items.inline .productcard__center .productcard__center--article {
	grid-area: 3 / 1 / 4 / 2;
}

.search-page .productlist__items.inline .productcard__center .productcard__quantity--label {
	grid-area: 3 / 2 / 4 / 3;
}

.news__bottom {
	margin-top: 35px;
}

@media only screen and (max-width: 1290px) {
	.search-page .productcard.card .productcard__bottom--summ {
		width: auto;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.search-page .productcard.inline .productcard__bottom--summ::before {
		left: -10px;
		font-size: 12px;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
	.search-page .productcard.inline .productcard__bottom {
		justify-content: unset;
		margin-top: 5px;
	}

	.search-page .productcard.inline .basket-button-block {
		margin-left: unset;
	}

	.search-page .productcard.inline .productcard__bottom--summ {
		width: auto;
		margin-top: 15px;
	}

	.search-page .productcard.inline .productcard__bottom--summ::before {
		left: -10px;
		font-size: 11px;
	}
}

@media only screen and (max-width: 960px) {
	.search-page .productcard.inline {
		height: 170px;
	}

	.search-page .productlist-top__mobile {
		border-top: 0;
		width: auto;
		right: 0;
		position: absolute;
		top: -5px;
	}

	.search-page .productcard.inline .productcard__bottom {
		top: 50px;
	}

	.search-page .productcard.inline .productcard__bottom--basket {
		margin-top: -20px;
	}

	.search-page .productcard.inline .productcard__bottom--summ {
		margin-top: 73px;
	}

	.search-page .productlist__count {
		display: block;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 13px;
		width: 100%;
		font-weight: normal;
	}

	.search-page .productcard.inline .productcard__bottom--summ::before {
		left: -10px;
		font-size: 11px;
	}

	.search-page .productlist__items.inline .productcard__center .productcard__quantity--label {
		grid-area: 3 / 1 / 4 / 3;
	}
	.search-page .productcard.inline .productcard__bottom--summ::after {
		left: -11px;
	}
}

@media only screen and (max-width: 374px) {
	.search-page .productcard.inline {
		height: 180px;
	}

	.search-page .productcard.inline .productcard__bottom {
		justify-content: start;
	}

	.search-page .basket-button-block {
		margin-left: unset;
		margin-top: 19px;
	}

	.search-page .productcard.inline .productcard__first--favorite,
	.search-page .productcard.inline .productcard__first--compare {
		bottom: 15px;
	}

	.search-page .productcard__bottom {
		justify-content: space-between;
		margin-top: 20px;
	}

	.search-page .productcard.card .productcard__bottom--summ {
		margin-bottom: 0;
		margin-top: 0;
	}

	.search-page .productcard.card .basket-button-block {
		margin-top: 0;
	}

	.search-page .productcard.inline .basket-button-block {
		margin-top: 18px;
	}

	.search-page .productcard.inline .productcard__bottom--summ {
		margin-top: 55px;
	}
}
