.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: 28px;
		line-height: 1.2;
		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 {
	}

	.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 {
	position: relative;
	padding: 24px 0 72px;
	background: #fff;
}

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

.msg-buyers-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 24px;
}

.msg-buyers-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 160px;
	padding: 34px 40px;
	background: linear-gradient(135deg, #f7f9fd 0%, #eef3fb 100%);
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

.msg-buyers-page__title {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 600;
	color: #151515;
}

.msg-buyers-hero__text {
	max-width: 620px;
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	color: #515151;
}

.msg-buyers-notice {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 160px;
	padding: 28px 28px 28px 76px;
	background: #fff8e8;
	border: 1px solid #f3c95e;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

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

.msg-buyers-notice__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #151515;
}

.msg-buyers-notice p,
.msg-buyers-panel p,
.msg-buyers-info p,
.msg-buyers-footer p,
.msg-buyers-service__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #515151;
}

.msg-buyers-top-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 44px;
}

.msg-buyers-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 300px;
	padding: 28px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .10);
	box-sizing: border-box;
	overflow: hidden;
}

.msg-buyers-panel::after {
	content: "";
	position: absolute;
	right: -58px;
	bottom: -76px;
	width: 190px;
	height: 190px;
	border: 34px solid rgba(0, 45, 120, .05);
	border-radius: 50%;
	pointer-events: none;
}

.msg-buyers-panel--wide {
	grid-column: span 1;
}

.msg-buyers-panel__head {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	margin-bottom: 22px;
}

.msg-buyers-panel__icon,
.msg-buyers-service__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #eef3fb;
	border-radius: 8px;
	color: #2f68c7;
}

.msg-buyers-panel__icon {
	width: 56px;
	height: 56px;
}

.msg-buyers-panel__icon svg,
.msg-buyers-service__icon svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.msg-buyers-panel h2,
.msg-buyers-section h2,
.msg-buyers-info h2,
.msg-buyers-footer h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	color: #151515;
}

.msg-buyers-panel h2:not(:last-child) {
	margin-bottom: 8px;
}

.msg-buyers-link-list,
.msg-buyers-calc-grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	margin-top: auto;
}

.msg-buyers-link-list a,
.msg-buyers-calc-grid a,
.msg-buyers-section__link,
.msg-buyers-contacts a,
.msg-buyers-contacts span {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	text-decoration: none;
}

.msg-buyers-link-list a,
.msg-buyers-calc-grid a {
	justify-content: space-between;
	min-height: 54px;
	padding: 12px 14px;
	background: #f7f8fb;
	border: 1px solid #eceef4;
	color: #151515 !important;
	transition: .2s border-color, .2s background-color, .2s color;
}

.msg-buyers-link-list a::after,
.msg-buyers-calc-grid a::after,
.msg-buyers-section__link::after {
	content: "";
	flex-shrink: 0;
	width: 18px;
	height: 12px;
	margin-left: 12px;
	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-buyers-link-list a:hover,
.msg-buyers-calc-grid a:hover {
	border-color: #dce3f3;
	background: #eef3fb;
	color: #002d78 !important;
}

.msg-buyers-calc-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0;
}

.msg-buyers-button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 24px;
	background: #e30613;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff !important;
	text-decoration: none;
	box-sizing: border-box;
	transition: .2s background-color;
}

.msg-buyers-button::after {
	content: "";
	width: 18px;
	height: 12px;
	margin-left: 12px;
	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='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
}

.msg-buyers-button:hover {
	background: #c9000b;
	color: #fff !important;
	text-decoration: none;
}

.msg-buyers-section,
.msg-buyers-info-grid,
.msg-buyers-footer {
	margin-top: 44px;
}

.msg-buyers-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.msg-buyers-section__link {
	flex-shrink: 0;
	min-height: 38px;
	padding: 8px 0;
	color: #002d78 !important;
}

.msg-buyers-section__link:hover {
	text-decoration: underline;
}

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

.msg-buyers-service,
.msg-buyers-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 22px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
	color: #151515 !important;
	text-decoration: none;
	transition: .2s border-color, .2s box-shadow, .2s transform;
}

.msg-buyers-service {
	min-height: 210px;
}

