/* MB Hero Slider (Slick) — 100% matching styles (scoped) */
/* Optional isolation */

.slick-list {
  overflow: visible;
}

.mb-hero-slider, .mb-hero-slider * {
	box-sizing: border-box;
}
.mb-hero-slider {
	font-family: "Roboto", sans-serif;
}
.mb-hero-slider.section-banners {
	margin-top: 0;
}
.mb-hero-slider .banners {
	position: relative;
}

/* Slick replaces Swiper slide positioning */
.mb-hero-slider .slick-slide {
	position: relative;
	outline: none;
}
.mb-hero-slider .slick-slide:focus {
	outline: none;
}
.mb-hero-slider .slick-slide>div {
	outline: none;
	overflow: visible;
}

/* sometimes Slick wraps */
/* Buttons — identical to source */
.mb-hero-slider .btn {
	background: #87e2b6;
	border-radius: 25px;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #4f4f4f;
	padding: 15px 65px;
	text-decoration: none !important;
	display: inline-block;
}
.mb-hero-slider .btn:hover {
	background: #56ad83;
	color: #fff;
}
.mb-hero-slider .btn-red {
	background: #ffa0a6;
	color: #fff;
}
.mb-hero-slider .btn-red:hover {
	background: #ff616b;
}

/* Banners — identical to source */
.mb-hero-slider .banner-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 450px;
	overflow: hidden;
	background: #f2faff;
}

/* FIX: anchor pseudo-elements to the correct blocks */
.mb-hero-slider .banner-item {
	position: relative;
}
.mb-hero-slider .banner-content {
	position: relative;
	z-index: 2;
}
.mb-hero-slider .banner-img {
	position: relative;
	z-index: 1;
}
.mb-hero-slider .banner-img img {
	position: relative;
	z-index: 2;
	display: block;
}

/* чтобы z-index у subtitle реально работал */
.mb-hero-slider .banner-subtitle {
	position: relative;
}

/* Left big circle */
.mb-hero-slider .banner-item:before {
	content: '';
	display: block;
	width: 571px;
	height: 571px;
	background: rgba(183, 229, 255, .2);
	border-radius: 100%;
	position: absolute;
	left: -450px;
}

/* Slide 2 circle shift */
.mb-hero-slider .banner-item-2:before {
	content: '';
	display: block;
	width: 571px;
	height: 571px;
	background: rgba(183, 229, 255, .2);
	border-radius: 100%;
	position: absolute;
	left: -300px;
}

/* Slide 3 ring */
.mb-hero-slider .banner-item-3:before {
	content: '';
	display: block;
	background: transparent;
	border: 40px solid #e1f4fe;
	height: 272px;
	width: 272px;
	padding: 115px;
	border-radius: 100%;
	position: absolute;
	left: -41px;
	top: 50%;
}

