.msg-uslugi-page {
	position: relative;
	padding: 24px 0 72px;
	background: #fff;
}

.msg-uslugi-page__inner {
	position: relative;
	max-width: 1230px;
	margin: 0 auto;
	box-sizing: border-box;
}

.msg-uslugi-page__title {
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 600;
	color: #151515;
}

.msg-uslugi-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.msg-uslugi-card,
.msg-uslugi-consult {
	position: relative;
	min-width: 0;
	min-height: 270px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .10);
	overflow: hidden;
	box-sizing: border-box;
}

.msg-uslugi-card {
	display: flex;
	flex-direction: column;
	transition: .2s border-color, .2s box-shadow, .2s transform;
}

.msg-uslugi-card:hover {
	border-color: #cfd2d8;
	box-shadow: 0 14px 34px rgba(29, 29, 29, .14);
	transform: translateY(-2px);
}

.msg-uslugi-card__image {
	display: block;
	position: relative;
	height: 125px;
	overflow: hidden;
	background: #f6f6f8;
}

.msg-uslugi-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .25s transform;
}

.msg-uslugi-card:hover .msg-uslugi-card__image img {
	transform: scale(1.035);
}

.msg-uslugi-card__body {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px 28px 24px 82px;
	box-sizing: border-box;
}

.msg-uslugi-card__icon {
	position: absolute;
	left: 28px;
	top: -21px;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #002d78;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(0, 45, 120, .18);
	color: #fff;
}

.msg-uslugi-card__icon svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.msg-uslugi-card__title,
.msg-uslugi-consult__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	color: #151515;
}

.msg-uslugi-card__title:not(:last-child) {
	margin-bottom: 12px;
}

.msg-uslugi-card__title a,
.msg-uslugi-card__title a:visited,
.msg-uslugi-card__title a:hover,
.msg-uslugi-card__title a:focus {
	color: #151515 !important;
	text-decoration: none;
}

.msg-uslugi-card__title a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.msg-uslugi-card__text,
.msg-uslugi-consult__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #515151;
}

.msg-uslugi-card__text:not(:last-child) {
	margin-bottom: 18px;
}

.msg-uslugi-card__link {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #002d78 !important;
	text-decoration: none;
}

.msg-uslugi-card__link:visited,
.msg-uslugi-card__link:hover,
.msg-uslugi-card__link:focus {
	color: #002d78 !important;
}

.msg-uslugi-card__link::after {
	content: "";
	width: 18px;
	height: 12px;
	margin-left: 8px;
	background: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H16M11 1L16 6L11 11' stroke='%23002D78' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
}

.msg-uslugi-card__link:hover {
	text-decoration: underline;
}

.msg-uslugi-consult {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 28px;
	min-height: 270px;
}

.msg-uslugi-consult__content {
	position: relative;
	z-index: 1;
	max-width: 245px;
}

.msg-uslugi-consult__title:not(:last-child),
.msg-uslugi-consult__text:not(:last-child) {
	margin-bottom: 22px;
}

.msg-uslugi-consult__button {
	position: relative;
	z-index: 2;
	display: inline-flex;
	width: auto;
	min-height: 42px;
	padding-right: 22px;
	padding-left: 22px;
	white-space: nowrap;
}

.msg-uslugi-consult__image {
	position: absolute;
	right: 16px;
	bottom: -8px;
	width: 170px;
	height: 190px;
	color: #999;
	opacity: .72;
	pointer-events: none;
}

.msg-uslugi-consult__image svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1279px) {
	.msg-uslugi-page__inner,
	.msg-breadcrumbs__inner {
		max-width: none;
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 1023px) {
	.msg-uslugi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.msg-uslugi-page {
		padding: 16px 0 44px;
	}

	.msg-uslugi-page__inner,
	.msg-breadcrumbs__inner {
		padding-right: 16px;
		padding-left: 16px;
	}

	.msg-static-page .msg-uslugi-page__title,
	.msg-uslugi-page__title {
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 1.3;
		font-weight: 600;
		color: #151515;
		text-transform: none;
	}

	.msg-uslugi-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.msg-uslugi-card,
	.msg-uslugi-consult {
		min-height: 0;
		border-radius: 8px;
	}

	.msg-uslugi-card__image {
		height: 142px;
	}

	.msg-uslugi-card__body {
		padding: 30px 20px 22px;
	}

	.msg-uslugi-card__icon {
		left: 20px;
		width: 42px;
		height: 42px;
	}

	.msg-uslugi-card__title,
	.msg-uslugi-consult__title {
		font-size: 18px;
	}

	.msg-uslugi-consult {
		padding: 28px 20px 120px;
	}

	.msg-uslugi-consult__content {
		max-width: none;
	}

	.msg-uslugi-consult__button {
		width: 100%;
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	.msg-uslugi-consult__image {
		right: 8px;
		bottom: -36px;
		width: 148px;
		height: 166px;
	}
}



.msg-uslugi-text {
	position: relative;
	margin-top: 40px;
	padding: 32px 36px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

.msg-uslugi-text h2 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	color: #151515;
}

.msg-uslugi-text p {
	max-width: 960px;
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #515151;
}

.msg-uslugi-text p:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.msg-uslugi-text {
		margin-top: 28px;
		padding: 24px 20px;
	}

	.msg-uslugi-text h2 {
		font-size: 20px;
	}

	.msg-uslugi-text p {
		font-size: 14px;
	}
}

.msg-uslugi-card__button {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 130px;
	margin-top: auto;
	padding-right: 22px;
	padding-left: 22px;
}

.msg-uslugi-order-text ul {
	max-width: 960px;
	margin: 0;
	padding-left: 20px;
}

.msg-uslugi-order-text li {
	font-size: 16px;
	line-height: 1.55;
	color: #515151;
}

.msg-uslugi-order-text li:not(:last-child) {
	margin-bottom: 6px;
}

.msg-uslugi-order-text a {
	color: #002d78;
	font-weight: 500;
	text-decoration: none;
}

.msg-uslugi-order-text a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.msg-uslugi-card__button {
		width: 100%;
		box-sizing: border-box;
	}

	.msg-uslugi-order-text li {
		font-size: 14px;
	}
}
.msg-uslugi-card__button.msg-common-button,
.msg-uslugi-consult__button.msg-common-button {

	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	border-radius: 4px;
	background: #fdb508;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #151515 !important;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
}

