.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,
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 {
	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,
main.content.thor-ltv .module-more-accessories div.buy .add-to-cart,
main.content.thor-ltv .module-more-accessories div.more .add-to-cart {
	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.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;
}
main.content.thor-ltv .module-specs-extended {
	background-color: inherit;
	padding: 3.125rem 0.625rem;
}
main.content.thor-ltv .module-specs-extended header {
	text-align: center;
}
main.content.thor-ltv .module-specs-extended .section-title {
	margin-bottom: 1.25rem;
}
main.content.thor-ltv .module-specs-extended div.table {
	overflow: hidden;
}
main.content.thor-ltv .module-specs-extended div.table table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	background-color: #fff;
	margin: auto;
}
main.content.thor-ltv .module-specs-extended div.table table.sm {
	font-size: 0.9em;
	line-height: 0.9em;
}
main.content.thor-ltv .module-specs-extended div.table table th {
	background-color: #000;
	padding: 0.625rem;
	padding-top: 2.875rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #9f9f9f;
}
main.content.thor-ltv .module-specs-extended div.table table th.active {
	padding-top: 0.625rem;
}
main.content.thor-ltv .module-specs-extended div.table table td {
	padding: 0.625rem;
	border-bottom: 1px solid #e5e5e5;
}
main.content.thor-ltv
	.module-specs-extended
	div.table
	table
	td:not(:first-child) {
	color: #2c2c2c;
}
main.content.thor-ltv .module-specs-extended div.table table td.title {
	text-align: right;
	padding-right: 0.625rem;
	background-color: #000;
	border-color: #464646;
	width: 25%;
	font-size: 0.9em;
	color: #9f9f9f;
}
main.content.thor-ltv .module-specs-extended div.text {
	padding-top: 1.25rem;
	color: #818181;
	font-size: 0.5rem;
}
main.content.thor-ltv main.white .module-specs-extended {
	background-color: #f2f2f2;
}
main.content.thor-ltv main.white .module-specs-extended div.text {
	font-size: 10px;
}
main.content.thor-ltv
	main.white
	.module-specs-extended
	div.table
	table
	tr
	td.title {
	background-color: #f2f2f2;
	border-color: #c4c4c4;
	vertical-align: middle;
	color: initial;
}
main.content.thor-ltv main.white .module-specs-extended div.table table tr td {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.375rem;
	vertical-align: middle;
}
main.content.thor-ltv
	main.white
	.module-specs-extended
	tr:last-child
	td.active {
	border-color: #c4c4c4;
}
main.content.thor-ltv article.odin-lt .module-more-accessories header.heading {
	align-self: flex-start;
}
main.content.thor-ltv
	article.odin-lt
	.module-more-accessories
	button.add-to-cart {
	padding: 10px 0;
	width: 100%;
	font-weight: 700;
}
main.content.thor-ltv
	article.odin-lt
	.module-more-accessories
	header.heading
	p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
	padding-bottom: 10px;
}
main.content.thor-ltv main .module-more-accessories .container .more .block {
	background-color: #f2f2f2;
}
main.content.thor-ltv
	main.white
	.module-more-accessories
	.container
	.more
	.block {
	background-color: #fff;
}
main.content.thor-ltv .module-more-accessories {
	padding-top: 3.125rem;
}
main.content.thor-ltv .module-more-accessories > .container {
	padding-bottom: 0.625rem;
}
main.content.thor-ltv .module-more-accessories .container + .container {
	max-width: 100%;
	width: 100%;
	padding: 1.25rem 0;
	background-color: #121212;
}
main.content.thor-ltv .module-more-accessories div.line {
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 0;
	justify-content: center;
}
main.content.thor-ltv .module-more-accessories div.line + .more-title {
	padding-top: 3.125rem;
}
main.content.thor-ltv .module-more-accessories header.heading {
	flex-grow: 1;
	align-self: center;
	padding-left: 0.625rem;
	max-width: 600px;
}
main.content.thor-ltv .module-more-accessories header.heading a {
	color: #38a2e7;
	text-decoration: none;
}
main.content.thor-ltv .module-more-accessories header.heading div.title {
	font-size: 2.5em;
	font-weight: 300;
	padding-bottom: 0.625rem;
}
main.content.thor-ltv .module-more-accessories header.heading p {
	color: #e5e5e5;
	padding-bottom: 10px;
}
main.content.thor-ltv .module-more-accessories header.heading ul {
	padding-left: 20px;
	color: #e5e5e5;
	list-style: disc;
}
main.content.thor-ltv .module-more-accessories header.heading ul li {
	padding-bottom: 10px;
}
main.content.thor-ltv .module-more-accessories a.featured {
	flex-grow: 0;
	align-self: center;
	width: 40%;
	max-width: 400px;
	height: auto;
}
main.content.thor-ltv .module-more-accessories a.featured img {
	max-width: 100%;
}
main.content.thor-ltv .module-more-accessories div.buy {
	overflow: hidden;
}
main.content.thor-ltv .module-more-accessories div.buy .price {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
main.content.thor-ltv .module-more-accessories div.buy .price span {
	color: #fff;
	font-weight: 700;
}
main.content.thor-ltv .module-more-accessories div.buy .add-to-cart {
	cursor: pointer;
	text-transform: uppercase;
	padding: 0.5rem 1.25rem;
	text-align: center;
	border-radius: 2px;
	border: none;
	transition: All 0.4s ease;
}
main.content.thor-ltv .module-more-accessories header.more-title {
	text-transform: uppercase;
	color: #f2f2f2;
	text-align: center;
	padding-bottom: 1.25rem;
}
main.content.thor-ltv .module-more-accessories div.more {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0.625rem;
}
main.content.thor-ltv .module-more-accessories div.more .add-to-cart {
	padding: 0.5rem 1.25rem;
	border-radius: 2px;
}
main.content.thor-ltv .module-more-accessories div.more.scroll {
	overflow-x: scroll;
	justify-content: normal;
}
main.content.thor-ltv .module-more-accessories div.more div.block {
	padding: 0.625rem;
	text-align: center;
	border-radius: 5px;
}
main.content.thor-ltv .module-more-accessories div.more div.block a {
	text-transform: uppercase;
	display: block;
	width: 200px;
	height: 184px;
	overflow: hidden;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0;
	line-height: 1;
	text-decoration: none;
	color: #818181;
	padding: 0 5px;
	background-color: #f2f2f2;
}
main.content.thor-ltv
	.module-more-accessories
	div.more
	div.block
	a.force-small {
	font-size: 0.8em;
}
main.content.thor-ltv .module-more-accessories div.more div.block img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
}
main.content.thor-ltv main.white section.module-more-accessories {
	color: inherit;
	background-color: #f2f2f2;
	padding-top: 1.125rem;
}
main.content.thor-ltv
	main.white
	section.module-more-accessories
	.container
	header {
	color: inherit;
}
main.content.thor-ltv
	main.white
	section.module-more-accessories
	.container
	div.more
	div.block
	a {
	background-color: #fff;
}
main.content.thor-ltv main.white .module-more-accessories header.heading p,
main.content.thor-ltv main.white .module-more-accessories header.heading ul {
	color: inherit;
}
main.content.thor-ltv
	main.white
	.module-more-accessories
	.container
	+ .container {
	background-color: inherit;
}
main.content.thor-ltv .module-included-accessories {
	background-color: #121212;
	padding: 1.25rem 0;
}
main.content.thor-ltv .module-included-accessories h3 {
	margin-bottom: 1.25rem;
}
main.content.thor-ltv .module-included-accessories div.line {
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 0;
	justify-content: center;
}
main.content.thor-ltv .module-included-accessories div.included {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-bottom: 0.625rem;
	padding-left: 0.625rem;
}
main.content.thor-ltv .module-included-accessories div.included.scroll {
	overflow-x: scroll;
	justify-content: normal;
}
main.content.thor-ltv .module-included-accessories div.included div.block {
	padding-right: 0.625rem;
	text-align: center;
}
main.content.thor-ltv
	.module-included-accessories
	div.included
	div.block
	.device {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	font-size: 1em;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #818181;
	background-color: #f2f2f2;
	padding-bottom: 10px;
}
main.content.thor-ltv
	.module-included-accessories
	div.included
	div.block
	.device.force-small {
	font-size: 0.8em;
}
main.content.thor-ltv .module-included-accessories div.included div.block img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
}
main.content.thor-ltv main.white .module-included-accessories {
	background-color: inherit;
}
main.content.thor-ltv
	main.white
	.module-included-accessories
	.container
	.included
	.block
	div.device {
	color: #2c2c2c;
}
html {
	scroll-behavior: smooth;
}
h1 {
	text-transform: uppercase;
}
body {
	background-color: #000;
	color: #f2f2f2;
}
section {
	border-top: 0;
}
.section-title {
	text-align: center;
	text-transform: uppercase;
}
.section-subtitle {
	margin: 0 auto;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: 70%;
	color: #9f9f9f;
	text-align: center;
}
.section-subtitle-red {
	color: #ef4030;
}
main.content .module-more-accessories div.more div.block a {
	line-height: 1;
	height: 200px;
}
section.slide-1 {
	margin-top: 5rem;
	text-align: center;
}
section.slide-1 header .container h1 {
	color: #fff;
	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__price {
	color: #fff;
}
section.slide-1 header .container div.buy .buy__gift-price,
section.slide-1 header .container div.buy .buy__gift-title {
	color: #3d7b42;
}
.main-content .container .main-img img {
	max-width: 100%;
}
.main-content .container .main-icons {
	display: flex;
	justify-content: flex-end;
	gap: 0.675rem;
	margin-top: -12%;
}
.main-content .container .main-icons img:last-of-type {
	margin-right: 10%;
}
.main-content .container .main-icons img {
	width: 8%;
}
.main-content .container div.main-buttons {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	gap: 0.625rem;
}
.main-content .container div.main-buttons a {
	text-decoration: none;
}
.freegift {
	margin-top: 1.875rem;
	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;
}
.freegift .container {
	background-image: url(/images/thor-ltv/thor_lt_free_gift_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 125%;
	transition: all 3s ease;
	padding: 2.53rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
}
.freegift .container.parallax {
	background-size: 100%;
}
.freegift .container .freegift-price {
	color: #ef4030;
	margin: 0;
}
.freegift .container .freegift-price__subtitle {
	color: #9f9f9f;
}
.freegift .container .freegift-img__subtitle-mobile {
	display: none;
}
.freegift .container .freegift-img .freegift-img__subtitle {
	text-transform: uppercase;
	color: #9f9f9f;
}
section.pro-video {
	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.pro-video .container .video {
	max-width: 100%;
}
section.pro-video .container .video video {
	width: 100%;
}
section.black-white-hot-mode {
	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.black-white-hot-mode .container .sensor {
	background-image: url(/images/thor-ltv/thor_ltv_160_im_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
section.black-white-hot-mode .container .sensor img {
	transform: scale(67%) translateY(-10px);
}
section.black-white-hot-mode .container .line {
	display: flex;
	justify-content: center;
	margin-top: -20px;
	gap: 1.25rem;
	margin-top: 0.625rem;
}
section.black-white-hot-mode .container .line + .line {
	margin-top: 1.25rem;
}
section.black-white-hot-mode .container .line img {
	width: calc(25% - 1.25rem);
}
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-record__content {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
}
section.video-record .container .video-record__content .video,
section.video-record .container .video-record__content .video-record__img {
	max-width: 50%;
}
section.video-record .container .video-record__content .video img,
section.video-record .container .video-record__content .video video,
section.video-record .container .video-record__content .video-record__img img,
section.video-record
	.container
	.video-record__content
	.video-record__img
	video {
	width: 100%;
}
section.easy-to-mount {
	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.easy-to-mount .container .device img {
	width: 100%;
}
section.easy-to-mount .container div.line {
	display: flex;
	justify-content: center;
	margin-top: -80px;
}
section.easy-to-mount .container div.line div.text {
	width: 25%;
	align-self: center;
	text-align: center;
}
section.easy-to-mount
	.container
	div.line
	div.text
	div.middle
	div:first-of-type {
	text-transform: uppercase;
}
section.easy-to-mount .container div.line div.text img {
	width: 100%;
}
section.easy-to-mount .container div.line div.text div:nth-child(2) {
	color: #9f9f9f;
}
section.one-shot-zero {
	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;
	background-image: url(/images/thor-ltv/thor_ltv_160_im_05.png);
	background-position: 80% 80%;
	background-size: 65%;
	background-repeat: no-repeat;
}
section.one-shot-zero .container .text p {
	color: #9f9f9f;
	text-align: center;
	margin: 1.25rem 0;
}
section.one-shot-zero .container .line video {
	width: 50%;
}
section.module-mossy-oak + div.border {
	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.ultra-low-power {
	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.ultra-low-power .container .section-subtitle:nth-child(1) {
	margin-bottom: 0;
}
section.ultra-low-power .container .device {
	height: 500px;
	margin-bottom: -80px;
	background-position: center;
	background-size: 90%;
	background-repeat: no-repeat;
}
section.ultra-low-power .container .line {
	display: flex;
	justify-content: space-evenly;
}
section.ultra-low-power .container .line h3 {
	width: -moz-fit-content;
	width: fit-content;
}
section.ultra-low-power .container .line div {
	width: 35%;
	align-self: center;
	text-align: left;
	margin: 0;
}
section.light-weight {
	padding-bottom: 2.5rem;
	margin-bottom: 0;
	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.light-weight .container > img {
	width: 100%;
}
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;
}
.module-specs-extended div.table table td.title {
	width: 20%;
}
.module-more-accessories .container .line header .title a {
	text-decoration: none;
}
@media (min-width: 600px) {
	section.black-white-hot-mode .container h3 br {
		display: none;
	}
}
@media (min-width: 900px) {
	main.content.thor-ltv .module-more-accessories div.more div.block a {
		width: 240px;
	}
	main.content.thor-ltv
		.module-included-accessories
		div.included
		div.block
		.device {
		width: 240px;
	}
}
@media (min-width: 2200px) {
	main.content.thor-ltv .module-specs-extended {
		max-width: 100% !important;
	}
	main.content.thor-ltv .module-more-accessories {
		max-width: 100% !important;
	}
	main.content.thor-ltv .module-included-accessories {
		max-width: 100% !important;
	}
}
@media (min-width: 2560px) {
	section.one-shot-zero {
		background-size: 1500px;
		background-position: 60% 80%;
	}
}
@media (max-width: 1199px) {
	.distant-chart {
		width: 100%;
	}
}
@media (max-width: 899px) {
	main.content.thor-ltv .module-specs-extended {
		padding-top: 10px;
		padding-bottom: 1.25rem;
	}
	main.content.thor-ltv .module-specs-extended .container {
		width: 100%;
	}
	.container {
		width: calc(100% - 2.5rem);
	}
	.section-subtitle {
		width: calc(100% - 2.5rem);
	}
	section.slide-1 {
		margin-top: 3.5rem;
	}
	section.slide-1 .main-content .container {
		width: 100%;
	}
	section.slide-1 .main-content .container div.main-buttons {
		margin-top: 1.875rem;
	}
	section.slide-1 .freegift {
		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.slide-1 .freegift .container {
		flex-wrap: wrap;
		gap: 0;
		padding: 0;
		background-size: 120%;
	}
	section.slide-1 .freegift .container.parallax {
		background-size: 100%;
	}
	section.slide-1 .freegift .container h3 {
		margin: 0.625rem 0;
		margin-top: 1.25rem;
		width: 100%;
	}
	section.slide-1 .freegift .container .freegift-img {
		text-align: center;
		margin-bottom: 8px;
	}
	section.slide-1 .freegift .container .freegift-img img {
		max-width: 70%;
	}
	section.slide-1 .freegift .container .freegift-img .freegift-img__subtitle {
		display: none;
	}
	section.slide-1 .freegift .container .freegift-img,
	section.slide-1 .freegift .container .freegift-img + div {
		width: calc(50% - 5px);
	}
	section.slide-1 .freegift .container .freegift-img + div {
		text-align: start;
	}
	section.slide-1
		.freegift
		.container
		.freegift-img
		+ div
		.freegift-img__subtitle-mobile {
		display: block;
		color: #9f9f9f;
		text-transform: uppercase;
		margin-bottom: 0.625rem;
	}
	section.pro-video {
		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.pro-video .container {
		width: 100%;
	}
	section.black-white-hot-mode {
		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.black-white-hot-mode .container h3 {
		margin-bottom: 0.625rem;
	}
	section.black-white-hot-mode .container .sensor {
		display: flex;
		justify-content: center;
	}
	section.black-white-hot-mode .container .sensor img {
		transform: none;
		width: 43px;
		margin: 10px 0 50px 0;
	}
	section.black-white-hot-mode .container .line {
		margin-top: -0.625rem;
		gap: 0.625rem;
	}
	section.black-white-hot-mode .container .line + .line {
		margin-top: 0.625rem;
	}
	section.black-white-hot-mode .container .line img {
		width: calc(25% - 0.625rem);
	}
	section.video-record .container .video-record__content .video-record__img {
		display: none;
	}
	section.easy-to-mount {
		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.one-shot-zero {
		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;
		background-image: none;
	}
	section.one-shot-zero .section-subtitle {
		width: 100%;
	}
	section.one-shot-zero .container {
		width: 100%;
	}
	section.one-shot-zero .container .text p {
		color: #9f9f9f;
		text-align: center;
		margin: 1.25rem 0;
	}
	section.one-shot-zero .container .line video {
		width: 100%;
	}
	section.module-mossy-oak {
		background-repeat: no-repeat;
		background-position-y: 2px;
	}
	section.module-mossy-oak + div.border {
		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.module-mossy-oak h3 {
		padding-bottom: 1.25rem;
	}
	section.ultra-low-power {
		padding-bottom: 1.875rem;
		margin-bottom: 1.875rem;
		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.ultra-low-power .container {
		width: 100%;
	}
	section.ultra-low-power .container .section-subtitle {
		margin-bottom: 0;
	}
	section.ultra-low-power .container .device {
		height: 200px;
		margin-bottom: 0;
		background-size: 100%;
	}
	section.ultra-low-power .container .line {
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}
	section.ultra-low-power .container .line h3 {
		margin-bottom: 0.625rem;
	}
	section.ultra-low-power .container .line div {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	section.light-weight {
		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.light-weight .container .section-subtitle {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	section.module-more-accessories {
		padding-top: 2rem;
	}
}
@media (max-width: 899px) and (max-width: 799px) {
	section.black-white-hot-mode .container .line img {
		width: calc(33.3333333333% - 0.625rem);
	}
	section.black-white-hot-mode .container .line img.mob {
		display: none;
	}
}
@media (max-width: 899px) and (max-width: 699px) {
	section.easy-to-mount .container div.line {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		gap: 0.625rem;
	}
	section.easy-to-mount .container div.line div.text {
		width: 100%;
	}
	section.easy-to-mount .container div.line div.text img {
		width: 100%;
	}
}
@media (max-width: 799px) {
	main.content.thor-ltv .module-more-accessories div.buy {
		text-align: center;
	}
	main.content.thor-ltv .module-more-accessories div.line {
		flex-direction: column;
	}
}
@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,
	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 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16,
	main.content.thor-ltv .module-more-accessories div.buy .add-to-cart,
	main.content.thor-ltv .module-more-accessories div.more .add-to-cart {
		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.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%;
	}
	main.content.thor-ltv .module-specs-extended div.table {
		overflow: auto;
	}
	main.content.thor-ltv .module-specs-extended {
		padding-top: 0;
	}
	main.content.thor-ltv .module-specs-extended tr {
		position: relative;
	}
	main.content.thor-ltv .module-specs-extended table {
		border-bottom: 1px solid #000;
	}
	main.content.thor-ltv .module-specs-extended tr:last-child td.active {
		border-bottom: 1px solid #000;
	}
	main.content.thor-ltv .module-specs-extended header.heading {
		font-size: 2em;
	}
	main.content.thor-ltv .module-specs-extended div.table table th {
		vertical-align: middle;
		padding-top: 0.625rem;
	}
	main.content.thor-ltv .module-specs-extended div.table table th:first-child {
		display: table-cell;
	}
	main.content.thor-ltv .module-specs-extended div.table table th.active {
		display: table-cell;
		vertical-align: middle;
	}
	main.content.thor-ltv .module-specs-extended div.table table td.title {
		display: table-cell;
	}
	main.content.thor-ltv .module-specs-extended div.table table td.active {
		display: table-cell;
	}
	main.content.thor-ltv .module-more-accessories .container + .container {
		padding: 0.625rem 0;
	}
	main.content.thor-ltv .module-more-accessories header.heading {
		padding-left: 0;
	}
	main.content.thor-ltv .module-more-accessories header.more-title {
		padding-bottom: 0.625rem;
	}
	main.content.thor-ltv .module-more-accessories div.more div.block a {
		font-size: 0.8em;
		width: 208px;
	}
	main.content.thor-ltv .module-more-accessories header.heading div.title {
		font-size: 1.5em;
		text-align: center;
	}
	main.content.thor-ltv .module-more-accessories header.heading p {
		max-width: 100%;
	}
	main.content.thor-ltv .module-more-accessories a.featured {
		width: 50%;
		height: auto;
		margin-bottom: 10px;
	}
	main.content.thor-ltv .module-more-accessories div.buy {
		text-align: center;
	}
	main.content.thor-ltv .module-more-accessories header.more-title {
		font-size: 1.5em;
	}
	main.content.thor-ltv .module-more-accessories .container {
		width: calc(100% - 1.25rem);
		margin: auto;
	}
	main.content.thor-ltv
		.module-more-accessories
		.button-green.add-to-cart
		span {
		display: inline;
	}
	main.content.thor-ltv .module-included-accessories div.line {
		flex-direction: column;
	}
	main.content.thor-ltv .module-included-accessories header {
		font-size: 1.5em;
	}
	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 {
		width: 100%;
	}
	section.video-record .container .video-record__content {
		flex-direction: column;
	}
	section.video-record .container .video-record__content .video {
		max-width: 100%;
	}
	section.video-record .container .video-record__content .video-record__img {
		max-width: calc(100% - 2.5rem);
		margin: 0 auto;
	}
	main.thor-ltv 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;
	}
	main.thor-ltv
		section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 1rem;
		font-weight: 100;
		line-height: 1.17rem;
	}
	main.thor-ltv
		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;
	}
	main.thor-ltv
		section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 1.875rem;
		font-weight: 400;
		line-height: 2.2rem;
	}
}
@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%;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
@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.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 {
		width: 100%;
	}
}
@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%;
	}
}
@media (min-width: 800px) and (max-width: 899px) {
	main.content.thor-ltv .module-more-accessories a.featured img {
		min-width: 210px;
	}
}
@media (max-width: 899px) and (min-width: 400px) {
	section.slide-1 .freegift .container .freegift-img {
		margin-bottom: 0;
	}
}
@media (max-width: 899px) and (min-width: 400px) and (max-width: 899px) {
	section.black-white-hot-mode .container .sensor img {
		width: 10%;
		margin: 4vw 0 12vw 0;
	}
}
@media (max-width: 899px) and (min-width: 700px) and (max-width: 899px) {
	section.easy-to-mount .container div.line {
		margin-top: -1.875rem;
	}
}
@media (min-width: 900px) and (max-width: 1799px) {
	section.easy-to-mount .container div.line {
		margin-top: -1.875rem;
	}
	section.black-white-hot-mode .container div.sensor {
		display: flex;
		justify-content: center;
	}
	section.black-white-hot-mode .container div.sensor img {
		transform: none;
		width: 12%;
		margin: 2.5vw 0 8vw 0;
	}
	section.black-white-hot-mode .container .line img {
		width: calc(25% - 1.25rem);
	}
}
@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;
	}
}
@media (width < 335px) {
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.freegift {
		font-size: 1.225rem;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main.content.thor-ltv .module-more-accessories a.featured img {
		width: auto;
		height: 175px;
	}
}
