.premium-hero {
	background: #0b0d0f;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.premium-hero .premium-hero__row {
	margin: 0;
}

.premium-hero .premium-hero__carousel,
.premium-hero .premium-hero__slides,
.premium-hero .premium-hero__slide,
.premium-hero .premium-hero__slide > a {
	height: clamp(520px, 38vw, 600px);
	min-height: 520px;
}

.premium-hero .premium-hero__slide,
.premium-hero .premium-hero__slide > a {
	background: #111418;
	overflow: hidden;
	position: relative;
}

.premium-hero .premium-hero__slide > a {
	display: block;
}

.premium-hero .premium-hero__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	width: 100%;
}

.premium-hero .premium-hero__overlay {
	background:
		linear-gradient(
			90deg,
			rgba(4, 6, 8, 0.84) 0%,
			rgba(4, 6, 8, 0.70) 30%,
			rgba(4, 6, 8, 0.32) 56%,
			rgba(4, 6, 8, 0.06) 78%
		),
		linear-gradient(
			0deg,
			rgba(4, 6, 8, 0.42) 0%,
			transparent 52%
		);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.premium-hero .premium-hero__caption {
	align-items: center;
	bottom: 0;
	display: flex;
	inset-inline: 0;
	padding: 0;
	text-align: left;
	top: 0;
	width: 100%;
}

.premium-hero .premium-hero__caption-container {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.premium-hero .premium-hero__content {
	color: #fff;
	max-width: 610px;
	padding: 56px 0 82px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.premium-hero .premium-hero__content > :first-child {
	margin-top: 0;
}

.premium-hero .premium-hero__content > :last-child {
	margin-bottom: 0;
}

.premium-hero .premium-hero__content h1,
.premium-hero .premium-hero__content h2,
.premium-hero .premium-hero__content h3 {
	color: #fff;
	font-family: bold_font, open_sans_bold, sans-serif;
	font-size: clamp(42px, 4.2vw, 68px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 20px;
	max-width: 600px;
	text-transform: uppercase;
}

.premium-hero .premium-hero__content h1 strong,
.premium-hero .premium-hero__content h1 span,
.premium-hero .premium-hero__content h2 strong,
.premium-hero .premium-hero__content h2 span,
.premium-hero .premium-hero__content h3 strong,
.premium-hero .premium-hero__content h3 span {
	color: #f6c544;
}

.premium-hero .premium-hero__content p {
	color: #e1e5e9;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 24px;
	max-width: 510px;
}

.premium-hero .premium-hero__content hr {
	background: #f6c544;
	border: 0;
	height: 3px;
	margin: 24px 0;
	width: 72px;
}

.premium-hero .premium-hero__content .btn,
.premium-hero .premium-hero__content .btn_base,
.premium-hero .premium-hero__content .btn_orange {
	background: #f6c544;
	border: 1px solid #f6c544;
	border-radius: 8px;
	box-shadow: none;
	color: #111418;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	height: 50px;
	justify-content: center;
	margin: 8px 10px 0 0;
	padding: 0 24px;
	text-shadow: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: auto;
}

.premium-hero .premium-hero__content .btn:hover,
.premium-hero .premium-hero__content .btn:focus,
.premium-hero .premium-hero__content .btn_base:hover,
.premium-hero .premium-hero__content .btn_base:focus,
.premium-hero .premium-hero__content .btn_orange:hover,
.premium-hero .premium-hero__content .btn_orange:focus {
	background: #ffd65a;
	border-color: #ffd65a;
	color: #111418;
	outline: 2px solid rgba(255, 214, 90, 0.35);
	outline-offset: 3px;
	text-decoration: none;
	transform: translateY(-1px);
}

.premium-hero .premium-hero__control {
	align-items: center;
	background: rgba(7, 9, 11, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	bottom: auto;
	display: flex;
	font-size: 30px;
	height: 48px;
	justify-content: center;
	margin-top: -24px;
	opacity: 1;
	text-shadow: none;
	top: 50%;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 48px;
}

.premium-hero .premium-hero__control_prev {
	left: 22px;
}

.premium-hero .premium-hero__control_next {
	right: 22px;
}

.premium-hero .premium-hero__control:hover,
.premium-hero .premium-hero__control:focus {
	background: #f6c544;
	border-color: #f6c544;
	color: #111418;
	outline: none;
}

.premium-hero .premium-hero__pagination {
	bottom: 22px;
	margin-bottom: 0;
}

.premium-hero .premium-hero__pagination > li {
	background: rgba(255, 255, 255, 0.72);
	border: 0;
	border-radius: 999px;
	height: 7px;
	margin: 0 5px;
	transition: background 180ms ease, width 180ms ease;
	width: 22px;
}

.premium-hero .premium-hero__pagination > li.active {
	background: #f6c544;
	height: 7px;
	margin: 0 5px;
	width: 36px;
}

@media (max-width: 1199px) {
	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .premium-hero__slide,
	.premium-hero .premium-hero__slide > a {
		height: 520px;
		min-height: 520px;
	}

	.premium-hero .premium-hero__content {
		max-width: 540px;
		padding-left: 0;
	}

	.premium-hero .premium-hero__control_prev {
		left: 12px;
	}

	.premium-hero .premium-hero__control_next {
		right: 12px;
	}
}

@media (max-width: 991px) {
	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .premium-hero__slide,
	.premium-hero .premium-hero__slide > a {
		height: 480px;
		min-height: 480px;
	}

	.premium-hero .premium-hero__overlay {
		background:
			linear-gradient(
				90deg,
				rgba(4, 6, 8, 0.91),
				rgba(4, 6, 8, 0.5)
			);
	}

	.premium-hero .premium-hero__content {
		max-width: 500px;
		padding: 38px 32px 54px;
	}

	.premium-hero .premium-hero__content h1,
	.premium-hero .premium-hero__content h2,
	.premium-hero .premium-hero__content h3 {
		font-size: 40px;
		line-height: 1.04;
	}
}

@media (max-width: 767px) {
	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .premium-hero__slide,
	.premium-hero .premium-hero__slide > a {
		height: clamp(520px, 132vw, 560px);
		min-height: clamp(520px, 132vw, 560px);
	}

	.premium-hero .premium-hero__image {
		object-position: 52% 58%;
	}

	.premium-hero .premium-hero__overlay {
		background:
			linear-gradient(
				180deg,
				rgba(4, 6, 8, 0.52) 0%,
				rgba(4, 6, 8, 0.68) 50%,
				rgba(4, 6, 8, 0.90) 100%
			);
	}

	.premium-hero .premium-hero__caption-container {
		padding: 0;
	}

	.premium-hero .premium-hero__content {
		box-sizing: border-box;
		max-width: 100%;
		padding: 20px 18px 42px;
		width: 100%;
	}

	.premium-hero .premium-hero__content h1,
	.premium-hero .premium-hero__content h2,
	.premium-hero .premium-hero__content h3 {
		font-size: 30px;
		letter-spacing: -0.025em;
		line-height: 1.05;
		margin-bottom: 12px;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.premium-hero .premium-hero__content p {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 14px;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.premium-hero .premium-hero__content .btn,
	.premium-hero .premium-hero__content .btn_base,
	.premium-hero .premium-hero__content .btn_orange {
		height: 44px;
		padding: 0 14px;
	}

	.premium-hero .premium-hero__control {
		display: none;
	}

	.premium-hero .premium-hero__pagination {
		bottom: 10px;
	}
}

/* Стабильное положение содержимого Hero на компьютере.
 * Кнопки и преимущества больше не прыгают вверх,
 * когда поле текста слайда в UMI.CMS оставлено пустым.
 */
@media screen and (min-width: 992px) {
	.premium-hero .premium-hero__caption {
		align-items: stretch;
	}

	.premium-hero .premium-hero__caption-container {
		align-items: center;
		display: flex;
		min-height: 100%;
	}

	.premium-hero .premium-hero__content {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 430px;
		padding-bottom: 48px;
		padding-top: 48px;
		width: 100%;
	}

	/* Когда заголовка и текста нет, сохраняем композицию ниже центра */
	.premium-hero .premium-hero__content:not(:has(h1, h2, h3, .premium-hero__subtitle:not(:empty))) {
		justify-content: center;
		padding-top: 48px;
		transform: translateY(145px);
	}

	.premium-hero .premium-hero__content:not(:has(h1, h2, h3, .premium-hero__subtitle:not(:empty)))
	.premium-hero__actions {
		margin-top: 0;
	}

	.premium-hero .premium-hero__content:not(:has(h1, h2, h3, .premium-hero__subtitle:not(:empty)))
	.premium-hero__advantages {
		margin-top: 54px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.premium-hero .premium-hero__content:not(:has(h1, h2, h3, .premium-hero__subtitle:not(:empty))) {
		transform: translateY(95px);
	}
}

@media screen and (min-width: 768px) {
	.premium-hero .premium-hero__advantage {
		align-items: center;
	}

	.premium-hero .premium-hero__advantage-text {
		padding-top: 0;
	}
}

/* MOBILE HERO — исправление Bootstrap Carousel */
@media screen and (max-width: 767px) {
	.premium-hero {
		background: #0b0d0f;
		overflow: hidden;
		position: relative;
	}

	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .carousel-inner > .item {
		height: clamp(520px, 132vw, 560px);
		min-height: clamp(520px, 132vw, 560px);
		position: relative;
		width: 100%;
	}

	.premium-hero .carousel-inner > .item {
		display: none;
	}

	.premium-hero .carousel-inner > .item.active,
	.premium-hero .carousel-inner > .item.next,
	.premium-hero .carousel-inner > .item.prev {
		display: block;
	}

	.premium-hero .premium-hero__slide > a {
		display: block;
		height: 100%;
		position: relative;
		width: 100%;
	}

	.premium-hero .premium-hero__media {
		height: 100%;
		inset: 0;
		overflow: hidden;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

	.premium-hero .premium-hero__image {
		display: block;
		height: 100%;
		object-fit: cover;
		object-position: 52% 58%;
		width: 100%;
	}

	.premium-hero .premium-hero__overlay {
		background: linear-gradient(
			180deg,
			rgba(4, 6, 8, 0.52) 0%,
			rgba(4, 6, 8, 0.68) 50%,
			rgba(4, 6, 8, 0.90) 100%
		);
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 2;
	}

	.premium-hero .premium-hero__caption {
		align-items: flex-start;
		bottom: 0;
		display: flex;
		inset-inline: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		text-align: left;
		top: 0;
		width: 100%;
		z-index: 3;
	}

	.premium-hero .premium-hero__caption-container,
	.premium-hero .premium-hero__container {
		box-sizing: border-box;
		margin: 0;
		padding-left: 18px;
		padding-right: 18px;
		width: 100%;
	}

	.premium-hero .premium-hero__content {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		margin: 0;
		max-width: 100%;
		min-height: 0;
		padding: 20px 0 40px;
		width: 100%;
	}

	.premium-hero .premium-hero__eyebrow {
		font-size: 10px;
		letter-spacing: 0.1em;
		line-height: 1.35;
		margin: 0 0 8px;
	}

	.premium-hero .premium-hero__title,
	.premium-hero .premium-hero__content h1,
	.premium-hero .premium-hero__content h2,
	.premium-hero .premium-hero__content h3 {
		font-size: 30px;
		letter-spacing: -0.025em;
		line-height: 1.05;
		margin: 0 0 12px;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.premium-hero .premium-hero__subtitle,
	.premium-hero .premium-hero__content p {
		font-size: 14px;
		line-height: 1.4;
		margin: 0 0 12px;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.premium-hero .premium-hero__actions {
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr;
		margin-top: 10px;
		width: 100%;
	}

	.premium-hero .premium-hero__button {
		box-sizing: border-box;
		display: flex;
		font-size: 14px;
		height: 44px;
		margin: 0;
		min-width: 0;
		padding-left: 14px;
		padding-right: 14px;
		width: 100%;
	}

	.premium-hero .premium-hero__advantages {
		display: grid;
		gap: 8px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 14px;
		width: 100%;
	}

	.premium-hero .premium-hero__advantage {
		align-items: center;
		display: flex;
		gap: 8px;
		margin: 0;
		min-width: 0;
	}

	.premium-hero .premium-hero__advantage-icon {
		flex: 0 0 34px;
		height: 34px;
		width: 34px;
	}

	.premium-hero .premium-hero__advantage-icon svg {
		height: 17px;
		width: 17px;
	}

	.premium-hero .premium-hero__advantage-text {
		font-size: 10px;
		font-weight: 700;
		hyphens: none;
		line-height: 1.25;
		overflow-wrap: break-word;
		padding-top: 0;
		word-break: normal;
	}

	.premium-hero .premium-hero__control {
		display: none;
	}

	.premium-hero .premium-hero__pagination {
		bottom: 10px;
		z-index: 5;
	}
}

@media screen and (max-width: 430px) {
	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .carousel-inner > .item {
		height: clamp(520px, 136vw, 555px);
		min-height: clamp(520px, 136vw, 555px);
	}

	.premium-hero .premium-hero__caption-container,
	.premium-hero .premium-hero__container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.premium-hero .premium-hero__content {
		padding-top: 18px;
	}

	.premium-hero .premium-hero__title,
	.premium-hero .premium-hero__content h1,
	.premium-hero .premium-hero__content h2,
	.premium-hero .premium-hero__content h3 {
		font-size: 28px;
		line-height: 1.06;
	}

	.premium-hero .premium-hero__button {
		height: 42px;
	}

	.premium-hero .premium-hero__advantages {
		margin-top: 12px;
	}
}

@media screen and (max-width: 360px) {
	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .carousel-inner > .item {
		height: 550px;
		min-height: 550px;
	}

	.premium-hero .premium-hero__caption-container,
	.premium-hero .premium-hero__container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.premium-hero .premium-hero__content {
		padding-bottom: 34px;
		padding-top: 16px;
	}

	.premium-hero .premium-hero__title,
	.premium-hero .premium-hero__content h1,
	.premium-hero .premium-hero__content h2,
	.premium-hero .premium-hero__content h3 {
		font-size: 26px;
		line-height: 1.06;
	}

	.premium-hero .premium-hero__subtitle,
	.premium-hero .premium-hero__content p {
		font-size: 13px;
		line-height: 1.35;
	}

	.premium-hero .premium-hero__actions {
		gap: 6px;
		margin-top: 8px;
	}

	.premium-hero .premium-hero__button {
		font-size: 13px;
		height: 40px;
	}

	.premium-hero .premium-hero__advantages {
		gap: 6px 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 10px;
	}

	.premium-hero .premium-hero__advantage {
		gap: 6px;
	}

	.premium-hero .premium-hero__advantage-icon {
		flex-basis: 30px;
		height: 30px;
		width: 30px;
	}

	.premium-hero .premium-hero__advantage-icon svg {
		height: 15px;
		width: 15px;
	}
}

@media screen and (max-width: 330px) {
	.premium-hero .premium-hero__carousel,
	.premium-hero .premium-hero__slides,
	.premium-hero .carousel-inner > .item {
		height: 560px;
		min-height: 560px;
	}

	.premium-hero .premium-hero__caption-container,
	.premium-hero .premium-hero__container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.premium-hero .premium-hero__title,
	.premium-hero .premium-hero__content h1,
	.premium-hero .premium-hero__content h2,
	.premium-hero .premium-hero__content h3 {
		font-size: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-hero .premium-hero__slide,
	.premium-hero .premium-hero__control,
	.premium-hero .premium-hero__pagination > li {
		transition: none;
	}
}

/* =========================================================
   HERO НЕ ЗАХОДИТ ПОД ШАПКУ
   ========================================================= */

header.hidden-sm.hidden-xs {
	position: relative !important;
	z-index: 100 !important;
}

.premium-hero {
	clear: both !important;
	margin-top: 0 !important;
	position: relative !important;
	top: auto !important;
	transform: none !important;
	z-index: 1 !important;
}

.premium-hero .premium-hero__row,
.premium-hero .premium-hero__carousel,
.premium-hero .premium-hero__slides {
	margin-top: 0 !important;
	top: auto !important;
	transform: none !important;
}

/* ==========================================================================
   DESKTOP ALIGNMENT
   Hero content follows the same vertical line as the logo and homepage blocks.
   ========================================================================== */

@media screen and (min-width: 1200px) {
	.premium-hero .premium-hero__caption-container {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		max-width: 1360px;
		padding-left: 0;
		padding-right: 0;
		width: calc(100% - 48px);
	}

	.premium-hero .premium-hero__content {
		padding-left: 0;
	}

	.premium-hero
	.premium-hero__content:not(:has(h1, h2, h3, .premium-hero__subtitle:not(:empty))) {
		transform: translateY(155px);
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.premium-hero .premium-hero__caption-container {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		padding-left: 0;
		padding-right: 0;
		width: calc(100% - 48px);
	}

	.premium-hero .premium-hero__content {
		padding-left: 0;
	}

	.premium-hero
	.premium-hero__content:not(:has(h1, h2, h3, .premium-hero__subtitle:not(:empty))) {
		transform: translateY(105px);
	}
}

/* ==========================================================================
   FIX: UMI/Bootstrap переопределяет высоту изображения через height: auto.
   Изображение слайда всегда заполняет всю фиксированную высоту Hero.
   ========================================================================== */

.premium-hero .carousel-inner > .item > img.premium-hero__image,
.premium-hero .carousel-inner > .item > a > img.premium-hero__image {
	display: block;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

/* Desktop-позиционирование утверждено на Этапе 1.
 * На мобильных экранах используется отдельная точка фокуса.
 */
@media screen and (max-width: 767px) {
	.premium-hero .carousel-inner > .item > img.premium-hero__image,
	.premium-hero .carousel-inner > .item > a > img.premium-hero__image {
		object-position: 52% 58%;
	}
}

/* ==========================================================================
   MOBILE: опускаем весь контент Hero ниже
   ========================================================================== */
@media screen and (max-width: 767px) {
	.premium-hero .premium-hero__content {
		transform: translateY(30px);
	}
}