.msg-buyers-service:hover {
	border-color: #cfd2d8;
	box-shadow: 0 14px 34px rgba(29, 29, 29, .12);
	transform: translateY(-2px);
	text-decoration: none;
}

.msg-buyers-service__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
}

.msg-buyers-service__title {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #151515;
}

.msg-buyers-service__text {
	display: block;
}

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

.msg-buyers-info h2 {
	margin-bottom: 14px;
	font-size: 22px;
}

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

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

.msg-buyers-contacts a,
.msg-buyers-contacts span {
	min-height: 36px;
	padding: 8px 12px;
	background: #f3f4fc;
	color: #002d78 !important;
}

.msg-buyers-contacts span {
	background: #f6f6f8;
	color: #515151 !important;
}

.msg-buyers-contacts a:hover {
	background: #e7e9f9;
	text-decoration: none;
}

.msg-buyers-footer {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 24px;
	align-items: center;
	padding: 30px 34px;
	background: #f6f7fa;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-sizing: border-box;
}

.msg-buyers-footer h2 {
	margin-bottom: 8px;
	font-size: 24px;
}

.msg-buyers-footer .msg-buyers-contacts {
	justify-content: flex-end;
	margin-top: 0;
}

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

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

	.msg-buyers-panel--wide {
		grid-column: 1 / -1;
	}

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

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

	.msg-buyers-footer .msg-buyers-contacts {
		justify-content: flex-start;
	}
}

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

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

	.msg-buyers-hero,
	.msg-buyers-top-grid,
	.msg-buyers-services,
	.msg-buyers-calc-grid {
		grid-template-columns: 1fr;
	}

	.msg-buyers-hero,
	.msg-buyers-top-grid {
		gap: 16px;
		margin-bottom: 32px;
	}

	.msg-buyers-hero__content,
	.msg-buyers-notice,
	.msg-buyers-panel,
	.msg-buyers-service,
	.msg-buyers-info,
	.msg-buyers-footer {
		min-height: 0;
		padding: 22px 20px;
	}

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

	.msg-buyers-notice::before {
		left: 20px;
		top: 24px;
		width: 28px;
		height: 28px;
	}

	.msg-static-page .msg-buyers-page__title,
	.msg-buyers-page__title {
		margin: 0 0 10px;
		font-size: 28px;
		line-height: 1.2;
		font-weight: 600;
		color: #151515;
		text-transform: none;
	}

	.msg-buyers-hero__text,
	.msg-buyers-notice p,
	.msg-buyers-panel p,
	.msg-buyers-info p,
	.msg-buyers-footer p,
	.msg-buyers-service__text {
		font-size: 14px;
	}

	.msg-buyers-panel__head {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
	}

	.msg-buyers-panel__icon {
		width: 48px;
		height: 48px;
	}

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

	.msg-buyers-section,
	.msg-buyers-info-grid,
	.msg-buyers-footer {
		margin-top: 32px;
	}

	.msg-buyers-section__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.msg-buyers-service__title {
		font-size: 17px;
	}

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

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

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

