
	h1 {
		font-size: 15vw;
		margin: 0;
		padding: 0;
	}
	h3 {
		font-size: 3vw;
		margin: 0;
		padding: 0;
	}
	h1, h3 {
		font-weight: 700;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	.text-center {
		text-align: center!important;
		height: auto;
		padding-top: 8vh;
		padding-bottom: 8vh;
	}
	a {
    text-decoration: none; /* Убираем подчёркивание */
   }
	a {
		color: #007bff;
	}
	a:hover {
		color: red;
	}

.phone {
	color: #000;
	font-size: 16px;
	font-weight: 900;
}
.phone a[href^="tel:"] {
	color: #000;
	font-size: 16px;
	font-weight: 900;
}

