@font-face {
  font-family: Gilroy;
  src: local("Gilroy-Regular"), url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: local("Gilroy-Medium"), url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: local("Gilroy-SemiBold"), url(../fonts/Gilroy-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: local("Gilroy-Bold"), url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}
.header_printable {
	display: grid;
	gap: 20px;
	justify-content: center;
    }
.header__logo {
	display: flex;
	justify-content: center;
}
.phones_contacts__block-item {
	color: #464a48;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
}
.phone-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}
.phone.contacts__block-item {
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
}
.adres_contacts__block-item {
	margin-bottom: 20px;
	color: #464a48;
	font-size: 17px;
}
.phone.contacts__block-item {
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	color: #464a48;
}
