

/* Start:/other/styles/maria-kozhevnikova/styles.css?17828144717801*/
.mk-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px 80px;
	font-family: 'Gilroy', Arial, sans-serif;
	color: #272727;
	overflow: hidden;
}

.mk-page p {
	margin: 0 0 16px;
	line-height: 1.5;
}

.mk-page img {
	max-width: 100%;
	display: block;
}

/* HERO */
.mk-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 50px;
	margin-bottom: 30px;
	padding: 50px 40px 50px 140px;
	background-image: url('/other/styles/maria-kozhevnikova/images/hero-bg.png');
	background-repeat: no-repeat;
	background-position: center -100px;
	background-size: cover;
	border-radius: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.mk-hero__photo {
	flex: 0 0 38%;
	align-self: flex-end;
	margin-bottom: -50px;
}

.mk-hero__content {
	flex: 1;
}

.mk-hero__title-break {
	display: none;
}

.mk-hero__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 24px;
}

.mk-hero__quote {
	display: inline-block;
	background: rgba(45, 53, 65, 0.85);
	color: #fff;
	font-style: italic;
	font-size: 18px;
	line-height: 1.4;
	padding: 20px 26px;
	border-radius: 20px;
	margin-bottom: 30px;
	max-width: 480px;
}

/* ВИДЕО */
.mk-video--mobile {
	display: none;
}

.mk-video {
	max-width: 480px;
}

.mk-video__cover {
	position: relative;
	display: block;
	border-radius: 25px;
	overflow: hidden;
	cursor: pointer;
}

.mk-video__cover img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.mk-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
}

.mk-video__play::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	margin: -11px 0 0 -8px;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #ffcb05;
}

.mk-video__iframe {
	width: 100%;
	height: 260px;
	border-radius: 25px;
	display: block;
}

.mk-video__caption {
	font-size: 15px;
	color: #555;
	margin: 0 0 16px;
}

/* ВСТУПЛЕНИЕ */
.mk-intro {
	max-width: 900px;
	font-size: 18px;
	margin: 0 auto 60px;
	text-align: center;
}

/* БЛОКИ ВОПРОС-ОТВЕТ */
.mk-qa {
	margin-bottom: 60px;
}

.mk-qa__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 24px;
}

.mk-qa__title--mt {
	margin-top: 40px;
}

.mk-qa__title--underline {
	display: block;
	width: fit-content;
	margin: 0 auto 24px;
	padding-bottom: 14px;
	border-bottom: 6px solid #ffcb05;
	border-radius: 4px;
	text-align: center;
}

.mk-qa__text {
	font-size: 17px;
	max-width: 900px;
}

.mk-qa__text p strong {
	font-weight: 700;
}

/* Баннер-вопрос: фото на всю ширину, текст наложен на светлую часть фото */
.mk-qa--banner {
	position: relative;
}

.mk-qa__banner-photo {
	width: 100%;
	border-radius: 30px;
}

.mk-qa__banner-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 48%;
	height: 100%;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mk-qa--two-photos .mk-qa__photos {
	display: flex;
	gap: 20px;
	margin-top: 24px;
}

.mk-qa--two-photos .mk-qa__photos img {
	flex: 1;
	width: 100%;
}

/* ПОЛОСЫ-ЦИТАТЫ */
.mk-banner-quote {
	background: rgba(255, 203, 5, 0.85);
	border-radius: 24px;
	padding: 30px 40px;
	margin: 0 0 60px;
	text-align: center;
}

.mk-banner-quote p {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
}

.mk-pull-quote {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	text-align: right;
	max-width: 900px;
	margin: 0 0 60px auto;
}

/* ШИРОКОЕ ФОТО */
.mk-wide-photo {
	margin-bottom: 60px;
}

.mk-wide-photo img {
	width: 100%;
}

/* ВЫБОР МАРИИ — ТОВАРЫ (переиспользуется 3 раза на странице) */
.mk-products {
	text-align: center;
	margin-bottom: 60px;
}

.mk-products__title {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 40px;
	padding-bottom: 10px;
	border-bottom: 6px solid #ffcb05;
	border-radius: 4px;
}

