.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,
.distant-chart__charts.mono .detection-chart 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;
}
.distant-chart__charts.mono .detection-chart {
	height: unset;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	border-radius: 0 30px 30px 0;
	width: 25px;
	padding: 3px;
	background: linear-gradient(90deg, rgba(191, 117, 111, 0) 0, #bf756f 100%);
	transition: width 1.2s ease;
}
.distant-chart__charts.mono .detection-chart svg {
	width: 25px;
	height: 25px;
	overflow: hidden;
	flex-shrink: 0;
}
.distant-chart__charts.mono .detection-chart p {
	overflow: hidden;
	display: flex;
	gap: 4px;
	color: #f2f2f2;
	transition: opacity 1.5s ease;
}
.distant-chart__charts.mono .detection-chart p span {
	margin-right: -3px;
}
.distant-chart__charts.mono .detection-chart p.visible {
	opacity: 1;
}
.distant-chart .distant-chart__item:has(.mono) .item-content {
	width: 89%;
}
.distant-chart .distant-chart__item:has(.mono) .item-content .detection-chart {
	box-sizing: border-box;
}
section.gen5 {
	margin-top: 2.625rem;
	padding-bottom: 1.25rem;
	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.gen5 .container {
	background-image: url(/images/x-sight-5/x_sight_5_lrf_new_r_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 135%;
	transition: background-size 3s ease;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 15px 0;
	box-sizing: content-box;
}
section.gen5 .container.parallax {
	background-size: 105%;
}
section.gen5 .container h3 {
	text-align: center;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	margin-bottom: 0;
}
section.gen5 .container h3 span {
	font-size: 200px;
}
section.gen5 .container img {
	width: 27%;
	align-self: center;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
	color: #2c2c2c;
}
section {
	border-top: 0;
}
span.red-span {
	color: #ef4030;
}
h3:not(.red) {
	margin-bottom: 1.25rem;
}
.section-subtitle,
.section-title,
main section .container p.section-subtitle {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.section-subtitle {
	margin: 0 auto;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: 70%;
	color: #2c2c2c;
}
.section-subtitle-red {
	color: #ef4030;
}
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 {
	max-width: 100%;
}
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;
}
section.gen5 {
	margin-top: 2.625rem;
	padding-bottom: 1.25rem;
	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.gen5 .container {
	background-image: url(/images/x-sight-5/x_sight_5_lrf_new_r_bg.png);
}
section.model h3 {
	margin-bottom: 0.625rem;
}
section.model .container .model-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}
section.model .container .model-box a {
	width: calc(50% - 10px);
	padding: 10px;
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}
section.model .container .model-box a img {
	width: 50%;
	align-self: center;
	-o-object-fit: contain;
	object-fit: contain;
}
section.model .container .model-box a .text {
	display: flex;
	align-items: center;
}
section.model .container .model-box a .text div {
	width: -moz-max-content;
	width: max-content;
	text-align: center;
}
section.model .container .model-box a .text p:not(.subtext) {
	font-size: 1.625rem;
	font-weight: 100;
	line-height: 1.875rem;
}
section.model .container .model-box a .text p:not(.subtext) span {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.875rem;
}
section.model .container .model-box a .text i {
	visibility: hidden;
}
section.model .container .model-box a.active {
	background-color: #3d7b42;
	color: #f2f2f2;
}
section.model .container .model-box a.active .text i {
	visibility: visible;
	padding: 3px;
	font-size: 0.95rem;
	border-radius: 50%;
	color: #3d7b42;
	background-color: #fff;
	margin-left: 20px;
}
section.lens {
	padding-bottom: 1.25rem;
	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;
	margin-top: 2.5rem;
}
section.lens .container h3 {
	margin-bottom: 0.625rem;
}
section.lens .container .lens-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}
section.lens .container .lens-box a {
	width: calc(50% - 10px);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f2f2f2;
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}
section.lens .container .lens-box a i {
	visibility: hidden;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	align-self: center;
	padding: 3px;
	font-size: 0.95rem;
	border-radius: 50%;
	color: #3d7b42;
	background-color: #fff;
}
section.lens .container .lens-box a.active {
	background-color: #3d7b42;
	color: #f2f2f2;
}
section.lens .container .lens-box a.active i {
	visibility: visible;
}
section.lens .container .lens-box a img {
	width: 55%;
}
section.lens .container .lens-box a .text {
	width: 45%;
	min-height: 250px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
section.lens .container .lens-box a .text p.lens-title {
	font-size: 1.25rem;
	font-weight: 100;
	line-height: 1.465rem;
}
section.lens .container .lens-box a .text p.lens-title span {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.465rem;
}
section.lens .container .lens-box a .text p.lens-x {
	font-size: 2.19rem;
	font-weight: 700;
	line-height: 2.56rem;
}
section.lens .container .lens-box a .text p.lens-price {
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.9rem;
}
section.lens .container .lens-box a .text p.lens-field {
	font-size: 0.688rem;
	font-weight: 400;
	line-height: 0.8rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
section.ultra-4k {
	padding: 2.5rem 0;
	background-color: #262626;
	color: #fff;
}
section.ultra-4k .container .ultra-4k_video video {
	width: 100%;
}
section.ultra-4k .container .animated-chart {
	margin-top: 1.25rem;
	display: flex;
}
section.ultra-4k .container .animated-chart .chart-box {
	width: 25%;
	min-height: 230px;
}
section.ultra-4k .container .animated-chart .chart-box .chart-box_text {
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
	margin-bottom: 0.625rem;
}
section.ultra-4k .container .animated-chart .chart-box .chart-box_text span {
	color: #abfaff;
}
section.ultra-4k .container .animated-chart .chart-box .chart {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	min-height: 300px;
}
section.ultra-4k .container .animated-chart .chart-box .chart .old-value {
	height: 150px;
	background-color: #3b4769;
}
section.ultra-4k .container .animated-chart .chart-box .chart .new-value,
section.ultra-4k .container .animated-chart .chart-box .chart .old-value {
	width: 20px;
	border-radius: 90px;
}
section.ultra-4k .container .animated-chart .chart-box .chart .new-value {
	background-color: #abfaff;
	transition: height 3s ease;
	height: 0;
}
section.ultra-4k .container .sensor {
	margin-top: 1.25rem;
}
section.ultra-4k .container img {
	width: 100%;
}
section.video-4k {
	margin: 1.25rem 0;
}
section.video-4k video {
	width: 100%;
}
section.nightvision {
	background-color: #000;
	color: #f2f2f2;
	padding-top: 2.5rem;
}
section.nightvision .container .section-subtitle {
	color: #9f9f9f;
}
section.nightvision .container .nightvision-images {
	display: flex;
}
section.nightvision .container .nightvision-images img {
	width: 50%;
}
section.nightvision .border {
	background-color: #fff;
	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.rangefinder {
	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.rangefinder .container {
	text-align: center;
}
section.rangefinder .container p:first-of-type {
	color: #818181;
}
section.rangefinder .container p:first-of-type + p {
	color: #2c2c2c;
	margin: 1.25rem auto;
	width: 100%;
}
section.rangefinder .container img {
	width: 100%;
	margin-bottom: 1.25rem;
}
section.calculator {
	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.calculator .container .calculator-box {
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}
section.calculator .container .calculator-box video {
	width: 50%;
}
section.calculator .container .calculator-box div {
	width: 50%;
}
section.calculator .container .calculator-box div p {
	text-align: center;
	margin-bottom: 0.625rem;
}
section.calculator .container .calculator-box div img {
	width: 100%;
}
section.calculator .container .calculator-box div + img {
	width: 50%;
}
section.video-record {
	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.video-record .container video {
	width: 100%;
}
section.stream {
	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.stream .container {
	text-align: center;
}
section.stream .container img {
	width: 100%;
}
section.stream .container p {
	margin: 1.25rem 0;
}
section.recoil {
	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.recoil .container img {
	width: 100%;
}
section.recoil .container .recoil-box {
	margin-bottom: 1.25rem;
}
section.recoil .container .recoil-box div {
	width: 50%;
	text-align: center;
}
section.recoil .container .recoil-box div img {
	margin-bottom: 0.625rem;
	width: 100%;
}
section.slowmo {
	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.slowmo .container video {
	width: 100%;
}
section.design {
	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.design .container .design-box {
	padding: 1.25rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}
section.design .container .design-box div {
	width: calc(50% - 1.25rem);
}
section.design .container .design-box div img {
	width: 100%;
}
section.design .container .design-box div p {
	text-align: center;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.611rem;
}
section.radar {
	border: none;
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	.distant-chart {
		width: 100%;
	}
}
@media (max-width: 899px) {
	section.model .container {
		padding-bottom: 1.25rem;
		margin-bottom: 0.625rem;
		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;
		width: calc(100% - 1.25rem);
	}
	section.model .container .model-box {
		flex-wrap: wrap;
	}
	section.model .container .model-box a {
		width: 100%;
		flex-direction: column;
		gap: 0.625rem;
	}
	section.model .container .model-box a img {
		width: 60%;
	}
	section.lens {
		margin: 1.25rem 0;
	}
	section.lens .container {
		width: calc(100% - 1.25rem);
	}
	section.lens .container .lens-box a {
		flex-direction: column;
	}
	section.lens .container .lens-box a .text {
		width: 90%;
	}
	section.lens .container .lens-box a .text i {
		position: absolute;
		top: 5%;
	}
	section.lens .container .lens-box a .text p.lens-title {
		font-size: 1rem;
		font-weight: 100;
		line-height: 1.17rem;
	}
	section.lens .container .lens-box a .text p.lens-title span {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.17rem;
	}
	section.lens .container .lens-box a .text p.lens-field {
		bottom: 4%;
		width: -moz-max-content;
		width: max-content;
	}
	section.lens .container .lens-box a img {
		width: 100%;
	}
	section.slowmo .container {
		width: calc(100% - 1.25rem);
		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;
	}
	section.design {
		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;
	}
	section.design .container .design-box {
		gap: 5px;
		justify-content: center;
		padding: 0.625rem 0;
	}
	section.design .container .design-box div {
		width: calc(50% - 5px);
		display: flex;
		flex-direction: column;
	}
	section.design .container .design-box div p {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
		margin-bottom: 5px;
		min-height: 28px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}
@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,
	.distant-chart__charts.mono .detection-chart 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.gen5 {
		padding-bottom: 0.625rem;
		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;
		margin-top: 1.25rem;
	}
	section.gen5 .container {
		flex-direction: column;
		padding: 0.625rem 0;
		background-size: 600%;
	}
	section.gen5 .container.parallax {
		background-size: 200%;
	}
	section.gen5 .container h3 {
		font-size: 14vw;
		margin-bottom: 0.625rem;
	}
	section.gen5 .container img {
		width: 80%;
		display: none;
	}
	section.gen5 .container img + img {
		display: none;
	}
	h3:not(.red) {
		margin-bottom: 0.625rem;
	}
	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;
	}
	section.ultra-4k .container {
		width: calc(100% - 1.25rem);
	}
	section.ultra-4k .container h3 {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	section.ultra-4k .container .animated-chart {
		margin-left: 0.625rem;
		flex-wrap: wrap;
		justify-content: space-evenly;
		gap: 10px;
	}
	section.ultra-4k .container .animated-chart .chart-box {
		width: 45%;
		min-height: -moz-max-content;
		min-height: max-content;
	}
	section.ultra-4k .container .animated-chart .chart-box:nth-child(1) {
		order: 1;
	}
	section.ultra-4k .container .animated-chart .chart-box:nth-child(2) {
		order: 3;
	}
	section.ultra-4k .container .animated-chart .chart-box:nth-child(3) {
		order: 2;
	}
	section.ultra-4k .container .animated-chart .chart-box:nth-child(4) {
		order: 4;
	}
	section.ultra-4k .container .animated-chart .chart-box .chart-box_text {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.17rem;
		text-align: left;
	}
	section.ultra-4k .container .animated-chart .chart-box .chart {
		display: none;
	}
	section.video-4k {
		margin: 0.625rem 0;
	}
	section.nightvision .container {
		width: calc(100% - 1.125rem);
	}
	section.nightvision .container h3 {
		margin-bottom: 0;
	}
	section.nightvision .container .section-subtitle {
		margin-top: 0.625rem;
		width: 80%;
	}
	section.nightvision .container .nightvision-images {
		flex-direction: column;
	}
	section.nightvision .container .nightvision-images img {
		width: 100%;
	}
	section.nightvision .border {
		background-color: #fff;
		padding-bottom: 0.625rem;
		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.rangefinder {
		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;
	}
	section.rangefinder .container p:first-of-type + p {
		margin: 0.625rem 0;
	}
	section.rangefinder .container img {
		margin-bottom: 0.625rem;
	}
	section.calculator .container .calculator-box video {
		width: 100%;
	}
	section.calculator {
		padding-bottom: 0;
		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.calculator .container {
		width: calc(100% - 1.25rem);
	}
	section.calculator .container .calculator-box {
		flex-direction: column;
	}
	section.calculator .container .calculator-box div {
		width: 100%;
	}
	section.calculator .container .calculator-box div + img {
		width: 100%;
	}
	section.video-record {
		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;
	}
	section.video-record .container p.section-subtitle {
		width: 85%;
		margin-bottom: 0.625rem;
	}
	section.stream {
		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;
	}
	section.stream .container p {
		width: calc(100% - 0.625rem);
		margin-right: auto;
		margin-left: auto;
	}
	section.recoil {
		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;
	}
	section.recoil .container {
		width: calc(100% - 1.25rem);
	}
	section.recoil .container .recoil-box {
		flex-direction: column;
		gap: 0.625rem;
	}
	section.recoil .container .recoil-box img {
		width: 100%;
	}
	section.recoil .container .recoil-box div {
		width: 100%;
	}
	section.recoil .container .recoil-box div p {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	section.recoil .container .recoil-box div img {
		width: 100%;
	}
	section.radar {
		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;
	}
	.module-specs-extended div.table table td.title {
		width: 40%;
	}
}
@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.gen5 .container {
		background-size: 150%;
	}
	section.gen5 .container.parallax {
		background-size: 120%;
	}
	section.gen5 .container h3 {
		font-size: 4.5rem;
		margin-bottom: 0;
	}
	section.gen5 .container h3 span {
		font-size: 160px;
	}
	section.model .container .model-box a.active .text i {
		margin-left: 15px;
	}
}
@media (min-width: 600px) and (max-width: 899px) {
	section.gen5 .container {
		background-size: 150%;
	}
	section.gen5 .container.parallax {
		background-size: 120%;
	}
	section.gen5 .container h3 {
		font-size: 6vw;
		margin-bottom: 0.625rem;
	}
	section.gen5 .container img {
		width: 25%;
	}
	section.slide-1 {
		margin-top: 3rem;
	}
	section.slide-1 header h1 {
		font-size: 3rem;
	}
	section.ultra-4k .container .animated-chart .chart-box .chart-box_text {
		font-size: 1.35rem;
		font-weight: 500;
		line-height: 2.2rem;
	}
	section.ultra-4k .container .animated-chart .chart-box .chart-box_text span {
		display: block;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {
	section.gen5 .container {
		background-size: 150%;
	}
	section.gen5 .container.parallax {
		background-size: 120%;
	}
	section.gen5 .container h3 {
		font-size: 4.5vw;
	}
	section.gen5 .container img {
		width: 28%;
	}
	section.slide-1 header h1 {
		font-size: 3.8rem;
	}
	section.model .container .model-box a img {
		width: 40%;
	}
	section.model .container .model-box a .text {
		position: relative;
	}
	section.model .container .model-box a .text i,
	section.model .container .model-box a .text i.active {
		position: absolute;
		font-size: 0.6rem;
		top: -50%;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0 !important;
	}
	section.model .container .model-box a .text p:not(.subtext) {
		font-size: 1.425rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	section.model .container .model-box a .text p:not(.subtext) span {
		font-size: 1.425rem;
		font-weight: 700;
		line-height: 1.875rem;
	}
	section.lens .container .lens-box a .text i {
		top: 10%;
	}
	section.ultra-4k .container .animated-chart .chart-box .chart-box_text {
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 2.2rem;
	}
}
@media (min-width: 800px) and (max-width: 899px) {
	section.lens .container .lens-box a .text p.lens-title {
		font-size: 1.25rem;
		font-weight: 100;
		line-height: 1.465rem;
	}
	section.lens .container .lens-box a .text p.lens-title span {
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.465rem;
	}
	section.lens .container .lens-box a .text p.lens-x {
		font-size: 2.19rem;
		font-weight: 700;
		line-height: 2.56rem;
	}
	section.lens .container .lens-box a .text p.lens-price {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	section.lens .container .lens-box a .text p.lens-field {
		font-size: 0.688rem;
		font-weight: 400;
		line-height: 0.8rem;
	}
}
@media (min-width: 899px) and (max-width: 1199px) {
	section.stream {
		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;
	}
	section.stream .container p {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 899px) and (min-width: 750px) {
	section.design .container .design-box div p {
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1.3rem;
	}
}
@media (600px > width) {
	.distant-chart .distant-chart__item:has(.mono) .item-content {
		padding: 0;
	}
	.distant-chart .distant-chart__item:has(.mono) .item-img.icon {
		padding: 30px 0;
	}
}