.msg-buyers-page > .msg-buyers-page__inner > .msg-buyers-notice {
	min-height: 0;
	margin-bottom: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.msg-buyers-page > .msg-buyers-page__inner > .msg-buyers-notice::before {
	top: 26px;
}

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

.msg-buyers-panel--wide {
	grid-column: 1 / -1;
}

.msg-buyers-link-list--loyalty a {
	min-height: 64px;
}

.msg-buyers-link-list a strong,
.msg-buyers-link-list a small {
	display: block;
}

.msg-buyers-link-list a strong {
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 600;
	color: #151515;
}

.msg-buyers-link-list a small {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 400;
	color: #6a6a6a;
}

.msg-buyers-panel--loyalty .msg-buyers-button {
	width: 100%;
}

@media (max-width: 767px) {
	.msg-buyers-page > .msg-buyers-page__inner > .msg-buyers-page__title {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 1.2;
	}

	.msg-buyers-page > .msg-buyers-page__inner > .msg-buyers-notice {
		margin-bottom: 18px;
	}
}


@media (min-width: 1101px) {
	.msg-buyers-top-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.msg-buyers-top-grid > .msg-buyers-panel {
		grid-column: span 2;
	}

	.msg-buyers-top-grid > .msg-buyers-panel:nth-child(n+4) {
		grid-column: span 3;
	}
}

.msg-buyers-top-grid {
	align-items: start;
}

.msg-buyers-panel {
	min-height: 0;
}

.msg-buyers-link-list,
.msg-buyers-calc-grid {
	margin-top: 0;
}

.msg-buyers-button {
	background: #fdb508;
	color: #151515 !important;
}

.msg-buyers-button::after {
	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='%23151515' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
}

.msg-buyers-button:hover {
	background: #f0aa00;
	color: #151515 !important;
}

.msg-buyers-top-grid {
	align-items: stretch;
}

@media (max-width: 767px) {
	.msg-buyers-top-grid {
		grid-template-columns: 1fr;
	}

	.msg-buyers-top-grid > .msg-buyers-panel,
	.msg-buyers-top-grid > .msg-buyers-panel:nth-child(n+4),
	.msg-buyers-panel--wide {
		grid-column: auto;
	}
}

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

.msg-buyers-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	gap: 24px;
	align-items: center;
	margin-bottom: 24px;
	padding: 34px 40px;
	background: linear-gradient(135deg, #f7f9fd 0%, #eef3fb 100%);
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

.msg-buyers-detail-hero h2 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 600;
	color: #151515;
}

.msg-buyers-detail-hero p {
	max-width: 760px;
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #515151;
}

.msg-buyers-detail-hero__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	width: 96px;
	height: 96px;
	background: #fff;
	border-radius: 8px;
	color: #2f68c7;
	box-shadow: 0 8px 20px rgba(29, 29, 29, .08);
}

.msg-buyers-detail-hero__icon svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

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

.msg-buyers-detail-grid .msg-buyers-section__link {
	align-self: flex-start;
	margin-top: auto;
}

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

	.msg-buyers-detail-hero__icon {
		justify-self: start;
		width: 76px;
		height: 76px;
	}
}

@media (max-width: 767px) {
	.msg-buyers-detail-hero {
		gap: 18px;
		padding: 22px 20px;
	}

	.msg-buyers-detail-hero h2 {
		font-size: 20px;
	}

	.msg-buyers-detail-hero p {
		font-size: 14px;
	}
}

.msg-buyers-detail-hero--plain {
	display: block;
	margin-bottom: 24px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.msg-buyers-detail-hero--plain .msg-buyers-detail-hero__icon {
	display: none;
}

/*** Страница доставки в разделе покупателям ***/
.msg-delivery-page .msg-buyers-info-grid {
	align-items: stretch;
}

.msg-delivery-card__head {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	margin-bottom: 16px;
}

.msg-delivery-card__head h2 {
	margin-bottom: 0;
	font-size: 21px;
	line-height: 1.3;
}

.msg-delivery-card__head > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
}

.msg-delivery-card__head strong {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 10px;
	border-radius: 4px;
	background: #fdb508;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #151515;
}

.msg-delivery-note span {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	background: #f7f8fb;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	color: #151515;
}

.msg-delivery-card--accent {
	border-color: #f3c95e;
	background: #fffdf7;
}

.msg-delivery-note {
	display: grid;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #eceef4;
}

.msg-delivery-list {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.msg-delivery-list li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #515151;
}

.msg-delivery-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fdb508;
}

.msg-delivery-list li + li {
	margin-top: 7px;
}

