.section-little-hero {
	width: 100vw;
	overflow: hidden;
}

.little-hero-p::-webkit-scrollbar-thumb {
	background: #00000061;
}

.little-hero-p {
	max-height: 400px;
	overflow-x: auto;
}

.little-hero-textcont {
	background-color: #fff !important;
	color: #171717;
	border-width: 10px 10px 10px 10px;
	border-style: dashed;
	height: 750px;
}

@media (min-width: 768px) {
	.little-hero-textcont {
		height: 500px;
	}

	#little-hero .owl-stage-outer {
		height: auto;
	}
}

.slider-container {
	z-index: 999;
	left: 3rem;
	top: 3rem;
	width: calc(100% - 6rem);
	padding: 0;
}

@media (min-width: 576px) {
	.slider-container {
		width: calc(100% - 6rem - 18%);
	}
}

@media (min-width: 768px) {
	.slider-container {
		width: calc(100% - 6rem - 30%);
	}
}

.slider-badge {
	background: #353434c9;
	padding: 5px 10px !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}


.slider-text {
	background: rgb(20 59 78 / 69%);
}

.slider-bottom-container {
	margin: 0 2rem;
}

@media (min-width: 576px) {
	.slider-bottom-container {
		width: 100%;
		margin: 0;
	}
}

.slider-bottom {
	bottom: -10px;
}

.slider-string-cont {
	max-width: 220px;
}

.ryadom-badge {
	font-weight: 500;
}

.owl-stage .active {
	z-index: 10999;
}

.little-hero-photo {
	padding: 0;
	width: 100%;
	filter: brightness(60%);
	background-position: center !important;
	height: 50vh;
}


.little-hero-right {
	position: relative;
	height: calc(50vh);
}

.little-hero-cont {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: calc(100% + 18rem);
	border-top-left-radius: 100px;
	border-bottom-left-radius: 500px;
	border-top-right-radius: .8rem;
	border-bottom-right-radius: .8rem;
	overflow: hidden;
}

@media (min-width: 992px) {
	.little-hero-left {
		height: calc(81vh);
	}

	.little-hero-right {
		height: calc(81vh);
	}

	.little-hero-photo {
		height: 81vh;
	}

}

@media (min-width: 1921px) {
	.little-hero-cont {
		width: 100% !important;
	}
}

.little-hero-strelki {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.btn-cheburek {
	text-align: start;
	border-radius: 50rem !important;
	border: 1px solid #EAEAEA;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.btn-cheburek-search {
	width: max-content;
	display: flex;
	flex-wrap: nowrap;
	text-wrap-mode: nowrap;
}