.map {
	margin-bottom: 140px;
}

@media only screen and (max-width: 430.99px) {
	.map {
		margin-bottom: 32px;
	}
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contacts {
	margin-top: 140px;
	padding-top: 125px;
	box-sizing: border-box;
}

.contacts__top-title {
	display: flex;
	flex-direction: column;
}

.contacts__title {
	font-size: 42px;
	color: #1B2A49;
	font-weight: 400;
	line-height: 1.5;
}

.contacts__sub-title {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.7;
	color: #767F92;
}

.contacts__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 30px;
	margin-top: 24px;
}

.contacts__item {
	box-sizing: border-box;
	padding: 24px;
	box-sizing: border-box;
	border: 1px solid #E8E9EC;
}

.contacts__item-title {
	color: #767F92;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.8;
}

.contacts__item-copy-block {
	display: flex;
	flex-direction: column;
}

.contacts__item-phone-copy-phone {
	display: block;
	width: fit-content;
	line-height: fit-content;
}

.contacts__item-phone-link {
	display: grid;
	grid-template-columns: auto max-content;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 0 12px;
	font-weight: 500;
	color: #1B2A49;
	font-size: 16px;
	line-height: 1.8;
}

.contacts__item-phone-link svg {
	width: 20px;
	line-height: 20px;
}

.contacts__item-phone-link svg path {
	fill: #A4AAB6;
}

.contacts__item-phone-copy-phone:hover svg path,
.contacts__item-phone-copy-phone.active svg path {
	fill: #1B2A49;
}

.contacts__item-phone-link span.m {
	margin-top: 16px;
}

.contacts__item-email-block {
	display: grid;
	grid-template-columns: auto max-content;
	justify-content: flex-start;
	align-items: center;
	grid-gap: 0 12px;
}

.contacts__item-email-link {
	font-weight: 500;
	color: #1B2A49;
	font-size: 16px;
	line-height: 1.8;
}

.contacts__item-email-block svg {
	width: 20px;
	line-height: 20px;
}
.contacts__item-copy-email-btn:hover svg path,
.contacts__item-copy-email-btn.active svg path {
	fill: #1B2A49;
}

.contacts__item-copy-email-btn {
	display: block;
	width: fit-content;
	line-height: fit-content;
}

.contacts__item-media-list {
	display: flex;
	flex-direction: column;
}

.contacts__item-media-item:not(:last-child) {
	margin-bottom: 24px;
}

.contacts__item-media-link {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: flex-start;
	grid-gap: 0 12px;
	line-height: 1.8;
	font-weight: 500;
	font-size: 18px;
	color: #1B2A49;
}

.contacts__item-media-link svg {
	width: 32px;
	line-height: 32px;
}

.contacts__item-google-link {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: flex-start;
	grid-gap: 0 12px;
	line-height: 1.8;
	font-weight: 500;
	font-size: 18px;
	color: #1B2A49;
}

.contacts__item-google-link svg {
	width: 32px;
	line-height: 32px;
}

@media only screen and (max-width: 1080.99px) {
	.contacts__list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.contacts {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 768.99px) {
	.contacts {
		margin-top: 104px;
		padding-top: 60px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 520.99px) {
	.contacts {
		padding-top: 40px;
		margin-bottom: 40px;
	}

	.contacts__list {
		display: block;
	}

	.contacts__item:not(:last-child) {
		margin-bottom: 20px;
	}

	.contacts__title { 
		font-size: 28px;
	}
}

@media only screen and (max-width: 430.99px) {
	.contacts {
		padding-top: 35px;
		margin-bottom: 35px;
	}

	.contacts__title {
		font-size: 24p;
	}
}