html {
	scroll-behavior: smooth;
}

body {
	font-family: "Clenexter TT Commons", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-synthesis: weight style;
	line-height: 120%;
}

a,
button {
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid #F90777;
	outline-offset: 4px;
}

/* CONTAINER */
._container {
	max-width: 1540px;
	padding: 0 15px;
	margin: 0 auto;
}


.discount {
	background-color: #F5440A;
	padding: 8px 0px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.discount_container {}

.discount p {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	font-style: italic;
	line-height: 128%;
	text-align: center;
	color: #FFFBF3;
}

.discount p a {
	color: #FFFBF3;
	font-weight: 800;
	font-style: italic;
	-webkit-text-stroke: 0.2px currentColor;
}


/*HEADER-------HEADER-----------HEADER--------HEADER*/
header {
	min-height: 100px;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	background: #FFFBF3;
	top: 40px;
	left: 0px;
	z-index: 99;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, min-height 0.25s ease;
}

.header_container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_menu {
	display: flex;
	align-items: center;
	gap: 35px;
}

.header_crown {
	display: none;
}

.header_menu a {
	font-weight: 500;
	font-size: 18.55px;
	text-decoration: none;
	color: #3F1521;
	text-transform: uppercase;
	white-space: nowrap;
}


.header_menu a:hover,
.header_menu a:focus-visible {
	color: #F90777;
}

.header_menu ._active {
	font-weight: 800;
}

.header_logo {
	text-align: center;
}


.header_logo a {
	font-weight: 700;
	color: #3F1521;
	letter-spacing: 0%;
	line-height: 128%;
	font-size: 32px;
}



.lang {
	text-align: right;
	position: relative;
}

.lang_btn {
	padding: 10px 16px;
	border: none;
	cursor: pointer;
	color: #3F1521;
	font-weight: 500;
	font-size: 14px;
	position: relative;
}

.header_menu .dostup {
	font-weight: 800;
	color: #E7431A;
	font-style: italic;
}


.lang_btn:hover {
	color: #F90777;
}

.lang_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 0;
	width: 2px;
	height: 7px;
	background-color: #3F1521;
}

.lang_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	right: 5px;
	width: 2px;
	height: 7px;
	background-color: #3F1521;
}

.lang_menu {
	position: absolute;
	top: 45px;
	right: 0;

	display: none;
	flex-direction: column;

	background: white;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	min-width: 140px;
}

.lang_menu a {
	padding: 10px 15px;
	text-decoration: none;
	color: #3F1521;
	font-weight: 500;
	font-size: 14px;
}

.lang_menu a:hover {
	background: #f3f3f3;
}

.lang.active .lang_menu {
	display: flex;
}


/*hero----------------hero--------------hero-------------hero*/

.hero {
	--hero-wave-overlap: min(165px, 8.59375vw);
	position: relative;
	z-index: 0;
	margin-bottom: calc(var(--hero-wave-overlap) * -1);
	overflow: hidden;
}

.hero_container {
	background-image: url('../img/hero/hero_new.png');
	height: calc(100vh + var(--hero-wave-overlap));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero_images {
	max-height: 780px;

}

.hero_images img {
	width: 100%;
}


/*wave--------wave---------wave---------wave------------wave--------wave*/
.wave {
	--wave-height: min(243px, 12.65625vw);
	--wave-offset: min(165px, 8.59375vw);
	position: relative;
	background: #FFFBF3;
	overflow-x: clip;
	overflow-y: visible;
}

.wave::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFFBF3;
	pointer-events: none;
}

.wave_container {
	position: relative;
	z-index: 1;
	max-width: 100%;
	padding-top: max(0px, calc(var(--wave-height) - var(--wave-offset)));
}

.wave_background {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 100%;
}

.wave_background img {
	width: 100%;
}

