.guide-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 16px;
}
.guide-card.full-height {
	height: 100%;
}
.guide-card .image-cont {
	flex: 0 0 auto;
	display: block;
	background: #eeeeee;
	padding: 0 0 65% 0;
	width: 100%;
	position: relative;
}
.guide-card .image-cont img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.guide-card .text-cont {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 16px;
	background: #E3E9FF;
}
.guide-card .name-line {
	font-size: 18px;
	font-weight: 700;
	color: #0F33D3;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
.guide-card .name-line a {
	color: inherit;
}
.guide-card .preview-line {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px 0;
}
.guide-card .bottom>*:last-child {
	margin-bottom: 0;
}
.guide-card .phone-line {
	font-size: 14px;
	font-weight: 500;
	color: #05073C;
	margin: 0 0 18px 0;
}
.guide-card .phone-line .icon-phone {
	display: inline-block;
	width: 17px;
	height: 17px;
	color: #FF3B00;
	margin: 0 8px 0 0;
}
.guide-card .phone-line a {
	color: inherit;
}
.guide-card .socila-line {
	font-size: 14px;
	font-weight: 500;
	color: #05073C;
	margin: 0 0 18px 0;
}
.guide-card .soc-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	margin: 0 2px;
}
.guide-card .soc-icon svg {
	flex: 0 0 auto;
}
.guide-card .soc-icon.icon-telegram {
	background: #32A0D7;
	color: #ffffff;
	padding: 0 2px 0 0;
}
.guide-card .soc-icon.icon-telegram svg {
	width: 12px;
	height: 10px;
}
.guide-card .soc-icon.icon-vk {
	background: #006AA4;
	color: #ffffff;
}
.guide-card .soc-icon.icon-vk svg {
	width: 14px;
	height: 8px;
}