.msg-delivery-schedule-section {
	padding: 24px;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

.msg-delivery-schedule {
	display: grid;
	gap: 10px;
}

.msg-delivery-schedule div {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #f7f8fb;
}

.msg-delivery-schedule strong,
.msg-delivery-schedule span {
	font-size: 14px;
	line-height: 1.45;
}

.msg-delivery-schedule strong {
	color: #151515;
}

.msg-delivery-schedule span {
	color: #515151;
}

@media (max-width: 767px) {
	.msg-delivery-card__head {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
	}

	.msg-delivery-schedule-section {
		padding: 22px 20px;
	}

	.msg-delivery-schedule div {
		display: block;
	}

	.msg-delivery-schedule span {
		display: block;
		margin-top: 4px;
	}
}

/*** Конец страницы доставки в разделе покупателям ***/

.msg-buyers-detail-lead {
	max-width: 760px;
	margin: 0 0 24px;
	font-size: 17px;
	line-height: 1.55;
	color: #515151;
}

@media (max-width: 767px) {
	.msg-buyers-detail-lead {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.msg-pages-banner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin: 44px 0 0;
	padding: 28px 34px;
	background: #f6f7fa;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

.msg-pages-banner h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	color: #151515;
}

.msg-pages-banner p {
	max-width: 760px;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #515151;
}

.msg-pages-banner .msg-buyers-button {
	margin-top: 0;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.msg-pages-banner {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 32px;
		padding: 22px 20px;
	}

	.msg-pages-banner h2 {
		font-size: 20px;
	}

	.msg-pages-banner p {
		font-size: 14px;
	}

	.msg-pages-banner .msg-buyers-button {
		width: 100%;
		white-space: normal;
	}
}

/*** Страница О компании ***/
.msg-about-page {
	position: relative;
	padding: 24px 0 72px;
	background: #fff;
}

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

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

.msg-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 28px;
	align-items: stretch;
	min-height: 330px;
	padding: 42px 46px;
	background: linear-gradient(135deg, #f7f9fd 0%, #eef3fb 100%);
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
	overflow: hidden;
}

.msg-about-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 760px;
}

.msg-about-hero__label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 16px;
	padding: 4px 10px;
	background: #fdb508;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	color: #151515;
	text-transform: uppercase;
}

.msg-about-hero h2 {
	margin: 0 0 18px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 600;
	color: #151515;
}

.msg-about-hero p:not(.msg-about-hero__label) {
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
	color: #515151;
}

.msg-about-button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 26px;
	padding: 0 24px;
	background: #fdb508;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	color: #151515 !important;
	text-decoration: none;
	box-sizing: border-box;
	transition: .2s background-color;
}

.msg-about-button::after,
.msg-about-card__link::after {
	content: "";
	flex-shrink: 0;
	width: 18px;
	height: 12px;
	margin-left: 12px;
	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='%23151515' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
}

.msg-about-button:hover {
	background: #f0aa00;
	color: #151515 !important;
	text-decoration: none;
}

.msg-about-hero__side {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #e4e8f1;
	overflow: hidden;
}

.msg-about-hero__side::before {
	content: "";
	position: absolute;
	right: -44px;
	top: -44px;
	width: 150px;
	height: 150px;
	border: 28px solid rgba(0, 45, 120, .08);
	border-radius: 50%;
}

.msg-about-hero__mark {
	position: relative;
	z-index: 1;
	font-size: 54px;
	line-height: 1;
	font-weight: 800;
	color: #002d78;
}

.msg-about-hero__lines {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 32px;
	display: grid;
	gap: 8px;
}

.msg-about-hero__lines span {
	display: block;
	height: 6px;
	border-radius: 8px;
	background: #fdb508;
}

.msg-about-hero__lines span:nth-child(2) {
	width: 72%;
	background: #e30613;
}

.msg-about-hero__lines span:nth-child(3) {
	width: 48%;
	background: #002d78;
}

.msg-about-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.msg-about-stat {
	position: relative;
	min-width: 0;
	padding: 26px 20px 24px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.msg-about-stat::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #fdb508;
}

.msg-about-stat strong {
	display: block;
	margin-bottom: 8px;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 700;
	color: #151515;
}

.msg-about-stat span {
	display: block;
	font-size: 15px;
	line-height: 1.35;
	color: #515151;
}

.msg-about-section,
.msg-about-cards {
	margin-top: 44px;
}

.msg-about-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.msg-about-section__head h2,
.msg-about-card h2,
.msg-about-team h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	color: #151515;
}

.msg-about-team {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: center;
	padding: 30px 34px;
	background: #f6f7fa;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
}

.msg-about-team p,
.msg-about-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #515151;
}

.msg-about-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.msg-about-tags span,
.msg-about-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #e5e8ef;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 600;
	color: #002d78 !important;
	text-decoration: none;
	box-sizing: border-box;
	transition: .2s border-color, .2s background-color, .2s color;
}

.msg-about-tags a:hover {
	border-color: #dce3f3;
	background: #eef3fb;
	color: #002d78 !important;
	text-decoration: none;
}

