.contacts-page__address {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 30px;
}

.contacts-page__tel {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.06;
	color: #000;
}

.contacts-page__buttons {
	list-style-type: none;
	margin: 30px 0 0;
	padding: 0;
	display: grid;
	grid-auto-flow: row;
	row-gap: 15px;
}

.contacts-page__button {
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 28px;
	font-size: 15px;
	line-height: 1.33;
	width: 238px;
	max-width: 100%;
	box-sizing: border-box;
}

.contacts-page__item_type_feedback {
	display: none;
}

@media screen and (min-width: 1280px) {

	.contacts-page__address {
		font-size: 17px;
		line-height: 1.06;
	}

	.contacts-page__tel {
		font-family: 'Halvar Breitschrift';
		font-weight: 400;
		font-size: 24px;
		line-height: 1.33;
	}


	.contacts-page__item_type_feedback {
		display: block;
	}

	.contacts-page__item_type_call,
	.contacts-page__item_type_route {
		display: none;
	}
}