.atn_v1__title_70,
.slide-1 section.freegift .container h3 {
	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,
.section-title {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36,
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text
	.sensor-option__text_price,
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.freegift {
	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,
main.blaze section.wifi .container .row .col h6 {
	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,
.section-subtitle,
main.blaze section.wifi .container .row .col p,
section.diopter .container .section-content,
section.video-record .container .row .col p {
	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;
}
.distant-chart {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 50%;
}
.distant-chart .distant-chart__item {
	background-color: #121212;
	height: 33.3333333333%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	padding: 0.3rem 0.625rem;
}
.distant-chart .distant-chart__item:hover {
	background-color: #2c2c2c;
}
.distant-chart .distant-chart__item.active {
	background-color: #152c16;
}
.distant-chart .distant-chart__item.active .item-img .icon i.material-icons {
	display: block;
}
.distant-chart .distant-chart__item.active .item-img {
	background-color: #3d7b42;
}
.distant-chart .distant-chart__item .distant-chart__values {
	display: flex;
	gap: 0.625rem;
	margin-bottom: 3px;
}
.distant-chart .distant-chart__item .distant-chart__title {
	line-height: 1;
	color: #9f9f9f;
	margin-bottom: 0.125rem;
}
.distant-chart .distant-chart__item .distant-chart__title img {
	margin-bottom: 2px;
}
.distant-chart .distant-chart__item .distant-chart__title span {
	margin-left: 2.5rem;
	color: #f2f2f2;
}
.distant-chart .distant-chart__item .distant-chart__title span.old-price {
	color: #9f9f9f;
	text-decoration: line-through;
}
.distant-chart .distant-chart__item .distant-chart__charts {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.distant-chart.with-img .distant-chart__item {
	position: relative;
	flex-direction: row;
	justify-content: start;
	gap: 1rem;
}
.distant-chart.with-img .distant-chart__item a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 5;
}
.distant-chart.with-img .distant-chart__item .item-content,
.distant-chart.with-img .distant-chart__item .item-img {
	align-self: center;
	width: 80%;
	padding: 13px 0;
}
.distant-chart.with-img .distant-chart__item .item-img {
	width: 11%;
	padding: 7px 5px;
}
.distant-chart.with-img .distant-chart__item .item-img img {
	width: 100%;
}
.distant-chart.with-img .distant-chart__item .item-img .icon {
	text-align: center;
	position: relative;
}
.distant-chart.with-img .distant-chart__item .item-img .icon i {
	display: none;
	position: absolute;
	padding: 2px;
	color: rgba(0, 0, 0, 0.5);
	background-color: #fff;
	border-radius: 50%;
	font-weight: 900;
	left: 50%;
	transform: translateX(-50%) translateY(-80%);
}
.distant-chart.with-img .distant-chart__item .item-img.icon {
	height: 100%;
	padding: 0;
	width: 5%;
}
.distant-chart.with-img .distant-chart__item .item-img.icon .icon {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	height: 100%;
	display: flex;
}
.distant-chart.with-img .distant-chart__item .item-img.icon .icon i {
	position: static;
	transform: none;
	align-self: center;
}
.distant-chart.with-img .distant-chart__item span.old-price {
	color: #ef4030;
	opacity: 0.35;
}
.distant-chart.with-img .distant-chart__item {
	padding: 0;
}
.sensor.binox .distant-chart__item.active i.material-icons.done,
.sensor.icon .distant-chart__item.active i.material-icons.done,
.sensor.odin .distant-chart__item.active i.material-icons.done {
	display: block;
	padding: 1px;
}
.sensor.binox .distant-chart__item.active i.material-icons.circle,
.sensor.icon .distant-chart__item.active i.material-icons.circle,
.sensor.odin .distant-chart__item.active i.material-icons.circle {
	display: none;
}
.sensor.binox .distant-chart__item:not(.active) i.material-icons.done,
.sensor.icon .distant-chart__item:not(.active) i.material-icons.done,
.sensor.odin .distant-chart__item:not(.active) i.material-icons.done {
	display: none;
}
.sensor.binox .distant-chart__item:not(.active) i.material-icons.circle,
.sensor.icon .distant-chart__item:not(.active) i.material-icons.circle,
.sensor.odin .distant-chart__item:not(.active) i.material-icons.circle {
	display: block;
	background-color: transparent;
	color: #242424;
	font-size: 30px;
	padding: 0;
}
.detection {
	color: #bf756f;
}
.recognition {
	color: #abaa6c;
}
.identification {
	color: #85ca8d;
}
.detection-chart {
	width: 0;
	height: 3px;
	background-color: #bf756f;
	transition: width 0.8s ease;
}
.recognition-chart {
	width: 0;
	height: 3px;
	background-color: #abaa6c;
	transition: width 0.8s ease;
}
.identification-chart {
	width: 0;
	height: 3px;
	background-color: #85ca8d;
	transition: width 0.8s ease;
}
.distant-chart__legend {
	text-align: center;
}
.distant-chart__legend div {
	margin-top: 0.625rem;
}
section.slide-1 + section.sensor {
	margin-top: 1.875rem;
}
section.sensor {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid transparent;
	-o-border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image-slice: 1;
}
section.sensor .container .sensor-box {
	display: flex;
	justify-content: center;
	gap: 0.625rem;
	margin: 1.25rem 0;
}
section.sensor .container .sensor-box .sensor-option {
	padding: 0.625rem;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #2c2c2c;
	color: #f2f2f2;
}
section.sensor .container .sensor-box .sensor-option img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}
section.sensor .container .sensor-box .sensor-option .sensor-option__text {
	margin: auto;
	align-self: center;
	padding: 0.625rem;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	font-size: 3.625rem;
	font-weight: 100;
	line-height: 4.25rem;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title
	span {
	font-size: 2.69rem;
	font-weight: 100;
	line-height: 3.15rem;
	vertical-align: top;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_subtitle {
	text-align: center;
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 2.56rem;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.freegift {
	color: #ef4030;
	text-align: center;
	text-transform: uppercase;
}
section.sensor .container .sensor-box .sensor-option.blaze .sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-4t
	.sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-lt
	.sensor-option__text,
section.sensor .container .sensor-box .sensor-option.small .sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-lt
	.sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-ltv
	.sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.tico-ltv
	.sensor-option__text {
	text-align: center;
}
section.sensor
	.container
	.sensor-box
	.sensor-option.blaze
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-4t
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-lt
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.small
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-lt
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-ltv
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.tico-ltv
	.sensor-option__text
	.sensor-option__text_title {
	font-size: 1.625rem;
	font-weight: 100;
	line-height: 1.9rem;
}
section.sensor .container .sensor-box .sensor-option.active {
	background-color: #3d7b42;
}
section.slide-1 {
	margin-top: 5rem;
	text-align: center;
}
section.slide-1 header .container h1 {
	margin: 0;
}
section.slide-1 header .container h1 span {
	color: #ef4030;
}
section.slide-1 header .container h2 {
	color: #9f9f9f;
	margin-bottom: 1.375rem;
}
section.slide-1 header .container div.buy span {
	vertical-align: middle;
	margin-right: 0.25rem;
}
section.slide-1 header .container div.buy a {
	margin-right: 0.25rem;
}
section.slide-1 header .container div.buy .buy__title {
	color: #9f9f9f;
}
section.slide-1 header .container div.buy .buy__gift-price,
section.slide-1 header .container div.buy .buy__gift-title {
	color: #3d7b42;
}
section.slide-1 .main-content .container .main-img img {
	width: 100%;
	max-width: 1080px;
	-o-object-fit: contain;
	object-fit: contain;
}
section.slide-1 .main-content .container .main-icons {
	display: flex;
	justify-content: flex-end;
	gap: 0.675rem;
	margin-top: -12%;
}
section.slide-1 .main-content .container .main-icons img:last-of-type {
	margin-right: 10%;
}
section.slide-1 .main-content .container .main-icons img {
	width: 8%;
}
section.slide-1 .main-content .container div.main-buttons {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	gap: 0.625rem;
}
section.slide-1 .main-content .container div.main-buttons a {
	text-decoration: none;
}
video {
	max-height: 1080px;
	width: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #000;
	color: #f2f2f2;
}
section {
	border-top: 0;
}
.section-subtitle,
.section-title {
	text-align: center;
}
.section-title {
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.section-subtitle {
	margin: 1.25rem auto;
	width: 70%;
	max-width: 820px;
	color: #9f9f9f;
}
.section-subtitle + img:first-of-type {
	width: 100%;
}
.red,
.section-subtitle-red {
	color: #ef4030;
}
main.content.blaze article.landing {
	background-color: #000;
	color: #fff;
}
main.content.blaze article.landing .container {
	position: relative;
	z-index: 1;
}
main.content.blaze article.landing section {
	position: relative;
	z-index: 1;
}
main.content.blaze article.landing section h3.section-title {
	margin-bottom: 1.25rem;
}
main.content.blaze article.landing section h3.section-title + div.text {
	padding-top: 0;
	margin-top: 0;
}
.slide-1 ~ section {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid transparent;
	-o-border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image-slice: 1;
}
.slide-1 section.freegift .container {
	background-image: url(/images/blaze/blaze_seeker_free_gift_bg.webp);
	border-radius: 90px;
}
.slide-1 section.freegift .container h3 {
	max-width: 820px;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box {
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: unset;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 0.625rem);
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	a {
	text-decoration: none;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box:hover {
	outline: 1px solid #818181;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box:not(.active) {
	cursor: pointer;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box.active
	a {
	cursor: initial;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.sensor-option {
	width: 100%;
	box-sizing: border-box;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart {
	width: 100%;
	display: block;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item {
	padding: 14px 0.625rem;
	height: unset;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item.active
	.item-img {
	background-color: unset;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item
	.item-content {
	padding: 0;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item
	.item-img.icon {
	padding: 0;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item:hover {
	background-color: #121212;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item.active:hover {
	background-color: #152c16;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option {
	justify-content: space-evenly;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__img {
	max-width: 350px;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text {
	width: 50%;
	margin: 0;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text
	.sensor-option__text_price {
	margin-top: 1.25rem;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: normal;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option:not(.active)
	.sensor-option__text
	.sensor-option__text_title {
	color: #9f9f9f;
}
main.blaze-trek section.sensor .container .sensor-box {
	margin-top: 0.625rem;
}
main.blaze-trek
	section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__img {
	max-width: 55%;
}
main.blaze-trek
	section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	text-align: center;
}
main.blaze-trek
	section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_subtitle.lower {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 23.44px;
}
main.blaze-seeker section.viewing-modes .container .row,
main.blaze-seeker section.viewing-modes .container .viewing-modes_bcg .row,
main.blaze-6 section.viewing-modes .container .viewing-modes_bcg .row {
	background-image: url(/images/blaze/blaze_seeker_bg_01.webp) !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
main.blaze-trek section.viewing-modes .container .row,
main.blaze-trek section.viewing-modes .container .viewing-modes_bcg .row {
	background-image: url(/images/blaze/blaze_trek_bg_01.webp) !important;
	
	background-position: center !important;
	background-repeat: no-repeat !important;
}
main.blaze section.viewing-modes .container .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.25rem;
	padding-top: 30%;
	background-repeat: no-repeat;
	background-position-x: right;
}
main.blaze section.viewing-modes .container .row img {
	width: calc(25% - 1.25rem);
}
.video-record {
	margin: 50px 0;
}
.power-consumption {
	margin: 50px 0;
}
.light-weight {
	margin: 50px 0;
}
section.video-record .container .row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
}
section.video-record .container .row .video-record_bg {
	width: calc(60% - 1.25rem);
}
section.video-record .container .row .col {
	width: calc(40% - 1.25rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
}
section.video-record .container .row .col p {
	text-align: center;
	color: #9f9f9f;
}
section.video-record .container .row .col svg {
	width: 100%;
}
/* main.blaze-seeker section.wifi .container .row,
main.blaze-6 section.wifi .container .row {
	background-image: url(/images/blaze/blaze_seeker_bg_03.webp) !important;
} */
/* main.blaze-trek section.wifi .container .row {
	background-image: url(/images/blaze/blaze_trek_bg_03.webp) !important;
	background-position: right;
} */

.blaze-wrap__image {
	max-width: 380px;
	width: 100%;
}
.blaze-wrap__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main.blaze section.wifi .container .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10% 0;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: contain;
}
main.blaze section.wifi .container .row .col {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	color: #9f9f9f;
	text-align: center;
	width: 50%;
}
main.blaze section.wifi .container .row .col img {
	max-width: 140px;
}
main.blaze section.wifi .container .row .col p {
	max-width: 340px;
}
main.blaze section.wifi .container .row .col .icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
main.blaze section.wifi .container .row .blaze-app {
	max-width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.blaze section.wifi .container .row .blaze-app img {
	width: 100%;
}
main.blaze section.wifi .container .row .blaze-app .mob-bcg {
	display: none;
}
section.light-weight .container .line {
	margin-top: 1.25rem;
	display: flex;
	justify-content: center;
}
section.light-weight .container .line .text {
	align-self: center;
	font-weight: 400;
}
section.light-weight .container .line .line_icon img {
	width: 60px;
	padding: 0 0.625rem;
}
section.diopter .container .section-content {
	color: #9f9f9f;
	text-align: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
section.diopter .container .section-content div,
section.diopter .container .section-content > img {
	width: calc(50% - 1.25rem);
}
section.diopter .container .section-content div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}
section.diopter .container .section-content div img {
	width: 100%;
	max-width: 475px;
}
section.diopter .container .section-content div p {
	max-width: 450px;
}
main.content.blaze-seeker
	article.landing
	section.slide-1
	~ section.module-specs-extended {
	padding-top: 0;
	border-bottom: none;
}
@media (max-width: 1199px) {
	.distant-chart {
		width: 100%;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70,
	.slide-1 section.freegift .container h3 {
		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,
	.section-title {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56,
	.section-title {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36,
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_price,
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.freegift {
		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,
	main.blaze section.wifi .container .row .col h6 {
		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,
	.section-subtitle,
	main.blaze section.wifi .container .row .col p,
	section.diopter .container .section-content,
	section.video-record .container .row .col p {
		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;
	}
	.distant-chart .distant-chart__item.active .item-img .icon i.material-icons {
		font-size: 1rem;
	}
	.distant-chart .distant-chart__item .distant-chart__title span {
		margin-left: 0.625rem;
	}
	.distant-chart.with-img .distant-chart__item {
		gap: 0.5rem;
	}
	.distant-chart.with-img .distant-chart__item .item-img {
		padding: 13px 5px;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon {
		width: 8%;
		padding: 25px 5px;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon div.icon {
		width: -moz-fit-content;
		width: fit-content;
	}
	.distant-chart.with-img
		.distant-chart__item
		.item-img.icon
		div.icon
		i.material-icons.done {
		font-size: 1rem;
	}
	.distant-chart.with-img
		.distant-chart__item
		.item-img.icon
		div.icon
		i.material-icons.circle {
		font-size: 1.5rem;
	}
	section.sensor {
		padding-bottom: 1.875rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box {
		flex-direction: column;
	}
	section.sensor .container .sensor-box .sensor-option {
		box-sizing: border-box;
		width: 100%;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 2.2rem;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title
		span {
		font-size: 0.75rem;
		font-weight: 100;
		line-height: 0.88rem;
		margin: 0 5px;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	section.sensor .container .sensor-box .sensor-option .sensor-option__img {
		height: -moz-fit-content;
		height: fit-content;
		margin: auto;
	}
	section.sensor .container .sensor-box .sensor-option .sensor-option__img img {
		width: 100%;
	}
	section.slide-1 .main-content .container .main-icons img:last-of-type {
		margin-right: 5%;
	}
	section.slide-1 .main-content .container .main-icons img {
		width: 11%;
	}
	section.slide-1 .main-content .container div.main-buttons {
		margin-top: 2.5rem;
	}
	section.slide-1 {
		margin-top: 2rem;
	}
	.slide-1 ~ section {
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
}
@media (min-width: 600px) and (max-width: 1199px) {
	.distant-chart.with-img .distant-chart__item .item-img.icon {
		padding: 4.5% 1%;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon .icon {
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
}
@media (min-width: 1200px) and (max-width: 1799px) {
	.distant-chart.with-img .distant-chart__item .item-img.icon {
		padding-right: 5px;
		padding-left: 5px;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon .icon {
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon + .item-content {
		padding: 5px 0;
	}
	section.sensor {
		padding-bottom: 1.875rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box img {
		max-width: 50%;
	}
}
@media (min-width: 600px) and (max-width: 899px) {
	section.sensor {
		padding-bottom: 2.5rem;
		margin-bottom: 2.5rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box {
		flex-direction: column;
	}
	section.sensor .container .sensor-box .sensor-option {
		box-sizing: border-box;
		width: 100%;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 3.625rem;
		font-weight: 100;
		line-height: 4.25rem;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title
		span {
		font-size: 2.69rem;
		font-weight: 100;
		line-height: 3.15rem;
		margin: 0 5px;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 2.1875rem;
		font-weight: 400;
		line-height: 2.56rem;
	}
	section.sensor .container .sensor-box .sensor-option img {
		width: 100%;
	}
	section.slide-1 {
		margin-top: 3rem;
	}
	section.slide-1 header h1 {
		font-size: 3rem;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {
	section.sensor {
		padding-bottom: 1.875rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box {
		flex-direction: column;
	}
	section.sensor .container .sensor-box .sensor-option {
		box-sizing: border-box;
		width: 100%;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 3.625rem;
		font-weight: 100;
		line-height: 4.25rem;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title
		span {
		font-size: 2.69rem;
		font-weight: 100;
		line-height: 3.15rem;
		margin: 0 5px;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 2.1875rem;
		font-weight: 400;
		line-height: 2.56rem;
	}
	section.sensor .container .sensor-box .sensor-option img {
		width: 100%;
	}
	section.slide-1 header h1 {
		font-size: 3.8rem;
	}
}
@media (width < 335px) {
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.freegift {
		font-size: 1.225rem;
	}
}
@media (width < 600px) {
	.section-title {
		margin-bottom: 0.625rem;
	}
	.section-subtitle {
		width: 90%;
		margin: 0.625rem auto;
	}
	main section .container {
		width: calc(100% - 1.25rem);
	}
	main.content.blaze article.landing section h3.section-title {
		margin-bottom: 0.625rem;
	}
	.slide-1 section.freegift {
		margin-top: 1.25rem;
	}
	.slide-1 section.freegift .container h3 {
		margin-top: 0.625rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box {
		width: 100%;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__img {
		max-width: 55%;
		margin: 0;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 0.875rem;
	}
	main.blaze section.viewing-modes .container .row {
		gap: 0.625rem;
		background-size: cover;
		padding-top: 100%;
		background-position: 48% 0;
	}
	main.blaze section.viewing-modes .container .row img {
		width: calc(50% - 0.625rem);
	}
	section.video-record .container .row {
		flex-wrap: wrap;
		gap: 0;
	}
	section.video-record .container .row .col,
	section.video-record .container .row .video-record_bg {
		width: 100%;
	}
	section.diopter .container .section-content div,
	section.diopter .container .section-content > img {
		width: 100%;
	}
	section.diopter .container .section-content div:nth-child(3),
	section.diopter .container .section-content > img:nth-child(3) {
		order: 4;
	}
	section.diopter .container .section-content div:nth-child(4),
	section.diopter .container .section-content > img:nth-child(4) {
		order: 3;
	}
}
@media (width < 1200px) {
	.slide-1 section.freegift .container {
		border-radius: 30px;
	}
}
@media (600px <= width < 1200px) {
	.slide-1 section.freegift .container h3 {
		font-size: 3.25rem;
		line-height: normal;
	}
}
@media (800px <= width < 1200px) {
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper {
		gap: 0.625rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box {
		width: 48%;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box
		.distant-chart
		.distant-chart__item
		.distant-chart__values {
		gap: 0.3rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__img {
		max-width: 200px;
		margin: 0;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_price {
		font-size: 1.25rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 1.05rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 2rem;
	}
}
@media (600px <= width < 800px) {
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box {
		width: 80%;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__img {
		max-width: 250px;
		margin: 0;
	}
}
@media (width < 900px) {
	main.blaze section.wifi .container .row {
		flex-wrap: wrap;
		background-image: none;
		gap: 1.25rem;
		justify-content: center;
		padding: 0;
	}
	main.blaze section.wifi .container .row .blaze-app,
	main.blaze section.wifi .container .row .col {
		width: 100%;
	}
	main.blaze section.wifi .container .row .blaze-app {
		gap: 0.625rem;
	}
	main.blaze section.wifi .container .row .blaze-app .mob-bcg {
		display: block;
		max-width: 30%;
	}
	main.blaze section.wifi .container .row .blaze-app .mob-bcg + img {
		max-width: 70%;
	}
}
@media (900px <= width < 1800px) {
	main.blaze section.wifi .container .row .blaze-app,
	main.blaze section.wifi .container .row .col {
		width: 40%;
	}
}
@media (600px <= width < 1800px) {
	section.diopter .container .section-content {
		gap: 0.625rem;
	}
	section.diopter .container .section-content div,
	section.diopter .container .section-content > img {
		width: calc(50% - 0.625rem);
	}
	section.diopter .container .section-content div img,
	section.diopter .container .section-content > img img {
		width: 70%;
	}
}
@media (max-width: 900px) {
	.blaze-wrap__image {
	display: none;
	}
}
.blaze-6 {
	overflow-x: hidden;
}
.blaze-6__main {
	max-width: 4500px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.blaze-6__main-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.blaze-6__main-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.blaze-6__main-background img.show-image {
	transition: all 0.3s ease 0s;
}
.blaze-6__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-6__info {
	width: 100%;
	position: absolute;
	top: 55%;
	text-align: center;
	transform: translateY(-60%);
	animation: move-up-large 1s ease-out 1s forwards;
}
.blaze-6__info-icon {
	width: 107px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
.blaze-6__info h1 {
	margin: 0;
}
.blaze-6__title {
	color: #e5e5e5;
	animation: resize-large 1s ease-out 1s forwards;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0;
	font-size: 112px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.blaze-6__title.js-ready {
	visibility: visible;
	opacity: 1;
}

.blaze-6__title p {
	color: #9f9f9f;
	font-weight: 200;
	font-size: 64px;
}
.blaze-6__title span {
	background-image: linear-gradient(89deg, #810b00 -5.13%, #ff301d 29.77%);
	-webkit-background-clip: text;
	color: transparent;
}
.blaze-6__title-descr {
	font-size: 64px;
	font-weight: 200;
	color: #9f9f9f;
}
.blaze-6__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-6__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-6__built-title {
	background-image: linear-gradient(90deg, #ef4030 0, #3f86ff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 48px;
	font-weight: 600;
}
.blaze-6__built-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.blaze-6__built-info {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
}
.blaze-6__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-6__by:hover {
	background: #c21505;
	transition: all 0.3s ease 0s;
}
.blaze-6__by span {
	font-size: 16px;
}
.blaze-6__price {
	font-weight: 500;
	font-size: 17px;
	color: #e5e5e5;
	padding: 15px 0 0;
}
.blaze-6__product {
	margin: 250px 0 0 0;
}
.blaze-6__product-wrapper {
	max-width: 1500px;
	width: 100%;
}
.blaze-6__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-6__product-wrapper img.show {
	opacity: 1;
}
.blaze-6__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 10px 0 0 0;
	opacity: 0;
	pointer-events: none;
	transition: all 3s ease 0s;
	box-sizing: border-box;
}
.blaze-6__actions.show {
	opacity: 1;
	pointer-events: auto;
}
.blaze-6__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-6__actions-link:hover {
	transition: all 0.3s ease 0s;
	background-color: #9f9f9f;
}
.blaze-6__actions-link:hover span {
	color: #2c2c2c;
}
.blaze-6__actions-link span {
	color: #9f9f9f;
	font-size: 16px;
	font-weight: 500;
}
.blaze-6__generation {
	padding: 150px 0 0 50px;
}
.blaze-6__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-6__generation-wrapper.show-generation {
	opacity: 1;
}
.blaze-6__generation-wrapper.show-generation .blaze-6__generation-image {
	transform: translateX(0);
	opacity: 1;
}
.blaze-6__generation-wrapper.show-generation .blaze-6__generation-descr {
	transform: translateX(0);
	opacity: 1;
}
.blaze-6__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-6__generation-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blaze-6__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-6__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;
}
.sensor-item {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid #242424;
	padding: 5px;
	display: flex;
	gap: 20px;
	transition: all 0.3s ease 0s;
	position: relative;
	text-decoration: none;
	display: flex;
}
.sensor-item.sensor-item-active {
	background-color: #3d7b42;
	color: #fff;
}
.sensor-item.sensor-item-active .sensor-item__top-image {
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.72) 0,
			rgba(0, 0, 0, 0.72) 100%
		),
		radial-gradient(
			50% 50% at 50% 50%,
			rgba(236, 233, 233, 0.05) 0,
			rgba(0, 0, 0, 0.05) 100%
		);
}
.sensor-item.sensor-item-active .sensor-item__top-model {
	color: #fff;
}
.sensor-item.sensor-item-active .sensor-item__descr-item-top p {
	color: #fff;
}
.sensor-item.sensor-item-active .sensor-item__descr-item-bottom p {
	color: #fff;
}
.sensor-item.sensor-item-active .sensor-item__actions-icon img {
	opacity: 1;
}
.blaze-wrap {
	justify-content: flex-end !important;
	max-width: 1000px !important;
	width: 100%;
	margin: 0 auto;
}
.blaze-buy {
	box-sizing: border-box;
	cursor: pointer;
	background: #ef4030 !important;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 980px;
	border: none !important;
	transition: all 0.3s ease 0s;
	margin: 10px 0 0 0;
}
.blaze-buy span {
	color: #fff !important;
}
.blaze-buy:hover {
	background: #c21505 !important;
	transition: all 0.3s ease 0s;
}
.sensor-item.sensor-item-active .sensor-item__actions-btn {
	background-color: #fff;
	border: 1px solid #fff;
	transition: all 0.3s ease 0s;
}
.sensor-item.sensor-item-active .sensor-item__actions-btn span {
	color: #000;
}
.sensor-item:hover {
	border: 1px solid #3d7b42;
	transition: all 0.3s ease 0s;
}
.sensor-item__top {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.sensor-item__top-image {
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #242424;
	background: linear-gradient(0deg, #000 0, #000 100%),
		radial-gradient(
			50% 50% at 50% 50%,
			rgba(236, 233, 233, 0.05) 0,
			rgba(0, 0, 0, 0.05) 100%
		);
	padding: 30px 5px;
	height: 100%;
}
.sensor-item__top-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.sensor-item__top-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.sensor-item__top-model {
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
}
.sensor-item__top-price {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}
.sensor-item__top-price span {
	font-size: 24px;
}
.sensor-item__bottom {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sensor-item__descr {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.sensor-item__descr-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.sensor-item__descr-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.sensor-item__descr-item-top {
	display: flex;
	align-items: center;
	gap: 5px;
}
.sensor-item__descr-item-top p {
	color: #9f9f9f;
}
.sensor-item__descr-item-bottom p {
	color: #9f9f9f;
	font-size: 22px;
}
.sensor-item__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 10px;
}
.sensor-item__actions-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #2c2c2c;
}
.sensor-item__actions-icon img {
	opacity: 0;
}
.sensor-item__actions-btn {
	background-color: inherit;
	border-radius: 980px;
	box-sizing: border-box;
	padding: 12px 22px;
	border: 1px solid #9f9f9f;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.sensor-item__actions-btn:hover {
	background-color: #fff;
	border: 1px solid #fff;
	transition: all 0.3s ease 0s;
}
.sensor-item__actions-btn:hover span {
	color: #000;
}
.sensor-item__actions-btn span {
	font-weight: 500;
	color: #9f9f9f;
	font-size: 16px;
}
.blaze-6__choose-sensor {
	margin: 50px 0 0 0;
}
.blaze-6__choose-sensor-title {
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	color: #e5e5e5;
}
.blaze-6__choose-sensor-wrapper {
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.blaze-6__choose {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 15px;
}
.blaze-6__choose-title {
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: 2.4px;
	color: #e5e5e5;
}
.blaze-6__choose-model {
	margin: 100px 0 0 0;
}
.blaze-6__choose-model-wrapper {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.blaze-6__choose-model-item {
	max-width: 640px;
	width: 100%;
	position: relative;
	border-radius: 20px;
	box-sizing: border-box;
	display: inline-block;
	background: radial-gradient(
		103.16% 79.44% at 35.78% 40.43%,
		#232323 0,
		#000 100%
	);
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 1px solid #000;
}
.blaze-6__choose-model-item:hover {
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease 0s;
}
.blaze-6__choose-model-item.active-choose-item {
	border: 1px solid #3d7b42;
}
.blaze-6__choose-model-item.active-choose-item
	.blaze-6__choose-model-item-info
	img {
	display: block;
}
.blaze-6__choose-model-item-image {
	width: 100%;
	height: 100%;
}
.blaze-6__choose-model-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blaze-6__choose-model-item-info {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 20px;
}
.blaze-6__choose-model-item-info img {
	display: none;
}
.blaze-6__choose-model-item-descr p {
	font-weight: 500;
	color: #e5e5e5;
	font-size: 32px;
	text-transform: uppercase;
}
.blaze-6__choose-model-item-descr p span {
	font-weight: 500;
	font-size: 22px;
	color: #e5e5e5;
}
.blaze-6__choose-model-item-descr span {
	font-size: 14px;
	font-weight: 500;
	color: #9f9f9f;
	text-transform: uppercase;
	margin-top: 5px;
}
.blaze-6__choose-sensor {
	margin: 50px 0 0 0;
}
.blaze-6__choose-sensor-title {
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	color: #e5e5e5;
}
.blaze-6__choose-sensor-wrapper {
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
@media (max-width: 1419px) {
	.blaze-6__info-icon {
		width: 80px;
	}
	.blaze-6__head-title {
		font-size: 60px;
	}
	.blaze-6__head-subtitle {
		font-size: 38px;
	}
	.blaze-6__info {
		animation: move-up-medium 1s ease-out 1s forwards;
	}

	.blaze-6__title {
		font-size: 78px;
		animation: resize-medium 1s ease-out 1s forwards;
	}
	.blaze-6__title p {
		font-size: 50px;
	}
	.blaze-6__subtitle {
		font-size: 20px;
	}
	.blaze-6__built-title {
		font-size: 34px;
	}
	.blaze-6__product {
		margin: 220px 0 0 0;
	}
	.blaze-6__choose-sensor-wrapper {
		flex-direction: column;
	}
	.sensor-item__bottom {
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.blaze-6__product-wrapper {
		max-width: 450px;
	}
	.features-slider {
		padding: 70px 0 !important;
	}
	.blaze-6__head-title {
		font-size: 35px;
	}
	.blaze-6__head-subtitle {
		font-size: 24px;
	}
	.blaze-6__info-icon {
		margin-bottom: 5px;
	}
	.blaze-6__main {
		height: 100vh;
	}
	.blaze-6__title p {
		font-size: 30px;
	}
	.blaze-6__main-background img {
		-o-object-position: -340px 0;
		object-position: -340px 0;
	}
	.blaze-6__wrapper {
		height: 100vh;
		padding: 0 15px;
	}
	.blaze-6__info {
		animation: move-up-small 1s ease-out 1s forwards;
	}
	.blaze-6__title {
		font-size: 48px;
		animation: resize-small 1s ease-out 1s forwards;
	}
	.blaze-6__subtitle {
		font-size: 16px;
	}
	.blaze-6__built-title {
		font-size: 26px;
	}
	.blaze-6__product {
		margin: 50px 0 0 0;
	}
	.blaze-6__generation {
		padding: 70px 0 50px 0;
	}
	.blaze-6__generation-wrapper {
		gap: 20px;
	}
	.blaze-6__generation-descr p {
		font-size: 34px;
	}
	.blaze-6__generation-video {
		margin: 70px 0;
	}
	.blaze-6__ultra {
		padding-top: 50px;
	}
	.blaze-6__ultra-title {
		font-size: 26px;
	}
	.blaze-6__ultra-wrapper {
		gap: 100px;
	}
	.blaze-6__every {
		padding: 100px 10px 0;
	}
	.blaze-6__every-title {
		font-size: 36px;
	}
	.blaze-6__features {
		padding: 100px 15px 0;
	}
	.blaze-6__features-title {
		font-size: 26px;
		text-align: center;
	}
	.blaze-6__precision-title {
		font-size: 34px;
		font-weight: 500;
	}
	.blaze-6__innovative-title {
		font-size: 34px;
		font-weight: 500;
	}
	.blaze-6__innovative-circle {
		width: 25px;
		height: 25px;
		overflow: visible;
		z-index: 3;
	}
	.blaze-6__innovative-circle-small {
		width: 10px;
		height: 10px;
	}
	.blaze-6__innovative-circle-line {
		height: 2px;
	}
	.blaze-6__innovative-info-head img {
		width: 40px;
		height: 40px;
	}
	.blaze-6__innovative-info-head-descr p {
		font-size: 16px;
	}
	.blaze-6__innovative-info-text p {
		font-size: 12px;
	}
	.blaze-6__choose {
		padding: 0 15px 50px;
	}
	.blaze-6__choose-title {
		font-size: 34px;
		font-weight: 500;
	}
	.blaze-6__choose-model {
		margin: 50px 0 0 0;
	}
	.blaze-6__choose-model-wrapper {
		gap: 5px;
	}
	.blaze-6__choose-model-item {
		height: 220px;
	}
	.blaze-6__choose-model-item-info {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		bottom: 10px;
	}
	.blaze-6__choose-model-item-descr p {
		font-size: 26px;
	}
	.blaze-6__choose-model-item-descr p span {
		font-size: 15px;
	}
	.blaze-6__choose-model-item-descr span {
		font-size: 10px;
	}
	.blaze-6__choose-sensor-title {
		font-size: 26px;
	}
	.blaze-6__choose-sensor-wrapper {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.sensor-item {
		padding-left: 140px;
	}
	.sensor-item__top {
		flex-direction: row;
		box-sizing: border-box;
		gap: 5px;
	}
	.sensor-item__top-image {
		width: 200px;
		padding: 15px;
		position: absolute;
		top: 10px;
		left: 10px;
		height: 80%;
	}
	.sensor-item__top-info {
		min-width: 150px;
	}
	.sensor-item__bottom {
		min-width: 80%;
	}
	.sensor-item__descr {
		flex-direction: row;
		justify-content: center;
		gap: 10px;
	}
	.sensor-item__descr-top {
		gap: 15px;
	}
	.sensor-item__actions {
		margin-bottom: 0;
	}
	.sensor-item__actions-icon {
		display: none;
	}
	.sensor-item__actions-btn {
		margin: 0;
		position: absolute;
		right: 20px;
		top: 18%;
	}
	.sensor-item__top-model {
		size: 13px;
		max-width: 160px;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.blaze-6__main-background img {
		-o-object-position: -590px -90px;
		object-position: -590px -90px;
	}
	.precision-wrapper__item-main {
		height: auto;
	}
	.blaze-6__wrapper {
		min-height: 580px;
		max-height: 580px;
	}
	.blaze-6__info {
		animation: move-up-extra-small 1s ease-out 1s forwards;
	}
	.blaze-6__title {
		font-size: 36px;
		letter-spacing: 0;
		animation: resize-extra-small 1s ease-out 1s forwards;
	}
	.blaze-6__subtitle {
		max-width: 219px;
		margin: 0 auto;
		line-height: 1.2;
	}
	.blaze-6__built-wrapper img {
		max-width: 27px;
	}
	.blaze-6__price {
		font-size: 22px;
	}
	.blaze-6__product {
		margin: 350px 0 0 0;
	}
	.blaze-6__product-wrapper {
		margin-top: 130px;
	}
	.blaze-6__actions {
		margin-top: 130px;
	}
	.blaze-6__generation {
		padding: 15px 0;
	}
	.blaze-6__generation-descr p {
		font-size: 24px;
	}
	.blaze-6__generation-video {
		margin: 50px 0;
	}
	.blaze-6__every-title {
		font-size: 26px;
	}
	.blaze-6__every-wrapper {
		padding: 150px 0 0 0;
		margin: 50px 0 0 0;
	}
	.blaze-6__every-image {
		top: 0;
	}
	.blaze-6__precision-title {
		font-size: 26px;
	}
	.blaze-6__innovative-title {
		font-size: 26px;
	}
	.blaze-6__innovative-info-head {
		flex-direction: column;
	}
	.blaze-6__choose-title {
		font-size: 26px;
	}
	.blaze-6__choose-model-item-image img {
		transform: scale(0.8);
		overflow: visible;
		margin-left: -75px;
		margin-top: -2px;
		-webkit-transform: scale(0.8);
		width: auto;
		max-width: none;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		margin-left: 0;
	}
	.innovative-top__list-item:nth-child(2) {
		margin-top: 0;
	}
	.blaze-6__innovative-bottom {
		padding: 180px 0 0 0;
	}
	.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
		bottom: -200px;
		max-width: 300px !important;
	}
	.innovative-top__list-item:nth-child(3) .blaze-6__innovative-info {
		margin-top: 90px;
	}
	.innovative-top__list-item:nth-child(4) {
		margin: 190px 0 0 0;
	}
	.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
		left: 100px;
	}
	.innovative-top__list-item-nav {
		max-width: 130px;
	}
	.innovative-top__list-item-nav-first {
		max-width: 60px !important;
		transform: rotate(-70deg);
		right: 75%;
	}
	.innovative-bottom__list-item:nth-child(1) {
		margin: 60px 0 0 0;
	}
	.innovative-bottom__list-item:nth-child(1) .innovative-bottom__list-item-nav {
		margin-left: 110px;
		rotate: 20deg;
	}
	.innovative-bottom__list-item:nth-child(2) .innovative-bottom__list-item-nav {
		right: 50px !important;
		height: 80px;
		margin-bottom: 25px;
	}
	.innovative-bottom__list-item:nth-child(3) {
		margin: 0;
	}
	.innovative-bottom__list-item:nth-child(3) .innovative-bottom__list-item-nav {
		height: 100px;
		margin-right: 170px;
		rotate: 10deg;
	}
	.sensor-item {
		padding-left: 0;
	}
	.sensor-item__top-image {
		width: 70px;
		height: 60px;
		padding: 5px;
		border-radius: 5px;
	}
	.sensor-item__top-info {
		min-width: 85%;
	}
	.sensor-item__top-model {
		font-size: 12px;
		max-width: 130px;
		text-align: center;
	}
	.sensor-item__top-price {
		font-weight: 300;
		font-size: 22px;
		margin-top: 10px;
		margin-right: 30px;
	}
	.sensor-item__top-price span {
		font-size: 20px;
	}
	.sensor-item__bottom {
		width: 100%;
		min-width: 99%;
		padding: 10px 0 0 0;
	}
	.sensor-item__descr {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.sensor-item__descr-item-top {
		justify-content: space-between;
	}
	.sensor-item__descr-item-top p {
		font-size: 13px;
	}
	.sensor-item__descr-item-bottom p {
		font-size: 13px;
	}
	.sensor-item__actions-btn {
		top: 20%;
		padding: 12px;
	}
	.every-list__item {
		min-height: 260px;
		max-height: 260px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.every-list__item-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 0;
		object-position: 0;
	}
	.every-list__item-info {
		right: 0;
		width: 100%;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 5px;
		position: relative;
	}
	.every-list__item-info-image {
		max-width: 100%;
		max-height: 100%;
		min-height: 170px;
		max-height: 170px;
		margin: 0 auto;
	}
	.every-list__item-info-image img {
		min-height: 170px;
		max-height: 170px;
	}
	.every-list__item-title {
		padding-bottom: 10px;
		font-size: 16px;
		max-width: 143px;
	}
	.every-list__item-title-large {
		padding-bottom: 10px;
	}
	.precision-wrapper__item-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.precision-wrapper__item-list-img {
		margin: 0 auto;
	}
}
.blaze-6__ai-container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	margin: 50px auto 0;
}
.blaze-6__ai-title {
	font-size: 80px;
	color: #e5e5ee;
	font-weight: 500;
	text-align: center;
}
@media (max-width: 1024px) {
	.blaze-6__ai-title {
		font-size: 50px;
	}
}
.blaze-6__ai-subtitle {
	font-weight: 400;
	font-size: 48px;
	color: #e5e5ee;
	text-align: center;
	margin-top: 20px;
}
@media (max-width: 1024px) {
	.blaze-6__ai-subtitle {
		font-size: 30px;
	}
}
.blaze-6__ai-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 100px 0 0 0;
}
@media (max-width: 1024px) {
	.blaze-6__ai-wrapper {
		margin: 50px 0 0 0;
	}
}
.blaze-6__ai-wrapper-top {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
	width: 100%;
}
@media (max-width: 1024px) {
	.blaze-6__ai-wrapper-top {
		flex-direction: column;
	}
}
.blaze-6__ai-wrapper-top-image {
	max-width: 755px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.blaze-6__ai-wrapper-top-image {
		max-width: 100%;
	}
}
.blaze-6__ai-wrapper-top-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blaze-6__ai-wrapper-bottom {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	gap: 20px;
	justify-content: space-between;
}
@media (max-width: 1024px) {
	.blaze-6__ai-wrapper-bottom {
		flex-direction: column-reverse;
	}
}
.blaze-6__ai-wrapper-bottom-image {
	max-width: 600px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.blaze-6__ai-wrapper-bottom-image {
		max-width: 100%;
	}
}
.blaze-6__ai-wrapper-bottom-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blaze-6__ai-wrapper-bottom-title {
	font-size: 36px;
	color: #e5e5e5;
	font-weight: 500;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.blaze-6__ai-wrapper-bottom-title {
		font-size: 22px;
	}
}
.blaze-6__ai-wrapper-bottom-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.blaze-6__ai-wrapper-bottom-info-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.blaze-6__ai-wrapper-bottom-info-title {
	font-size: 22px;
	color: #e5e5e5;
	font-weight: 500;
}
@media (max-width: 767px) {
	.blaze-6__ai-wrapper-bottom-info-title {
		font-size: 18px;
	}
}
.blaze-6__top-info {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
@media (max-width: 1024px) {
	.blaze-6__top-info {
		max-width: 100%;
	}
}
.blaze-6__top-info-head {
	display: flex;
	align-items: center;
	gap: 20px;
}
.blaze-6__top-info-head-img {
	width: 115px;
	height: 115px;
	border-radius: 22px;
}
@media (max-width: 767px) {
	.blaze-6__top-info-head-img {
		width: 80px;
		height: 80px;
		border-radius: 12px;
	}
}
.blaze-6__top-info-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
	line-height: 1.2;
}
.blaze-6__top-info-actions {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.blaze-6__top-info-link {
	text-decoration: none;
	list-style: none;
	transition: all 0.3s ease 0s;
	max-width: 200px;
	width: 100%;
}
.blaze-6__top-info-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blaze-6__top-info-link:hover {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}
@keyframes move-up-large {
	0% {
		transform: translateY(-60%);
	}
	100% {
		transform: translateY(-100%);
		top: 33%;
	}
}
@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: 49%;
	}
}
@keyframes resize-large {
	0% {
		font-size: 112px;
	}
	100% {
		font-size: 96px;
	}
}
@keyframes resize-medium {
	0% {
		font-size: 78px;
	}
	100% {
		font-size: 64px;
	}
}
@keyframes resize-small {
	0% {
		font-size: 48px;
	}
	100% {
		font-size: 48px;
	}
}
@keyframes resize-extra-small {
	0% {
		font-size: 36px;
	}
	100% {
		font-size: 36px;
	}
}
.show {
	opacity: 1;
	transform: translateY(0);
}