.msg-about-team__people {
	display: grid;
	grid-template-columns: repeat(3, 68px);
	gap: 12px;
	justify-content: end;
}

.msg-about-team__people img {
	display: block;
	width: 68px;
	height: 68px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #dfe4ee;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(29, 29, 29, .08);
}

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

.msg-about-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 250px;
	padding: 28px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(29, 29, 29, .08);
	box-sizing: border-box;
	overflow: hidden;
}

.msg-about-card::after {
	content: "";
	position: absolute;
	right: -56px;
	bottom: -74px;
	width: 180px;
	height: 180px;
	border: 30px solid rgba(0, 45, 120, .05);
	border-radius: 50%;
	pointer-events: none;
}

.msg-about-card--jobs {
	border-color: #f3c95e;
	background: #fffdf7;
}

.msg-about-card--wide {
	grid-column: 1 / -1;
	min-height: 0;
}

.msg-about-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	background: #eef3fb;
	border-radius: 8px;
	color: #2f68c7;
}

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

.msg-about-card h2 {
	margin-bottom: 12px;
}

.msg-about-card__link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding-top: 18px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	color: #002d78 !important;
	text-decoration: none;
}

.msg-about-card__link::after {
	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-about-card__link:hover {
	text-decoration: underline;
}

.msg-about-requisites-section {
	margin-top: 44px;
}

.msg-about-requisites {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}

.msg-about-requisites .rekvizity-card {
	max-width: none;
	margin: 0;
	padding: 0 24px;
	background: #fff;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	box-shadow: none;
}

.msg-about-requisites .rekvizity-card__row {
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 14px 0;
}

.msg-about-requisites .rekvizity-card__label {
	font-size: 12px;
	letter-spacing: 0;
}

.msg-about-requisites .rekvizity-card__value {
	font-size: 16px;
	line-height: 1.45;
}

.msg-about-requisites .rekvizity-card__row--company .rekvizity-card__value {
	font-size: 18px;
}
@media (max-width: 1279px) {
	.msg-about-page__inner {
		max-width: none;
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 1023px) {
	.msg-about-hero {
		grid-template-columns: 1fr;
	}

	.msg-about-hero__side {
		min-height: 180px;
	}

	.msg-about-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.msg-about-team {
		grid-template-columns: 1fr;
	}

	.msg-about-team__people {
		justify-content: start;
	}
}

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

	.msg-about-page__inner {
		padding-right: 16px;
		padding-left: 16px;
	}

	.msg-static-page .msg-about-page__title,
	.msg-about-page__title {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 1.2;
		font-weight: 600;
		color: #151515;
		text-transform: none;
	}

	.msg-about-hero,
	.msg-about-team,
	.msg-about-card {
		padding: 22px 20px;
	}

	.msg-about-hero {
		gap: 18px;
		min-height: 0;
	}

	.msg-about-hero h2 {
		font-size: 24px;
	}

	.msg-about-hero p:not(.msg-about-hero__label),
	.msg-about-team p,
	.msg-about-card p {
		font-size: 14px;
	}

	.msg-about-button {
		width: 100%;
	}

	.msg-about-stats,
	.msg-about-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.msg-about-stat {
		padding: 22px 18px 20px;
	}

	.msg-about-stat strong {
		font-size: 30px;
	}

	.msg-about-section,
	.msg-about-cards {
		margin-top: 32px;
	}

	.msg-about-stats + .msg-about-section {
		margin-top: 42px;
	}

	.msg-about-section__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.msg-about-section__head h2,
	.msg-about-card h2 {
		font-size: 20px;
	}

	.msg-about-team__people {
		grid-template-columns: repeat(3, 56px);
		gap: 10px;
	}

	.msg-about-team__people img {
		width: 56px;
		height: 56px;
	}

	.msg-about-card {
		min-height: 0;
	}

	.msg-about-card--wide {
		grid-column: auto;
	}

	.msg-about-requisites-section {
		margin-top: 42px;
	}

	.msg-about-requisites .rekvizity-card {
		padding: 0 18px;
	}

	.msg-about-requisites .rekvizity-card__row {
		grid-template-columns: 1fr;
		gap: 8px;
		align-items: start;
		padding: 14px 0;
	}

	.msg-about-requisites .rekvizity-card__value {
		font-size: 15px;
	}

	.msg-about-requisites .rekvizity-card__row--company .rekvizity-card__value {
		font-size: 17px;
	}
}
/*** Конец страницы О компании ***/
.msg-uslugi-editorial__lead {
	max-width: 720px;
	margin: 0 0 56px;
	font-size: 18px;
	line-height: 1.6;
	color: #515151;
}

.msg-uslugi-editorial__feature {
	display: grid;
	grid-template-columns: minmax(300px, 34%) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
	margin-bottom: 76px;
}

.msg-uslugi-editorial__feature--reverse {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 34%);
}