.wave_fill {
	position: absolute;
	top: calc(var(--wave-offset) * -1);
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.wave_fill path {
	fill: #FFFBF3;
}


.wave_image {
	position: absolute;
	width: 100%;
	top: calc(var(--wave-offset) * -1);
	left: 0;
	z-index: 2;
}

.wave_image img {
	display: block;
	width: 100%;
	height: auto;
}

.wave_marquee {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	top: calc(var(--wave-offset) * -1);
	left: 0;
	z-index: 3;
	overflow: visible;
	pointer-events: none;
}

.wave_marquee text {
	fill: #FFFBF3;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0%;
}



@media (max-width: 1200px) {
	body {
		overflow-x: hidden;
	}



	.discount {
		padding: 7px 10px 6px;
	}

	.discount p {
		font-size: 9px;
		line-height: 1.2;
		white-space: nowrap;
	}

	header {
		min-height: 64px;
		top: 22px;
		background: transparent;
		z-index: 120;
	}

	header._scrolled {
		background: rgba(63, 21, 33, 0.92);
		box-shadow: 0 10px 30px rgba(63, 21, 33, 0.22);
		backdrop-filter: blur(10px);
	}

	header._scrolled .header_container {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.header_container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 22px;
	}

	.header_logo {
		position: relative;
		z-index: 124;
		text-align: left;
	}

	.header_logo a {
		color: #FFFBF3;
		font-size: 26px;
		line-height: 1;
		letter-spacing: 0;
	}

	.header_language {
		display: none;
	}

	.header_crown {
		display: flex;
		align-items: center;
	}

	.header_burger {
		position: relative;
		z-index: 124;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		width: 34px;
		height: 34px;
		border: 0;
		background: transparent;
		padding: 0;
		cursor: pointer;
	}

	.header_burger span {
		display: block;
		width: 22px;
		height: 3px;
		margin-left: auto;
		border-radius: 999px;
		background: #FFFBF3;
		transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
	}

	.header_menu {
		position: fixed;
		top: 24px;
		left: 0;
		right: 0;
		z-index: 122;
		display: block;
		height: 260px;
		background: rgba(255, 255, 255, 0.50);
		background-position: center 38%;
		background-size: cover;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
		clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 90% 94%, 80% 97%, 70% 99%, 60% 99.8%, 50% 100%, 40% 99.8%, 30% 99%, 20% 97%, 10% 94%, 0% 92%);
	}

	.header_menu::before {
		content: "";
		position: absolute;
		inset: 0;
	}

	.header_menu li {
		position: absolute;
	}

	.header_menu li::before {
		content: "";
		width: 40px;
		height: 40px;
		background-color: #FFFBF3;
		border-radius: 50%;
		position: absolute;
		top: -10px;
		left: 10px;
	}

	.header_menu li:nth-child(1) {
		top: 32px;
		left: 45%;
		transform: rotate(4deg);
	}

	.header_menu li:nth-child(2)::before {
		top: auto;
		left: auto;
		bottom: -10px;
		right: 10px;
	}

	.header_menu li:nth-child(3)::before {
		top: auto;
		bottom: -10px;
		left: 10px;
	}

	.header_menu li:nth-child(4)::before {
		left: auto;
		top: -10px;
		right: 10px;
	}

	.header_menu li:nth-child(5)::before {
		top: auto;
		left: -10px;
		bottom: 10px;
	}

	.header_menu li:nth-child(6)::before {
		top: auto;
		left: -10px;
		bottom: 10px;
	}


	.header_menu li:nth-child(2) {
		top: 118px;
		left: 7%;
		transform: rotate(-7deg);
	}

	.header_menu li:nth-child(3) {
		top: 98px;
		right: 14%;
		transform: rotate(-12deg);
	}

	.header_menu li:nth-child(4) {
		top: 165px;
		left: 28%;
		transform: rotate(5deg);
	}

	.header_menu li:nth-child(5) {
		top: 78px;
		left: 27%;
		transform: rotate(2deg);
	}

	.header_menu li:nth-child(6) {
		top: 170px;
		right: 11%;
		transform: rotate(1deg);
	}

	.header_menu a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 86px;
		min-height: 54px;
		border-radius: 50%;
		background: #FFFBF3;
		color: #3F1521;
		padding: 14px 18px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1;
		position: relative;
		z-index: 3;
	}

	.header_menu ._active {
		font-weight: 500;
	}

	header._open {
		background: transparent;
	}

	header._open,
	header._open._scrolled {
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	header._open .header_menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	header._open .header_logo a {
		color: #3F1521;
	}

	header._open .header_burger span {
		background: #FFFBF3;
	}

	header._open .header_burger span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	header._open .header_burger span:nth-child(2) {
		opacity: 0;
	}

	header._open .header_burger span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.hero {
		position: relative;
		height: calc(min(720px, 78vh) + var(--hero-wave-overlap));
		min-height: 560px;
		overflow: hidden;
		background: #FFFBF3;
	}

	.hero_container {
		display: block;
		height: 100%;
		background-position: center center;
	}

	.hero_images {
		height: 100%;
		max-height: none;
	}








	.wave_background img {
		display: none;
	}

	.wave_marquee text {
		fill: #FFFBF3;
		font-size: 28px;
	}



}

