.bronze_a24c {
	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);
 }
 .bronze_a24c: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);
 }
.old_6585 {
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--box-shadow);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.old_6585 > img {
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.description-8085 {
	color: var(--color-one);
	background-color: var(--color-two);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.description-8085::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;
}
.description-8085:hover {
	color: var(--color-two);
}

.description-8085:hover::before {
	width: 100%;
}
 
.nav_53ac {
	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);
}
.nav_53ac: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) {
	.bronze_a24c {
	  font-size: 15px;
	  font-weight: 500;
	}
 }
 
/* animation */
.description-1b38 img {
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .description-1b38:hover img {
	 transform: scale(1.08);
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
/* animation */

.in_ad69 {
	color: var(--color-one);
}

.card_dd54 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}

.shadow-blue-6952 {display: flex;
	border-radius: var(--border-radius);
	overflow: hidden;
	width: calc(50% - 25px);
	max-height: 600px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.shadow-blue-6952 img {
	border-radius: var(--border-radius);
	overflow: hidden;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hidden_paper_cdec {
	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);
}

.feature_6d96 {
	margin-bottom: 20px;
}

.dropdown-340d {
	font-size: 20px;
	line-height: 2.25;
}
.white_e2a3 {
	 margin: 30px auto 0 auto;
}
.active-steel-23fc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dropdown_red_b26a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
}

.surface_simple_3e8b {
	text-transform: uppercase;
	width: 50%;
}

.texture-top-c965 {
	width: 50%;
	line-height: 2.25;
}

.hover_silver_8293 {
  display: flex;
  margin: 0 auto;
}

.notice-cold-399f {
}

.under_decf {
	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;
}

.summary-97dd {display: flex;

}

.menu-left-df99 {
	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);
}

.info-b419 {
	font-size: 50px;
}

.article-active-4f22 {
	font-size: 20px;
	line-height: 2.25;
}
.middle_d1c2 {
	 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;
}
.middle_d1c2:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.middle_d1c2::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;
}

.middle_d1c2:hover::before {
	 width: 100%;
	 color: var(--color-one);
}

.paragraph_easy_d435 {
	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;
}

.progress-black-5012 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.carousel_over_7f87 {
	 margin: 0 auto;
}
.progress-black-5012:nth-child(3),
.progress-black-5012:nth-child(7)
 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.mini-4116 {
	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);
}

.mini-4116 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);
}

.background-tiny-68dc {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.nav_active_88ea {
	line-height: 2.25;
}

@media (max-width: 992px) {

	.card_dd54 {
	  gap: 20px;
	}

	.shadow-blue-6952 {
	  width: calc(50% - 12px);
	}

	.hidden_paper_cdec {
	  width: calc(50% - 12px);
	}

	.dropdown-340d {
	  font-size: 18px;
	}

	.dropdown_red_b26a {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 0;
	}

	.surface_simple_3e8b {
	  width: 100%;
	}

	.texture-top-c965 {
	  width: 100%;
	}

	.progress-black-5012 {
	  gap: 30px;
	}
}

@media (max-width: 768px) {
	.mini-4116 {
	 max-width: 250px;
	 margin: 0 auto;
	}

	.card_dd54 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}

	.shadow-blue-6952 {
	  width: 100%;
	  height: 400px;
	}

	.hidden_paper_cdec {
	  width: 100%;
	}

	.summary-97dd {
	  width: 100%;
	  max-height: 450px;
	}

	.menu-left-df99 {
	  margin: 0 auto 20px auto;
	  padding: 30px 20px;
	}

	.info-b419 {
	  font-size: 38px;
	  margin-bottom: 10px;
	}

	.article-active-4f22 {
	  font-size: 16px;
	}

	.progress-black-5012 {
	  -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;
	}

	.progress-black-5012:nth-child(3),
	.progress-black-5012: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) {

	.hidden_paper_cdec {
	  padding: 20px;
	}
}
.old_6585 {
}
.old_6585 {
}

.grid_fresh_5a97 {
	margin: 0;
}
.simple-7e41 {
}
.silver_88bc {
	position: relative;
	padding: 100px 40px;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.silver_88bc::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-one);
	opacity: 0.7;
}
.brown-7df0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb-orange-056e {
	font-size: 64px;
	position: relative;
	max-width: 800px;
	z-index: 2;
	color: var(--color-two);
	text-transform: uppercase;
}
.highlight_a357 {
	position: relative;
	max-width: 1000px;
	z-index: 2;
	color: var(--color-two);
}
.grid-huge-8a1b {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
@media (max-width: 992px) {
	.breadcrumb-orange-056e {
	  font-size: 46px;
	}
}
@media (max-width: 768px) {
	.silver_88bc {
	  padding: 70px 20px;
	}
	.breadcrumb-orange-056e {
	  font-size: 40px;
	}
}
@media (max-width: 450px) {
	.breadcrumb-orange-056e {
	  font-size: 32px;
	}
}
@media (max-width: 992px) {
}

.white-a565 {
	position: relative;
}
.cool-94ae {
padding: 20px 0;
}
.white-a565::before {
	display: none;
}
.banner-east-961d {
}
.panel_first_1edc {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.label_pressed_a1fb {
	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);
}

.label_pressed_a1fb:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.cool-94ae .label_pressed_a1fb {
	max-width: 550px;

}
.hidden_old_89c9 {
}
.chip-c1ce {
	line-height: 2;
	margin-bottom: 30px;
	max-width: 950px;
}
.carousel-gas-42e7 {
}
@media (max-width: 768px) {

	.white-a565::before {
	  height: 200px;
	}
}

@keyframes marquee {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
}
/* .media-10ee::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: var(--color-two);
	} */

/* Адаптивность */

/* Responsive */

/* Responsive */
.old_6585 {
}
@keyframes pulse2 {
	0% {
  transform: scale(1);
	}
	50% {
  transform: scale(1.1);
	}
	100% {
  transform: scale(1);
	}
	
}
.section_solid_a65e {
	padding: 50px 0 10px 0 !important;
}
.article-d7a6 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 25px;
}
.box-complex-7edb {
	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;
}

.box-complex-7edb: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);
}
.link-east-b693 {
	 /* background-color:#05395a; */
	 padding: 50px 0;
 }
 .hover-5f43 {
	 padding: 50px 0;
 }
 .gallery-5e9d {
	 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) {
	.article-d7a6 {
		flex-direction: column;gap: 15px;
	}
 }

/* 添加KIhGVccyApZkJUh类样式 */
.selected-06a6 {
	position: fixed;
	bottom: 100px;
	right: 20px;
	left: auto;
	z-index: 50;
}

/* 添加底部导航样式 */
.chip-cool-c002 {
	display: none;
}

@media (max-width: 768px) {
	.chip-cool-c002 {
		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: fa02 */
.shadow-element-i2 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