.msg-uslugi-editorial__copy {
	position: relative;
	min-width: 0;
	max-width: 480px;
}

.msg-uslugi-editorial__feature--reverse .msg-uslugi-editorial__copy {
	justify-self: end;
}

.msg-uslugi-editorial__copy::before {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	margin-bottom: 18px;
	background: #fdb508;
	border-radius: 2px;
}

.msg-uslugi-editorial__copy h2 {
	margin: 0 0 18px;
	font-size: 30px;
	line-height: 1.18;
	font-weight: 700;
	color: #151515;
}

.msg-uslugi-editorial__copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #424955;
}

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

.msg-uslugi-editorial__copy ul {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.msg-uslugi-editorial__copy li {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	line-height: 1.6;
	color: #424955;
}

.msg-uslugi-editorial__copy li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .68em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fdb508;
	box-shadow: 0 0 0 3px rgba(253, 181, 8, .18);
}

.msg-uslugi-editorial__copy a,
.msg-uslugi-editorial__summary a {
	color: #002d78;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.msg-uslugi-editorial__copy a:hover,
.msg-uslugi-editorial__summary a:hover {
	color: #164c9f;
}

.msg-uslugi-editorial__media {
	display: block;
	min-width: 0;
	margin: 0;
	aspect-ratio: 16 / 9;
	border: 1px solid #dedfe3;
	border-radius: 8px;
	background: #f6f6f8;
	box-shadow: 0 10px 28px rgba(29, 29, 29, .10);
	overflow: hidden;
}

.msg-uslugi-editorial__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.msg-uslugi-editorial__summary {
	max-width: 980px;
	margin: 8px auto 0;
	padding: 30px 34px;
	border-top: 3px solid #fdb508;
	background: #f7f9fd;
	box-sizing: border-box;
}

.msg-uslugi-editorial__statement {
	max-width: 820px;
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	color: #151515;
}

.msg-uslugi-editorial__statement em {
	font-style: normal;
	color: #002d78;
}

.msg-uslugi-editorial__summary p {
	max-width: 860px;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #515151;
}

@media (max-width: 1023px) {
	.msg-uslugi-editorial__lead {
		margin-bottom: 42px;
	}

	.msg-uslugi-editorial__feature,
	.msg-uslugi-editorial__feature--reverse {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 52px;
	}

	.msg-uslugi-editorial__feature--reverse .msg-uslugi-editorial__media {
		order: 2;
	}

	.msg-uslugi-editorial__feature--reverse .msg-uslugi-editorial__copy {
		order: 1;
		justify-self: start;
	}

	.msg-uslugi-editorial__copy {
		max-width: 620px;
	}

	.msg-uslugi-editorial__media {
		max-width: 760px;
	}
}

@media (max-width: 767px) {
	.msg-uslugi-editorial__lead {
		margin-bottom: 32px;
		font-size: 15px;
	}

	.msg-uslugi-editorial__feature {
		gap: 18px;
		margin-bottom: 38px;
	}

	.msg-uslugi-editorial__copy::before {
		width: 38px;
		margin-bottom: 14px;
	}

	.msg-uslugi-editorial__copy h2 {
		margin-bottom: 14px;
		font-size: 24px;
	}

	.msg-uslugi-editorial__copy p,
	.msg-uslugi-editorial__copy li,
	.msg-uslugi-editorial__summary p {
		font-size: 15px;
	}

	.msg-uslugi-editorial__media {
		aspect-ratio: 4 / 3;
	}

	.msg-uslugi-editorial__summary {
		margin-top: 4px;
		padding: 22px 20px;
	}

	.msg-uslugi-editorial__statement {
		font-size: 21px;
	}
}
