.country-contacts {
	width: fit-content;
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.country-contacts h3 {
	font-size: 2rem!important;
	font-weight: bold;
}
.country-contacts .contact-link {
	font-size: 1.7rem;
	text-decoration: underline;
	margin-bottom: 2rem;
}
.country-contacts .contact-info {
	display: flex;
    gap: 1rem;
}
.country-contacts.avia .contact-info {
	flex-direction: column;
}
.country-contacts .contact-info a {
	display: flex;
    align-items: center;
}
.country-contacts.avia .messanger-group {
	display: flex;
	gap: 1rem;
}
.country-contacts .contact-info a svg {
	max-width: 35px;
    max-height: 35px;
}
.country-contacts .contact-info .mailTo {
	margin-right: 1rem;
}
.country-contacts .contact-info a .viber {
	stroke: #7360F2;
	fill: none;
}

.country-contacts .contact-info a .telegram {
	stroke: #37afe2;
}
.country-contacts .contact-info a .whatsApp {
	stroke: #25D366;
}