.atn_v1__title_70 {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 5.13rem;
}
.atn_v1__main_56 {
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 3.5rem;
}
.atn_v1__title_56 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 2.64rem;
}
.atn_v1__title_30 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.atn_v1__title_22 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6rem;
}
.atn_v1__txt_17 {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.atn_v1__title_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.17rem;
}
.atn_v1__menu_16 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.17rem;
}
.atn_v1__button_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: initial;
}
.atn_v1__title_14 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
.atn_v1__txt_14 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__txt_12 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.atn_v1__txt_14_list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.atn_v1__title_18 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32rem;
}
.atn_v1__title_30s {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
.atn_v1__txt_14_list_s {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__title_28 {
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 2rem;
}
body {
	background-color: #000;
	color: #f2f2f2;
}
.binox-6 {
	overflow-x: hidden;
}
.binox-6__main {
	max-width: 4500px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.binox-6__main-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.binox-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;
}
.binox-6__main-background img.show-image {
	transition: all 0.3s ease 0s;
}
.binox-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;
}
.binox-6__info {
	width: 100%;
	position: absolute;
	top: 55%;
	text-align: center;
	transform: translateY(-60%);
	animation: move-up-large 1s ease-out 1s forwards;
}
.binox-6__info h1 {
	margin: 0;
}
.binox-6__title {
	color: #e5e5e5;
	animation: resize-large 1s ease-out 1s forwards;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 0;
	font-size: 128px;
}
.binox-6__title span {
	background-image: linear-gradient(89deg, #810b00 -5.13%, #ff301d 29.77%);
	-webkit-background-clip: text;
	color: transparent;
}
.binox-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;
}
.binox-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;
}
.binox-6__built-title {
	background-image: linear-gradient(90deg, #ef4030 0, #3f86ff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 48px;
	font-weight: 600;
}
.binox-6__built-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.binox-6__built-info {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
}
.binox-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;
}
.binox-6__by:hover {
	background: #c21505;
	transition: all 0.3s ease 0s;
}
.binox-6__by span {
	font-size: 16px;
}
.binox-6__price {
	font-weight: 500;
	font-size: 17px;
	color: #e5e5e5;
	padding: 15px 0 0;
}
.binox-6__product {
	margin: 250px 0 0 0;
}
.binox-6__product-wrapper {
	max-width: 1000px;
	width: 100%;
}
.binox-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;
}
.binox-6__product-wrapper img.show {
	opacity: 1;
}
.binox-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;
}
.binox-6__actions.show {
	opacity: 1;
	pointer-events: auto;
}
.binox-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;
}
.binox-6__actions-link:hover {
	transition: all 0.3s ease 0s;
	background-color: #9f9f9f;
}
.binox-6__actions-link:hover span {
	color: #2c2c2c;
}
.binox-6__actions-link span {
	color: #9f9f9f;
	font-size: 16px;
	font-weight: 500;
}
.binox-6__generation {
	padding: 150px 0 100px 0;
}
.binox-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;
}
.binox-6__generation-wrapper.show-generation {
	opacity: 1;
}
.binox-6__generation-wrapper.show-generation .binox-6__generation-image {
	transform: translateX(0);
	opacity: 1;
}
.binox-6__generation-wrapper.show-generation .binox-6__generation-descr {
	transform: translateX(0);
	opacity: 1;
}
.binox-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;
}
.binox-6__generation-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.binox-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;
}
.binox-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;
}
.binox-6__generation-video {
	max-width: 1330px;
	width: 100%;
	box-sizing: border-box;
	margin: 150px auto 50px;
	max-height: 786px;
	padding: 0 15px;
}
.binox-6__generation-video video {
	width: 100%;
	max-height: 786px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.binox-6__ultra {
	padding: 100px 15px 0;
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.binox-6__ultra-top {
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: 2.4px;
	color: #e5e5e5;
}
.binox-6__ultra-description {
	font-size: 16px;
	text-align: center;
	color: #9f9f9f;
	font-weight: 400;
	line-height: 1.3;
	margin: 10px 0 0 0;
}
.binox-6__ultra-item {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	margin: 100px 0 0 0;
}
.binox-6__ultra-video {
	max-width: 645px;
	width: 100%;
}
.binox-6__ultra-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.binox-6__ultra-head {
	text-transform: uppercase;
	font-weight: 500;
	color: #e5e5e5;
	font-size: 16px;
}
.binox-6__ultra-head span {
	color: #ef4030;
}
.binox-6__ultra-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	padding: 15px 0 0 0;
}
.binox-6__ultra-subtitle {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
	margin: 10px 0 0 0;
}
.binox-6__ultra-descr {
	font-size: 16px;
	color: #9f9f9f;
	font-weight: 400;
	max-width: 565px;
	width: 100%;
	line-height: 1.5;
}
.binox-6__ultra-wrapper {
	display: flex;
	flex-direction: column;
	gap: 200px;
}
.binox-6__ultra-bottom {
	margin: 40px 0 0 0;
	display: flex;
	align-items: center;
	gap: 40px;
}
.binox-6__ultra-bottom-image {
	max-width: 165px;
	width: 100%;
}
.binox-6__ultra-bottom-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.binox-6__features {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 150px 15px 0;
}
.binox-6__features-title {
	font-size: 36px;
	font-weight: 500;
	color: #e5e5e5;
}
.binox-6__precision {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 200px 15px 0 15px;
}
.binox-6__precision-title {
	text-align: center;
	font-weight: 300;
	letter-spacing: 2.4;
	font-size: 80px;
	color: #e5e5e5;
}
.binox-6__innovative {
	max-width: 1330px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 150px 15px 0;
}
.binox-6__innovative-title {
	text-align: center;
	font-weight: 300;
	letter-spacing: 2.4px;
	line-height: 1.1;
	font-size: 80px;
	color: #e5e5e5;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.binox-6__innovative-wrapper {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.binox-6__innovative-circle {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #ef4030;
	background-color: rgba(0, 0, 0, 0.5411764706);
	flex: 0 0 auto;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.binox-6__innovative-circle.circle-visible {
	opacity: 1;
	transform: scale(1);
}
.binox-6__innovative-circle-small {
	width: 35px;
	height: 35px;
	background-color: #ef4030;
	border-radius: 50%;
}
.binox-6__innovative-circle-line {
	width: 0;
	height: 3px;
	background-color: #ef4030;
	border-radius: 2px;
	transition: width 1s ease-out;
}
.binox-6__innovative-circle-line.line-visible {
	width: 100%;
}
.binox-6__innovative-circle-line-bottom {
	width: 3px;
	height: 0;
	background-color: #ef4030;
	border-radius: 2px;
	transition: height 1s ease-out;
}
.binox-6__innovative-circle-line-bottom.line-visible-bottom {
	height: 100%;
}
.binox-6__innovative-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 420px;
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease, transform 1s ease;
}
.binox-6__innovative-info.visible-info {
	opacity: 1;
	transform: translateY(0);
}
.binox-6__innovative-info-head {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.binox-6__innovative-info-head img {
	width: 70px;
	height: 70px;
}
.binox-6__innovative-info-head-descr p {
	font-size: 22px;
	font-weight: 500;
	color: #e5e5e5;
	line-height: 1.2;
}
.binox-6__innovative-info-head-descr span {
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
}
.binox-6__innovative-info-text p {
	font-size: 16px;
	color: #9f9f9f;
	line-height: 1.4;
	font-weight: 400;
}
.binox-6__innovative-bottom {
	max-width: 2500px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 200px 0 0 0;
}
.binox-6__choose {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 15px 0;
}
.binox-6__choose-title {
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: 2.4px;
	color: #e5e5e5;
}
.binox-6__choose-sensor {
	margin: 50px 0 0 0;
}
.binox-6__choose-sensor-title {
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	color: #e5e5e5;
}
.binox-6__choose-sensor-wrapper {
	margin: 100px 0 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}
.binox-6__vision {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0 0 0;
}
.binox-6__vision-container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.binox-6__vision-title {
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: 2.4px;
	color: #e5e5e5;
}
.binox-6__vision-descr {
	font-size: 16px;
	text-align: center;
	color: #9f9f9f;
	font-weight: 400;
	line-height: 1.3;
	margin: 10px 0 0 0;
}
.binox-6__vision-wrapper {
	max-width: 3000px;
	width: 100%;
	box-sizing: border-box;
	margin: 50px auto 0;
	position: relative;
	padding: 240px 0 50px 0;
	overflow: hidden;
}
.binox-6__vision-wrapper-image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1;
}
.binox-6__vision-wrapper-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.binox-6__vision-wrapper-list {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	box-sizing: border-box;
}
.binox-6__vision-wrapper-block {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	gap: 20px;
}
.binox-6__vision-wrapper-block-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	max-width: 640px;
	width: 100%;
}
.binox-6__vision-wrapper-block-image {
	max-width: 640px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.binox-6__vision-wrapper-block-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.binox-6__vision-wrapper-block-descr {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #e5e5e5;
}
.binox-6__every {
	width: 100%;
	box-sizing: border-box;
	padding: 150px 0 100px 0;
}
.binox-6__every-container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.binox-6__every-title {
	text-align: center;
	font-weight: 300;
	letter-spacing: 2.4;
	font-size: 80px;
	color: #e5e5e5;
}
.binox-6__every-wrapper {
	box-sizing: border-box;
	max-width: 3000px;
	width: 100%;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
	padding: 500px 0 0 0;
}
.binox-6__every-wrapper-image {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.binox-6__every-wrapper-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.binox-6__every-list {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.binox-6__every-list-item {
	max-width: 650px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.binox-6__every-list-item:first-child img {
	border-radius: 50px 0 0 0;
}
.binox-6__every-list-item:last-child img {
	border-radius: 0 50px 0 0;
}
.binox-6__every-list-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.binox-6__images {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 3;
}
.binox-6__images-container {
	box-sizing: border-box;
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.binox-6__images-wrapper {
	box-sizing: border-box;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	background: radial-gradient(50% 50% at 50% 50%, #282626 0, #000 100%);
}
.binox-6__images-item {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.binox-6__images-item:last-child .binox-6__images-item-image {
	background-color: #000;
	padding: 41.2px 10px;
	border-radius: 20px;
}
.binox-6__images-item:last-child .binox-6__images-item-image img {
	-o-object-position: top;
	object-position: top;
}
.binox-6__images-item:last-child .binox-6__images-item-image video {
	-o-object-position: top;
	object-position: top;
}
.binox-6__images-item-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.binox-6__images-item-info-descr {
	color: #9f9f9f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.binox-6__images-item-image {
	max-width: 620px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.binox-6__images-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.binox-6__images-item-image video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.binox-6__images-item-head {
	display: flex;
	align-items: center;
	gap: 20px;
}
.binox-6__images-item-head img {
	width: 70px;
	height: 70px;
}
.binox-6__images-item-head-title {
	color: #e5e5e5;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.innovative-top {
	padding: 150px 0 0 0;
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, #282626 0, #000 100%);
}
.innovative-top__actions {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.innovative-top__actions-btn {
	transition: all 0.3s ease 0s;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: inherit;
	border: 1px solid #fff;
	opacity: 0.6;
	cursor: pointer;
}
.innovative-top__actions-btn:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.innovative-top__actions-btn-next img {
	margin-right: 4px;
}
.innovative-top__actions-btn-prev {
	transform: rotate(180deg);
}
.innovative-top__actions-btn-prev img {
	margin-right: 4px;
}
.innovative-top__image {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all 0.3s ease 0s;
}
.innovative-top__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
	-o-object-position: 150px 0;
	object-position: 150px 0;
}
.innovative-top__list {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 200px 0 0 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.innovative-top__list-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 2fr 2.3fr;
	gap: 10px;
}
.innovative-top__list-item {
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	display: flex;
	gap: 20px;
}
.innovative-top__list-item:first-child {
	grid-column: 1;
	margin-top: 50px;
}
.innovative-top__list-item:first-child .innovative-top__list-item-nav {
	margin-top: 90px;
	max-width: 120px;
}
.innovative-top__list-item:nth-child(2) {
	align-items: center;
	grid-column: 1;
	grid-row: 2;
}
.innovative-top__list-item:nth-child(2) .innovative-top__list-item-nav {
	max-width: 90px;
	width: 100%;
}
.innovative-top__list-item:nth-child(3) {
	align-items: center;
	grid-column: 2;
	grid-row: 2;
	flex-direction: column;
	margin-left: 150px;
	position: relative;
	margin-top: 200px;
}
.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
	width: 100%;
	max-width: 150px;
	position: absolute;
	top: -100px;
	left: 20px;
	transform: rotate(40deg);
}
.innovative-top__list-item:nth-child(4) {
	grid-column: 1;
	grid-row: 2;
	margin-top: 300px;
}
.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
	max-width: 120px;
}
.innovative-top__list-item-wrapper-nav {
	max-width: 240px;
	width: 100%;
	position: relative;
	height: 100%;
}
.innovative-top__list-item-nav {
	display: flex;
	align-items: center;
	height: -moz-fit-content;
	height: fit-content;
	max-width: 185px;
	width: 100%;
	gap: 10px;
}
.innovative-top__list-item-nav-first {
	position: absolute;
	right: -50px;
	transform: rotate(60deg);
	max-width: 90px !important;
}
.sensor-item {
	box-sizing: border-box;
	max-width: 420px;
	width: 100%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid #242424;
	padding: 5px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: all 0.3s ease 0s;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.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;
}
.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 15px;
}
.sensor-item__top-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.sensor-item__top-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.sensor-item__top-model {
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
	text-align: center;
}
.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: 0 37px;
	margin-top: 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: space-between;
	gap: 20px;
	margin: 40px 0 25px 0;
}
.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;
}
.block-ultra {
	width: 100%;
	margin: 40px 0 0 0;
}
.block-ultra__main {
	box-sizing: border-box;
	padding: 17px 10px;
	border-radius: 20px;
	border: 1px solid #818181;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	width: 100%;
	flex-direction: column;
	margin-right: 20px;
	position: relative;
}
.block-ultra__main::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #818181;
}
.block-ultra__zoom {
	padding: 10px 0 0 0;
	color: #818181;
	font-size: 20px;
	font-weight: 500;
}
.block-ultra__descr {
	font-size: 10px;
	text-align: center;
	color: #818181;
	font-weight: 400;
	padding: 5px;
}
.block-ultra__wrapper {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.block-ultra__wrapper-duo {
	align-items: center;
}
.block-ultra__wrapper-item {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.block-ultra__wrapper-title {
	font-size: 14px;
	font-weight: 400;
	color: #818181;
}
.block-ultra__wrapper-info {
	font-size: 48px;
	font-weight: 700;
	color: #9f9f9f;
	position: relative;
}
.block-ultra__wrapper-info span {
	font-size: 16px;
}
.block-ultra__wrapper-info-range span {
	position: absolute;
	bottom: -12px;
	right: 30px;
}
.block-ultra__wrapper-info-range-duo span {
	position: absolute;
	bottom: 0;
	right: 30px;
}
.block-ultra__wrapper-descr {
	font-size: 14px;
	font-weight: 500;
	color: #818181;
	max-width: 120px;
	width: 100%;
}
.features-slider {
	padding: 50px 0;
	position: relative;
}
.features-slider::after {
	content: '';
	position: absolute;
	inset: 0;
	right: -280%;
	background: linear-gradient(
		88deg,
		rgba(0, 0, 0, 0) 8.89%,
		rgba(0, 0, 0, 0.7) 38.15%
	);
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.3s ease;
}
.features-slider.hide-after::after {
	opacity: 0 !important;
}
.features-slider__slide {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 525px;
	width: 100%;
	box-sizing: border-box;
	cursor: grab;
}
.features-slider__slide-head {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 90px;
}
.features-slider__slide-title {
	font-size: 22px;
	font-weight: 500;
	color: #e5e5e5;
	min-height: 60px;
	line-height: 1.2;
}
.features-slider__slide-descr {
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
	line-height: 1.2;
	min-height: 95px;
}
.features-slider__slide-image {
	max-width: 525px;
	width: 100%;
	border: 1px solid #818181;
	border-radius: 20px;
	box-sizing: border-box;
}
.features-slider__slide-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.features-slider__actions {
	display: flex;
	align-items: center;
	max-width: 100%;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	box-sizing: border-box;
	padding: 0 15px;
	top: 55%;
	transform: translateY(-50%);
	z-index: 6;
	left: 20px;
}
.features-slider__actions-item {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	opacity: 0.6;
	background-color: #000;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	z-index: 5;
}
.features-slider__actions-item:hover {
	transition: all 0.3s ease 0s;
	opacity: 1;
}
.features-slider__actions-next {
	transform: rotate(-180deg);
}
.features-slider__pagination {
	max-width: 1300px;
	width: 100%;
	display: flex;
	align-items: center;
}
.features-slider__pagination .swiper-pagination-bullet {
	max-width: 256px;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #818181;
	cursor: pointer;
	bottom: var(--swiper-pagination-bottom, -20px) !important;
}
.precision-wrapper {
	padding: 100px 0 0 0;
	box-sizing: border-box;
}
.precision-wrapper__item {
	max-width: 620px;
	width: 100%;
	box-sizing: border-box;
}
.precision-wrapper__item-image {
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.precision-wrapper__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.precision-wrapper__item-list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 50px 0 0 0;
}
.precision-wrapper__item-list-img {
	max-width: 127px;
	width: 100%;
}
.precision-wrapper__item-list-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.precision-wrapper__item-video {
	box-sizing: border-box;
	max-width: 645px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.precision-wrapper__item-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.precision-wrapper__item-description {
	font-size: 36px;
	font-weight: 500;
	color: #e5e5e5;
	margin: 15px 0 0 0;
}
.precision-wrapper__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 20px;
}
.precision-wrapper__top-head {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e5e5e5;
	letter-spacing: 2px;
}
.precision-wrapper__top-head span {
	color: #ef4030;
}
.precision-wrapper__title {
	font-size: 36px;
	color: #e5e5e5;
	font-weight: 500;
	margin: 15px 0 0 0;
	line-height: 1.3;
}
.precision-wrapper__descr {
	color: #9f9f9f;
	font-size: 16px;
	font-weight: 400;
	margin: 40px 0 0 0;
	line-height: 1.5;
}
.precision-wrapper__body {
	display: flex;
	flex-direction: column;
	gap: 120px;
	margin: 120px 0 0 0;
}
.precision-wrapper__body-container {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
	background: radial-gradient(50% 50% at 50% 50%, #282626 0, #000 100%);
}
.precision-wrapper__body-item-image {
	max-width: 620px;
	width: 100%;
	margin: 40px 0 0 0;
	border-radius: 20px;
}
.precision-wrapper__body-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.precision-wrapper__body-item-descr {
	min-height: 161px;
}
.swiper-slide-active {
	filter: blur(0) !important;
}
@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: 47%;
	}
}
@keyframes resize-large {
	0% {
		font-size: 128px;
	}
	100% {
		font-size: 96px;
	}
}
@keyframes resize-medium {
	0% {
		font-size: 96px;
	}
	100% {
		font-size: 64px;
	}
}
@keyframes resize-small {
	0% {
		font-size: 48px;
	}
	100% {
		font-size: 28px;
	}
}
@keyframes resize-extra-small {
	0% {
		font-size: 36px;
	}
	100% {
		font-size: 36px;
	}
}
.show {
	opacity: 1;
	transform: translateY(0);
}
@keyframes slideInContent {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes bounceInCircle {
	0% {
		opacity: 0;
		transform: scale(0.7);
	}
	60% {
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes drawLine {
	from {
		opacity: 0;
		transform: scaleX(0);
		transform-origin: left center;
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}
@media (max-width: 1919px) {
	.innovative-top__image {
		width: 1330px;
	}
	.innovative-top__list-item:nth-child(2) {
		margin-left: 30px;
	}
}
@media (max-width: 1519px) {
	.binox-6__every-wrapper {
		padding: 400px 0 0 0;
	}
	.innovative-top__image {
		width: 1000px;
	}
	.innovative-top__list {
		width: 1300px;
	}
	.innovative-top__list-item:nth-child(2) {
		margin-left: 0;
	}
	.innovative-top__list-item-nav-first {
		right: 0;
		transform: rotate(30deg);
	}
}
@media (max-width: 1419px) {
	.binox-6__info {
		animation: move-up-medium 1s ease-out 1s forwards;
	}
	.binox-6__title {
		font-size: 96px;
		animation: resize-medium 1s ease-out 1s forwards;
	}
	.binox-6__subtitle {
		font-size: 20px;
	}
	.binox-6__built-title {
		font-size: 34px;
	}
	.binox-6__product {
		margin: 220px 0 0 0;
	}
	.binox-6__ultra-item {
		gap: 20px;
		margin: 70px 0 0 0;
	}
	.binox-6__ultra-wrapper {
		gap: 130px;
	}
	.binox-6__innovative-info {
		max-width: 350px;
	}
	.binox-6__innovative-info-head img {
		width: 50px;
		height: 50px;
	}
	.binox-6__innovative-info-head-descr p {
		font-size: 18px;
	}
	.binox-6__choose-sensor-wrapper {
		gap: 5px;
	}
	.binox-6__vision-wrapper {
		padding: 180px 0 50px 0;
	}
	.binox-6__vision-wrapper-block-item {
		max-width: 500px;
	}
	.binox-6__vision-wrapper-block-descr {
		font-size: 24px;
	}
	.binox-6__every-wrapper {
		padding: 300px 0 0 0;
	}
	.binox-6__images {
		padding-top: 100px;
	}
	.binox-6__images-item-info-descr {
		min-height: 120px;
	}
	.binox-6__images-item-head img {
		width: 50px;
		height: 50px;
	}
	.binox-6__images-item-head-title {
		font-size: 18px;
	}
	.innovative-top__image {
		width: 700px;
	}
	.innovative-top__list {
		width: 1000px;
	}
	.innovative-top__list-wrapper {
		grid-template-rows: 1.5fr 2fr;
	}
	.innovative-top__list-item:first-child {
		margin-top: 0;
	}
	.innovative-top__list-item:nth-child(4) {
		margin-top: 220px;
	}
	.innovative-top__list-item-nav-first {
		right: 50px;
		transform: rotate(10deg);
		max-width: 120px !important;
	}
	.block-ultra__wrapper-info-range-duo span {
		right: 15px;
	}
}
@media (max-width: 1199px) {
	.binox-6__wrapper {
		min-height: 880px;
		max-height: 880px;
	}
	.binox-6__ultra-top {
		font-size: 60px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.binox-6__ultra-item {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 50px;
	}
	.binox-6__ultra-item-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.binox-6__ultra-video {
		max-width: 100%;
	}
	.binox-6__ultra-head {
		text-align: center;
	}
	.binox-6__ultra-title {
		max-width: 100%;
		text-align: center;
	}
	.binox-6__ultra-subtitle {
		max-width: 100%;
		text-align: center;
	}
	.binox-6__ultra-descr {
		max-width: 100%;
		text-align: center;
	}
	.binox-6__ultra-bottom {
		max-width: 80%;
		margin: 40px auto 0;
		box-sizing: border-box;
	}
	.binox-6__precision {
		padding-top: 130px;
	}
	.binox-6__precision-title {
		font-size: 60px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.binox-6__innovative-title {
		font-size: 60px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.binox-6__innovative-info {
		max-width: 290px;
	}
	.binox-6__innovative-info-head {
		gap: 10px;
	}
	.binox-6__choose-title {
		font-size: 60px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.binox-6__choose-sensor-wrapper {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}
	.binox-6__vision-title {
		font-size: 60px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.binox-6__every-title {
		font-size: 60px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.binox-6__images {
		padding-top: 120px;
	}
	.binox-6__images-wrapper {
		gap: 20px;
	}
	.innovative-top__image img {
		-o-object-position: 100px 0;
		object-position: 100px 0;
	}
	.innovative-top__list-item:nth-child(3) {
		margin-left: 60px;
	}
	.innovative-top__list-item-wrapper-nav {
		max-width: 200px;
	}
	.innovative-top__list-item-nav {
		max-width: 90px;
	}
	.innovative-top__list-item-nav-first {
		right: 0;
		max-width: 100px !important;
		margin-top: 20px;
	}
	.block-ultra__wrapper {
		max-width: 70%;
		margin: 0 auto;
	}
	.block-ultra__wrapper-info-range span {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.block-ultra__wrapper-info-range-duo span {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.precision-wrapper__title {
		font-size: 24px;
	}
	.precision-wrapper__body-container {
		align-items: flex-end;
	}
	.precision-wrapper__body-item-descr {
		min-height: 180px;
	}
}
@media (max-width: 1023px) {
	.binox-6__innovative-info {
		max-width: 500px;
	}
	.binox-6__innovative-bottom {
		padding-top: 50px;
	}
	.binox-6__vision-wrapper {
		padding: 100px 0 25px 0;
	}
	.binox-6__vision-wrapper-block-item {
		max-width: 400px;
	}
	.binox-6__every-wrapper {
		padding: 200px 0 0 0;
	}
	.binox-6__images-wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 40px;
	}
	.binox-6__images-item-info {
		align-items: center;
		justify-content: center;
	}
	.binox-6__images-item-info-descr {
		min-height: -moz-fit-content;
		min-height: fit-content;
		text-align: center;
	}
	.binox-6__images-item-image {
		max-width: 100%;
	}
	.innovative-top {
		height: 1000px;
		padding: 0;
	}
	.innovative-top__actions {
		display: flex;
		margin: 50px 0 0 0;
	}
	.innovative-top__image {
		rotate: 90deg;
		transform-origin: center;
		transition: all 0.3s ease 0s;
		position: relative;
		transform: translateY(0);
	}
	.innovative-top__image img {
		transition: all 1s ease 0s;
		height: auto;
		max-width: 900px;
		width: 100%;
		-o-object-position: 0;
		object-position: 0;
	}
	.innovative-top__list {
		margin: 50px 0 0 0;
		max-width: 100%;
	}
	.innovative-top__list-wrapper {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 40px;
	}
	.innovative-top__list-item {
		flex-direction: column-reverse;
		display: none;
	}
	.innovative-top__list-item:has(.binox-6__innovative-info.visible-info) {
		display: flex;
		opacity: 0;
		transform: translateY(30px);
	}
	.innovative-top__list-item:has(
			.binox-6__innovative-info.visible-info
		).animate-in {
		opacity: 1;
		transform: translateY(0);
		transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
			transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.innovative-top__list-item:has(
			.binox-6__innovative-info.visible-info
		).animate-in
		.binox-6__innovative-info {
		animation: slideInContent 0.8s ease-out 0.2s both;
	}
	.innovative-top__list-item:has(
			.binox-6__innovative-info.visible-info
		).animate-in
		.binox-6__innovative-circle {
		animation: bounceInCircle 0.5s ease-out 0.3s both;
	}
	.innovative-top__list-item:has(
			.binox-6__innovative-info.visible-info
		).animate-in
		.binox-6__innovative-circle-line {
		animation: drawLine 0.6s ease-out 0.4s both;
	}
	.innovative-top__list-item:first-child {
		flex-direction: column;
		grid-column: 3/5;
		grid-row: 1;
		align-items: end;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		transform: rotate(90deg);
		margin-top: 70px;
		max-width: 160px;
	}
	.innovative-top__list-item:nth-child(2) {
		grid-row: 1;
		grid-column: 2/5;
		margin-top: 0;
		flex-direction: column;
	}
	.innovative-top__list-item:nth-child(2) .innovative-top__list-item-nav {
		transform: rotate(90deg);
		margin-top: 50px;
		max-width: 120px;
	}
	.innovative-top__list-item:nth-child(3) {
		grid-column: 1/3;
		grid-row: 2;
		margin-top: 170px;
		margin-left: 0;
	}
	.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
		top: -147px;
		left: 169px;
		transform: rotate(106deg);
		max-width: 180px;
	}
	.innovative-top__list-item:nth-child(4) {
		position: relative;
		grid-row: 2;
		grid-column: 1/3;
		margin-top: 0;
		align-items: flex-end;
		gap: 100px;
	}
	.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
		transform: rotate(-60deg);
		max-width: 180px;
	}
	.innovative-top__list-item-nav {
		transform: rotate(-90deg);
		max-width: 185px;
	}
	.innovative-top__list-item-nav-first {
		right: 140%;
		transform: rotate(-30deg);
		max-width: 180px !important;
	}
	.precision-wrapper__item {
		max-width: 100%;
	}
	.precision-wrapper__item-list {
		width: 80%;
		margin: 50px auto 0;
	}
	.precision-wrapper__item-video {
		max-width: 100%;
	}
	.precision-wrapper__item-description {
		text-align: center;
	}
	.precision-wrapper__top {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.precision-wrapper__top-head {
		text-align: center;
	}
	.precision-wrapper__title {
		text-align: center;
	}
	.precision-wrapper__descr {
		text-align: center;
	}
	.precision-wrapper__body-container {
		flex-direction: column;
	}
	.precision-wrapper__body-item-image {
		max-width: 100%;
	}
	.precision-wrapper__body-item-descr {
		min-height: auto;
	}
}
@media (max-width: 885px) {
	.binox-6__ultra-descr {
		text-align: left;
	}
	.binox-6__ultra-bottom {
		max-width: 100%;
		gap: 10px;
		align-items: flex-end;
	}
	.binox-6__vision-wrapper-image img {
		transform: scale(3);
		-o-object-position: 0 150px;
		object-position: 0 150px;
	}
	.binox-6__vision-wrapper-list {
		gap: 20px;
	}
	.binox-6__vision-wrapper-block {
		flex-direction: column;
	}
	.binox-6__vision-wrapper-block-item {
		max-width: 100%;
		width: 100%;
	}
	.binox-6__vision-wrapper-block-image img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	.innovative-top__actions {
		margin: 100px 0 0 0;
	}
	.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
		left: 0;
	}
	.sensor-item {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding-bottom: 25px;
	}
	.block-ultra__wrapper {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.binox-6__main {
		height: 100vh;
	}
	.binox-6__main-background img {
		-o-object-position: -340px 0;
		object-position: -340px 0;
	}
	.binox-6__wrapper {
		height: 100vh;
		padding: 0 15px;
	}
	.binox-6__info {
		animation: move-up-small 1s ease-out 1s forwards;
	}
	.binox-6__title {
		font-size: 48px;
		animation: resize-small 1s ease-out 1s forwards;
	}
	.binox-6__subtitle {
		font-size: 16px;
	}
	.binox-6__built-title {
		font-size: 26px;
	}
	.binox-6__product {
		margin: 50px 0 0 0;
	}
	.binox-6__generation {
		padding: 70px 0;
	}
	.binox-6__generation-wrapper {
		gap: 20px;
	}
	.binox-6__generation-descr p {
		font-size: 34px;
	}
	.binox-6__generation-video {
		margin: 70px 0;
	}
	.binox-6__ultra {
		padding-top: 50px;
	}
	.binox-6__ultra-top {
		font-size: 34px;
		font-weight: 500;
	}
	.binox-6__ultra-description {
		font-size: 12px;
	}
	.binox-6__ultra-item {
		margin: 25px 0 0 0;
	}
	.binox-6__ultra-title {
		font-size: 26px;
	}
	.binox-6__ultra-subtitle {
		font-size: 22px;
	}
	.binox-6__ultra-wrapper {
		gap: 100px;
	}
	.binox-6__ultra-bottom-image {
		max-width: 140px;
	}
	.binox-6__features {
		padding: 100px 15px 0;
	}
	.binox-6__features-title {
		font-size: 26px;
		text-align: center;
	}
	.binox-6__precision {
		padding-top: 90px;
	}
	.binox-6__precision-title {
		font-size: 34px;
		font-weight: 500;
	}
	.binox-6__innovative-title {
		font-size: 34px;
		font-weight: 500;
	}
	.binox-6__innovative-circle {
		width: 25px;
		height: 25px;
		overflow: visible;
		z-index: 3;
	}
	.binox-6__innovative-circle-small {
		width: 10px;
		height: 10px;
	}
	.binox-6__innovative-circle-line {
		height: 2px;
	}
	.binox-6__innovative-info-head img {
		width: 40px;
		height: 40px;
	}
	.binox-6__innovative-info-head-descr p {
		font-size: 16px;
	}
	.binox-6__innovative-info-text p {
		font-size: 12px;
	}
	.binox-6__choose {
		padding: 0 15px 0;
	}
	.binox-6__choose-title {
		font-size: 34px;
		font-weight: 500;
	}
	.binox-6__choose-sensor-title {
		font-size: 26px;
	}
	.binox-6__choose-sensor-wrapper {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.binox-6__vision-title {
		font-size: 34px;
		font-weight: 500;
	}
	.binox-6__vision-descr {
		font-size: 12px;
	}
	.binox-6__vision-wrapper {
		padding-top: 180px;
	}
	.binox-6__vision-wrapper-image {
		top: -10%;
	}
	.binox-6__every {
		padding: 50px 0;
	}
	.binox-6__every-container {
		padding: 0 15px 0 0;
	}
	.binox-6__every-title {
		font-size: 34px;
		font-weight: 500;
	}
	.binox-6__every-wrapper {
		padding: 100px 0 0 0;
	}
	.binox-6__every-list {
		flex-direction: column;
	}
	.binox-6__every-list-item {
		max-width: 100%;
	}
	.binox-6__every-list-item:first-child img {
		border-radius: 0 50px 0 0;
	}
	.binox-6__every-list-item:last-child img {
		border-radius: 0 0 50px 0;
	}
	.binox-6__images {
		padding-top: 40px;
	}
	.binox-6__images-item-head img {
		width: 40px;
		height: 40px;
	}
	.innovative-top {
		height: 900px;
	}
	.innovative-top__image {
		margin-top: 30px;
	}
	.innovative-top__image img {
		max-width: 600px;
	}
	.innovative-top__list-item:first-child {
		grid-column: 2/5;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		margin-right: 25px;
	}
	.innovative-top__list-item:nth-child(2) .innovative-top__list-item-nav {
		max-width: 100px;
	}
	.innovative-top__list-item:nth-child(3) {
		margin-top: 190px;
		grid-column: 1/4;
	}
	.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
		max-width: 90px;
		top: -85px;
		left: 75px;
	}
	.innovative-top__list-item-nav-first {
		max-width: 100px !important;
		right: 40%;
		transform: rotate(-50deg);
	}
	.sensor-item__top {
		flex-direction: row;
		padding-right: 130px;
		box-sizing: border-box;
	}
	.sensor-item__top-image {
		max-width: 300px;
		padding: 5px;
	}
	.sensor-item__top-info {
		min-width: 150px;
	}
	.sensor-item__descr {
		flex-direction: row;
		justify-content: center;
		gap: 40px;
	}
	.sensor-item__actions {
		margin: 0;
	}
	.sensor-item__actions-icon {
		display: none;
	}
	.sensor-item__actions-btn {
		margin: 0;
		position: absolute;
		right: 20px;
		top: 28%;
	}
	.block-ultra__main {
		margin: 0 auto;
	}
	.block-ultra__main::after {
		content: none;
	}
	.block-ultra__wrapper-duo .block-ultra__wrapper-item:last-child {
		grid-column: 1/3;
	}
	.block-ultra__wrapper-duo .block-ultra__wrapper-item::after {
		background-color: #000 !important;
	}
	.block-ultra__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.block-ultra__wrapper-item {
		margin: 0 auto;
		position: relative;
	}
	.features-slider::after {
		content: none;
	}
	.features-slider__slide {
		max-width: 336px;
	}
	.features-slider__slide-title {
		font-size: 16px;
	}
	.features-slider__slide-descr {
		font-size: 12px;
		max-width: 336px;
		width: 100%;
	}
	.features-slider__slide-image {
		max-width: 336px;
	}
	.features-slider__actions {
		left: 0;
	}
	.precision-wrapper {
		padding: 50px 0 0 0;
	}
	.precision-wrapper__item-description {
		font-size: 26px;
	}
	.precision-wrapper__body {
		margin: 50px 0 0 0;
		gap: 20px;
	}
	.precision-wrapper__body-container {
		gap: 20px;
	}
}
@media (max-width: 649px) {
	.innovative-top__actions {
		margin: -30px 0 0 0;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		margin-right: -50px;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.76rem;
	}
	.atn_v1__main_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36 {
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.9rem;
	}
	.atn_v1__title_30 {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.611rem;
	}
	.atn_v1__title_22 {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.172rem;
	}
	.atn_v1__txt_17_mob {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__title_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: initial;
	}
	.atn_v1__txt_14 {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 0.875rem;
	}
	.atn_v1__txt_12 {
		font-size: 0.5625rem;
		font-weight: 400;
		line-height: 0.625rem;
	}
	.atn_v1__txt_14_list {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 2.5rem;
	}
	.atn_v1__title_30s {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	.atn_v1__txt_14_list_s {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__txt_14a_mob {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 0.94rem;
	}
	.atn_v1__txt_14_mob {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 0.8125rem;
	}
	.atn_v1__title_28 {
		font-size: 1.375rem;
		font-weight: 100;
		line-height: 1.375rem;
	}
	.atn_v1__title_16_mob {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
	}
}
@media (max-width: 575px) {
	.binox-6__main-background img {
		-o-object-position: -590px -90px;
		object-position: -590px -90px;
	}
	.binox-6__wrapper {
		min-height: 580px;
		max-height: 580px;
	}
	.binox-6__info {
		animation: move-up-extra-small 1s ease-out 1s forwards;
	}
	.binox-6__title {
		font-size: 36px;
		letter-spacing: 0;
		animation: resize-extra-small 1s ease-out 1s forwards;
	}
	.binox-6__subtitle {
		max-width: 219px;
		margin: 0 auto;
		line-height: 1.2;
	}
	.binox-6__built-wrapper img {
		max-width: 27px;
	}
	.binox-6__price {
		font-size: 22px;
	}
	.binox-6__product {
		margin: 350px 0 0 0;
	}
	.binox-6__product-wrapper {
		margin-top: 130px;
	}
	.binox-6__actions {
		margin-top: 130px;
	}
	.binox-6__generation {
		padding: 15px 0;
	}
	.binox-6__generation-descr p {
		font-size: 24px;
	}
	.binox-6__generation-video {
		margin: 50px 0;
	}
	.binox-6__ultra-top {
		font-size: 26px;
	}
	.binox-6__precision-title {
		font-size: 26px;
	}
	.binox-6__innovative-title {
		font-size: 26px;
	}
	.binox-6__innovative-info-head {
		flex-direction: column;
	}
	.binox-6__choose-title {
		font-size: 26px;
	}
	.binox-6__vision-title {
		font-size: 26px;
	}
	.binox-6__vision-wrapper {
		padding: 35px 0;
	}
	.binox-6__vision-wrapper-image {
		top: 27%;
	}
	.binox-6__vision-wrapper-image img {
		-o-object-position: 0;
		object-position: 0;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.binox-6__vision-wrapper-block-descr {
		font-size: 16px;
	}
	.binox-6__every-title {
		font-size: 26px;
	}
	.binox-6__every-wrapper {
		padding: 0;
	}
	.binox-6__every-wrapper-image {
		display: none;
	}
	.binox-6__images-item-head-title {
		font-size: 16px;
	}
	.innovative-top__image {
		width: 600px;
	}
	.innovative-top__image img {
		max-width: 400px;
	}
	.innovative-top__list-wrapper {
		gap: 20px;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		max-width: 90px;
		margin-right: 40px;
		margin-top: 30px;
	}
	.innovative-top__list-item:nth-child(2) .innovative-top__list-item-nav {
		max-width: 90px;
		margin-top: 30px;
		margin-right: 60px;
	}
	.innovative-top__list-item:nth-child(3) {
		margin-top: 100px;
	}
	.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
		max-width: 120px;
	}
	.innovative-top__list-item:nth-child(4) {
		margin-top: -30px;
		gap: 40px;
		grid-column: 1/4;
		align-items: flex-start;
	}
	.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
		max-width: 120px;
		transform: rotate(-85deg);
		margin-left: 40px;
		margin-top: -35px;
	}
	.innovative-top__list-item-nav {
		max-width: 130px;
	}
	.innovative-top__list-item-nav-first {
		max-width: 60px !important;
		transform: rotate(-70deg);
		right: 95%;
	}
	.sensor-item__top {
		gap: 15px;
	}
	.sensor-item__top-model {
		font-size: 12px;
	}
	.sensor-item__top-price {
		font-weight: 300;
	}
	.sensor-item__top-price span {
		font-size: 20px;
	}
	.sensor-item__descr-item-top p {
		font-size: 13px;
	}
	.sensor-item__descr-item-bottom p {
		font-size: 16px;
	}
	.sensor-item__actions-btn {
		top: 20%;
	}
	.precision-wrapper__item-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.precision-wrapper__item-list-img {
		margin: 0 auto;
	}
}
@media (max-width: 469px) {
	.binox-6__main {
		padding-bottom: 10px;
	}
	.binox-6__ultra-descr {
		font-size: 12px;
	}
	.binox-6__innovative {
		padding: 150px 5px 0;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		margin-right: 15px;
	}
	.innovative-top__list-item:nth-child(2) {
		margin-top: 0;
		grid-column: 1/5;
	}
	.innovative-top__list-item:nth-child(2) .innovative-top__list-item-nav {
		margin-right: -95px;
	}
	.innovative-top__list-item:nth-child(3) {
		margin-top: 100px;
	}
	.innovative-top__list-item:nth-child(3) .innovative-top__list-item-nav {
		left: 55px;
		transform: rotate(95deg);
	}
	.innovative-top__list-item:nth-child(4) {
		margin-top: 30px;
		grid-column: 1/5;
		gap: 50px;
	}
	.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
		margin-left: 130px;
		margin-top: -105px;
		max-width: 100px;
	}
	.innovative-top__list-item-nav-first {
		right: 70% !important;
	}
	.innovative-top__list-item-nav-first {
		margin-top: 20px;
		right: 90% !important;
	}
	.sensor-item {
		height: -moz-fit-content;
		height: fit-content;
		padding: 10px 10px 15px 10px;
		height: 200px;
		justify-content: space-around;
		padding-bottom: 0;
		gap: 0;
	}
	.sensor-item__top-image {
		max-width: 100%;
		width: 70px;
		padding: 5px;
		border-radius: 5px;
	}
	.sensor-item__top-image img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	.sensor-item__top-info {
		min-width: 120px;
	}
	.sensor-item__bottom {
		padding: 0 5px;
	}
	.sensor-item__bottom {
		margin-top: 0;
	}
	.sensor-item__descr {
		gap: 15px;
	}
	.sensor-item__descr-top {
		gap: 15px;
	}
	.sensor-item__actions-btn {
		top: 15%;
		padding: 8px 11px;
	}
	.sensor-item__actions-btn span {
		font-size: 14px;
	}
	.block-ultra__main::after {
		content: '';
		right: -30%;
	}
	.block-ultra__wrapper-item:nth-child(3)::after {
		content: '';
		position: absolute;
		right: -35px;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #818181;
	}
	.features-slider__slide {
		filter: blur(5px);
	}
	.features-slider__actions {
		max-width: 280px;
		top: 58%;
		left: 30px;
		padding: 0;
	}
	.precision-wrapper__top-head {
		font-size: 12px;
	}
	.precision-wrapper__title {
		font-size: 16px;
		margin: 20px 0 0 0;
	}
	.precision-wrapper__descr {
		font-size: 12px;
		margin: 20px 0 0 0;
	}
}
@media (max-width: 430px) {
	.innovative-top__actions {
		margin: 50px 0 0 0;
	}
	.innovative-top__list {
		margin: 30px 0 0 0;
	}
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		margin-right: 0;
	}
	.innovative-top__list-item:nth-child(2) .innovative-top__list-item-nav {
		margin-right: -185px;
		transform: rotate(70deg);
	}
}
@media (max-width: 390px) {
	.innovative-top__list-item:first-child .innovative-top__list-item-nav {
		margin-right: 20px;
	}
	.innovative-top__list-item:nth-child(4) {
		margin-top: 60px;
	}
	.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
		margin-left: 70px;
	}
}
@media (max-width: 374px) {
	.binox-6__built-title {
		font-size: 24px;
	}
	.binox-6__generation-descr p {
		font-size: 20px;
	}
	.innovative-top__list-item:nth-child(4) .innovative-top__list-item-nav {
		margin-left: 60px;
	}
	.sensor-item__top {
		padding-right: 90px;
	}
	.block-ultra__main::after {
		content: none;
	}
	.block-ultra__wrapper-item:nth-child(3)::after {
		content: none;
	}
}