/* Content */
.mb-hero-slider .banner-content {
	padding: 0 30px;
	max-width: 700px;
}
.mb-hero-slider .banner-title {
	font-weight: 700;
	font-size: 104px;
	line-height: 116px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.mb-hero-slider .banner-subtitle {
	font-weight: 700;
	font-size: 33px;
	line-height: 39px;
	text-transform: uppercase;
	margin-bottom: 65px;
	z-index: 4;
}
.mb-hero-slider .banner-subtitle p {
	margin: 0;
}
.mb-hero-slider .banner-action {
	margin-top: 25px;
}

/* Badge "НОВИНКА" — identical look */
.mb-hero-slider .banner-badge {
	font-weight: 900;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #f56323;
	background: #f5ce3c;
	border-radius: 29px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	margin-left: 20px;
	position: relative;
	/* needed for the dot */
}
.mb-hero-slider .banner-badge:before {
	content: '';
	display: block;
	background: #f5ce3c;
	border-radius: 29px;
	width: 34px;
	height: 34px;
	position: absolute;
	left: -40px;
	top: -10px;
}

/* Green low badge — identical shape */
.mb-hero-slider .banner-badge__low {
	font-weight: 900;
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	background: #87e2b6;
	border-radius: 40.118px 0;
	width: 100%;
	max-width: 450px;
	min-height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -250px;
	z-index: 3;
	bottom: -25px;
}
.mb-hero-slider .banner-badge__low-text {
	transform: matrix(1, 0, 0, 1, 0, 0);
	z-index: 2;
	color: #fff;
	background: #87e2b6;
	padding: 41px 37px;
	border-radius: 40px 0;
	overflow: hidden;
}
.mb-hero-slider .banner-badge__low:before {
	content: '';
	display: block;
	background: #87e2b6;
	border-radius: 0 48.6279px;
	width: 176px;
	height: 77px;
	position: absolute;
	left: -185px;
	bottom: -35px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	z-index: 2;
}
.mb-hero-slider .banner-item-1 .banner-badge__low-text {
	padding: 31px 37px;
}
/* Extra ring on slide 2 */

.mb-hero-slider .banner-item-2 .banner-badge__low:after {
	content: '';
	display: block;
	border: 40px solid #e1f4fe;
	padding: 115px;
	border-radius: 100%;
	position: absolute;
	left: -115px;
}

/* Image decoration (use your local assets) */
.mb-hero-slider .banner-img:before {
	content: '';
	background: url("../img/mb-hero-slider/about-img-before.svg") no-repeat center center;
	background-size: contain;
	width: 635px;
	height: 635px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mb-hero-slider .banner-img:after {
	content: '';
	background: url("../img/mb-hero-slider/about-img-after.svg") no-repeat center center;
	background-size: contain;
	width: 272px;
	height: 272px;
	display: block;
	position: absolute;
	left: -65px;
	top: 0;
	z-index: 1;
}
.mb-hero-slider .banner-item-2 .banner-img:after {
	background: #dbf2ff;
	border: 19px solid #f2faff;
	border-radius: 100%;
	width: 96px;
	height: 96px;
	left: 46px;
	top: 46px;
}
.mb-hero-slider .banner-item-3 .banner-img:after {
	content: '';
	display: block;
	width: 145px;
	height: 145px;
	background: #dbf2ff;
	border: 19px solid #f2faff;
	border-radius: 100%;
	left: -145px;
	top: 35px;
}
.mb-hero-slider .banner-img img {
	width: 715px;
	height: 417px;
	border-radius: 210px 0 0 210px;
	z-index: 0;
	object-fit: cover;
}
.mb-hero-slider .banner-img {
	padding: 120px 0;
	padding-left: 100px;
}

/* Banner button */
.mb-hero-slider .banner-btn {
	position: relative;
	background: #ffa0a6 ;
	border: 9px solid #f2faff;
	border-radius: 35px !important;
	z-index: 3;
}

/* ---- Slick dots styled exactly like Swiper bullets ---- */
.mb-hero-slider .slick-dots {
	position: absolute;
	bottom: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
.mb-hero-slider .slick-dots li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
.mb-hero-slider .slick-dots li button {
	background: rgba(129, 200, 240, .44);
	opacity: 1;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	transition: all .3s ease-in-out !important;
	font-size: 0;
	line-height: 0;
}
.mb-hero-slider .slick-dots li button:before {
	content: none !important;
}
.mb-hero-slider .slick-dots li.slick-active button {
	width: 45px;
	height: 15px;
	background: #81c8f0;
	border-radius: 12px;
	transition: all .3s ease-in-out !important;
}

/* -------------------- Responsive (identical logic) -------------------- */
@media screen and (max-width:768px) {
	.mb-hero-slider.section-banners {
		margin-top: 65px;
	}
	.mb-hero-slider .banner-subtitle p {
		padding-bottom: 25px;
	}
	.mb-hero-slider .banner-item {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: space-between;
		padding: 25px 0;
	}
	.mb-hero-slider .banner-content {
		max-width: none;
		width: 100%;
		z-index: 3;
	}
	.mb-hero-slider .banner-img {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.mb-hero-slider .banner-item .banner-badge__low:after {
		display: none !important;
	}
	.mb-hero-slider .banner-badge {
		font-size: 12.5571px;
		line-height: 15px;
		padding: 7px 15px;
		margin-bottom: 10px;
	}
	.mb-hero-slider .banner-title {
		font-weight: 700;
		font-size: 43.67px !important;
		line-height: 111.69% !important;
	}
	.mb-hero-slider .banner-subtitle {
		font-weight: 700;
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 300px;
	}
	.mb-hero-slider .banner-badge__low {
		position: static;
		max-width: none;
		width: 100%;
	}
}
@media screen and (max-width:625px) {
	.mb-hero-slider .banners {
		height: 500px;
	}
	.mb-hero-slider .banner-content {
		max-width: none;
		width: 100%;
		z-index: 3;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.mb-hero-slider .banner-img {
		position: absolute;
		left: -50px;
		right: 0;
		bottom: 0;
		padding: 50px;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.mb-hero-slider .banner-badge {
		font-size: 12.5571px;
		line-height: 15px;
		padding: 7px 15px;
		margin-bottom: 10px;
	}
	.mb-hero-slider .banner-title {
		font-weight: 700;
		font-size: 43.67px !important;
		line-height: 111.69% !important;
	}
	.mb-hero-slider .banner-subtitle {
		font-weight: 700;
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 50px;
	}
	.mb-hero-slider .banner-img img {
		width: 100%;
		height: 186px;
	}
	.mb-hero-slider .banner-img:after {
		display: none;
	}
	.mb-hero-slider .banner-img:before {
		width: 283px;
		height: 283px;
	}
	.mb-hero-slider .banner-action {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.mb-hero-slider .banner-badge__low {
		display: none;
	}
}