.smooth-2a01 {
	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);
 }
 .smooth-2a01: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);
 }
.widget-in-bf4a {
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--box-shadow);
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.widget-in-bf4a > img {
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.logo_0357 {
	color: var(--color-one);
	background-color: var(--color-two);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.logo_0357::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;
}
.logo_0357:hover {
	color: var(--color-two);
}

.logo_0357:hover::before {
	width: 100%;
}
 
.accent_center_a954 {
	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);
}
.accent_center_a954: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) {
	.smooth-2a01 {
	  font-size: 15px;
	  font-weight: 500;
	}
 }
 
/* animation */
.menu_faa4 img {
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .menu_faa4:hover img {
	 transform: scale(1.08);
	 transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
/* animation */

.title-selected-8233 {
	color: var(--color-one);
}

.mask_large_a05a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
}

.advanced_3fba {display: flex;
	border-radius: var(--border-radius);
	overflow: hidden;
	width: calc(50% - 25px);
	max-height: 600px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.advanced_3fba img {
	border-radius: var(--border-radius);
	overflow: hidden;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.shade-next-286f {
	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);
}

.up_14ba {
	margin-bottom: 20px;
}

.avatar-active-7387 {
	font-size: 20px;
	line-height: 2.25;
}
.input_5831 {
	 margin: 30px auto 0 auto;
}
.modal_brown_8f54 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.texture_75bf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
}

.tiny-70f3 {
	text-transform: uppercase;
	width: 50%;
}

.secondary-f585 {
	width: 50%;
	line-height: 2.25;
}

.upper-0b5c {
  display: flex;
  margin: 0 auto;
}

.white_bdfd {
}

.modal_aa43 {
	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;
}

.box_2aec {display: flex;

}

.disabled-a3b7 {
	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);
}

.bronze-cadb {
	font-size: 50px;
}

.stone_4165 {
	font-size: 20px;
	line-height: 2.25;
}
.preview-first-d6a6 {
	 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;
}
.preview-first-d6a6:hover {
	 transform: translateY(-3px);
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.preview-first-d6a6::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;
}

.preview-first-d6a6:hover::before {
	 width: 100%;
	 color: var(--color-one);
}

.badge-hard-7368 {
	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;
}

.popup_wide_c8d2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.hero_f036 {
	 margin: 0 auto;
}
.popup_wide_c8d2:nth-child(3),
.popup_wide_c8d2:nth-child(7)
 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tooltip-1c57 {
	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);
}

.tooltip-1c57 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);
}

.layout_hard_aad7 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.component_08a9 {
	line-height: 2.25;
}

@media (max-width: 992px) {

	.mask_large_a05a {
	  gap: 20px;
	}

	.advanced_3fba {
	  width: calc(50% - 12px);
	}

	.shade-next-286f {
	  width: calc(50% - 12px);
	}

	.avatar-active-7387 {
	  font-size: 18px;
	}

	.texture_75bf {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 0;
	}

	.tiny-70f3 {
	  width: 100%;
	}

	.secondary-f585 {
	  width: 100%;
	}

	.popup_wide_c8d2 {
	  gap: 30px;
	}
}

@media (max-width: 768px) {
	.tooltip-1c57 {
	 max-width: 250px;
	 margin: 0 auto;
	}

	.mask_large_a05a {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}

	.advanced_3fba {
	  width: 100%;
	  height: 400px;
	}

	.shade-next-286f {
	  width: 100%;
	}

	.box_2aec {
	  width: 100%;
	  max-height: 450px;
	}

	.disabled-a3b7 {
	  margin: 0 auto 20px auto;
	  padding: 30px 20px;
	}

	.bronze-cadb {
	  font-size: 38px;
	  margin-bottom: 10px;
	}

	.stone_4165 {
	  font-size: 16px;
	}

	.popup_wide_c8d2 {
	  -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;
	}

	.popup_wide_c8d2:nth-child(3),
	.popup_wide_c8d2: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) {

	.shade-next-286f {
	  padding: 20px;
	}
}
.widget-in-bf4a {
}
.widget-in-bf4a {
}

.lower-bd87 {
	margin: 0;
}
.rough_64d0 {
}
.row-last-53f0 {
	position: relative;
	padding: 100px 40px;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.row-last-53f0::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-one);
	opacity: 0.7;
}
.content-6dc6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search-9adc {
	font-size: 64px;
	position: relative;
	max-width: 800px;
	z-index: 2;
	color: var(--color-two);
	text-transform: uppercase;
}
.primary_gold_92d0 {
	position: relative;
	max-width: 1000px;
	z-index: 2;
	color: var(--color-two);
}
.nav_liquid_8e49 {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
@media (max-width: 992px) {
	.search-9adc {
	  font-size: 46px;
	}
}
@media (max-width: 768px) {
	.row-last-53f0 {
	  padding: 70px 20px;
	}
	.search-9adc {
	  font-size: 40px;
	}
}
@media (max-width: 450px) {
	.search-9adc {
	  font-size: 32px;
	}
}
@media (max-width: 992px) {
}

.video_wood_1295 {
	position: relative;
}
.disabled_in_6571 {
padding: 20px 0;
}
.video_wood_1295::before {
	display: none;
}
.solid_ff63 {
}
.next-204f {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.modal-left-675e {
	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);
}

.modal-left-675e:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.disabled_in_6571 .modal-left-675e {
	max-width: 550px;

}
.shade-iron-ced0 {
}
.preview-pressed-b310 {
	line-height: 2;
	margin-bottom: 30px;
	max-width: 950px;
}
.card-1c7a {
}
@media (max-width: 768px) {

	.video_wood_1295::before {
	  height: 200px;
	}
}

@keyframes marquee {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
}
/* .out-9c97::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: var(--color-two);
	} */

/* Адаптивность */

/* Responsive */

/* Responsive */
.widget-in-bf4a {
}
@keyframes pulse2 {
	0% {
  transform: scale(1);
	}
	50% {
  transform: scale(1.1);
	}
	100% {
  transform: scale(1);
	}
	
}
.slider_f2d7 {
	padding: 50px 0 10px 0 !important;
}
.iron-d1b3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 25px;
}
.overlay_rough_82dd {
	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;
}

.overlay_rough_82dd: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);
}
.popup-057f {
	 /* background-color:#05395a; */
	 padding: 50px 0;
 }
 .upper-5d6d {
	 padding: 50px 0;
 }
 .pink-2aa5 {
	 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) {
	.iron-d1b3 {
		flex-direction: column;gap: 15px;
	}
 }

/* 添加KIhGVccyApZkJUh类样式 */
.info_hard_dff1 {
	position: fixed;
	bottom: 100px;
	right: 20px;
	left: auto;
	z-index: 50;
}

/* 添加底部导航样式 */
.card_upper_9e1c {
	display: none;
}

@media (max-width: 768px) {
	.card_upper_9e1c {
		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: 3c56 */
.shadow-element-u1 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