@media (max-width: 900px) {
	.discount p {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.header_container {
		padding: 0 18px;
	}

	.header_menu {
		height: 285px;
	}

	.header_menu li:nth-child(1) {
		left: 41%;
	}

	.header_menu li:nth-child(2) {
		left: 5%;
	}

	.header_menu li:nth-child(3) {
		right: 9%;
	}

	.header_menu li:nth-child(4) {
		left: 22%;
	}

	.header_menu li:nth-child(5) {
		left: 24%;
	}

	.header_menu li:nth-child(6) {
		right: 5%;
	}

	.hero {
		height: calc(640px + var(--hero-wave-overlap));
		min-height: 0;
	}

	.hero_container {
		background-position: center center;
	}

	.wave {
		--wave-height: 120px;
		--wave-offset: 70px;
	}

	.hero {
		--hero-wave-overlap: 70px;
	}

	.wave_container {
		padding-top: 52px;
	}

	.wave_image,
	.wave_fill,
	.wave_marquee {
		width: 100vw;
		max-width: 100vw;
		left: 50%;
		transform: translateX(-50%) scaleX(1.35);
		transform-origin: center top;
	}

	.wave_marquee text {
		font-size: 34px;
	}
}



@media (max-width: 420px) {
	.hero {
		height: calc(535px + var(--hero-wave-overlap));
	}

	.discount p {
		font-size: 8px;
	}

}


/*main---------main--------main----------main---------main-------main*/


.main {
	background-color: #FFFBF3;
	--main-scroll-distance: 2600px;
	--main-sticky-offset: 140px;
	min-height: calc(100vh + var(--main-scroll-distance));
	padding: 0;
	position: relative;
	overflow: visible;
}

.main_container {
	max-width: none;
	height: calc(100vh - var(--main-sticky-offset));
	box-sizing: border-box;
	padding: 35px 200px;
	position: sticky;
	top: var(--main-sticky-offset);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main_box {
	display: flex;
	align-items: start;
	gap: 60px;
	width: min(1640px, calc(100% - 30px));
	margin-right: auto;
	margin-left: auto;
}

.main_image {
	min-width: 340px;
	height: 380px;
	border: 6px solid #F90777;
	border-radius: 46px;
	background-image: url('../img/main/girl.jpg');
	background-size: cover;
	background-position: center
}

.main_content {
	width: 100%;
}

.main_content_title {
	font-weight: 600;
	font-size: 18px;
	color: #3F1521;
	line-height: 120%;
	margin-bottom: 10px;
}

.main_content_text {
	font-weight: 500;
	font-size: 33px;
	line-height: 120%;
	color: #3F1521;
	text-transform: uppercase;
	max-width: 700px;
	margin-bottom: 35px;
}

.main_content_text b {
	font-style: italic;
}

.main_text {
	max-width: 500px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #3F1521;
	margin-left: auto;
	margin-right: 150px;

}

.main_content_text span {
	position: relative;
}

.main_content_text span::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -20px;
	width: 170px;
	height: 58px;
	background-image: url("../img/main/marked.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	gap: 40px;
	width: min(1640px, calc(100% - 30px));
	margin-right: auto;
	margin-left: auto;
}

.main_button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 17px;
	color: #3F1521;
	text-transform: uppercase;
	padding: 10px 45px;
	border: 2px solid #3F1521;
	border-radius: 35px;
}


.main_item {
	position: absolute;
	left: 200px;
	right: 200px;
	bottom: 0;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	will-change: transform, opacity;
	cursor: pointer;
}

.main_item_container {
	display: block;
	width: 680px;
	border: 2px solid #3F1521;
	padding: 42px 25px 72px;
	background-color: #FFFBF3;
	position: relative;
	box-shadow: 0 18px 40px rgba(63, 21, 33, 0.08);
	transform: scale(90%);
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

a.main_item_container:hover {
	border-color: #DF206E;
	box-shadow: 0 20px 44px rgba(223, 32, 110, 0.12);
}

.main_item._main-left .main_item_container {
	margin-right: auto;
}

.main_item._main-right .main_item_container {
	margin-left: auto;
}

.main_item_title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	color: #3F1521;

}

.main_item_subtitle {
	font-weight: 500;
	font-size: 33px;
	line-height: 120%;
	text-transform: uppercase;
	color: #3F1521;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.main_item_subtitle b {
	font-style: italic;
}


.main_item_text {
	max-width: 560px;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	color: #3F1521;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.main_item_arrow {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 2px solid #3F1521;
	border-top: 2px solid #3F1521;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


.stars {
	background-color: #FFFBF3;
	padding: 36px 0px;
	border-top: 2px solid #3F1521;
}

.stars_container {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.star_item img {
	animation: rotateStars 10s linear infinite;
}

@keyframes rotateStars {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}






.best {
	background-color: #3F1521;

}

.best._scroll-ready {
	height: calc(100vh + var(--best-scroll-distance, 0px));
}

.best_container {
	padding: 70px 0px 0px 0px;
}

.best._scroll-ready .best_container {
	position: sticky;
	top: 0;
	min-height: 100vh;
	overflow: hidden;
}

.best_title {
	font-weight: 600;
	font-size: 36px;
	color: #FFFBF3;
	text-transform: uppercase;
	margin-bottom: 50px;

}

.best_items {
	margin-bottom: 70px;
	overflow: hidden;
	scrollbar-width: none;
	user-select: none;
	cursor: default;
	touch-action: pan-y;
}

.best_items::-webkit-scrollbar {
	display: none;
}

.best_items_track {
	display: flex;
	gap: 60px;
	width: max-content;
	will-change: transform;
}

.best_item {
	flex: 0 0 clamp(220px, 18vw, 320px);
	background-color: #6F2E44;
	padding: 16px 16px 20px 16px;
	border-radius: 40px;
}

a.best_item {
	display: block;
	text-decoration: none;
	color: inherit;
}

.best_item_image {
	width: 100%;
	margin-bottom: 25px;
}

.best_item_image img {
	width: 100%;
	object-fit: cover;
}

.best_item_stars {
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 0px 0px 5px 20px;
}

.best_item_name {
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	font-style: italic;
	color: #FFFBF3;
	margin-left: 20px;
}

.best_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
	margin-bottom: 70px;

}

.best_button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 17px;
	color: #FFFBF3;
	text-transform: uppercase;
	padding: 10px 45px;
	border: 2px solid #FFFBF3;
	border-radius: 35px;
}


.best_stars {
	background-color: #FFFBF3;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 36px 0px;
	transform: rotate(-2deg) translateX(-2px);
	border-bottom: 2px solid #3F1521;
}

.best_star_item img {
	animation: rotateStars 10s linear infinite;
}


.info {
	padding: 96px 0px;
	background-color: #FFFBF3;
	overflow: hidden;
}


.info_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info_content {
	max-width: 680px;
}

.info_title {
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	color: #3F1521;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.info_title b {
	font-style: italic;
}



.info_mark {
	position: relative;
}

.info_mark::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -25px;
	width: 230px;
	height: 70px;
	background-image: url("../img/main/info_circle.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.info_underline {
	position: relative;
}

.info_underline::before {
	content: "";
	position: absolute;
	top: 30px;
	right: -20px;
	width: 380px;
	height: 35px;
	background-image: url("../img/main/info_underline.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.info_text {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #3F1521;
	margin-bottom: 40px;
}

.info_mess {
	display: flex;
	align-items: center;
	gap: 45px;
}

.info_mess_item {}

.info_image {
	margin-right: calc(50% - 50vw);
}

.info_image img {
	display: block;
	max-width: none;
	width: min(50vw, 820px);
}


@media (max-width: 1200px) {
	.main {
		--main-scroll-distance: 2200px;
		--main-sticky-offset: 86px;
	}

	.main_container {
		padding: 35px 30px;
	}

	.main_box {
		gap: 28px;
	}

	.main_image {
		min-width: 260px;
		height: 310px;
	}

	.main_content_text,
	.main_item_subtitle {
		font-size: 28px;
	}

	.main_text {
		margin-right: 0;
	}

	.main_item_container {
		width: min(680px, 72vw);
	}

	.stars,
	.best_stars {
		padding: 26px 0;
	}

	.star_item img,
	.best_star_item img {
		width: 36px;
		height: 36px;
	}

	.best_container {
		padding-top: 58px;
	}

	.best_title {
		font-size: 32px;
		margin-bottom: 38px;
	}

	.best_items_track {
		gap: 34px;
	}

	.best_item {
		flex-basis: clamp(210px, 28vw, 280px);
		border-radius: 32px;
	}

	.best_buttons {
		margin-bottom: 56px;
	}

	.info {
		padding: 78px 0;
	}

	.info_container {
		gap: 36px;
	}

	.info_content {
		max-width: 560px;
	}

	.info_title {
		font-size: 32px;
	}

	.info_image img {
		width: min(48vw, 620px);
	}
}

@media (max-width: 900px) {
	.main {
		--main-sticky-offset: 88px;
	}

	.main_container {
		height: auto;
		min-height: calc(100vh - var(--main-sticky-offset));
		justify-content: flex-start;
	}

	.main_box {
		display: grid;
		grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
		align-items: stretch;
		gap: 24px;
	}

	.main_image {
		min-width: 0;
		width: 100%;
		height: auto;
		min-height: 300px;
		border-radius: 34px;
	}

	.main_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.main_content_title,
	.main_item_title {
		font-size: 16px;
		line-height: 1.1;
	}

	.main_content_text,
	.main_item_subtitle {
		font-size: 25px;
		line-height: 1.04;
	}

	.main_text,
	.main_item_text {
		font-size: 16px;
		line-height: 1.12;
	}

	.main_content_text span::before {
		top: -8px;
		left: -14px;
		width: 132px;
		height: 45px;
	}

	.main_buttons {
		margin-top: 34px;
		gap: 18px;
	}

	.main_button,
	.best_button {
		padding: 12px 28px;
		font-size: 15px;
	}

	.main_item {
		left: 18px;
		right: 18px;
	}

	.main_item_container {
		width: min(600px, 82vw);
		padding: 32px 22px 76px;
	}

	.best_title {
		font-size: 29px;
	}

	.best_items {
		margin-bottom: 50px;
	}

	.best_item {
		flex-basis: 230px;
		padding: 14px 14px 18px;
		border-radius: 28px;
	}

	.best_item_image {
		margin-bottom: 18px;
	}

	.best_item_name {
		font-size: 21px;
		margin-left: 12px;
	}

	.best_item_stars {
		margin-left: 12px;
	}

	.info {
		padding: 68px 0;
	}

	.info_container {
		display: grid;
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.info_content {
		max-width: 680px;
	}

	.info_image {
		margin: 0 -15px;
		order: -1;
	}

	.info_image img {
		width: 100%;
		max-height: 430px;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 720px) {
	.main {
		min-height: auto;
		padding: 54px 0 58px;
	}

	.main_container {
		min-height: 0;
		height: auto;
		display: block;
		padding: 0 18px;
		position: relative;
		top: auto;
		overflow: visible;
	}

	.main_box {
		display: block;
		width: auto;
	}

	.main_image {
		min-width: 0;
		width: 100%;
		height: 320px;
		margin-bottom: 24px;
		border-width: 4px;
		border-radius: 30px;
	}

	.main_content_text,
	.main_item_subtitle {
		font-size: 24px;
		line-height: 1.04;
		margin-bottom: 20px;
	}

	.main_content_title,
	.main_item_title {
		margin-bottom: 12px;
	}

	.main_text {
		max-width: none;
		margin: 0;
	}

	.main_content_text span::before {
		top: -7px;
		left: -12px;
		width: 122px;
		height: 42px;
	}

	.main_buttons {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		margin-top: 32px;
		width: auto;
	}

	.main_button {
		justify-content: center;
		padding: 12px 22px;
		min-height: 46px;
	}

	.main_item {
		position: static;
		margin-top: 22px;
		opacity: 1;
		transform: none !important;
		pointer-events: auto;
	}

	.main_item_container {
		width: 100%;
		padding: 28px 18px 70px;
		border-radius: 0 22px 0 22px;
	}

	.main_item._main-left .main_item_container,
	.main_item._main-right .main_item_container {
		margin: 0;
	}

	.stars_container,
	.best_stars {
		gap: 0;
		justify-content: space-around;
		width: 100%;
		min-width: 100%;
	}

	.stars,
	.best_stars {
		overflow: hidden;
		padding: 20px 0;
	}

	.star_item img,
	.best_star_item img {
		width: 30px;
		height: 30px;
	}

	.best_container {
		padding-top: 48px;
	}

	.best_title {
		font-size: 25px;
		line-height: 1.04;
		margin-bottom: 30px;
	}

	.best_items {
		margin-bottom: 38px;
	}

	.best_items_track {
		gap: 20px;
	}

	.best_item {
		flex-basis: 210px;
		border-radius: 24px;
	}

	.best_item_stars img {
		width: 17px;
		height: 17px;
	}

	.best_buttons {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		width: calc(100% - 36px);
		margin: 0 auto 48px;
	}

	.best_button {
		justify-content: center;
		min-height: 46px;
		padding: 12px 20px;
	}

	.info {
		padding: 54px 0 62px;
	}

	.info_title {
		font-size: 27px;
		line-height: 1.04;
	}

	.info_text {
		font-size: 16px;
		line-height: 1.15;
		margin-bottom: 30px;
	}

	.info_text br {
		display: none;
	}

	.info_mark::before {
		top: -3px;
		right: -14px;
		width: 150px;
		height: 46px;
	}

	.info_underline::before {
		top: 24px;
		right: -10px;
		width: 250px;
		height: 26px;
	}

	.info_mess {
		gap: 22px;
	}

	.info_mess_item img {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 560px) {
	.header_logo a {
		font-size: 23px;
	}

	.header_crona img {
		width: 27px;
		height: auto;
	}

	.header_crown {
		gap: 12px;
	}

	.header_menu {
		top: 22px;
		height: 300px;
	}

	.header_menu a {
		min-width: 78px;
		min-height: 48px;
		padding: 12px 14px;
		font-size: 12px;
	}

	.header_menu li:nth-child(1) {
		top: 38px;
		left: 38%;
	}

	.header_menu li:nth-child(2) {
		top: 118px;
		left: 3%;
	}

	.header_menu li:nth-child(3) {
		top: 112px;
		right: 4%;
	}

	.header_menu li:nth-child(4) {
		top: 194px;
		left: 18%;
	}

	.header_menu li:nth-child(5) {
		top: 82px;
		left: 23%;
	}

	.header_menu li:nth-child(6) {
		top: 202px;
		right: 2%;
	}

	.hero {
		--hero-wave-overlap: 50px;
		height: calc(560px + var(--hero-wave-overlap));
	}

	.hero_container {
		background-size: cover;
		background-position: center center;
	}

	.wave {
		--wave-height: 96px;
		--wave-offset: 50px;
	}

	.wave_container {
		padding-top: 46px;
	}

	.wave_image,
	.wave_fill,
	.wave_marquee {
		width: 100vw;
		max-width: 100vw;
		transform: translateX(-50%) scaleX(1.55);
	}

	.wave_marquee text {
		font-size: 38px;
	}

	.main_image {
		height: 280px;
	}

	.main_content_text,
	.main_item_subtitle {
		font-size: 22px;
	}

	.main_item_text,
	.main_text {
		font-size: 15px;
	}

	.best_item {
		flex-basis: 185px;
		padding: 12px 12px 16px;
	}

	.best_item_name {
		font-size: 18px;
	}

	.info_image img {
		max-height: 360px;
	}
}

@media (max-width: 420px) {
	._container {
		padding-right: 18px;
		padding-left: 18px;
	}

	.header_container {
		padding-right: 16px;
		padding-left: 16px;
	}

	.hero {
		height: calc(520px + var(--hero-wave-overlap));
	}

	.main {
		padding-top: 44px;
	}

	.main_container {
		padding-right: 16px;
		padding-left: 16px;
	}

	.main_image {
		height: 248px;
		border-radius: 24px;
	}

	.main_content_text,
	.main_item_subtitle {
		font-size: 20px;
	}

	.main_button,
	.best_button {
		font-size: 13px;
	}

	.main_item_container {
		padding: 24px 16px 66px;
	}

	.best_title {
		font-size: 22px;
	}

	.best_item {
		flex-basis: 165px;
		border-radius: 20px;
	}

	.info_title {
		font-size: 24px;
	}

	.info_underline::before {
		width: 210px;
	}
}


/*fooooter----------foooooter-----------fooooooooter-------------fooooooter*/

footer {
	background-color: #3F1521;
	padding-bottom: 140px;
	padding-top: 170px;
	position: relative;
	overflow: hidden;
}

.footer_container {
	border-top: 4px solid #FFFBF3;
	position: relative;
	z-index: 2;

}

.footer_menu {
	margin: 60px 0px 40px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.footer_menu a {
	font-weight: 500;
	font-size: 20px;
	color: #FFFBF3;
	text-transform: uppercase;
	display: inline-block;
}

.footer_menu a:hover {
	color: #F90777;
	transform: translateY(-2px);
}

.footer_phone {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.footer_phone a {
	font-weight: 500;
	font-size: 20px;
	color: #FFFBF3;
	text-transform: uppercase;
	display: inline-block;
}

.footer_phone a:hover {
	color: #F90777;
	transform: scale(1.05);
}

.footer_mess {
	display: flex;
	justify-content: center;
	gap: 35px;
	align-items: center;
}

.footer_mess a {
	display: inline-block;
}

.footer_mess a:hover {
	transform: scale(1.15) rotate(5deg);
}

.footer_elem1 {
	position: absolute;
	bottom: 200px;
	left: 0px;
}


.footer_elem2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.footer_icon_mob {
	display: none;
}

@media (max-width: 1200px) {
	;
}

@media(max-width: 720px) {

	footer {
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #FFFBF3;
	}

	.footer_container {
		margin: 0px 15px;
		border-top: 1px solid #3F1521;
		color: #3F1521;
	}

	.footer_menu {
		flex-direction: column;
		margin: 30px 0 50px 0px;
	}

	.footer_menu a {
		color: #3F1521;
	}

	.footer_phone {
		margin-bottom: 20px;
	}

	.footer_phone a {
		color: #3F1521;
	}

	.footer_mess {
		gap: 25px;
	}

	.footer_elem1 {
		display: none;
	}

	.footer_elem2 {
		display: none;
	}

	.footer_icon_mob {
		display: block;
	}

	.footer_icon_pc {
		display: none;
	}
}
