@media screen and (min-width: 1080px) {
	.header__bottom-container .header__bottom-search {
		width: auto;
		border-bottom: none;
	}
	.header__bottom-container .search-block__field {
		display: none;
	}
}

.footer__phones {
	margin-top: 30px;
}
.footer__phone {
	margin-top: 15px;
}
@media screen and (min-width: 768px) {
	.footer__phones {
	  margin-top: 35px;
	}
}

.product-card__to-cart {
	background-color: #4e8700;
}

.pagination__content .pagination__link.pagination__hellip {
	border-color: transparent;
	padding: 0;
	min-width: auto;
}
@media screen and (max-width: 400px) {
	.pagination {
		width: 120%;
		position: relative;
		left: -10%;
	}
	.pagination__content {
		scale: 0.833;
	}
}
@media screen and (min-width: 1080px) {
	.pagination__content {
		-webkit-box-pack: start;
		-webkit-justify-content: normal;
		-ms-flex-pack: unset;
		justify-content: normal;
	}
}

