@media screen and (max-width: 1639px) {
	.header {
		height: auto;
	}

	.header__pic {
		top: -26px;
	}

	.header__info {
		display: grid;
		grid-template-columns: auto 1fr;
		padding: 14px;
	}

	.header_address {
		grid-column-start: 1;
	}

	.header__nav {
		grid-row: 1/3;
		grid-column: 2/3;
		height: 100%;
		margin-left: auto;
	}

	.catalog_index {
		padding-top: 170px;
	}
}

@media screen and (max-width: 1499px) {
	.header__info {
		grid-template-columns: 160px 1fr;
	}

	.header_contacts {
		padding-left: 0;
	}

	.header_address {
		text-align: center;
	}

	.header__item {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.header__pic {
		height: auto;
		top: -18px;
	}

	.header__info {
		display: flex;
		column-gap: 20px;
		height: auto;
	}

	.header_contacts {
		flex-shrink: 0;
	}

	.catalog_index {
		padding-top: 30px;
	}
}

@media screen and (max-width: 579px) {
	.header__info {
		display: grid;
		column-gap: initial;
		padding: 4px;
	}

	.header_address {
		grid-column-start: 2;
	}

	.header__nav {
		grid-row: 2/3;
		grid-column: 1/3;
		height: auto;
		margin-left: initial;
	}
}

@media screen and (max-width: 436px) {
	.header {
		height: 45px;
	}

	.header__pic {
		top: 3px;
		width: 65px;
	}

	.header__info {
		padding: 0;
	}

	.header_contacts {
		display: none !important;
	}

	.header_address {
		display: none !important;
	}

	.tiles__container {
		height: auto !important;
	}

	.tiles__control {
		display: none;
	}

	.banner {
		max-height: 300px !important;
	}
}

@media screen and (max-width: 350px) {
	.header__pic {
		top: 8px;
	}
}



.map {
	margin-top: 100px;
}