.mk-products__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 40px;
	text-align: left;
}

.mk-product-card__photo {
	margin-bottom: 20px;
}

.mk-product-card__photo img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 30px;
}

.mk-product-card__title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}

.mk-product-card__quote {
	font-style: italic;
	font-size: 17px;
	color: #555;
	margin-bottom: 16px;
}

.mk-product-card__link {
	display: inline-block;
	background: #ffcb05;
	color: #272727;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 14px;
}

.mk-cta-button {
	display: inline-block;
	background: #ffcb05;
	color: #272727;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	padding: 22px 50px;
	border-radius: 25px;
}

/* ЗАКЛЮЧЕНИЕ */
.mk-finale {
	text-align: center;
}

.mk-finale__photo {
	max-width: 900px;
	margin: 0 auto 40px;
}

.mk-finale__photo img {
	width: 100%;
}

.mk-finale__title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 800px;
	margin: 0 auto;
}

/* mobile */
@media (max-width: 768px) {

	.mk-page {
		padding: 20px 16px 50px;
	}

	.mk-hero {
		position: relative;
		aspect-ratio: auto;
		display: flex;
		align-items: center;
		gap: 0;
		margin-bottom: 24px;
		padding: 16px 12px;
		background-size: 120%;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.mk-hero__photo {
		position: static;
		flex: 0 0 75%;
		aspect-ratio: 277 / 287;
		overflow: hidden;
		border-radius: 8px;
	}

	.mk-hero__photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.mk-hero__content {
		flex: 1;
		display: flex;
		flex-direction: column;
		margin-left: -32%;
		position: relative;
		z-index: 2;
	}

	.mk-hero__title {
		position: static;
		width: auto;
		align-self: flex-end;
		text-align: left;
		margin-right: 8px;
		font-size: 17px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.mk-hero__title-break {
		display: block;
	}

	.mk-hero__quote {
		position: static;
		align-self: flex-end;
		width: 90%;
		font-size: 10px;
		line-height: 1.3;
		padding: 8px 10px;
		max-width: none;
		border-radius: 18px 0 0 18px;
		margin-right: -12px;
	}

	.mk-video--desktop {
		display: none;
	}

	.mk-video--mobile {
		display: block;
		max-width: 100%;
		margin: 0 0 30px;
	}

	.mk-video,
	.mk-video__cover img,
	.mk-video__iframe {
		max-width: 100%;
	}

	.mk-video__cover img,
	.mk-video__iframe { height: auto; aspect-ratio: 671 / 353; }
	.mk-video__play { width: 70px; height: 70px; margin: -35px 0 0 -35px; }
	.mk-video__play::before { margin: -11px 0 0 -8px; }
	.mk-video__caption { font-size: 14px; margin-bottom: 36px; }

	.mk-intro { font-size: 15px; margin-bottom: 36px; }

	.mk-qa { margin-bottom: 40px; }
	.mk-qa__title { font-size: 19px; }
	.mk-qa__text { font-size: 15px; }

	.mk-qa--banner {
		display: flex;
		flex-direction: column;
	}

	.mk-qa__banner-photo {
		order: 1;
	}

	.mk-qa__banner-text {
		position: static;
		width: 100%;
		height: auto;
		padding: 20px 0 0;
	}

	.mk-qa--two-photos .mk-qa__photos {
		flex-direction: column;
		align-items: center;
	}

	.mk-qa--two-photos .mk-qa__photos img {
		max-width: 280px;
	}

	.mk-banner-quote { padding: 20px; margin-bottom: 40px; }
	.mk-banner-quote p { font-size: 18px; }

	.mk-pull-quote { font-size: 19px; text-align: center; margin: 0 0 40px; }

	.mk-wide-photo { display: none; }

	.mk-products__title { font-size: 21px; }
	.mk-products__grid { grid-template-columns: 1fr; gap: 24px; }
	.mk-cta-button { font-size: 16px; padding: 16px 24px; display: block; }

	.mk-finale__title { font-size: 18px; }
}

/* End */
/* /other/styles/maria-kozhevnikova/styles.css?17828144717801 */