.msg-uslugi-consult__button,
.msg-uslugi-consult__button:visited,
.msg-uslugi-consult__button:hover,
.msg-uslugi-consult__button:focus,
.msg-uslugi-consult__button.msg-common-button,
.msg-uslugi-consult__button.msg-common-button:visited,
.msg-uslugi-consult__button.msg-common-button:hover,
.msg-uslugi-consult__button.msg-common-button:focus {
	color: #151515 !important;
}

.msg-uslugi-card__button.msg-common-button:hover,
.msg-uslugi-consult__button.msg-common-button:hover {
	background: #f0aa00;
	color: #151515 !important;
	text-decoration: none;
}

.msg-buyers-page {
	width: 100%;
	padding-bottom: 32px;
}

.msg-buyers-page h1 {
	margin-bottom: 24px;
}

.msg-buyers-notice {
	position: relative;
	padding: 18px 22px 18px 56px;
	margin-bottom: 32px;
	background-color: #fff6e0;
	border: 1px solid #fdb508;
	border-radius: 8px;
}

.msg-buyers-notice::before {
	content: "!";
	position: absolute;
	left: 20px;
	top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fdb508;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #151515;
}

.msg-buyers-notice__title {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.msg-buyers-notice p,
.msg-buyers-card p,
.msg-buyers-footer p,
.msg-buyers-lead {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
}

.msg-buyers-section {
	padding-top: 32px;
	border-top: 1px solid #e7e7e7;
}

.msg-buyers-section:not(:last-child) {
	margin-bottom: 32px;
}

.msg-buyers-section h2,
.msg-buyers-footer h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
}

.msg-buyers-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.msg-buyers-card {
	padding: 22px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	box-sizing: border-box;
}

.msg-buyers-card h3 {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.msg-buyers-card p:not(:last-child) {
	margin-bottom: 12px;
}

.msg-buyers-contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.msg-buyers-contacts a,
.msg-buyers-contacts span,
.msg-buyers-links a,
.msg-buyers-action {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	box-sizing: border-box;
	background-color: #f3f4fc;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: #002d78;
	text-decoration: none;
}

.msg-buyers-contacts a:visited,
.msg-buyers-links a:visited,
.msg-buyers-action:visited {
	color: #002d78;
}

.msg-buyers-contacts a:hover,
.msg-buyers-links a:hover,
.msg-buyers-action:hover {
	background-color: #e7e9f9;
}

.msg-buyers-contacts span {
	background-color: #f6f6f8;
	color: #151515;
}

.msg-buyers-lead {
	margin-bottom: 16px;
}

.msg-buyers-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.msg-buyers-links a {
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
}

.msg-buyers-links a::after,
.msg-buyers-action::after {
	content: "";
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3L11 8L6 13' stroke='%23002D78' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
}

.msg-buyers-card--wide {
	margin-top: 16px;
}

.msg-buyers-schedule {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 44%);
	gap: 20px;
	align-items: center;
}

.msg-buyers-schedule__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.msg-buyers-footer {
	padding: 28px;
	background-color: #f6f6f8;
	border-radius: 8px;
}

@media (max-width: 900px) {
	.msg-buyers-grid,
	.msg-buyers-links,
	.msg-buyers-schedule {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.msg-buyers-page {
		padding-bottom: 20px;
	}

	.msg-buyers-notice,
	.msg-buyers-card,
	.msg-buyers-footer {
		padding: 18px;
	}

	.msg-buyers-notice {
		padding-left: 50px;
	}

	.msg-buyers-notice::before {
		left: 16px;
	}

	.msg-buyers-section h2,
	.msg-buyers-footer h2 {
		font-size: 24px;
	}

	.msg-buyers-contacts {
		flex-direction: column;
	}

	.msg-buyers-contacts a,
	.msg-buyers-contacts span,
	.msg-buyers-links a {
		width: 100%;
	}
}
