.preview-current-a211 {
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 14px 30px;
	overflow: hidden;
	cursor: pointer;
	text-transform: unset;
	border-radius: var(--border-radius);
	overflow: hidden;
	line-height: 1;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	box-shadow: var(--box-shadow);
	transform: translateY(0);
 }
 .preview-current-a211:hover {
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
 }
.advanced-141a {
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--box-shadow);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.advanced-141a > img {
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.mask-static-f3e2 {
	color: var(--color-one);
	background-color: var(--color-two);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.mask-static-f3e2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--color-three);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: -1;
}
.mask-static-f3e2:hover {
	color: var(--color-two);
}

.mask-static-f3e2:hover::before {
	width: 100%;
}
 
.media_new_f8d0 {
	color: var(--color-one);
	background: linear-gradient(135deg, var(--color-four) 0%, #ffe566 100%);
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 4px 12px rgba(241, 216, 62, 0.3);
}
.media_new_f8d0:hover {
	background: linear-gradient(135deg, var(--color-four) 0%, #ffe566 100%);
	color: var(--color-one);
	transform: translateY(-3px);
	box-shadow: 0 8px 16px rgba(241, 216, 62, 0.4);
}
 @media (max-width: 450px) {
	.preview-current-a211 {
	  font-size: 15px;
	  font-weight: 500;
	}
 }
 
/* animation */
.prev-4092 img {
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .prev-4092:hover img {
	 transform: scale(1.08);
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
/* animation */

.primary_1c3d {
	color: var(--color-one);
}

.white_9a13 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}

.column-c5dd {display: flex;
	border-radius: var(--border-radius);
	overflow: hidden;
	width: calc(50% - 25px);
	max-height: 600px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.column-c5dd img {
	border-radius: var(--border-radius);
	overflow: hidden;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.search_574c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(50% - 25px);
	padding: 30px 40px;
	background-color: var(--color-two);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--box-shadow);
	border-left: 4px solid var(--color-four);
}

.filter-b064 {
	margin-bottom: 20px;
}

.dark-12b3 {
	font-size: 20px;
	line-height: 2.25;
}
.outer-7866 {
	 margin: 30px auto 0 auto;
}
.column-c351 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.background_8404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
}

.gold-9a6a {
	text-transform: uppercase;
	width: 50%;
}

.sidebar_rough_22fb {
	width: 50%;
	line-height: 2.25;
}

.copper-4492 {
  display: flex;
  margin: 0 auto;
}

.picture-68ee {
}

.dark-a8a2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.shadow-focused-6a7d {display: flex;

}

.popup-08fe {
	max-width: 900px;
	margin: 0 auto -50px auto;
	padding: 40px 70px 80px 70px;
	background-color: var(--color-two);
	color: var(--color-one);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--box-shadow);
	border-top: 4px solid var(--color-four);
}

.current-ea95 {
	font-size: 50px;
}

.banner_dynamic_57fd {
	font-size: 20px;
	line-height: 2.25;
}
.container_d35c {
	 background: linear-gradient(135deg, var(--color-three) 0%, #074b73 100%);
	 color: var(--color-two);
	 margin: 20px auto 0 auto;
	 box-shadow: var(--box-shadow);
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
}
.container_d35c:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.container_d35c::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 0;
	 height: 100%;
	 background: linear-gradient(135deg, var(--color-four) 0%, #ffe566 100%);
	 transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	 z-index: -1;
}

.container_d35c:hover::before {
	 width: 100%;
	 color: var(--color-one);
}

.search_2109 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.section_in_6231 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.border-glass-6b98 {
	 margin: 0 auto;
}
.section_in_6231:nth-child(3),
.section_in_6231:nth-child(7)
 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.prev_274d {
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	width: 100%;
	box-shadow: var(--box-shadow);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.prev_274d img {
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.outline_liquid_125f {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.description_2dce {
	line-height: 2.25;
}

@media (max-width: 992px) {

	.white_9a13 {
	  gap: 20px;
	}

	.column-c5dd {
	  width: calc(50% - 12px);
	}

	.search_574c {
	  width: calc(50% - 12px);
	}

	.dark-12b3 {
	  font-size: 18px;
	}

	.background_8404 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 0;
	}

	.gold-9a6a {
	  width: 100%;
	}

	.sidebar_rough_22fb {
	  width: 100%;
	}

	.section_in_6231 {
	  gap: 30px;
	}
}

@media (max-width: 768px) {
	.prev_274d {
	 max-width: 250px;
	 margin: 0 auto;
	}

	.white_9a13 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}

	.column-c5dd {
	  width: 100%;
	  height: 400px;
	}

	.search_574c {
	  width: 100%;
	}

	.shadow-focused-6a7d {
	  width: 100%;
	  max-height: 450px;
	}

	.popup-08fe {
	  margin: 0 auto 20px auto;
	  padding: 30px 20px;
	}

	.current-ea95 {
	  font-size: 38px;
	  margin-bottom: 10px;
	}

	.banner_dynamic_57fd {
	  font-size: 16px;
	}

	.section_in_6231 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}

	.section_in_6231:nth-child(3),
	.section_in_6231:nth-child(7) {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
}

@media (max-width: 450px) {

	.search_574c {
	  padding: 20px;
	}
}
.advanced-141a {
}
.advanced-141a {
}

.row_f298 {
	margin: 0;
}
.sort-ceb8 {
}
.thick-44be {
	position: relative;
	padding: 100px 40px;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.thick-44be::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-one);
	opacity: 0.7;
}
.south_e7c1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.focus_gold_af1f {
	font-size: 64px;
	position: relative;
	max-width: 800px;
	z-index: 2;
	color: var(--color-two);
	text-transform: uppercase;
}
.warm_b283 {
	position: relative;
	max-width: 1000px;
	z-index: 2;
	color: var(--color-two);
}
.disabled-26e9 {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
@media (max-width: 992px) {
	.focus_gold_af1f {
	  font-size: 46px;
	}
}
@media (max-width: 768px) {
	.thick-44be {
	  padding: 70px 20px;
	}
	.focus_gold_af1f {
	  font-size: 40px;
	}
}
@media (max-width: 450px) {
	.focus_gold_af1f {
	  font-size: 32px;
	}
}
@media (max-width: 992px) {
}

.motion_13bf {
	position: relative;
}
.thick_4737 {
padding: 20px 0;
}
.motion_13bf::before {
	display: none;
}
.module_large_0eff {
}
.smooth-183c {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.shade-prev-fd3b {
	display: flex;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	max-width: 750px;
	/*width: 100%;*/
	margin: 0 auto 30px auto;
	border: 5px solid var(--color-two);
	box-shadow: var(--box-shadow);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.shade-prev-fd3b:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.thick_4737 .shade-prev-fd3b {
	max-width: 550px;

}
.shadow_ec69 {
}
.sort-liquid-05aa {
	line-height: 2;
	margin-bottom: 30px;
	max-width: 950px;
}
.status-83d6 {
}
@media (max-width: 768px) {

	.motion_13bf::before {
	  height: 200px;
	}
}

@keyframes marquee {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
}
/* .mask-over-f72d::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: var(--color-two);
	} */

/* Адаптивность */

/* Responsive */

/* Responsive */
.advanced-141a {
}
@keyframes pulse2 {
	0% {
  transform: scale(1);
	}
	50% {
  transform: scale(1.1);
	}
	100% {
  transform: scale(1);
	}
	
}
.right-295d {
	padding: 50px 0 10px 0 !important;
}
.border_a1a1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 25px;
}
.paragraph-advanced-6424 {
	background: var(--gradient-accent);
	color: var(--color-one);
	box-shadow: var(--box-shadow), 0 0 10px rgba(255, 123, 0, 0.3);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translateY(0);
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 2px solid var(--color-four);
	font-weight: 600;
}

.paragraph-advanced-6424:hover {
	background: var(--gradient-primary);
	color: var(--color-two);
	transform: translateY(-3px);
	box-shadow: var(--box-shadow-hover), 0 0 20px rgba(255, 123, 0, 0.5);
}
.main_center_177b {
	 /* background-color:#05395a; */
	 padding: 50px 0;
 }
 .tooltip-copper-4d36 {
	 padding: 50px 0;
 }
 .upper-565b {
	 display: flex;
	 max-width: 200px;
	 margin: 0 auto;
	 animation: pulse2 2s infinite;
 }
 @keyframes pulse2 {
	 0% {
		transform: scale(1);
	 }
	 50% {
		transform: scale(1.1);
	 }
	 100% {
		transform: scale(1);
	 }
 }
 @media (max-width: 450px) {
	.border_a1a1 {
		flex-direction: column;gap: 15px;
	}
 }

/* 添加KIhGVccyApZkJUh类样式 */
.gold_bdd1 {
	position: fixed;
	bottom: 100px;
	right: 20px;
	left: auto;
	z-index: 50;
}

/* 添加底部导航样式 */
.pattern_thick_2926 {
	display: none;
}

@media (max-width: 768px) {
	.pattern_thick_2926 {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		padding: 15px 20px;
		background-color: var(--color-three);
		box-shadow: 5px 0px 13px 7px rgba(0, 0, 0, 0.5);
		z-index: 10;
	}
}
/* css-noise: c646 */
.promo-block-o9 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
