.lk-contact {
	margin-top: 160px;
	margin-bottom: 46px;
}
.lk-contact__wrap {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.lk-contact__wrap iframe {
	border: none;
	min-height: 440px;
	margin-bottom: 24px;
	border-radius: 24px;
}

.lk-contact__wrap .menu-contacts__item-map {
	width: 100%;
	justify-content: center;
}

.lk-contact__wrap .menu-contacts__item-map-link {
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.lk-contact__wrap .menu-contacts__item-map-link:first-child img {
	width: 211px;
}

.lk-contact__wrap .menu-contacts__item-map-link:last-child img {
	width: 124px;
}

.lk-contact__title {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	color: #1f1f1f;
}

@media all and (max-width: 1030px) {
	.lk-contact {
		margin-top: 260px;
		margin-bottom: 46px;
	}

	.lk-contact__wrap {
		margin-left: -32px;
		margin-right: -32px;
	}

	.lk-contact__wrap iframe {
		border: none;
		min-height: 340px;
		margin: 0 0 24px 0;
		border-radius: 0;
	}

	.lk-contact__wrap .menu-contacts__item-map {
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}

	.lk-contact__title {
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 32px;
		line-height: 148%;
		color: #1f1f1f;
		text-align: center;
	}

	.lk-contact__wrap .user-content-ticket {
		max-width: 100%;
		flex: 1 1 100%;
		background-position: top right;
	}
}

@media all and (max-width: 700px) {
	.lk-contact {
		margin-top: 160px;
		margin-bottom: 46px;
	}
}
