.atn_v1__title_70 {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 5.13rem;
}
.atn_v1__main_56 {
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 3.5rem;
}
.atn_v1__title_56 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 2.64rem;
}
.atn_v1__title_30 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.atn_v1__title_22 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6rem;
}
.atn_v1__txt_17 {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.atn_v1__title_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.17rem;
}
.atn_v1__menu_16 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.17rem;
}
.atn_v1__button_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: initial;
}
.atn_v1__title_14 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
.atn_v1__txt_14 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__txt_12 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.atn_v1__txt_14_list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.atn_v1__title_18 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32rem;
}
.atn_v1__title_30s {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
.atn_v1__txt_14_list_s {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__title_28 {
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 2rem;
}
body {
	background-color: #000;
	color: #f2f2f2;
}
.blaze-hunter-xd {
	overflow-x: hidden;
}
.blaze-hunter-xd__main {
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.blaze-hunter-xd__main-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.blaze-hunter-xd__main-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.blaze-hunter-xd__main-background img.show-image {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
.blaze-hunter-xd__wrapper {
	min-height: 1200px;
	max-height: 1200px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}
.blaze-hunter-xd__info {
	width: 100%;
	position: absolute;
	top: 55%;
	text-align: center;
	transform: translateY(-60%);
	animation: move-up-large 1s ease-out 1s forwards;
}
.blaze-hunter-xd__info h1 {
	margin: 0;
}
.blaze-hunter-xd__title {
	color: #e5e5e5;
	animation: resize-large 1s ease-out 1s forwards;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0;
	font-size: 128px;
}
.blaze-hunter-xd__title span {
	background-image: linear-gradient(89deg, #810b00 -5.13%, #ff301d 29.77%);
	-webkit-background-clip: text;
	color: transparent;
}
.blaze-hunter-xd__subtitle {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	padding: 10px 0 0 0;
}
.blaze-hunter-xd__built {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 1.2s ease, transform 1.2s ease;
	margin: 45px 0 0 0;
}
.blaze-hunter-xd__built-title {
	background-image: linear-gradient(90deg, #ef4030 0, #3f86ff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 48px;
	font-weight: 600;
}
.blaze-hunter-xd__built-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.blaze-hunter-xd__built-info {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
}
.blaze-hunter-xd__by {
	box-sizing: border-box;
	cursor: pointer;
	background: #ef4030;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 980px;
	border: none;
	transition: all 0.3s ease 0s;
	margin: 10px 0 0 0;
}
.blaze-hunter-xd__by:hover {
	background: #c21505;
	transition: all 0.3s ease 0s;
}
.blaze-hunter-xd__by span {
	font-size: 16px;
}
.blaze-hunter-xd__price {
	font-weight: 500;
	font-size: 17px;
	color: #e5e5e5;
	padding: 15px 0 0;
}
.blaze-hunter-xd__product {
	margin: 250px 0 0 0;
}
.blaze-hunter-xd__product-wrapper {
	max-width: 990px;
	width: 100%;
}
.blaze-hunter-xd__product-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	transition: all 3s ease 0s;
	z-index: 2;
}
.blaze-hunter-xd__product-wrapper img.show {
	opacity: 1;
}
.blaze-hunter-xd__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 50px 0 0 0;
	opacity: 0;
	pointer-events: none;
	transition: all 3s ease 0s;
	box-sizing: border-box;
}
.blaze-hunter-xd__actions.show {
	opacity: 1;
	pointer-events: auto;
}
.blaze-hunter-xd__actions-link {
	text-decoration: none;
	background-color: inherit;
	box-sizing: border-box;
	padding: 12px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 980px;
	border: 1px solid #9f9f9f;
	transition: all 0.3s ease 0s;
}
.blaze-hunter-xd__actions-link:hover {
	transition: all 0.3s ease 0s;
	background-color: #9f9f9f;
}
.blaze-hunter-xd__actions-link:hover span {
	color: #2c2c2c;
}
.blaze-hunter-xd__actions-link span {
	color: #9f9f9f;
	font-size: 16px;
	font-weight: 500;
}
.blaze-hunter-xd__generation {
	padding: 0;
}
.blaze-hunter-xd__generation-wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	opacity: 0;
	transition: opacity 0.4s ease-out;
}
.blaze-hunter-xd__generation-wrapper.show-generation {
	opacity: 1;
}
.blaze-hunter-xd__generation-wrapper.show-generation
	.blaze-hunter-xd__generation-image {
	transform: translateX(0);
	opacity: 1;
}
.blaze-hunter-xd__generation-wrapper.show-generation
	.blaze-hunter-xd__generation-descr {
	transform: translateX(0);
	opacity: 1;
}
.blaze-hunter-xd__generation-image {
	max-width: 920px;
	width: 100%;
	transform: translateX(-300px);
	opacity: 0;
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-out;
}
.blaze-hunter-xd__generation-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blaze-hunter-xd__generation-descr {
	display: flex;
	align-items: center;
	transform: translateX(300px);
	opacity: 0;
	transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s,
		opacity 1s ease-out 0.3s;
}
.blaze-hunter-xd__generation-descr p {
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 1.4;
	background-image: linear-gradient(91deg, #ededed 24.42%, #5c5c5c 86.17%);
	-webkit-background-clip: text;
	color: transparent;
}
.blaze-hunter-xd__generation-video {
	max-width: 1330px;
	width: 100%;
	box-sizing: border-box;
	margin: 100px auto 50px;
	max-height: 786px;
	padding: 0 15px;
}
.blaze-hunter-xd__generation-video video {
	width: 100%;
	max-height: 786px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.blaze-hunter-xd__ultra {
	padding: 100px 15px 0;
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.blaze-hunter-xd__ultra-item {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	align-items: center;
}
.blaze-hunter-xd__ultra-video {
	max-width: 645px;
	width: 100%;
	height: 100%;
}
.blaze-hunter-xd__ultra-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.blaze-hunter-xd__ultra-head {
	text-transform: uppercase;
	font-weight: 500;
	color: #e5e5e5;
	font-size: 16px;
}
.blaze-hunter-xd__ultra-head span {
	color: #ef4030;
}
.blaze-hunter-xd__ultra-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	max-width: 482px;
	padding: 15px 0 0 0;
}
.blaze-hunter-xd__ultra-descr {
	margin: 40px 0 0 0;
	font-size: 16px;
	color: #9f9f9f;
	font-weight: 400;
	max-width: 565px;
	width: 100%;
	line-height: 1.2;
}
.blaze-hunter-xd__ultra-wrapper {
	display: flex;
	flex-direction: column;
	gap: 200px;
}
.blaze-hunter-xd__every {
	max-width: 1530px;
	width: 100%;
	margin: 0 auto;
	padding: 150px 15px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.blaze-hunter-xd__every-title {
	text-align: center;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: 1.9px;
	color: #e5e5e5;
}
.blaze-hunter-xd__every-wrapper {
	padding: 120px 0 0 0;
	position: relative;
	width: 100%;
}
.blaze-hunter-xd__every-image {
	position: absolute;
	top: -80px;
	right: -20px;
	width: 100%;
	z-index: 3;
	box-sizing: border-box;
}
.blaze-hunter-xd__every-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blaze-hunter-xd__features {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 150px 15px 0;
}
.blaze-hunter-xd__features-title {
	font-size: 36px;
	font-weight: 500;
	color: #e5e5e5;
}
.blaze-hunter-xd__compact {
	max-width: 1330px;
	width: 100%;
	box-sizing: border-box;
	padding: 150px 15px;
	margin: 0 auto;
}
.blaze-hunter-xd__compact-title {
	text-align: center;
	font-size: 64px;
	color: #e5e5e5;
	font-weight: 700;
	letter-spacing: 1.9px;
}
.blaze-hunter-xd__compact-wrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.blaze-hunter-xd__compact-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.block-ultra {
	width: 100%;
	margin: 40px 0 0 0;
}
.block-ultra__main {
	box-sizing: border-box;
	padding: 17px 10px;
	border-radius: 20px;
	border: 1px solid #818181;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	width: 100%;
	flex-direction: column;
	margin-right: 20px;
	position: relative;
}
.block-ultra__main::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #818181;
}
.block-ultra__zoom {
	padding: 10px 0 0 0;
	color: #818181;
	font-size: 20px;
	font-weight: 500;
}
.block-ultra__descr {
	font-size: 10px;
	text-align: center;
	color: #818181;
	font-weight: 400;
	padding: 5px;
}
.block-ultra__wrapper {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.block-ultra__wrapper-item {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.block-ultra__wrapper-title {
	font-size: 14px;
	font-weight: 400;
	color: #818181;
}
.block-ultra__wrapper-info {
	font-size: 48px;
	font-weight: 700;
	color: #9f9f9f;
	position: relative;
}
.block-ultra__wrapper-info span {
	font-size: 16px;
}
.block-ultra__wrapper-info-range span {
	position: absolute;
	bottom: -12px;
	right: 30px;
}
.block-ultra__wrapper-descr {
	font-size: 14px;
	font-weight: 500;
	color: #818181;
	max-width: 120px;
	width: 100%;
}
.every-list {
	max-width: 1300px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 150px auto 0;
}
.every-list__item {
	overflow: hidden;
	max-width: 325px;
	width: 100%;
	min-height: 900px;
	max-height: 900px;
	height: auto;
	display: flex;
	flex-direction: column;
	position: relative;
}
.every-list__item::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		181deg,
		rgba(44, 44, 44, 0) 50.14%,
		rgba(18, 18, 18, 0.6) 61.51%,
		#000 82.5%
	);
	pointer-events: none;
	z-index: 1;
}
.every-list__item-image {
	width: 100%;
	height: 100%;
}
.every-list__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: -180px 0;
	object-position: -180px 0;
}
.every-list__item-info {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}
.every-list__item-info-image {
	max-width: 290px;
	width: 100%;
	min-height: 190px;
	max-height: 190px;
	height: auto;
	margin: 0 auto;
}
.every-list__item-info-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 0 -50px;
	margin: 0 auto;
}
.every-list__item-title {
	font-size: 22px;
	text-align: center;
	color: #e5e5e5;
	font-weight: 500;
	max-width: 245px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.every-list__item-title-large {
	padding-bottom: 30px;
}
.features-slider {
	padding: 50px 0 !important;
	position: relative;
}
.features-slider::after {
	content: '';
	position: absolute;
	inset: 0;
	right: -280%;
	background: linear-gradient(
		88deg,
		rgba(0, 0, 0, 0) 8.89%,
		rgba(0, 0, 0, 0.7) 38.15%
	);
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.3s ease;
}
.features-slider.hide-after::after {
	opacity: 0 !important;
}
.features-slider__slide {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 525px;
	width: 100%;
	box-sizing: border-box;
	cursor: grab;
}
.features-slider__slide-head {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 90px;
}
.features-slider__slide-title {
	font-size: 22px;
	font-weight: 500;
	color: #e5e5e5;
	min-height: 55px;
	line-height: 1.2;
}
.features-slider__slide-descr {
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
	line-height: 1.2;
	min-height: 100px;
}
.features-slider__slide-image {
	max-width: 525px;
	width: 100%;
	border: 1px solid #818181;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}
.features-slider__slide-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.features-slider__actions {
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	box-sizing: border-box;
	padding: 0 15px;
	top: 55%;
	transform: translateY(-50%);
	z-index: 6;
	left: 20px;
}
.features-slider__actions-item {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	opacity: 0.6;
	background-color: #000;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	z-index: 5;
}
.features-slider__actions-item:hover {
	transition: all 0.3s ease 0s;
	opacity: 1;
}
.features-slider__actions-next {
	transform: rotate(-180deg);
}
.features-slider__pagination {
	max-width: 1300px;
	width: 100%;
	display: flex;
	align-items: center;
}
.features-slider__pagination .swiper-pagination-bullet {
	max-width: 256px;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #818181;
	cursor: pointer;
}
.swiper-slide-active {
	filter: blur(0) !important;
}
@keyframes move-up-large {
	0% {
		transform: translateY(-60%);
	}
	100% {
		transform: translateY(-100%);
		top: 30%;
	}
}
@keyframes move-up-medium {
	0% {
		transform: translateY(-60%);
	}
	100% {
		transform: translateY(-100%);
		top: 35%;
	}
}
@keyframes move-up-small {
	0% {
		transform: translateY(-60%);
	}
	100% {
		transform: translateY(-100%);
		top: 30%;
	}
}
@keyframes move-up-extra-small {
	0% {
		transform: translateY(-60%);
	}
	100% {
		transform: translateY(-100%);
		top: 47%;
	}
}
@keyframes resize-large {
	0% {
		font-size: 128px;
	}
	100% {
		font-size: 96px;
	}
}
@keyframes resize-medium {
	0% {
		font-size: 96px;
	}
	100% {
		font-size: 64px;
	}
}
@keyframes resize-small {
	0% {
		font-size: 48px;
	}
	100% {
		font-size: 28px;
	}
}
@keyframes resize-extra-small {
	0% {
		font-size: 36px;
	}
	100% {
		font-size: 36px;
	}
}
.show {
	opacity: 1;
	transform: translateY(0);
}
@media (max-width: 1419px) {
	.blaze-hunter-xd__info {
		animation: move-up-medium 1s ease-out 1s forwards;
	}
	.blaze-hunter-xd__title {
		font-size: 96px;
		animation: resize-medium 1s ease-out 1s forwards;
	}
	.blaze-hunter-xd__subtitle {
		font-size: 20px;
	}
	.blaze-hunter-xd__built-title {
		font-size: 34px;
	}
	.blaze-hunter-xd__product {
		margin: 220px 0 0 0;
	}
	.blaze-hunter-xd__ultra-item {
		gap: 20px;
	}
	.blaze-hunter-xd__ultra-wrapper {
		gap: 130px;
	}
	.blaze-hunter-xd__every-image {
		top: -40px;
	}
}
@media (max-width: 1199px) {
	.blaze-hunter-xd__wrapper {
		min-height: 880px;
		max-height: 880px;
	}
	.blaze-hunter-xd__ultra-item {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, auto);
	}
	.blaze-hunter-xd__ultra-item-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.blaze-hunter-xd__ultra-video {
		max-width: 100%;
	}
	.blaze-hunter-xd__ultra-head {
		text-align: center;
	}
	.blaze-hunter-xd__ultra-title {
		max-width: 100%;
		text-align: center;
	}
	.blaze-hunter-xd__ultra-descr {
		max-width: 100%;
		text-align: center;
	}
	.blaze-hunter-xd__every-title {
		font-size: 56px;
	}
	.blaze-hunter-xd__compact {
		padding: 70px 15px;
	}
	.blaze-hunter-xd__compact {
		padding: 50px 15px;
	}
	.blaze-hunter-xd__compact-title {
		font-size: 42px;
	}
	.block-ultra__wrapper-info-range span {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.every-list {
		grid-template-columns: repeat(1, auto);
		grid-template-rows: repeat(4, 1fr);
	}
	.every-list__item {
		min-height: 700px;
		max-height: 700px;
		max-width: 100%;
		flex-direction: row;
	}
	.every-list__item-image img {
		-o-object-position: right;
		object-position: right;
	}
	.every-list__item-info-image {
		max-width: 320px;
		margin: 0 auto 100px;
	}
}
@media (max-width: 1023px) {
	.every-list {
		margin: 100px auto 0;
	}
}
@media (max-width: 767px) {
	.blaze-hunter-xd__main-background img {
		-o-object-position: -340px 0;
		object-position: -340px 0;
	}
	.blaze-hunter-xd__wrapper {
		height: 80vh;
		padding: 15px 0;
	}
	.blaze-hunter-xd__info {
		animation: move-up-small 1s ease-out 1s forwards;
	}
	.blaze-hunter-xd__title {
		font-size: 48px;
		animation: resize-small 1s ease-out 1s forwards;
	}
	.blaze-hunter-xd__subtitle {
		font-size: 16px;
	}
	.blaze-hunter-xd__built-title {
		font-size: 26px;
	}
	.blaze-hunter-xd__product {
		margin: 50px 0 0 0;
	}
	.blaze-hunter-xd__generation {
		padding: 70px 0;
	}
	.blaze-hunter-xd__generation-wrapper {
		gap: 20px;
	}
	.blaze-hunter-xd__generation-descr p {
		font-size: 34px;
	}
	.blaze-hunter-xd__generation-video {
		margin: 70px 0;
	}
	.blaze-hunter-xd__ultra {
		padding-top: 50px;
	}
	.blaze-hunter-xd__ultra-wrapper {
		gap: 100px;
	}
	.blaze-hunter-xd__every-title {
		font-size: 36px;
	}
	.blaze-hunter-xd__features {
		padding: 50px 15px 0;
	}
	.blaze-hunter-xd__features-title {
		font-size: 26px;
		text-align: center;
	}
	.blaze-hunter-xd__compact-title {
		font-size: 26px;
	}
	.block-ultra__main {
		margin: 0 auto;
	}
	.block-ultra__main::after {
		content: none;
	}
	.block-ultra__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.block-ultra__wrapper-item {
		margin: 0 auto;
		position: relative;
	}
	.every-list {
		margin: 0 auto;
	}
	.features-slider::after {
		content: none;
	}
	.features-slider__slide {
		max-width: 336px;
	}
	.features-slider__slide-title {
		font-size: 16px;
		min-height: 40px;
	}
	.features-slider__slide-descr {
		font-size: 12px;
		max-width: 336px;
		width: 100%;
		min-height: 75px;
	}
	.features-slider__slide-image {
		max-width: 336px;
	}
	.features-slider__actions {
		left: 0;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.76rem;
	}
	.atn_v1__main_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36 {
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.9rem;
	}
	.atn_v1__title_30 {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.611rem;
	}
	.atn_v1__title_22 {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.172rem;
	}
	.atn_v1__txt_17_mob {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__title_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: initial;
	}
	.atn_v1__txt_14 {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 0.875rem;
	}
	.atn_v1__txt_12 {
		font-size: 0.5625rem;
		font-weight: 400;
		line-height: 0.625rem;
	}
	.atn_v1__txt_14_list {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 2.5rem;
	}
	.atn_v1__title_30s {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	.atn_v1__txt_14_list_s {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__txt_14a_mob {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 0.94rem;
	}
	.atn_v1__txt_14_mob {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 0.8125rem;
	}
	.atn_v1__title_28 {
		font-size: 1.375rem;
		font-weight: 100;
		line-height: 1.375rem;
	}
	.atn_v1__title_16_mob {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
	}
}
@media (max-width: 575px) {
	.blaze-hunter-xd__main-background img {
		-o-object-position: -240px 0;
		object-position: -240px 0;
	}
	.blaze-hunter-xd__wrapper {
		min-height: 580px;
		max-height: 580px;
	}
	.blaze-hunter-xd__info {
		animation: move-up-extra-small 1s ease-out 1s forwards;
	}
	.blaze-hunter-xd__title {
		font-size: 36px;
		letter-spacing: 0;
		animation: resize-extra-small 1s ease-out 1s forwards;
	}
	.blaze-hunter-xd__subtitle {
		max-width: 219px;
		margin: 0 auto;
		line-height: 1.2;
	}
	.blaze-hunter-xd__built-wrapper img {
		max-width: 27px;
	}
	.blaze-hunter-xd__price {
		font-size: 22px;
	}
	.blaze-hunter-xd__product {
		margin: 250px 0 0 0;
	}
	.blaze-hunter-xd__generation {
		padding: 20px 0;
	}
	.blaze-hunter-xd__generation-descr p {
		font-size: 24px;
	}
	.blaze-hunter-xd__generation-video {
		margin: 50px 0;
	}
	.blaze-hunter-xd__every {
		padding: 100px 15px 0;
	}
	.blaze-hunter-xd__every-title {
		font-size: 26px;
	}
	.blaze-hunter-xd__every-wrapper {
		padding: 150px 0 0 0;
	}
	.every-list__item {
		min-height: 260px;
		max-height: 260px;
	}
	.every-list__item-image img {
		-o-object-position: -50px -100px;
		object-position: -50px -100px;
	}
	.every-list__item-info {
		right: 0;
		width: -moz-fit-content;
		width: fit-content;
		background: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		min-height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 15px;
	}
	.every-list__item-info-image {
		max-width: 143px;
		max-height: 143px;
		margin: 0 auto;
	}
	.every-list__item-info-image img {
		object-position: center;
	}
	.every-list__item-title {
		padding-bottom: 10px;
		font-size: 16px;
		max-width: 143px;
	}
	.every-list__item-title-large {
		padding-bottom: 10px;
	}
}
@media (max-width: 469px) {
	.blaze-hunter-xd__main {
		padding-bottom: 10px;
	}
	.blaze-hunter-xd__every-wrapper {
		padding: 180px 0 0 0;
	}
	.blaze-hunter-xd__every-image {
		right: -100px;
		top: 37px;
	}
	.blaze-hunter-xd__every-image img {
		transform: scale(1.7);
	}
	.block-ultra__main::after {
		content: '';
		right: -30%;
	}
	.block-ultra__wrapper-item:nth-child(3)::after {
		content: '';
		position: absolute;
		right: -35px;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #818181;
	}
	.every-list__item-image img {
		-o-object-position: -50px -60px;
		object-position: -50px -60px;
	}
	.features-slider__slide {
		filter: blur(5px);
	}
	.features-slider__actions {
		max-width: 280px;
		top: 58%;
		left: 30px;
		padding: 0;
	}
}
@media (max-width: 374px) {
	.blaze-hunter-xd__built-title {
		font-size: 24px;
	}
	.blaze-hunter-xd__generation-descr p {
		font-size: 20px;
	}
	.block-ultra__main::after {
		content: none;
	}
	.block-ultra__wrapper-item:nth-child(3)::after {
		content: none;
	}
}
