.badge-current-c512 {
	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);
 }
 .badge-current-c512: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);
 }
.basic-eff4 {
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--box-shadow);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.basic-eff4 > img {
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.dirty-761c {
	color: var(--color-one);
	background-color: var(--color-two);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.dirty-761c::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;
}
.dirty-761c:hover {
	color: var(--color-two);
}

.dirty-761c:hover::before {
	width: 100%;
}
 
.sidebar-304e {
	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);
}
.sidebar-304e: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) {
	.badge-current-c512 {
	  font-size: 15px;
	  font-weight: 500;
	}
 }
 
/* animation */
.box-narrow-4b4c img {
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .box-narrow-4b4c:hover img {
	 transform: scale(1.08);
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
/* animation */

.picture-paper-5afb {
	color: var(--color-one);
}

.element-63e7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}

.link-a876 {display: flex;
	border-radius: var(--border-radius);
	overflow: hidden;
	width: calc(50% - 25px);
	max-height: 600px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.link-a876 img {
	border-radius: var(--border-radius);
	overflow: hidden;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.yellow-543d {
	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);
}

.wide_5fb2 {
	margin-bottom: 20px;
}

.heading-outer-be09 {
	font-size: 20px;
	line-height: 2.25;
}
.action-b7e6 {
	 margin: 30px auto 0 auto;
}
.link_silver_35cf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form_5ce8 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
}

.breadcrumb_5814 {
	text-transform: uppercase;
	width: 50%;
}

.feature-ccfb {
	width: 50%;
	line-height: 2.25;
}

.tag-north-ada3 {
  display: flex;
  margin: 0 auto;
}

.focused_508b {
}

.short-6b29 {
	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;
}

.item_9644 {display: flex;

}

.purple_649d {
	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);
}

.modal-over-d7af {
	font-size: 50px;
}

.main-d567 {
	font-size: 20px;
	line-height: 2.25;
}
.header_af41 {
	 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;
}
.header_af41:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.header_af41::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;
}

.header_af41:hover::before {
	 width: 100%;
	 color: var(--color-one);
}

.tabs_12c3 {
	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;
}

.modal-79ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.tag_4cb8 {
	 margin: 0 auto;
}
.modal-79ab:nth-child(3),
.modal-79ab:nth-child(7)
 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.video-0976 {
	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);
}

.video-0976 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);
}

.progress-9cbe {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.out-735c {
	line-height: 2.25;
}

@media (max-width: 992px) {

	.element-63e7 {
	  gap: 20px;
	}

	.link-a876 {
	  width: calc(50% - 12px);
	}

	.yellow-543d {
	  width: calc(50% - 12px);
	}

	.heading-outer-be09 {
	  font-size: 18px;
	}

	.form_5ce8 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 0;
	}

	.breadcrumb_5814 {
	  width: 100%;
	}

	.feature-ccfb {
	  width: 100%;
	}

	.modal-79ab {
	  gap: 30px;
	}
}

@media (max-width: 768px) {
	.video-0976 {
	 max-width: 250px;
	 margin: 0 auto;
	}

	.element-63e7 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}

	.link-a876 {
	  width: 100%;
	  height: 400px;
	}

	.yellow-543d {
	  width: 100%;
	}

	.item_9644 {
	  width: 100%;
	  max-height: 450px;
	}

	.purple_649d {
	  margin: 0 auto 20px auto;
	  padding: 30px 20px;
	}

	.modal-over-d7af {
	  font-size: 38px;
	  margin-bottom: 10px;
	}

	.main-d567 {
	  font-size: 16px;
	}

	.modal-79ab {
	  -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;
	}

	.modal-79ab:nth-child(3),
	.modal-79ab: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) {

	.yellow-543d {
	  padding: 20px;
	}
}
.basic-eff4 {
}
.basic-eff4 {
}

.liquid-ea64 {
	margin: 0;
}
.yellow_34d1 {
}
.pagination-bronze-c4cb {
	position: relative;
	padding: 100px 40px;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.pagination-bronze-c4cb::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-one);
	opacity: 0.7;
}
.out_3940 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nav_old_70c9 {
	font-size: 64px;
	position: relative;
	max-width: 800px;
	z-index: 2;
	color: var(--color-two);
	text-transform: uppercase;
}
.dropdown-ab60 {
	position: relative;
	max-width: 1000px;
	z-index: 2;
	color: var(--color-two);
}
.shadow-4dcb {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
@media (max-width: 992px) {
	.nav_old_70c9 {
	  font-size: 46px;
	}
}
@media (max-width: 768px) {
	.pagination-bronze-c4cb {
	  padding: 70px 20px;
	}
	.nav_old_70c9 {
	  font-size: 40px;
	}
}
@media (max-width: 450px) {
	.nav_old_70c9 {
	  font-size: 32px;
	}
}
@media (max-width: 992px) {
}

.border_clean_e6ed {
	position: relative;
}
.short_1197 {
padding: 20px 0;
}
.border_clean_e6ed::before {
	display: none;
}
.preview-82c4 {
}
.west-ee52 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.chip-under-4ba8 {
	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);
}

.chip-under-4ba8:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.short_1197 .chip-under-4ba8 {
	max-width: 550px;

}
.glass-39c4 {
}
.active-39c6 {
	line-height: 2;
	margin-bottom: 30px;
	max-width: 950px;
}
.tag_fresh_7c09 {
}
@media (max-width: 768px) {

	.border_clean_e6ed::before {
	  height: 200px;
	}
}

@keyframes marquee {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
}
/* .bronze-52bc::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: var(--color-two);
	} */

/* Адаптивность */

/* Responsive */

/* Responsive */
.basic-eff4 {
}
@keyframes pulse2 {
	0% {
  transform: scale(1);
	}
	50% {
  transform: scale(1.1);
	}
	100% {
  transform: scale(1);
	}
	
}
.overlay_2e19 {
	padding: 50px 0 10px 0 !important;
}
.text_iron_24b2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 25px;
}
.title_black_6ae9 {
	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;
}

.title_black_6ae9: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);
}
.yellow_781d {
	 /* background-color:#05395a; */
	 padding: 50px 0;
 }
 .search_937d {
	 padding: 50px 0;
 }
 .main_b1f2 {
	 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) {
	.text_iron_24b2 {
		flex-direction: column;gap: 15px;
	}
 }

/* 添加KIhGVccyApZkJUh类样式 */
.slider_fluid_5f94 {
	position: fixed;
	bottom: 100px;
	right: 20px;
	left: auto;
	z-index: 50;
}

/* 添加底部导航样式 */
.bottom_0de4 {
	display: none;
}

@media (max-width: 768px) {
	.bottom_0de4 {
		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: 0b23 */
.shadow-element-m1 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
